-- phpMyAdmin SQL Dump
-- version 3.4.9
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 28, 2012 at 12:42 PM
-- Server version: 5.0.95
-- PHP Version: 5.2.6

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: `sudipta_wrdp1`
--

-- --------------------------------------------------------

--
-- Table structure for table `wpau_active_plugins_info`
--

DROP TABLE IF EXISTS `wpau_active_plugins_info`;
CREATE TABLE IF NOT EXISTS `wpau_active_plugins_info` (
  `id` int(4) NOT NULL auto_increment,
  `plugin_name` varchar(255) NOT NULL default '',
  `plugin_status` varchar(255) NOT NULL default '',
  `plugin_deactive_response` smallint(2) default '0',
  `plugin_reactive_response` smallint(2) default '0',
  `fatal_plugin` smallint(2) default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wpau_upgrade_log`
--

DROP TABLE IF EXISTS `wpau_upgrade_log`;
CREATE TABLE IF NOT EXISTS `wpau_upgrade_log` (
  `id` int(4) NOT NULL auto_increment,
  `task_name` varchar(150) NOT NULL default '',
  `task_status` varchar(150) NOT NULL default '',
  `task_description` varchar(150) NOT NULL default '',
  `task_log` text,
  `start_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `end_date` datetime default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wp_awsomnews`
--

DROP TABLE IF EXISTS `wp_awsomnews`;
CREATE TABLE IF NOT EXISTS `wp_awsomnews` (
  `anid` mediumint(9) NOT NULL auto_increment,
  `newstext` longtext NOT NULL,
  `isactive` tinyint(4) NOT NULL default '0',
  `lastdisplayed` bigint(11) NOT NULL default '0',
  `timesdisplayed` bigint(11) NOT NULL default '0',
  `whocanview` tinyint(4) NOT NULL default '0',
  `displaypos` int(11) NOT NULL,
  `startdate` bigint(11) NOT NULL default '0',
  `enddate` bigint(11) NOT NULL default '0',
  `displaywhere` smallint(6) NOT NULL default '0',
  `displayname` text NOT NULL,
  UNIQUE KEY `id` (`anid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `wp_awsomnews`
--

INSERT INTO `wp_awsomnews` (`anid`, `newstext`, `isactive`, `lastdisplayed`, `timesdisplayed`, `whocanview`, `displaypos`, `startdate`, `enddate`, `displaywhere`, `displayname`) VALUES
(1, '<h3 style="TEXT-ALIGN: center"><br /></h3>', 0, 0, 0, 0, 0, 0, 0, 0, 'Default News Post'),
(2, '<p style=\\"text-align: center;\\"><span style=\\"font-size: small; color: #ff0000;\\">Theatre Workshop\\''s <strong>Jadiyo Galpo</strong> Show Schedule</span></p>\r\n<p style=\\"text-align: center;\\"><span style=\\"font-size: x-small; font-family: arial,helvetica,sans-serif; color: #000080;\\">March 14 Minerva Theater 6.30pm</span></p>\r\n<p style=\\"text-align: center;\\"><span style=\\"font-size: x-small; background-color: #ccffff; font-family: arial,helvetica,sans-serif; color: #000080;\\">March 17 Academy of Fine Arts 6.30pm</span></p>', 0, 0, 271, 0, 1, 0, 20090318, 0, 'Jadyio Galpo'),
(3, '<p style=\\"text-align: center;\\"><span style=\\"font-size: small; color: #800080;\\"><span style=\\"font-family: impact,chicago;\\"><a title=\\"ECTA INc\\" onclick=\\"pageTracker._trackPageview(\\''/outgoing/ectainc.org?referer=http://nynjbengali.com/wp-admin/post-new.php?page=awsomnews.php\\'');\\" href=\\"http://ectainc.org\\">ECTA Presents</a><br /><strong><span style=\\"font-family: verdana,geneva; color: #0000ff;\\">BAANAPRASTHA</span></strong></span></span><span style=\\"font-size: x-small;\\"><span style=\\"font-family: arial,helvetica,sans-serif;\\"><br />a new play by Sudipta Bhawmik</span></span><span style=\\"color: #ff0000;\\"><br />May 16,17 and 30,31 2009</span><br />Edison Valley Playhouse, Edison, NJ &nbsp;URL: <a title=\\"ECTA Inc\\" onclick=\\"pageTracker._trackPageview(\\''/outgoing/ectainc.org?referer=http://nynjbengali.com/wp-admin/post-new.php?page=awsomnews.php\\'');\\" href=\\"http://ectainc.org\\">http://ectainc.org</a></p>', 0, 0, 10327, 0, 1, 0, 0, 0, 'Baanaprastha');

-- --------------------------------------------------------

--
-- Table structure for table `wp_cat_visibility`
--

DROP TABLE IF EXISTS `wp_cat_visibility`;
CREATE TABLE IF NOT EXISTS `wp_cat_visibility` (
  `cat_ID` bigint(20) default NULL,
  `front` int(4) NOT NULL default '1',
  `list` int(4) NOT NULL default '1',
  `search` int(4) NOT NULL default '1',
  `feed` int(4) NOT NULL default '1',
  `archives` int(4) NOT NULL default '1',
  `user_level` int(4) NOT NULL default '0',
  UNIQUE KEY `cat_ID` (`cat_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_cat_visibility`
--

INSERT INTO `wp_cat_visibility` (`cat_ID`, `front`, `list`, `search`, `feed`, `archives`, `user_level`) VALUES
(1, 1, 1, 1, 1, 1, 0),
(2, 1, 1, 1, 1, 1, 0),
(3, 0, 1, 1, 1, 1, 0),
(4, 0, 1, 1, 1, 1, 0),
(5, 0, 1, 1, 1, 1, 0),
(6, 0, 1, 1, 1, 1, 0),
(7, 1, 1, 1, 1, 1, 0),
(8, 0, 1, 1, 1, 1, 0),
(9, 1, 1, 1, 1, 1, 0),
(10, 0, 1, 1, 1, 1, 0),
(11, 1, 1, 1, 1, 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE IF NOT EXISTS `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` int(11) NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` varchar(20) NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) NOT NULL default '0',
  `user_id` bigint(20) NOT NULL default '0',
  `comment_subscribe` enum('Y','N') NOT NULL default 'N',
  `comment_enclosure` text,
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_approved` (`comment_approved`(1)),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3497 ;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`, `comment_subscribe`, `comment_enclosure`) VALUES
(2, 25, 'sudipta', 'sudipta@ethnomediallc.com', '', '192.19.194.27', '2005-06-15 01:02:35', '2005-06-14 19:32:35', 'Sudipta,\r\n	 Fantastic! I think you wanted us to comment on the RSS but I had problems in registering; so I am leaving my comments here with trepidation that I''ll bore some of you. \r\n	I have used the two tips - 1) Jim Beaver''s suggestion of memorize a para, memorize next para, connect, add a para, connect - thats my primary method, often used. There are two major pitfalls - 1) sometimes in our zeal to get the lines absolutely correct, we spend too much time perfecting and can''t get very far. This is specially hazardous for large sections or poetry or monologues. My suggetsion is to yank yourself out of repeating the same para when you have got 80% done. Since during the connect phase you are going to repeat the paras anyway, the remaining 20% get done automatically. 2) In monolgues (read Eersha) some paras are disjointed. They dont flow one to other and is hard to connect. In those places it helps to think where did the character wanted to from here, what did he/she felt at this point and so on. Write a little note (like sigh with remembrance, disdain for walking out on me, etc.). Then an amazing thing happens. I am blessed with (many of you are probably!\r\n  are more gifted) a bit of visual memory. When I recite, I could visualize the script, roughly where this part is, and what my note was for and that jots the memory for the next para, even if disconnected.\r\n	Generally I stop there, but if things are not going well, the next thing I do is checking my memorization similar to what Ven Hawkins said about using a cassette recorder, taping the whole play, and repeating my lines. At this point one can actually add body movements, pauses, vocal/emotional crutches we use to time them. Its the "Sing with Bernie" part. \r\n	One thing I did not see in the blogs. That is, any good scriptwriter will write connected thoughts and lines or phrases (I call them triggers). If one can find these, it makes it easier to memorize the next line. This is a must for action and conversation-oriented dramas, where each actor needs to react with visual and vocal clues and triggers from others as well as his/her own. It could be as simple as "Kothai boshi" "eikhane Boshun" or connected triggers in a monologue that are 4 lines apart. \r\n\r\nK. P. (Basu) Das', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4', '', 0, 1, 'N', NULL),
(3, 34, 'sudipta', 'sudipta@ethnomediallc.com', '', '68.193.113.20', '2005-07-12 08:54:55', '2005-07-12 03:24:55', 'NABC 2005 organizers:\r\n \r\nI hope we all learn from Chitra Divakaruni''s letter how wrong and demeaning it is for an organization like NABC when they start differentiating among artists on whatever basis. I am not denouncing every single organizer here as I am sure that many of  you are conscientious and worked long and hard to make this Bango Sammelan a success, but I deeply resonate with Ms. Divakaruni''s hurt feelings and as an organization, you made some really unjust decisions. The meal area on the 7th floor of Manhattan center had big warnings posted, something like - only for non-US artists. So for a cup of tea, one of our Kolkata-based artists sneaked in 6 cups of tea in styrofoam cups for us, the US-based members participating in the same drama The Kolkata artists felt bad to drink tea without us and we felt cheap. I tried to make it light saying "it''s the reverse NRI effect. We are making special arrangements for non-locals." In reality, I am disgusted to receive or to provide class-based priviledges. At the registration area, special arrangements were made for non-US artists. In dollars and cents, did it make any difference? Surely such treatments made a big dent to NABC''s prestige. NABC should do a post-mortem assessment of what they did well and what they did wrong by some unbiased people and asking for comments from people who attended. We should not let cheap, stupid, and ugly decisions of a few, however bigwigs, mar the long, arduous, and sincere efforts of many dedicated ones who gave their time voluntarily days in and out, nights in and out, taking time from their work and family.\r\n \r\nFrom another person who was made to feel like a "bhikhiri in a biyebari" (quoting from Chitra Divakaruni)\r\n \r\nBashu Das\r\n\r\nPh: 732-949-9175 (office); 732-735-1748 (Mobile)\r\nkdas@lucent.com ', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4', '', 0, 1, 'N', NULL),
(5, 39, 'sudipta', 'sudipta@ethnomediallc.com', '', '68.193.113.20', '2005-07-18 03:00:56', '2005-07-17 21:30:56', 'I had a sneak peek, and the webzine looks great! It is about time we had a forum where creative artists and authors from all across the globe can share their thoughts and ideas freely without any prejudice or incombrance of any kind. \r\n\r\nWish you all the best.\r\n\r\nSudipta Bhawmik', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4', '', 0, 1, 'N', NULL),
(6, 45, 'sudipta', 'sudipta@ethnomediallc.com', '', '216.89.70.30', '2005-10-10 18:51:42', '2005-10-10 13:21:42', 'From Dipak Chaudhuri:\r\n\r\nMy association with Durga puja is from the first puja at Columbia university, 1970.The donation expected at that time $5.Some people were reluctant to pay $5 at that time.Now suggested donation is $75 to $100.Some people still feel the pinched to pay that amount for family of two, three, four etc.With inflation, cost of every thing is now ten fold and bringing professional artists from India( it is competition now), for entertainment ,cost has increased 100%, since old days we did not pay our local artists.\r\nMy suggestion will be , as we pay for every good and service in our real life,we should pay similarly during puja.The suggested price tag shall be for basic puja.Rest shall be for what you cosume.For dinner, entertainment charge seperately.This is what is done during Banga Sanmillan.Puja committee can make some money from the vendors and use that for renting halls and cleanup operation.\r\nDipak Choudhuri', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6', '', 0, 1, 'N', NULL),
(7, 45, 'baskarm', 'baskarm@aol.com', '', '152.163.101.6', '2005-10-11 00:32:06', '2005-10-10 19:02:06', 'This is an issue which has been much debated in the past. There will always be people who would like to piggy back on the honest payer of the Chandaa and also boast about it later. \r\n I have a suggestion to make going forward. There should be some discount for the Kallol Members. This year the Chandaa was $ 50.00 per person. I suggest next year let us have $ 40.00 per person for Members and $ 60.00 per person for non-members. This will either get everyone to become members or give the commitee enough funds from non members to meet the expenses. Members should be given ID along with their annual subscription.\r\nBaskar Menon', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)', '', 0, 10, 'N', NULL),
(8, 45, 'amitavasen', 'amitavasen@msn.com', '', '4.186.63.180', '2005-10-13 22:16:34', '2005-10-13 16:46:34', 'What is astronomical? In the realm of prices and inflation everything is out of reach today by yesterday''s standard.  Look at the bright side, today''s astronomical cost will be rock-bottom tomorrow.\r\nLike the cost of any other goods and services there is no comfortable level for "chandaa". Market forces will decide it, rule of supply and demand. The commodity was  scarce and the demand was so high that a large number of subscribers willing to pay high prices, had to be turned back at a local Puja. In order to bring "Chandaa'' down, increase the supply; have more Pujas, more the merrier and cheaper.\r\nCompetition will improve the quality, one hopes. Officials will not take the market for granted and will build a better outdoor tent  making it unnecessary for us to wade through the mud for three days of deluge,  will find local artists who can sing in tune, get Calcutta artists who can cater to the majority of the attendees. But for now, don''t blame the provider of the service; they are selling at a price what the market bears and  we are buying ungrudgingly, from all evidence, gladly.\r\nAfter all by today''s standard  100 or 200 dollars for three days of food, adda, Calcutta artists and above all an opportunty to show off wardrobe of new sarees is not a bad deal.  It is definitely a better bargain than spending $25 to $50.00 and  sitting through two to three torturous hours of inane and poorly produced dramas , post post modern poetry reading by not so gifted poets or the absurdity of listening to the English translation of Sukumar Ray poems ( in front of 100% Bengalee speaking audience). To their credit the Puja organizers do not force it down our throat  as the local retail performers do.\r\nThe cost of Goat meat or Calcutta artists are not the only culprits.  The organizers have aged.  In spite of all the clamor about younger people to take charge the bulk of the heavy lifting behind the scene is still done by one or two older persons and the need to subcontract the  work, almost all physical work except singing and dancing on the stage,  is understandable. Sub-contracting raises cost.\r\nThe much heralded second generation has never arrived. The Pujas are still an affair of Indian born Bengalees, young and old, with the rare and pleasant exception of White  American "Jamaais". \r\n\r\nAmitava Sen\r\n \r\n\r\n\r\n\r\n\r\n', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MSN 9.0;MSN 9.1; MSNbMSNI; MSNmen-us; MSNcIA; MPLUS)', '', 0, 8, 'N', NULL),
(9, 45, 'tathagataghosh', 'tathagata_ghosh@hotmail.com', '', '140.98.210.243', '2005-10-15 08:21:27', '2005-10-15 02:51:27', 'Let me be one of the protesting voices. I also made my concerns known to the Kallol Puja Committee. I was in this email discussion with Amitabha-da(Bagchi) where we were wondering as to the cost of the Puja from which we can argue whether the price was too high or adequate. I would start from an argument that because this is a non-profit organization the price should not/need not be what the market will bear. The price of attending Kallol Durga Puja should not be like the price of oil- ie it should not be market driven, it should be cost-based . What does everybody else feel?\r\n\r\nLet me lay down a very simplistic calculation and then have people tell me that I am completely wrong. Let me estimate that Kallol plans a $50000 puja and raises about $10000 through vendors and the souvenir ads. That means $40000 needs to be funded through chaanda. If we have 400 paying families paying $100 each then we are covered. Let say we have only 300 paying families, then cut out the ''pork'' and try to save a $10000 there. We obviously do not need to be having ''goat curry'' if it inflates the price. This line of logic can be continued by somebody who has the real numbers but I will not go further than this.\r\n\r\nIf market forces do come into the picture then it is obvious there is a market/need for a less high-priced Puja within this area. \r\n\r\nTathagata ', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 11, 'N', NULL),
(10, 46, 'sudipta', 'bhawmik@gmail.com', '', '68.193.113.20', '2005-10-18 08:02:14', '2005-10-18 02:32:14', 'Dear Amitava-da,\r\n\r\nI failed to comprehend the point of your article. Pardon my naivete'', but I did not understand what it is that you really like as entertainment. It seems you  neither like classical music, nor pop/modern music (like the type presented by Raghab). You surely do not like local artistes, neither you are sure that you like the Kolkata artistes (like Raghab or Jojo). You kind of indicated that the people who paid most did not get what they wanted, implying that the "relatively young" crowd who danced to the  beats of Raghab (although I did see few not-too-young folks stomping their feet and swaying their ...) did not pay enough and hence do not deserve to be entertained.  I don''t know if Kallol collects any statistics regarding age and contribution amount, but don''t you think that you are a bit  presumptuous on this issue? \r\n\r\nYou mentioned that the younger generation has taken over the control of the backstage. But isn''t this what the "elders" of Kallol has been asking for. all along? If you want the younger population to participate actively, you need to give them the some authority and independence too. They should have some say in what needs to be done. They should be allowed to express their cultural views too. You ofcourse have your rights to express your opinion, but so does the younger crowd.\r\n\r\nI agree that we need to express to the organizers what we want. But first of all we need to decide what character should our Kallol Pujo be? Should  we mold our Pujo as a homely "Gharoa" kind, or make it a money making commercial venture. If we''d like it to be the "Gharoa" kind, I think we need to be more tolerant and encouaging to our local artistes. Yes, their presentations may not be of professional quality, but they may be our memories for life.  Those videos that we record of our kids reciting Sukumar Roy in English or one of our friends singing Hindi Rabindrasangeet  in off tune may help us spend few lonely evenings in our later days with few laughs.  \r\n\r\nBut if we like the Pujo to be a commercial venture,  so be it. Bring on Bollywood and Tollywood. Let''s dance to the tunes of Miss Jojo or Alka Yagnik. Make it a gala extravaganza. Find a bigger place, charge big bucks, make it a great show. \r\n\r\nBut then I do have a choice as to whether I want to buy the product or not.  I, for sure, will try to seek out a more warm and homely Pujo, where I can share my heart with my friends and with Maa Durga.\r\n\r\nWith best wishes of Subho Bijoya,\r\n\r\nSudipta', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4', '', 0, 1, 'N', NULL),
(11, 45, 'Purna Bhattacharya', 'Purbha@comcast.net', '', '69.253.165.101', '2005-10-29 01:49:19', '2005-10-28 20:19:19', 'Puja Contribution\r\n\r\n<a href="http://ethnomediallc.com/wpress/?pp_album=1&pp_image=creditchaanda_wt_web.jpg" target="_top" title="creditchaanda wt web"><img class="alignleft" src="http://ethnomediallc.com/wpress/wp-content/photos/thumb_creditchaanda_wt_web.jpg" width="194" height="200" alt="creditchaanda wt web" /></a>First I want to congratulate Sudipta for providing us with a very useful public forum to discuss our community affairs. As past Chairman of Durga Puja committee and president of Kallol, I must emphasize the Durga Puja expenses are ever increasing and becoming very difficult to budget in accordance with the expected attendance. The variable expenses such as facility rent, tent rental and goat meet dinner is getting difficult to estimate because of either increasing cost or unforeseen township enforcement for fire code and or other code requirements.\r\nI am not going to pass any judgment on what our patron should pay to enjoy the three- day festival in terms of their donation. The spirit of Durga Puja should not be compared with service provided to our community but the cost of the puja should be met with appropriate revenue collection and managing controllable expenses. Letâ€™s us see the Puja cost vs. revenue:\r\nRevenue\r\nLetâ€™s say the average 500 families attend Kallol Durga Puja celebration. If we estimate 2.5 persons per family then the total attendance are 1250 people. If we appeal $75 donation per family, we raise $37,500 as gate collection. Please note, beginning 2002 the committee was successful in collecting brochure advertisement in excess of $17,000 and average $5,500 from vendors. This gives us a total collection of approximately $60,000. \r\nExpenses\r\nHall rental for 3 days with tent 	               $ 22,000 (variable)\r\nFood for 500 family		    	15,000 (variable)\r\nEntertainment                              	10,000 (controllable)\r\nPrinting and mailing 		       	2,000 (controllable)\r\nStage light 			3000 (controllable)\r\nPuja exp                                          	3,000 (variable)\r\nContingent			        	5,000\r\nTotal                                            	$ 60,000\r\n\r\nAbove calculation are based on past experience. Please note if the gate collection fall or advertisement revenue does not meet projected amount Kallol has to sustained losses. This is why pressure always mounts on the executive committee. There are no specific solutions, but effort should be made to raise sufficient revenue so that Kallol does not sustained any losses. In my opinion $75 donation per family is fair and reasonable.\r\n\r\n<!--adsense-->', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)', '', 0, 15, 'N', NULL),
(12, 46, 'Alok_NJ', 'aldey99@yahoo.com', '', '160.254.107.55', '2005-10-29 02:13:48', '2005-10-28 20:43:48', 'I found the blogs from Amitava and Sudipta quite interesting. I preferred to skip Raghab''s show @ Kallol over Chandrabindoo, but heard him singing the following weekend @ NY.He performed very well inspite of the poor sound system. He sang a wide variety of songs from bengali folk,films, recent hindi hits etc, By and large the audience enjoyed his show. .\r\n\r\n I have more questions and few answers when talking about our Bengali entertainment scene in NJ. Some of my thoughts:\r\nCatering to and satisfying a wide cross section of public is not an easy task. We need tolerance and acceptance of programs designed for a section of the populace different from which we may belong. Maybe Raghab could have entertained the Kallol audience better if he had known about the type of songs we would like. This applies to any performer for any show. \r\nWe need ideas from all to enrich our entertainment scene and that includes our nextGen.\r\nOne of the reasons we could not get the  Bengali-NextGen( BNG) participate more wholeheartedly in our cultural events is because we are not receptive enough to listen to them. Have we tried enough to encourage them on topics of their interest? Why not provide them with a program slot to present their ideas?  For the past many years we have taken pride in always ''importing'' cultural icons from Desh and presenting them,...its high time that we start presenting our home grown talent. This year''s natak @ kallol Puja was a great example of how given an opportunity and guidance, the BNG can entertain us with quality presentations. Kudos to Sudipta and his team for leading the way.\r\nI believe we will be better off having a policy of inclusion over exclusion. Some appreciation, tolerance and patience is called for from the audience. \r\nCulture is not about ''commodotizing'' a product. There cannot be a perfect ''cultural product'' to sell in a market. Culture is a way of life,a perception that has to be felt and experienced by those who are inclined towards that experience. I think the ''value'' factor for entertainment cannot be weighed in terms of ''$$$'' terms only. ', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)', '', 0, 12, 'N', NULL),
(13, 45, 'Alok_NJ', 'aldey99@yahoo.com', '', '160.254.107.55', '2005-11-02 02:07:07', '2005-11-01 20:37:07', '<a href="http://ethnomediallc.com/wpress/?pp_album=1&pp_image=baarite_chaanda_web.jpg" target="_top" title="baarite chaanda web"><img class="alignleft" src="http://ethnomediallc.com/wpress/wp-content/photos/thumb_baarite_chaanda_web.jpg" width="200" height="156" alt="baarite chaanda web" /></a>If organizers really want to democratize the celebration and cater to the majority, then along with the brochures, it may be a good idea to publish the projected expenses and a poll form to solicit feedback from participants on issues that are important to them. \r\nSome poll questions could be: \r\nAre you OK with buying food rather than having it served free, if that curtails the puja budget  (and chandaa) by 25%? \r\nIf goat curry eats up more than 50% of the food budget, should we persist with it? \r\nWhat type of entertainment do you prefer: (Rank 1-5 in order of preference)\r\nLocal artistes/ Imported icons/ Classical music/Dance/etc/ ..etc.\r\n\r\nOtherwise it does not matter what the public says; you have a group that celebrates Puja; either join them and play by their rules or stay away. The organizers work very hard towards making the Puja a success and I am afraid that critical comments on chandaa might undermine their efforts and motivation. \r\n\r\nFrom Purnadaâ€™s budget, it seems that $75 is the threshold for break-even. Being a non-profit organization, the general public should understand that Kallol contributes towards many of our cultural activities outside the realm of Durga Puja. ( like Ananda Mandir etc). The surplus chandaa should be invested towards promoting other cultural activities like drama, ldevelopment of local talent, Bengali movies, language development etc which happen throughout the year. With knowledge of such utilization of funds, I believe the paying public would refrain from being skeptical about the $100 chandaa.\r\nWithout a proper understanding of all the activities and the budget, many are inclined to  think that $100 as chandaa for Puja is debatable.  \r\n\r\nHowever the organizers should be cognizant of the fact that Durga Puja is meant to bring the community together for celebration on a common platform. You do not want to exclude the average family from enjoying the Puja ambience due to the price tag of the celebration. \r\nCan an average family be part of the Puja ambience ( dhak , adda, chaa, etc ..) without participating in the inflationary items like goat meat and other non-essential items that come as accessories with the Pujas? Should some gatekeepers be vested the authority of control of  â€˜ Pratima Darshanâ€™ ?  I believe that â€˜Pratima Darshanâ€™ is a birthright of every Bengali, and it is unfair to link it to a statutory contribution. We have to find a means to ensure that that there is a way to participate in the religious side of the Pujas without having to participate in the accessories. \r\n<!--adsense-->', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)', '', 0, 12, 'N', NULL),
(14, 45, 'Aditi Sen', 'Aditi.S.Sen@gmail.com', '', '67.81.56.206', '2005-11-11 20:34:44', '2005-11-11 15:04:44', 'As an attendee to the Pujo, I have always felt the entire Puja operation highlights the lack of proper organization at all levels!  If an event costs me about $100 to attend with my family, it better be good.  I mean, ''good''.  You cannot expect that people will pay that money, when all the ''Pujo'' organizers have to show is complete chaos at the dinner place, entertainment with poor acoustics and noisy audience.  For one thing, the ''pujo'' itself doesn''t feel like ''pujo'' at all.  The atmosphere is completely chaotic.  \r\n\r\nFrom the suggestion box:\r\n\r\nOne needs to distinguish between different kind of attendees.  Not everybody wants to see the entertainment show.  Give them a viable option to opt out.  For those who want to see the entertainment, give them the best experience their money can buy under similar ticket prices.  Here you are catering to essetially a savvy consumer  only on the basis of '' back-home sentiment''  That cannot work in the long run.  \r\n\r\nHere is my suggestion.  1.  For basic pujo attendance, charge as little as you can: about $5 per person(?).  That should cover pujo and prosad (not dinner with goat meat!!).  For that money, you owe the attendees a good decoration of the Pujo pandel, pujo, anjali, dhunuchi naach, aarati, shindoor khela -- every thing that is associated with proper event of Durga puja.  This way, you attract and satisfy those people who are trying to enjoy ''puja'' only. \r\n\r\n2.  For the nightly entertainments and dinner along with basic pujo package:  charge whatever you desire, because they are the commited lot.  This way, you can attract and retain those who are interested in the complete pujo package: entertainment and all.  Have an entirely separate ticketing system.  And "inform'' the people of their choices before the event.  \r\n\r\nCategorizing your target market/customers in a clear and concise way will stop ''piggy back rides'' and yet bring more donations in the long run.   To achieve this goal, I would create two entirely separate sub committees to oversee the functions.  The pujo sub committee should be responsible for making "the core pujo experience the best ever".  While the entertainment subcommitee should be responsible for the entertainment and dinner only.  But whatever you do, please do it well!! Compare your organizational performance with other American events, and don''t give that ''better than other Indian'' analogy.  You are in America !!', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)', '', 0, 17, 'N', NULL),
(15, 55, 'sudipta', 'bhawmik@gmail.com', '', '216.89.70.30', '2005-11-21 22:45:06', '2005-11-21 17:15:06', 'Amitava-da,\r\nThank you for your well thought article on Bengali Blog. Your points are well taken. \r\nThe primary reason why I opened up this site for any of our community members to contribute is because I think that this can serve as a vehicle to express our opinions on our society as well as share any ideas or information that can be used to enrich our lives. We the Bengalees of this area do not have a common platform to express ourselves. There has been some attempt to publish some newsletters and newspapers in print, but they have several limits incuding the high cost of producing them. \r\n\r\nThis blog site is not a literary venture; you do not have to be an excellent writer to publish your thoughts and opinions. All you need is an opinion. As Charles McAbe once said, "Any clod can have the facts, but having opinions is an Art." And I am sure you will agree that Bengalees are never short of opinions.\r\n\r\nWe tend to complain a lot, at weekend parties or some social gatherings, about how things are not going right, how things should be done, etc. etc. \r\nWhy not share them with a broader audience?  Maybe someone will care and can initiate a chain reaction of changes. \r\n\r\nYes, we know that we are here to make a living. But I''d like to broaden the scope of the term "living". Living is not only making money. Living is a process that is much more than making money. The hunter gatherers too  drew pictures in the dark cave walls.   They wanted to express too; express their living experiences.\r\n\r\nSo why not us? The internet and the web is our cave walls. Let''s light up the torches of our minds and draw those lines of our lives.\r\n\r\nSudipta ', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7', '', 0, 1, 'N', NULL),
(16, 64, 'sunno.theke.suru', 'sunno.theke.suru@gmail.com', '', '71.251.138.152', '2006-01-08 11:54:55', '2006-01-08 06:24:55', 'I did not spend much time with him, but that much to justify a salute from a like-minded worker.\r\n\r\nWherever you are, may you cherish the life of lives as always with burnt lips barraging with humors, uncanny t-shirts proclaiming yourself, deep voice backed with deeper thoughts and floating eyes sailing in heritage.\r\n\r\nSalute.\r\n', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)', '', 0, 16, 'N', NULL),
(17, 65, 'nandita sen', 'nandita_sen1112@yahoo.com', '', '69.115.255.152', '2006-02-01 01:51:29', '2006-01-31 20:21:29', 'Sudipto,\r\n\r\nYou''ve echoed the thoughts of so many of us ''baby boomers''. My husband Santanu and I recently returned from a trip to Kolkata where we spent a hectic but wonderful holiday with frineds and family. Kolkata has certainly changed with the looming malls and the looping flyovers, but so have the people we left behind many years ago. Our jethus, kakas, mamas still welcome us with the warmth we  cherished, but their greying heads and wrinkles foretell of an uncertain future the next time we visit. Like the earlier generation of Bengalis who regularly follow the migratory pattern of winters in India, we too would love to someday enjoy the luxury of over four weeks of stay in Kolkata without having to worry about jobs or the responsibility of young children awaiting us when we return. But, beyond it all, we need to develop a passion or a zest for living in our ''golden years''. \r\n\r\nThe magazine sounds like a wonderful idea to pen ones thoughts and experiences. Perhaps these articles and anecdotes will also serve as a bridge between  our generation and the next. Anandamandir has already earned a place in the hearts of Bangalis as a cultural and social center. I am sure with some ''serious thought'' we can all work together securing long term and stimulating goals towards our futures.\r\n\r\nNandita Sen', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)', '', 0, 13, 'N', NULL),
(18, 71, 'sudipta', 'bhawmik@gmail.com', '', '216.89.70.30', '2006-04-21 19:31:35', '2006-04-21 14:01:35', 'Amitava-da,\r\nYou have asked some fundamental questions in your article. First of all, why do we still want to go back to Kolkata even when we do not have a place to stay there? Secondly, why do we seek recognition from the people whom we have deserted in search of a better life? And finally, what is happiness. I''ll try to share my thoughts on these issues and maybe we can attempt to search for a common answer. \r\n\r\nRoots have an uncanny power to attract. We may try hard to uproot ourselves from our land, people, traditions, culture, but it still keeps on pulling us back.  West Bengal and Kolkata is our roots; this is where our social and cultural being took its form. We will cease to exist as we are if Kolkata and Bengal leaves us. We need to go back again and again to replenish ourselves,  to justify and vindicate our existence. And that is why we search for recognition from our roots - maybe just to check,  are we still Bengali enough? Is our cultural being still intact and hasn''t lost its purity and integrity?  It is their approval which matters to us the most, it is their recognition which makes us feel that we have not lost everything. Hence it is not the ticket sales in USA that we look forward to when we have those press conferences and shows. It is our attempt to cry out and plead, "Brothers, please do not forget us. We still exist, and we keep on our stuggle to exist as a Bengali in different parts of the World." \r\n\r\nAs for your question on happiness, it is a question of perspective. Yudhisthir, one of the most unhappy man of Mahabharata, had his point of view. So did Duryodhan, "Sukh chaai naai Maharaaj, Joy Joy cheyechhinu - Joyee aami aaj". We, in this country, follow the Charbaak doctrine, "Rinan Kritwa Ghritang Pibet" (or something like that). Drinking ghee may have its ill effects, but who cares as long as you keep on enjoying!\r\n\r\n ', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2', '', 0, 1, 'N', NULL),
(105, 74, 'titosarkar', 'titosarkar@yahoo.com', '', '69.254.182.128', '2007-07-30 08:26:56', '2007-07-30 02:56:56', 'This movie was set in 1930''s and it just seemed odd that there was just one mention of the Widow Remarriage Act (passed in 1857).  There was a lot of emphasis on Gandhiji''s opinion on this issue even though Gandhiji mentioned this issuse very rarely.  The complete absence of Ishawarchandra Vidyasagar''s mention in the entire movie was also pretty shocking.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; IEMB3)', '', 0, 23, 'N', NULL),
(106, 72, 'titosarkar', 'titosarkar@yahoo.com', '', '69.254.182.128', '2007-07-30 08:29:45', '2007-07-30 02:59:45', 'Also, telecommuting helps.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; IEMB3)', '', 0, 23, 'N', NULL),
(107, 71, 'titosarkar', 'titosarkar@yahoo.com', '', '69.254.182.128', '2007-08-03 05:37:39', '2007-08-03 00:07:39', 'The falling US Dollar and rising inflation in India may change this dynamics.\r\n\r\nOn another note, the discussion on the exotic saree was interesting.  I just cannot understand the tremendous urge to acquire something that has no practical usage in the US (for work or casual wear) except for once every 10 years in some occasion (where everyone is busy admiring their own costumes) and with practically no salvage value as a collectable(loses 99% of the value after single usage).  I don''t know of any legal poduct that can be compared to this.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; IEMB3)', '', 0, 23, 'N', NULL),
(402, 121, 'sujoy', 'sujoymenon.md@gmail.com', 'http://', '72.76.197.105', '2007-12-22 21:43:55', '2007-12-23 01:43:55', 'I am no Dr. Sanjay Gupta ....''YET'', but I would like to point out 3 things. I have gone over the “Physicians for National Health Plan” site and their actual manifesto document. It does ask for a SINGLE payer system. There absolutely CANNOT be a system to take this on besides the govt. The Medicare system is a govt.-sponsored system that is on the brink of failure and there are no assurances that when I retire I will get the same benefits, as do retirees currently. Also there are more that 600k physicians in the country, hence a fringe of 14k physicians do not voice the opinions of doctors by any means. \r\n\r\nP.S. In my opinion trying the "Moore way" can only be worse. I might obviously be entirely wrong.\r\n\r\nWhy don''t we organize a discussion forum so that we see what the community thinks.\r\n\r\n\r\nSujoy', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1; .NET CLR 2.0.50727)', '', 0, 29, 'N', NULL),
(390, 110, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2007-11-13 13:03:42', '2007-11-13 17:03:42', 'Well, I did mention the events that were disappointing but the others were quite good. The good ones were good enough to make me enjoy the overall celebrations. After all, I do not expect to see best-in-class performances on a Puja stage where the performers have to accept to umpteen compromises. We need to realize that one cannot produce quality shows in a godown like hall with the worst acoustics and technical support.  A Durga Puja cultural event is almost like a background entertainment that helps us to participate in our "adda" sessions as loud as possible. To watch and enjoy quality theater or music I would go to the proper venues.\r\n\r\nIt is unfortunate that you found Subhomita''s music lifeless and dull. She obviously did not sing the golden oldies and that may have been the reason why she failed to connect to many. When we hear something new, it deserves some extra attention, which again is not possible in a Durga Puja environment and at a venue where nothing can be heard after the fourth row. I still applaud the organizers for having the courage to bring in the new generation of musicians and making us aware of the kind of music being created now in India and Bengal.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9', '', 0, 1, 'N', NULL),
(399, 121, 'sudipta', 'bhawmik@gmail.com', 'http://', '68.193.113.20', '2007-12-14 20:36:26', '2007-12-15 00:36:26', 'I agree that Mr. Moore did not get the providers side of the story. However, it should be noted that this documentary is not against the doctors or hospitals, it is against the way health care is managed in this country by insurance companies and HMOs. These organizations do things in the name of the doctors that the doctor''s themselves deny (remember the scene where the doctor admits that he has not even seen those denials which bore his signature stamps). \r\n\r\nSecondly, a universal or national health care system does not have to be managed by the govt., it can still be managed by a non-profit single payer organization like Medicare. Medicare is quite successful as far as providing care to the patients. \r\n\r\nFinally, if you check out the "Physicians for National Health Plan" website, you''ll find that the reason more than 14,000 physicians like this plan is because a plan like HR 676 can save tons of money wasted due to paperwork required by multiple insurance companies. \r\n\r\nIt is quite easy to brand Moore''s documentary as a propaganda, but nobody has been able to counter the facts presented in the film. Even the famed Dr. Sanjay Gupta had to retract his statements against the documentary.  \r\n\r\nWe have fallen prey to the propaganda''s of the health management industry. Why not try out the Moore way and HR 676? I am sure it cannot be worse. Rather, it can help reduce the burden on the US companies and help improve the overall economy of the country (besides providing everybody the care they need.)', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11', '', 0, 1, 'N', NULL),
(388, 110, 'amitavasen', 'amitavasen@msn.com', 'http://', '71.255.85.155', '2007-11-13 12:28:59', '2007-11-13 16:28:59', 'I got a little confused about what in the Kallol Pujo cultural program exactly met writer''s expectation. Did he know something which we didn''t to set his expectations on lowest common denominator? Admittedly, he argued; Friday was disappointing, Saturday was a disaster and Sunday had to be awkwardly stagemanged by a child; it still surpassed or met his expectations. Interesting observation.\r\nEven discounting the sound malfunction the play production was nothing to write home about. The selection of the play was ill-considered for the occasion. Moreover the director, the actors and stagehands, all seemed to have seen their prime.\r\nAs a rule in this country the singers in their concerts perform only their published and already popular numbers and sometimes cover songs.  The reason is obvious; live perfomance lets the audience participate and be involved.  Selecting only her own songs might have given Suvomita a distinction and a point to make as she expressedly did in fact. Some of her song numbers may have been heard before by a handful of recent H1B''s,  but not by the the vast majority of the audience here. She overlooked that she was not performing on a Calcutta podium. Her performance was technically superb, but dull and lifeless. Not tuning to the audience is a failing on the part of the performer, greatest she may have been. The ultimate responsibility for the lapse of judgment of course rests on the shoulders of the program organizers.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)', '', 0, 8, 'N', NULL),
(398, 121, 'sujoy', 'sujoymenon.md@gmail.com', 'http://', '72.68.60.43', '2007-12-14 20:10:48', '2007-12-15 00:10:48', 'There is always 2 sides to a story. Mr. Moore in his effort to sensationalize his movie (after all is said and done, he is but an entertainer and a good business person) has left out the other side, or has presented a biased version of the other side. Please be careful not to fall prey to such propaganda. As far as the candidates are concerned, they will say anything to get your votes. The only thing that I will ask is - when has ANYHTING run by the govt. been successful???.Sujoy', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1; .NET CLR 2.0.50727)', '', 0, 29, 'N', NULL),
(403, 121, 'sudipta', 'bhawmik@gmail.com', 'http://', '68.193.113.20', '2007-12-24 03:12:00', '2007-12-24 07:12:00', 'I am not sure where did you read that the PNHP does not call for a single payer system. The opening page of of their website talks about it. Also here is an excerpt from the Physicians proposal intro: "The Physicians’ Proposal for National Health Insurance establishes the vision and principles of a single-payer health system for the United States. The document was composed by a distinguished group of physician leaders*, and secured the endorsement of 8,000 physicians by the time of its publication in the August 13, 2003 JAMA." (http://www.pnhp.org/single_payer_resources/physicians_proposal_intro.php)\r\nThis may not constitute the majority of the physicians of this country, but at least a large chunk that feels something needs to be done and possibly single payer system is the best way. Till date I have not met a single doctor who is happy with the insurance companies and HMOs. They have to accept whatever negotiated rates these companies set with them. Then why not have a single such company and cut all the other red tape?\r\n\r\nMedicare being an offshoot of the social security system is under a huge financial burden and we all know about it. Social Security needs to be fixed anyway, but Medicare as a health care management system has been largely successful in providing care to its target group so far. \r\nI agree, that when we retire, things may be even worse - no Medicare and no health insurance company or HMO willing to provide us with the insurance we would need. Hence the system needs to be fixed, and the solution does not likely to be the current way of profit motivated HMO type system.\r\n\r\nHealth care should be a right. It cannot be subjected to the capitalist market system - since when a patient needs care - he just needs it. He has no other option. Health care is not a consumer commodity that one can possibly live without. But that''s what the current system is making us do - to choose between a index finger or a ring finger ( as the film shows) or to make a trip to India or Cuba for "Medical Tourism". \r\n\r\nI would very much like our community''s feedback on this issue and welcome your suggestion to have an  open discussion forum.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11', '', 0, 1, 'N', NULL),
(404, 121, 'sujoy', 'sujoymenon.md@gmail.com', 'http://', '72.76.190.27', '2007-12-24 21:33:20', '2007-12-25 01:33:20', 'Not sure what you mean by ''PNHP does not call for a single payer system.'' when you quote “The Physicians’ Proposal for National Health Insurance establishes the vision and principles of a single-payer health system for the United States.". I am sure I am missing smthing.\r\n\r\nBesides this, I guess I have fundamental difference in opinion with you, I do NOT think healthcare  -as we know it here in the US- is a right, it most cetainly is a priviledge. Yes emergent and life saving care is most obviously a right as will be deemed in any civilized society. this is true in this country as well. Getting 4 MRIs for a tennis injury that has left a nagging pain in smones'' elbow is not a right by any stretch.\r\n\r\nI too have not met any doctor who likes that insurance companies (rather high school trained telephone operatorsmanage claim requests). I fully agree with you on that and the fact that the current payment sytstem is just plain bad. I am just not with you in that a SOCIALIZED sytem is better. What next then free food for all, work for all, equality in society......etc, etc, etc....does sound familiar though.\r\n\r\nMore on this. Why not get together in  book store Borders or B&amp;N or even the EB library on a week end. \r\n\r\nSujoy', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1; .NET CLR 2.0.50727)', '', 0, 29, 'N', NULL),
(405, 121, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2007-12-26 17:10:26', '2007-12-26 21:10:26', 'I was only quoting your comment when I mentioned that "PNHP does not call....". That intrigued me, since clearly their web site indicates to the contrary. \r\n\r\nI agree, that getting four MRIs for a tennis injury cannot be a right. But having a doctor check it out, do the minimum diagnostics required and provide the appropriate medications and care - is it unjustified and too much to ask for? An ER visit for such an injury will result in a bill of few thousand dollars and can cause serious financial burden on anybody without adequate health insurance. When I say "health care should be a right" it implies, care needed for a non emergency illness should be a right. If a patient has cancer, or any other disease (respiratory, heart disease, kidney disorder or any other), he/she should be treated when it is most appropriate - and not wait for the condition to get worse to be rushed into ER for care (just to be stabilized temporarily). \r\n\r\nI do not understand why do people get paranoid when they hear the term "socialized" service. All I am trying to imply is that certain services cannot and should not be a privilege for the rich only. Can you think of police service or defense services to be completely privatized? Only the rich who can afford private security agencies will be protected and not others? You mention "free food for all" - but interestingly US (and state) govt do have some program to provide food (food stamps)for the needy. They have made shelters for the homeless,  they try to provide "equal opportunity" for all in the workplace. But it is only in the case of healthcare, no tangible attempt has been made to make it accessible to the people who need them most.\r\n\r\nThere has to be a balance struck somewhere. Most countries of the developed world has successfully (but not without flaws) implemented universal health care in some form. It is a tragedy that the richest country in the world cannot provide health care to its own citizens. \r\n\r\nI am willing to get together at any suitable place. Let me know, how you''d like to organize this.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11', '', 0, 1, 'N', NULL),
(406, 121, 'sujoy', 'sujoymenon.md@gmail.com', 'http://', '72.76.180.186', '2007-12-28 15:06:46', '2007-12-28 19:06:46', 'I don''t think that you read what I wrote and that’s why I stood a bit confused. Just for the record, I said, and I quote "It does ask for a SINGLE payer system." I never said anything to the contrary. \r\n\r\nYour comment " If a patient has cancer, or any other disease (respiratory, heart disease, ....- and not wait for the condition to get worse to be rushed into ER for care (just to be stabilized temporarily)" stands as the underlying principle of Medicine and is what is practiced today. \r\n\r\nIt is really not true that healthcare in the US is for the rich only. In fact the poor and the homeless have access to the best surgeons at Harvard so much so that you and I will have to go through a lot of hoops to get that kind of care. To add to this almost every large academic healthcare inst. (where you get the best care) has a free clinics in every department starting from general medicine to orthopedics. So this would be your food stamp equivalent. This is of course apart from the Medicaid system.\r\n\r\nSee, the bottom line is the US has the best healthcare in the world available to the majority of its citizens. The number that I have heard thrown around ranges form 20 - 50 million people who are not insured. (Take into account the fact that there are about 25 million people are also illegals in this country who are being supported on a daily basis by our healthcare system). Hence if you talk about citizens (as you did) we have a lot of them covered. That is not the problem. The problem is underinsurance and not non-insurance. It is when you need a particular procedure and is denied by some high school dropout on the other end of the phone.\r\n\r\nAlso when you say that the other developed countries have it all figured out, I don’t agree. Take it with a grain of salt when Sweden or Cuba says that their infant mortality rate is the lowest in the world. The fact is a large majority of the complicated cases come to this country (CHOP, Boston childrens etc handle by far the MOST complicated cases in the WORLD) and by the hundreds. This brings me to my point that I am trying to make. Please understand that the US subsidizes the entire world as far as innovations in healthcare are concerned. Pharmaceuticals, instrumentation, surgeries, technologies, techniques and much more. This all has a cost. Now you can argue that maybe we should scale back on the research and development to save money. I am not sure that is the solution. \r\n\r\nI will end by saying fundamentally you might be correct in your sentiment that healthcare should be accessed at all times, free, top quality and for all. Please believe me in that, doctors in this country and others I am sure all strive for that, inspite of the hurdles put forward to them by insurance companies.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1; .NET CLR 2.0.50727)', '', 0, 29, 'N', NULL),
(418, 135, 'Parvati Mookherjee', 'bollywoodlove79@yahoo.co.in', '', '24.187.112.167', '2008-02-02 18:35:51', '2008-02-02 22:35:51', 'Congratulations to Pronoy-kaku on the new novel. My blessings to you.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11', '', 0, 31, 'N', NULL);
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`, `comment_subscribe`, `comment_enclosure`) VALUES
(524, 126, 'ECTA Theater Shows in New Jersey | NY/NJ Bengali', '', 'http://ethnomediallc.com/wpress/index.php/archives/166', '67.228.228.192', '2008-05-22 16:44:37', '2008-05-22 20:44:37', '[...] For details about Satyameva click this link. [...]', 0, '1', 'Incutio XML-RPC -- WordPress/2.5.1', 'pingback', 0, 0, 'N', NULL),
(525, 126, 'A Mini Theater Festival | NY/NJ Bengali', '', 'http://ethnomediallc.com/wpress/index.php/archives/169', '67.228.228.192', '2008-05-29 23:14:21', '2008-05-30 03:14:21', '[...] For details about Satyameva click this link. [...]', 0, '1', 'Incutio XML-RPC -- WordPress/2.5.1', 'pingback', 0, 0, 'N', NULL),
(571, 229, 'Sushmita Dutta', 'sushmita.dutt@sap.com', 'http://www.novel-ebiz.com', '169.145.3.12', '2008-09-30 14:44:43', '2008-09-30 18:44:43', 'In this chaos of disappointments and angry outbursts, I am getting a tremendous sense of solidarity realizing the fact that the Bengali community in New Jersey has really grown into a voluminous and economically strong body. It''s a great feeling. Let’s live it up guys ! May be we can now think of some exclusively Bengali outfits like “Oh! Calcutta” and “Ganguram” or “Banchharam”.\r\n\r\nYes, it''s time for Kallol to look for a bigger place. The Ukranion church has been the venue for Kallol''s Durga Puja for past several years and even after realizing the accommodation problem faced last year, it was unresolved this year.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 1.1.4322)', '', 0, 0, 'N', NULL),
(569, 207, 'pranojit', 'panto77@yahoo.com', 'http://', '146.145.92.51', '2008-09-26 12:42:42', '2008-09-26 16:42:42', 'This is not fair for everyone. Why couldn''t kallol and GSCA organize pujo in different weekends. \r\n\r\nThey should think about other who would like to have a extended pujo atomosphere.\r\nOne weekend is a very short time to enjoy.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12', '', 0, 81, 'N', NULL),
(568, 222, 'Durga Puja in New Jersey : Durga Puja 2008', '', 'http://www.durgapuja2008.com/?p=5', '74.50.25.185', '2008-09-21 13:53:43', '2008-09-21 17:53:43', '[...] View post: Durga Puja in New Jersey [...]', 0, '1', 'Incutio XML-RPC -- WordPress/2.6.1', 'pingback', 0, 0, 'N', NULL),
(582, 229, 'RD', 'rd@yahoo.com', '', '141.150.205.20', '2008-10-04 12:14:02', '2008-10-04 16:14:02', 'Instead of complaining and throwing blames at each other, what is needed is smart planning. I think what is needed is to decouple the Puja/anjali/bhog activities from cultural function. The limit is basically set by the auditorium capacity which gets crowded and becomes a safety issue during evening cultural functions. Just like the food which is now provided in a huge tent outside, I think Puja/anjali could be arranged in another big tent outside. The tickets should be sold for either just Puja/anjali/bhog (~$35) or for combined Puja/anjali/bhog/function (~$65). This way a lot of bengalis can participate in Puja and may not mind terribly if they miss the cultural function one year.\r\n\r\nRD', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3', '', 0, 0, 'N', NULL),
(583, 207, 'Jayanta', 'jayanta_deka@rediffmail.com', '', '12.161.237.158', '2008-10-06 15:44:54', '2008-10-06 19:44:54', 'why is puja organized on 3-4th when the actual puja date starts from 6th (today) to 9th ?', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727)', '', 0, 0, 'N', NULL),
(536, 137, 'fry bread recipe', '', 'http://lillie.usednewsdigest.info/frybreadrecipe.html', '58.85.33.34', '2008-06-10 03:40:55', '2008-06-10 07:40:55', '[...] filling. This delicious food can be eaten as it is or with some spicy meat of other curry dishes.http://ethnomediallc.com/wpress/index.php/archives/137Fry Bread RecipesThe magic is in frying the bread quickly! The hotter the oil, the less time it [...]', 0, '1', 'Incutio XML-RPC -- WordPress/4.01', 'pingback', 0, 0, 'N', NULL),
(574, 207, 'sonai chatterjee', 'dsonai@gmail.com', '', '67.82.98.3', '2008-09-30 17:13:44', '2008-09-30 21:13:44', 'This is ludicrous... even to see Durga Maa once a year, organizations such as these have made it impossible for people to visit.\r\nWhat is exactly the underlying purpose of all you people???', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 Firefox/2.0.0.17', '', 0, 0, 'N', NULL),
(539, 173, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2008-06-13 14:51:56', '2008-06-13 18:51:56', 'Watch Natyamela photos at http://www.chhandosik.com/NatyaMela/image-gallery/index.php?page=list-image&album=4', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14', '', 0, 1, 'N', NULL),
(573, 229, 'pranojit', 'panto77@yahoo.com', 'http://', '146.145.92.51', '2008-09-30 16:56:10', '2008-09-30 20:56:10', 'This is a very unfortunate thing as many people were looking forward to celebrate the durga puja through Kallol or GSCA.\r\n\r\nIt would have been nice if they thought about it before considering similar things happened last year.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12', '', 0, 81, 'N', NULL),
(572, 229, 'Amal Paul', 'apaul@metlife.com', '', '216.163.255.1', '2008-09-30 15:00:36', '2008-09-30 19:00:36', 'One correction: We had warning posted on Kallol.com two days ahead of closing that said "registration will be closed soon".', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705)', '', 0, 0, 'N', NULL),
(570, 229, 'Arunansu Dasgupta', 'arunansud@yahoo.com', '', '69.127.18.41', '2008-09-30 13:56:33', '2008-09-30 17:56:33', 'May I take this opportunity to thank you for the illuminating article. No organizer would like to tell their patrons” Please do not come to our event(S)”. Under the circumstances of different place, different country, and different rules of the land GSCA, Kallol, Dallas and many other place s are  compelled to restrict the number attendee. It is very unfortunate but until we can find a better solution organizations will have no other choice. Hopefully with the time angry arguments will be replaced by logical thinking and constructive proposal .', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; IEMB3; IEMB3)', '', 0, 0, 'N', NULL),
(576, 230, 'Abhishek', 'abhi.mkj@gmail.com', '', '205.245.184.25', '2008-10-01 11:05:00', '2008-10-01 15:05:00', 'Is this the pujo at Plainfield Ave location?', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3', '', 0, 0, 'N', NULL),
(577, 230, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2008-10-01 11:07:19', '2008-10-01 15:07:19', 'The address is:\r\nPlainfield High School,\r\n950 Park Avenue, Plainfield, NJ 07060', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13', '', 0, 1, 'N', NULL),
(578, 229, 'Surajit Mitra', 'surajit.mitra@gs.com', 'http://www.gardenstatepuja.org', '206.230.48.50', '2008-10-01 11:33:13', '2008-10-01 15:33:13', 'Sudiptoda,\r\nThanks for the article (...puja registration being closed).  I am associated with the GSPC Jersey City Durga Puja - we''re expecting a large crowd too this year.  We may have to turn back people because our infrastructure (hall/parking) would not support more than 550 people.  We''re getting a lot of calls too.\r\n\r\nYou might remember me - I am from IIT KGP 1983 ECE batch - Bhusi''s class.  You had directed our fresher''s natok - but I''m not a natok person.  But I was involved in TMS - represented IIT many times\r\n\r\nRegards,\r\nSurajit', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; CPT-IE401SP1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; CPT-IE401SP1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)', '', 0, 0, 'N', NULL),
(579, 229, 'Subhasis Das', 'subhdas@yahoo.com', '', '216.163.255.1', '2008-10-01 12:25:36', '2008-10-01 16:25:36', 'Thanks for sharing the information. its really sad for all Bengali’s who will miss the Durga Puja (including me)- specially the Adda -- Just a thought .... kollol is a big organization with the strength of organizing big event - is it possible to find another place near by where all the "dukhi bengali" can meet and refresh themselves with adda and Kollol can project the live event happening at main place on some "Big screen".\r\nmay be its too late .. but "Jago bangali" .. do something we cannot miss adda &amp; food with a cultural boost up.\r\n\r\nregards\r\nSubhasis', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)', '', 0, 0, 'N', NULL),
(581, 229, 'Subal Sarkar', 'subal05@gmail.com', '', '71.225.42.203', '2008-10-01 17:08:43', '2008-10-01 21:08:43', 'Beacuse of a large number of telephone requests, Durga Puja pre-registration was extended till midnight today, Oct 1, 2008 at www.gsca.us. As all of you know after 9/11 all facilities are under very strict supervision and surveillance. We must adhere to fire, life and safety regulations and therefore, cannot admit more than the allowable capacity of our facility. We have a larger facility and will allow on site registration until the capacity is reached. Last year this happened around late afternoon and we had to disappoint many who came from far away places. We directed them to Ananda Mandir and Bharat Sevashram. However, this year their Puja will not start until Monday, the eve of Saptami. We therefore strongly urge all to pre-register.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)', '', 0, 0, 'N', NULL),
(1618, 343, 'Brinda Guha', 'brinda.guha@gmail.com', 'http://www.brinda.cjb.net', '216.165.19.211', '2009-05-06 21:20:22', '2009-05-07 01:20:22', 'I will be there with arms wide open!!', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10', '', 0, 0, 'N', NULL),
(734, 249, 'Biman Bhatta', 'bkbnj8@aol.com', 'http://ethhnomediallc.com/wpress', '72.68.33.192', '2008-11-02 22:35:42', '2008-11-03 02:35:42', 'So are we to suppose to presume that we all Indians, especially the first generation of immigrants, abhor our own dark skin color and are ready to do anything to become white? Well I have a solution for that: Just follow what Michael Jackson did – bleach your skin, and then learn to speak English as the Americans do.\r\nThis isn’t about Barak Obama; it is about our craze to become a white Anglo Saxon. The parents who are obsessed about their children marrying a darker color mate would show their condemnation no matter wherever they would be India or Overseas. And the only reason for it is that they want their grandchildren to be whiter than what they or their children are. Anyway this behavior is part of our inheritance. Indian have lived a long time under white people’s rule and started learning to worship the whites as if they were Angels.\r\nBut this Presidential Election is not about color of skin. It is also not about expecting that Obama with a magic wand would dispel overnight all the desolation that Bush Administration has bestowed on this land. It is about Obama showing us the ray of hope that might be waiting at the end of this dark tunnel.\r\nGo ask the young people. Obama is the leader they want because to them he carries the vision of better future world.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)', '', 0, 0, 'N', NULL),
(845, 207, 'K.B.', 'patrymook@yahoo.com', '', '24.187.112.167', '2008-11-17 12:26:50', '2008-11-17 16:26:50', 'I understand the adoption of the policy to cut the crowds in which I agree because I hate crowds thus I had bad experiences with it that it was not funny at all. However, Kallol is making it difficult to enjoy the presence of Durga Maa in many ways: there are folks out there that can only pay in cash in which they have the right to it; each and everyone of us have our own reasons to pay in cash; in other words, if anybody does not have a checking account, he or she has to deprive itself from seeing Durga Maa, since drop-ins are no longer accepted. Very sad! We must find a solution because if it continues like this, it will lose a lot of patrons and we do not this to happen to Kallol because it an excellent organization. Speaking about having two organizations celebrating Durga Puja on the same days, there used to a time when we could enjoy puja-hopping. Hello?! What is wrong with that? At least is always better than discotheque-hopping! Durga Puja comes once a year and I think there is nothing wrong with puja-hopping, therefore, Durga Puja means a lot to all of us. And it no use to frequent other locations because it would be crowded no matter what. I think New Jersey Puja Association should organize its own Durga Puja to balance out the crowd: they work in an outstanding manner and I feel that NJPA should become a bigger and more popular organization. Durga Puja is an enormous event and every  organization and temple should celebrate it, at least we can have a choice on where to go and we can make plans from two weeks to a month ahead of time, and we can still have the freedom to have a wonderful time. Speaking of the badges, ink stamps, and wristbands, Kallol is acting like it is a discotheque. Oh please! I truly understand the security measures that need to be taken, but this is extreme. We spend hundreds, if not thousands, of dollars in fashions, shoes, and accessories to look our best for two or three days, not to mention the food and the offerings we make to Durga Maa, plus the cost of the entrance; it''s like we spend a lot of money just to get bossed around if we want to have a wonderful time. It makes me angry to think like that!  A good way to apply security measures without ruining the fun and our fashion statement is to go for the "invisible" ink stamps and hire a security guard with a black light to control the entry, it barely shows and it does not affect our fashion statement at all. I would like to say that I am glad to hear about the crowd control policy, it is about time.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)', '', 0, 0, 'N', NULL),
(590, 229, 'sarah fay', 'cantsay@dot.com', '', '24.228.82.141', '2008-10-13 15:18:11', '2008-10-13 19:18:11', 'Catch 22 :-\r\nBengalis are famous of buying "air time" without having any concrete solutions. It is needless to say that space is a problem to accomodate all the bong''s to enjoy durga puja. So, what can be done? Kallol like other organisation has tried to put some discipline and to stop people (so called sophisticated Bengalis) who likes to enjoy three days puja, nice entertainment and food without spending dime. As we all know economic situtation in the country is very day, prices have gone up significantly and that requires increase in Budget even to do the same puja for three days with decent entertainment and food at the same place. \r\nIt is very easy to say that kallol needs a bigger place (which may be true)but who is going to pay for it? Where is the money going to come to rent bigger place which will cost more money and that requires increase in subscription. \r\n\r\nI even heard some people saying that Kallol should bear the cost of renting bigger place. My question to them is who is Kallol? All the 9 donkey''s (executive committee) or you, me all the kallol members?\r\n\r\nIt seems like "Catch 22" situation.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705)', '', 0, 0, 'N', NULL),
(929, 266, 'Pramit', 'pramit_palit@rediffmail.com', '', '125.20.65.74', '2009-02-20 05:55:56', '2009-02-20 09:55:56', 'We have had blasts not just in Mumbai - but across the country, from Guahati to Ahmedabad and from Benaras to Bangalore. Hundreds have died. And our Govt. was not worried. They woke up after Mumbai - probably because 49 Muslims lost their lives.\r\nTill Mumbai, there was no plan, no effort, no sense of urgency to combat terrorism.\r\nThat had made India a soft target for these trigger happy killers.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0, 'N', NULL),
(969, 271, 'Kaberi Dutta', 'kaberi.dutta@rediffmail.com', '', '60.243.40.169', '2009-03-12 01:13:12', '2009-03-12 05:13:12', 'Who is playing the role of Parashar Pathak(Munna) in Dhoop Chhaya?His tall figure and sharp features would make him a perfect candidate to play the role of Feluda.Sandip Ray should sit up and take note.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0, 'N', NULL),
(613, 243, 'subhashis ghosh', 'gsubhashis@gmail.com', '', '117.194.128.60', '2008-10-17 04:30:48', '2008-10-17 08:30:48', '"Pooja related Cartoons are really funny,enjoyable\r\nand exposes fact!N.J.Kallol Pooja report are quite descriptive and informative particularly qurious MainLand(India)people like us.But one thing I failed to understand,the absence of any Pooja celebration Photographs,without that I presume a report or documentation is incomplete,in todays standard!Congratulation and thanx to N.J.Kalol Pooja comitee for another successful Durgotsav.All the best.   \r\ns.ghosh.(Kolkata)', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FDM)', '', 0, 0, 'N', NULL),
(704, 249, 'Indranil Mukherjee', 'indymukh@gmail.com', '', '71.244.81.81', '2008-10-31 09:20:26', '2008-10-31 13:20:26', 'This is so true ... Amitava Da pinned us really ... time is even getting bore on this cross-cultural dogmas. Do we have to really show-off our culture and care for one''s to get in habbit with? We need to ask ourselves, do we get into cultural dialogues everytime there is a new entity around us? Is our culture so vulnerable to another culture? Or, is it the question that we are used to live in a way and cannot get out of it?', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2)', '', 0, 0, 'N', NULL),
(931, 273, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2009-02-23 12:18:48', '2009-02-23 16:18:48', '8 Oscars - Including best picture, best director, best screenplay and best original score! \r\nWay to go Rahman!', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6', '', 0, 1, 'N', NULL),
(887, 133, 'sudipta', 'bhawmik@gmail.com', 'http://', '68.193.111.159', '2008-12-16 01:33:49', '2008-12-16 05:33:49', 'Sorry - it should have been millions. I stand corrected.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4', '', 0, 1, 'N', NULL),
(994, 312, 'Sambit Basu', 'sambitbasu@hotmail.com', 'http://www.basus.net', '64.105.168.210', '2009-03-24 21:01:14', '2009-03-25 01:01:14', 'Jobor news! New Jersey is fast becoming the nouveau aNtuD of bongo-songskriti! Paraphrasing Lalmohan, "cultivate korte hochchhe moshai!"', 0, '1', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009021906 Firefox/3.0.7', '', 0, 0, 'N', NULL),
(829, 247, 'Sujay Ghosh', 'ghosh.sujay@gmail.com', 'http://sujayghosh.wordpress.com', '164.164.97.81', '2008-11-14 07:48:41', '2008-11-14 11:48:41', 'Nice to see a Bengali blog . \r\n\r\nOnek din dhore bideshider blog e pore berachi...:-)\r\n\r\nI am also on Twitter @sujayg', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4', '', 0, 0, 'N', NULL),
(830, 247, 'Sujay Ghosh', 'ghosh.sujay@gmail.com', 'http://rear-mirror.blogspot.com', '164.164.97.81', '2008-11-14 07:56:27', '2008-11-14 11:56:27', '2nd Time - Could not resist..:-) . I also blog on my personal life at http://rear-mirror.blogspot.com', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4', '', 0, 0, 'N', NULL),
(1624, 345, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2009-05-07 12:07:47', '2009-05-07 16:07:47', 'That is strange indeed. Alexa is a highly reputed site. Go to Alexa.com and try to download the tool bar for there directly. Else, maybe your ISP has been compromised.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19', '', 0, 1, 'N', NULL),
(927, 88, 'Anniversary Poems', 'brendawalker01@gmail.com', 'http://www.poemsall.com', '210.211.252.74', '2009-02-04 08:23:13', '2009-02-04 12:23:13', 'Nice collection about variety of poems and they are very needed for me because i am a teacher of small children it surely help them to learn a different thing from it.\r\nThanks for your time post this post.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6 GTB5', '', 0, 0, 'N', NULL),
(1625, 343, 'Kajal Sen', 'senkajal@yahoo.com', 'http://www.kalimati.co.in', '117.200.80.71', '2009-05-07 12:56:21', '2009-05-07 16:56:21', 'Apnader sapholya kamona kori. Shubhechchha ebong abhinandan janai.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; InfoPath.2)', '', 0, 0, 'N', NULL),
(1622, 345, 'Kaushik', 'kaudata@yahoo.com', '', '68.46.173.7', '2009-05-07 07:48:13', '2009-05-07 11:48:13', 'Look at Quantcast.com. It is emerging as a leader in this space.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10', '', 0, 0, 'N', NULL),
(925, 273, 'sudipta', 'bhawmik@gmail.com', 'http://', '68.193.111.159', '2009-01-23 23:05:02', '2009-01-24 03:05:02', 'Now 10 Oscar nominations! Go for it!', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1', '', 0, 1, 'N', NULL),
(938, 286, 'nikki', 'niki.princess@gmail.com', '', '123.201.73.12', '2009-03-04 11:24:00', '2009-03-04 15:24:00', 'GREAT TRUTH REVEALED', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)', '', 0, 0, 'N', NULL),
(882, 157, 'Pujan Ghosh', 'pujan.g1962@yahoo.co.in', '', '59.93.242.33', '2008-12-11 11:58:59', '2008-12-11 15:58:59', 'I want to participate in your programe', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.4.154.29 Safari/525.19', '', 0, 0, 'N', NULL),
(2276, 70, 'Patrizia Mookherjee', 'patrymook@hotmail.com', '', '24.187.112.167', '2009-06-07 14:02:00', '2009-06-07 18:02:00', 'The reason of poor attendance in our social clubs is because there are not many interests for our youths. Other than that people come up with some lame excuses, such as moving out of state. What is going to happen to the future of our children? We need more young people to get involved to get our clubs back on track. Heritage is very important and there should be no excuses.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3', '', 0, 0, 'Y', NULL),
(896, 271, 'watcher', 'oasisguy98@yahoo.com', '', '99.135.185.18', '2008-12-22 21:56:57', '2008-12-23 01:56:57', 'This is not a comment, rather a question. Is Raghuram Pathak played by Mrinal Mukherjee, the actor of Chhuti, Ekhoni, Apanjan etc, (also fathet of Jojo the singer)?', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)', '', 0, 0, 'N', NULL),
(934, 286, 'sudipta', 'bhawmik@gmail.com', 'http://nynjbengali.ethnomediallc.com', '74.202.52.1', '2009-02-26 16:56:05', '2009-02-26 20:56:05', 'The book is published by A DASGUPTA-ALLIANCE PUBLICATION\r\nOrder your copy in the U.S. from: GLOBAL BOOKS: http://www.globalbooksus.com\r\nFor price discount on five (5) or more copies, please write to: globalbooksusa@gmail.com.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.48 Safari/525.19', '', 0, 1, 'N', NULL),
(746, 181, 'Sujoy', 'sujoymenon.md@gmail.com', '', '71.125.73.243', '2008-11-03 22:41:12', '2008-11-04 02:41:12', '"Barack Obama laid out his foreign policy strategy in very clear and specific terms." \r\n\r\nNo he did not! He just repeated a bunch of played out terms. But I am sure my definition of spesific is not just platitudes.\r\n\r\nAlthough, I am not sure it matters a cause we are in for a typical "big goverment can solve everything" and "I am entitiled to everything without any accountability" policies for at least the next 4 years. \r\n\r\nI just wonder where will the money come from for all the freebies....oh wait there are always the biggest suckers.....tax payers....us.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1; .NET CLR 2.0.50727)', '', 0, 0, 'N', NULL),
(747, 249, 'Sujoy', 'sujoymenon.md@gmail.com', '', '71.125.73.243', '2008-11-03 22:57:07', '2008-11-04 02:57:07', 'thats interesting I do NOT think so at all...and I think I am still young...', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 3.1; .NET CLR 2.0.50727)', '', 0, 0, 'N', NULL),
(908, 273, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2009-01-09 12:46:38', '2009-01-09 16:46:38', 'Slumdog wins 5 Critcs Choice Awards:\r\n\r\nWinners at Thursday''s 14th annual Critics'' Choice Awards:\r\n\r\n• Picture: "Slumdog Millionaire"\r\n• Director: Danny Boyle, "Slumdog Millionaire"\r\n• Writer: Simon Beaufoy, "Slumdog Millionaire"\r\n. Young actor/actress: Dev Patel, "Slumdog Millionaire"\r\n• Composer: A.R. Rahman, "Slumdog Millionaire"', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5', '', 0, 1, 'N', NULL),
(936, 219, 'Athu', 'athu88@live.com', '', '124.195.215.145', '2009-03-01 02:10:46', '2009-03-01 06:10:46', 'I Love to eat Indian Food', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6', '', 0, 0, 'N', NULL),
(937, 286, 'Pramit', 'pramit_palit@rediffmail.com', '', '125.20.65.74', '2009-03-01 11:04:43', '2009-03-01 15:04:43', 'Good work !', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0, 'N', NULL),
(914, 137, 'sanjida', 'sanjidaro@gmail.com', 'http://www.ictoday.blogspot.com', '114.141.80.100', '2009-01-16 10:23:46', '2009-01-16 14:23:46', 'helpfull', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)', '', 0, 0, 'N', NULL),
(1623, 345, 'Pramit', 'pramit_palit@rediffmail.com', '', '121.242.110.2', '2009-05-07 12:05:27', '2009-05-07 16:05:27', 'Could not install Alexa. There was a Trojan warning. I think it needs to be sorted out.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6)', '', 0, 0, 'N', NULL),
(910, 271, 'Deb', 'sarb_ghosh@yahoo.co.in', '', '121.246.5.39', '2009-01-12 13:18:02', '2009-01-12 17:18:02', 'Yes Raghuram Pathak is in fact played by Mrinal Mukherjee,whom audiences will best for his National Award winning performance in Chhuti and for other films like Ekhuni Apanjan etc!!!', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5', '', 0, 0, 'N', NULL),
(911, 273, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2009-01-13 13:15:43', '2009-01-13 17:15:43', 'Slumdog won 4 Golden Globes:\r\nBest Picture, Best Director, Best Screenplay, and Best Original score.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5', '', 0, 1, 'N', NULL),
(769, 251, 's.ghosh.', 'gsubhashis@gmail.com', '', '117.194.128.125', '2008-11-05 13:42:47', '2008-11-05 17:42:47', 'Typical "HILSA" lover Bengalee Pleasure!!!!', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)', '', 0, 0, 'N', NULL),
(987, 271, 'sudipta', 'bhawmik@gmail.com', 'http://', '68.193.111.159', '2009-03-16 23:08:10', '2009-03-17 03:08:10', 'Abhrajit Chakraborty is performing as Parashar Pathak. His acting skills need to improve considerably before one can think him as Feluda.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.7) Gecko/2009021906 Firefox/3.0.7', '', 0, 1, 'N', NULL),
(805, 249, 'Subhodev Das', 'subhodev@att.net', '', '98.221.130.71', '2008-11-10 01:23:31', '2008-11-10 05:23:31', 'Now that we''re done with the election, does anybody feel that President-elect Barack Obama is not acceptable as a close member of one''s family? \r\n\r\nAs a social being we''re prejudiced one way or the other, hence our propensity to intolerance. When it comes to (Bengali) matrimony, this prejudice is no better expressed than in the ads. I''ve not seen an individual, particularly women, advertising to have a very dark complexion ("ghor krishnabarna"); at worst a person has brightly dark complexion ("ujjol shyambarna") - what an oxymoron!\r\n\r\nIn a marriage of "inequals" - social, economic, individual, or otherwise in nature - one party is always fearful of "losing out" that could manifest as shame or guilt. This fear may sometime lead to adverse situations, but more often both parties learn to accept each other through mutual tolerance.    \r\n\r\nSen. Obama never ran on race (nor did he run away from it) and the ones among us, the Bengalis, who voted for him were not swayed by his complexion (judging from our predisposition).  Thus, linking our support for his political endeavor to our prejudice-laced social behavior is misplaced in my opinion.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; NET_mmhpset)', '', 0, 0, 'Y', NULL),
(883, 271, 'Silent-Observer', 'adas2@comcast.net', '', '72.90.162.154', '2008-12-12 10:18:06', '2008-12-12 14:18:06', 'Good Review of Dhoop-Chhaya. Confision for viewers for ''same talent in different roles in different serial'' is because ETV has fixed ''signed'' actors who they''ll have to use in ''their'' serials. They cannot take any talent from Kolkata talent pools, so is Aakaasg-Bangla, and other channels.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)', '', 0, 0, 'N', NULL),
(905, 99, 'leonidas', 'info@leoloi.gr', 'http://www.loizides.gr', '77.49.46.68', '2008-12-28 16:42:04', '2008-12-28 20:42:04', 'GREEK CULTURE EMBRACES THE ENTIRE WORLD \r\n   \r\n \r\nThe Theatre Scheme of Leonidas Loizides tours staging “BACCHAE” of Euripides, in a version of the dean and professor of the University of Athens, Marika Thomadaki and in direction of the pioneer and innovating director Leonidas Loizides, who has a 20-year active career in the theatre stardom, always serving the quality theatre, and with artistic successes, the destiny of which had been to travel abroad and make a tour in Europe and America, as we are ambitious for our new oncoming production too. The play is presented in the Greek language with English hyper-titles. Its ingenuity lies in the fact that it is performed only by a female cast, that totally consists of eight women, selected professional actresses. It is about a pioneer idea of Leonidas Loizides that aims at the promotion of the role and the power of the woman, in the past as well as in the present time and the future. We also point out that in this attempt of ours we have the support of the Greek and Cypriot state and the honour, this theatrical production to be under the auspices of the Greek Ministries of Foreign affairs, Tourist Development, Transportation and Communications, the Organization for the Promotion of the Greek Culture of the Ministry of Culture, the Ministry of Education and Culture of the Cypriot Republicas well as ???? (Cultural Organization of the Municipality of Athens) and UNESCO.Our Communication Sponsors are: ERT WORLD, ????, «Apogevmatini”, “City Press”, “Athens Voice”, “Athens 984, GoCulture,while our Sponsor is the “BANK OF CYPRUS”All the above factors render the as above performance perfect from the artistic point of view, at a level that it can satisfy even the most demanding audience. The theatre company consists of 8 members and along with the director, the technician (operator of lights and sound) and the production organizer, constitutes the eleven-member team that will travel for the materialization of this inspired project.The specific production spread its wings beyond the Greek horizons in September of 2008 with a 40-day tourney in America, in 18 states of the USA, under the auspices of the World Council of Hellenes Abroad, SAE USA Region and the Organization under the name “PEDIA” (meaning EDUCATION in the English Language), and we hope that its journey will be as far and long, from the time point of view, as possible. Our tourney in America had an extremely warm reception from the audience and the press, winning many distinctions by local entities, with the awarding of prizes by the Municipality of New York and the American Congress being the high spot. Our following destination is Europe, with already scheduled performances in Germany, London, Cyprus and Paris for January and February 2009, while we are already preparing our new theatrical production “Troades” of Euripides, which will start its tour in Greece and abroad from August of 2009. Our ulterior objective is not to gain any profit, but the spreading of the Greek culture and theatre as well as the teaching of the classical and always timely, for any society, tragedies of one of our greatest tragic poets, to Greeks of the same descent that live abroad and to foreigners. Furthermore, an aim of our specific attempt is to find people and states which are friendly to Greece and our culture, aiming at their promotion and the beginning of a professional and artistic opening of the Greek theatre. The realization of this dream of ours lies in your contribution We would be interested in being in contact with acknowledged or valid theatrical Festivals, local or not, theatrical organizations, Cultural Organizations, Municipal authorities, acknowledged Theatres or Theatre Companies of abroad, aiming at the inclusion of our production in their artistic agenda for the season of 2009-2010. We also think that it would be useful for us to get in touch with universities of the country, in which theoretical arts are taught, in case they were interested in accommodating our theatre performance aiming at the teaching and education of their students.Finally, some performances could be staged under the auspices of local or national benevolent institutes and the returns of which could be disposed for charity purposes, thus promoting the social character of our country as well.We are open to any other proposal or idea you may have, which could help to the materialization of the specific theatrical production abroad, and of course we would be very glad, if your entity itself was interested in accommodating our production and supporting us financially, as well as in publicizing and promoting our proposal.We hope to realize in your turn, the specialness and substantialness of this attempt of ours for an international tourney of the tragedies “BACCHAE” and “TROADES” of Euripides, for the Greek theatre, as well as for the spreading of our culture beyond our national frontiers and to be a fellow traveler in our cultural journey. \r\nDirector, Leonidas Loizidis Tel: 0030 6945608103, 6955172106\r\nOfficial site:http://www.loizidis.com\r\nMyspace profile: http://myspace.com/leonidasloizides \r\ne-mail: info@leoloi.gr This e-mail address is being protected from spambots. You need JavaScript enabled to view it , vakxes@hotmail.com This e-mail address is being protected from spambots. You need JavaScript enabled to view it', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0; InfoPath.2)', '', 0, 0, 'N', NULL),
(885, 133, 'Vinit', 'gbavideo@gmail.com', '', '216.31.255.3', '2008-12-12 17:26:53', '2008-12-12 21:26:53', 'How can 12.5 billion people go to Broadway a year when there are only 6 billion people in the world?', 0, '1', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4', '', 0, 0, 'N', NULL),
(1457, 335, 'Brinda Guha', 'brinda.guha@gmail.com', 'http://www.brinda.cjb.net', '128.122.131.250', '2009-04-24 10:55:57', '2009-04-24 14:55:57', 'It''s interesting how many myths actually surround the topic of HIV/AIDS. First and foremost, HIV can''t be cured, but it can be treated. Ignoring the problem doesn''t have it go away. It''s like cancer in that sense. Secondly, HIV does not only affect gay men and drug users. HIV is something that can be spread through various channels, and it is noted that in today''s age of America, most people who have HIV are heterosexual and clean of drugs! It''s so condemned in society but really, it''s just another sickness that needs treatment, if not careful in the first place. And lastly, HIV and AIDS are not the same thing, as the former is a virus and the latter is a collection of illnesses. \r\n\r\nThis play sounds very interesting. It''s strange how people of our grand community treat something perceive situations they know very little about. I guess it''s because they are used to knowing so much about things, that something foreign like this is climbing it''s way through the latter. But it''s THAT reason only that people should be more understanding and educated of how to go about the situation, rather than forcefully ignore their condition. \r\n\r\nI hope I can make it to the show! Great article and as always, I support you 100%!\r\n\r\n-Brinda', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9', '', 0, 0, 'N', NULL),
(1698, 349, 'Search for Idols : Durga Puja 2008', '', 'http://www.durgapuja2008.com/durgapuja/search-for-idols/', '74.50.25.185', '2009-05-25 20:10:53', '2009-05-26 00:10:53', '[...] Read more from the original source: Search for Idols [...]', 0, '1', 'Incutio XML-RPC -- WordPress/2.6.1', 'pingback', 0, 0, 'N', NULL),
(1660, 343, 'Atri Guha', 'ag6789@yahoo.com', '', '98.109.237.40', '2009-05-11 23:14:51', '2009-05-12 03:14:51', 'Wish you all the best.look forward to see more multi act plays w/multi characters..', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)', '', 0, 0, 'N', NULL),
(1534, 340, 'nora', 'eluongo@gmail.com', 'http://www.twitter.com/rutgers_newark', '165.230.92.2', '2009-04-30 10:48:43', '2009-04-30 14:48:43', 'that''s really great - makes a lot of sense too with the large indian population (though i wish this was happening on the newark campus)... i wonder will there be bhangra dance classes offered?', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727)', '', 0, 0, 'N', NULL),
(1563, 340, 'Raja', 'raja.roy1@gmail.com', '', '74.241.82.29', '2009-05-02 01:19:17', '2009-05-02 05:19:17', 'How does one register for the summer camp? Will the concert be open to the public or does one need to pre-register?\r\n\r\nThanks so much.\r\n\r\nRaja', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.59 Safari/525.19', '', 0, 0, 'N', NULL),
(1578, 304, 'Reaction to swine flu vaccine.', '', 'http://www.spike.com/blog/swine-flu-compare/77525', '72.167.232.29', '2009-05-02 22:31:06', '2009-05-03 02:31:06', '<strong>1976 swine flu....</strong>\n\nSwine flu. 1976 swine flu. 1976 swine flu scare....', 0, '1', 'WordPress/2.7', 'trackback', 0, 0, 'N', NULL),
(1599, 340, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2009-05-04 15:54:34', '2009-05-04 19:54:34', 'Check the following link for more info:\r\nhttp://www.masongross.rutgers.edu/extension/summer.html', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19', '', 0, 1, 'N', NULL),
(1607, 328, 'Brinda Guha', 'brinda.guha@gmail.com', 'http://www.brinda.cjb.net', '216.165.19.124', '2009-05-05 15:17:34', '2009-05-05 19:17:34', 'House is definitely my all-time favorite show. I find that recently the show has been getting really spicy and interesting, because it actually veered from that typical setup to become something more intriguing, more dramatic, without losing its medical flare. Great article!', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10', '', 0, 0, 'N', NULL),
(2270, 358, 'Mr. Kaplan', 'svoboda1@hotmail.com', '', '68.196.143.135', '2009-06-05 17:03:50', '2009-06-05 21:03:50', 'The tempo of the play “Banaprastha” increases rapidly, as the suspense and the family drama captured my imagination.  The acting is superb, with the performers deeply engrossed in the Stanislavsky method. The script is woven into the fabric of the conflict between the Past and the Present.  Sudipta Bhawmik painstakingly researched the material, which also adds to the play''s unabashed realism.  With tiny bits of  sprinkled wit, "Banaprastha" deserved to be seen by a wider Bengali and English-speaking audience.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)', '', 0, 0, 'N', NULL),
(1395, 314, 'Bloggers For Hire', '', 'http://www.outsidethebeltway.com/archives/bloggers_for_hire/', '72.32.122.55', '2009-04-21 11:41:36', '2009-04-21 15:41:36', '[...] Story via Jonathan Adler.  Image: NY/NJ Bengali. [...]', 0, '1', 'Incutio XML-RPC -- WordPress/2.6.2', 'pingback', 0, 0, 'N', NULL),
(1615, 341, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2009-05-06 15:06:44', '2009-05-06 19:06:44', 'Following is the response from ETV.\r\n\r\nDear Customer,\r\n \r\nWe regret for the inconvenience caused to you.\r\n \r\nRight now, we are facing some issues with time delay. The process is in and it''ll take a day or two to set the things right back. Please bear with us.\r\n \r\nThank you for your cooperation and we look forward to serve you better.\r\n \r\nRegards,\r\nETV Team', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)', '', 0, 1, 'N', NULL),
(2278, 186, 'Rohon', 'rohonkuddus@gmail.com', 'http://www.rohonkuddus.com', '220.227.179.5', '2009-06-11 09:34:37', '2009-06-11 13:34:37', 'Forgot to mention one more site SRISTISukh (http://www.sristisukh.com). You may find this interesting.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; InfoPath.1; InfoPath.2)', '', 0, 0, 'Y', NULL),
(2277, 186, 'Rohon', 'rohonkuddus@gmail.com', 'http://www.rohonkuddus.com', '220.227.179.5', '2009-06-11 09:32:46', '2009-06-11 13:32:46', 'There is a webmag SRISTI (http://www.sristi.co.in). And you can find some other under the tab ''Onyora'' of that webmag. You may find some mag to worth mentioning in your esteemed blog.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; InfoPath.1; InfoPath.2)', '', 0, 0, 'Y', NULL),
(2279, 364, 'sudipta', 'bhawmik@gmail.com', 'http://nynjbengali.com', '74.202.52.1', '2009-06-11 16:22:01', '2009-06-11 20:22:01', 'Amitava-da, \r\n\r\nThank you for the review. You have said whatever you felt after the watching the play and I appreciate it. However I feel that I need to respond to some of your comments, not as a member of the production team, but as a playwright. \r\n\r\n1. You commented - "But in these days of cheap airlines tickets and cheaper communication cost can anyone be so unaware (and acting so taken aback) of the changes going on, particularly for a person having purchased a place of residence there during the intervening years? Where has he been?"\r\n\r\nDo you think all of us visit our home in India every year? Here is an email comment from one of our audience: "....I appreciated it more because I went to India in May after 11 years." \r\nParijat went back home after 8 years. \r\n\r\nBut even when I visit India every year or every other year,  the social changes keeps on amazing me. Yes, we are aware of the changes, but when it starts affecting you personally, it hits home. I am sure you feel it too. If not, I''d say that you are in denial. Some of us do try to pretend that they are abreast of what''s going on back home, they even appear to appreciate some of the social changes to prove their liberal mindset - but deep within, it hurts them too - it hurts when you find your home is no more. One of our western audience member told me, his mother used to say - "there is no home!" I was almost in tears.\r\n\r\n2. "Message is not clear though, at times it looks like telling us that it is all right, even laudable to acquire HIV virus provided the cause is right."\r\n\r\nHow could you get this distorted message that the play is trying to say that it is "laudable  to acquire HIV"?  The only message (if any) one could conclude is that HIV can attack us from any front - one need not visit brothels or use infected needles or get transfused with contaminated blood.  \r\nJust to let you know that the Suranjana character is not entirely fictitious. It is based on real life character.  \r\nCareless saintly behavior (like some health care workers) or unprotected romance, can cause this virus to infect - because the virus does not care whether the body they are attacking is that of a saint, or a romantic lover, or a criminal rapist.  But each such case can be a story - a story in its own right. Suranjana and Pallab''s story is also a story - please don''t humiliate it by saying that it seemed it is laudable to acquire HIV for the right cause.  \r\n\r\nI felt that without the presence of the character Suranjana, Pallab''s story would have been incomplete and it would have been unfair to Pallab and many other young men and women. Pallab never tried to give any excuse for his predicament, but that should not be misinterpreted in anyway. The story may draw some sympathy for Pallab and Suranjana - but I don''t know how it can be interpreted as being an effort to glorify the acquisition of this deadly disease!\r\n\r\n3.  "The doctor, expert on AIDS treatment uttered not so much of a word about anti-retroviral drug. "\r\n\r\nDr. Parijat Sen did mention - "HIV is no longer a death sentence" and also mentioned several times that drugs are now available that can hold of HIV for long periods. Although he did not mention David Ho or Bill Gates or go into the details of anti-retroviral cocktail or HAART therapy - it was not the treatment of HIV/AIDS the issue here - at least to him or his brothers family.  It was well established in the play that access to treatment is not the key problem in India (or Calcutta) - although not all hospitals would admit an HIV patient even today. \r\n\r\nAs per the recent reports, many HIV patients do not seek medical treatment because they are afraid  that doing so would expose their HIV status and they would be social outcasts.\r\n\r\nAlso you must be aware that anti-retrovirals are not cures - they just happen to hold it off for some time and the time varies from person to person and the quality of care he/she is receiving. One of the key problems in India is that the patients do not continue their treatment and thus develop resistance to the medications.\r\n\r\n4. "On this subject at least India is not far out of step with the rest of the world and this is a wrong issue to depict the primitiveness and heartlessness of our people, which appears to be the subtext of the story. "\r\n\r\nAlthough HIV is still considered a stigma in some western countries, but it is not the same as it was during the seventies or the eighties. The HIV stigma in the west is associated with homosexuality (I''d recommend Tony Kushner''s "Angels in America") and the west''s homophobia.  With the wider acceptance of homosexuals in this country, the stigma associated with HIV has lost its sting in many ways. However, in India, the HIV stigma is associated more with sexual morality - besides the undue fear of infection. \r\n\r\nBefore writing this play, and even before staging this play, I have read countless episodes of social cruelty in India towards HIV patients. Even a current running serial novel in "Desh" patrika was writing about this issue. After watching the play another audience member pointed me to  this article - http://timesofindia.indiatimes.com/Cities/Kolkata-/Neighbours-thrash-HIV-patient/articleshow/4626142.cms\r\n\r\nA recent (August 2008) report said that a bill of rights for HIV patients that was presented to the govt in August 2006 is yet to reach the parliament. \r\n\r\nAmitava-da, denial is not going to help us. \r\nYes, "the apathy towards HIV is not typical of Calcutta or India" - but I am an Indian and that is what I can write about. I cannot write about what happens in Indonesia. \r\nWe had several non-Indian audience and they did extract the universality of the issue. I am sorry that you felt that I was unfairly critical of India. \r\nI just wanted to tell a story through this play - a large part of which are based on facts and my own feelings.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.65 Safari/525.19', '', 0, 1, 'N', NULL);
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`, `comment_subscribe`, `comment_enclosure`) VALUES
(2545, 176, 'Patrizia Mookherjee', 'patrymook@hotmail.com', 'http://pmookherjee.sulekha.com', '24.187.112.167', '2009-06-30 17:36:08', '2009-06-30 21:36:08', 'I want to congratulate PronoyKaku. He is my hero and my inspiration; he is the reason why I am staying strong after the bitter I have gone through. I have not seen him in two years and I would love to see him again. Kaku, if you read this comment, I want to let you know that I always think about you and that I love you so much. It would make my happy if you contact me and I want to thank you for the strength and the advice you have given me by e-mail.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)', '', 0, 0, 'Y', NULL),
(2546, 176, 'Patrizia Mookherjee', 'patrymook@hotmail.com', 'http://pmookherjee.sulekha.com', '24.187.112.167', '2009-06-30 17:38:45', '2009-06-30 21:38:45', 'I am refering to the bitter divorce I have gone through and thanks to PronoyKaku, I learned how to be strong and positive. I love you Kaku.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322)', '', 0, 0, 'Y', NULL),
(2581, 378, 'Anirban', 'anirbanray1981@gmail.com', 'http://anirban-ubacho.blogspot.com/', '24.6.125.189', '2009-08-17 05:27:58', '2009-08-17 09:27:58', 'You are very right. But are these voices reaching the coordinators?', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0; .NET CLR 3.5.21022)', '', 0, 0, 'N', NULL),
(2590, 393, 'Patrizia Mookherjee', 'patrizia.mookherjee@hotmail.com', '', '24.187.112.167', '2009-08-27 16:19:21', '2009-08-27 20:19:21', 'I agree withthat suggestion because it gives everyone a chance to see our beloved Durga Maa, especially for those who love to go to a different venue for those two and0or three days.\r\nThis is going to be my first Durga Puja since my divorce and my daughter''s very first one and I am so happy and I look forward to it.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'N', NULL),
(2593, 406, 'Pramit', 'pramit_palit@rediffmail.com', '', '125.20.67.2', '2009-09-10 10:04:01', '2009-09-10 14:04:01', 'Great !', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; msn OptimizedIE8;ENIN)', '', 0, 0, 'N', NULL),
(2589, 381, 'Satyabrata Acharya', 'akroorsambaad@gmail.com', 'http://gmail.com', '115.184.206.31', '2009-08-24 00:05:21', '2009-08-24 04:05:21', 'Hello,\r\n       I already have sent my demo voice and CV to info@internation.com,but the delivery to the  recipient failed permanently.\r\n\r\n As per your announcement (http://nynjbengali.com/archives/381) I  would like to convey my wholehearted interest  to work with you as a Bengali Speaker in your ‘lip-sync/dubbing’ for the City of New York. I am from West Bengal and a native speaker of Bengali.\r\nMy working experience in All India Radio (Kolkata- B, Akashbani Bhawan, 297.6M/ 1008Khzs) as Bengali Program Presenter for several years covering the areas of Live Presentation, Script Writing , Interviews &amp; Out based (OB) programs and my prior academic background in Applied Linguistics emphasizing the areas of  Phonetics, Morphology, Syntax, Semantics etc. and my post-graduation  research dissertation on ‘Pragmatic and Discourse Analysis of Bengali Recitation’ are highly directing me to work in Media Sectors.\r\nMajor domains of my work, my academic background , Experience of program anchoring  and performance (Audio Cassette, stage programs,---) of Bengali Recitation as my love and  passion from my childhood –all associatively have inspired me to apply for this position.\r\nI feel confident that my work experiences combined with my education and relevant involvements make me a suitable candidate for this position.\r\nI would very much welcome the ways to discuss my qualifications  in greater detail to find out the suitability of my candidature and if you feel interest I am ready to send my demo voice. .\r\n\r\nThanking you,\r\nSincerely,\r\nSatyabrata\r\n\r\nSatyabrata Acharya\r\nC-206, Vikram Sarabhai Residential Complex (VSRC),\r\nIndian Institute of Technology (IIT),\r\nKharagpur-721302, West Bengal, India\r\nE-Mail:\r\nakroorsambaad@gmail.com\r\nMobile:\r\n+91-9735353391', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2', '', 0, 0, 'N', NULL),
(2594, 406, 'subhasis', 'subhdas@yahoo.com', '', '216.163.246.1', '2009-09-10 13:42:45', '2009-09-10 17:42:45', 'Kollol-e abar tahole double "Pnathar" tan.\r\n\r\n"Pnatha theke dure theko" -- ''Pnatha'' -rai  bole\r\nmepe mepe paa fele k-jon r chole.\r\n\r\ncholesterol beshi? tai apshosh?\r\npujo diye pnatha kheyo - kete jabe dosh', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MS-RTC LM 8)', '', 0, 0, 'N', NULL),
(2611, 417, 'Indranil Mukherjee', 'indymukh@gmail.com', '', '64.115.98.6', '2009-10-01 09:01:54', '2009-10-01 13:01:54', 'I must say - the find of this year''s durga puja are\r\n1. Mili - the amazingly talented girl danced in "ami sei meye"\r\n2.GuDDu, aka, Sunanda Mitra - the new sensation in light designing ... he single handedly changed the good-old flat light schemes to melodious and melancholy lights ... thanks guDDu. I liked the "bhuter naach" lighting the best !!\r\n3. First time I saw Puja Theater completes without any glitches !!!\r\n4. Comeback of Dhriti Di after a period of pause ... she was a surprise !!\r\n5. NO ISSUES IN THE KHABAR PANDEL !!', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)', '', 0, 0, 'Y', NULL),
(2596, 406, 'Nandita Sen', 'jayrohan@yahoo.com', '', '68.197.171.172', '2009-09-14 12:57:48', '2009-09-14 16:57:48', 'Look forward to the audio visual goat themed play this year. In 2003 the tongue in cheek character of Chagla-Baba graced the Kallol/Pujo stage in the natok ''Shondesh aar Raajbhog'' and is still a topic of many an animated discussion', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; SLCC1; .NET CLR 2.0.50727; MS-RTC LM 8; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'N', NULL),
(2597, 409, 'Sunny', 'sunycal_98@yahoo.com', '', '159.53.46.142', '2009-09-17 14:40:54', '2009-09-17 18:40:54', 'I am not sure as to why republicans and some lunatics are making it a big deal. All we need are the followings:-\r\n1. Pre-existing condition should be covered.\r\n2. Lower the premium.\r\n3. Cut the non-sense of allowing generic vs non-generic drugs. Whatever, is prescribed by the doctor should be allowed by insurance company at a reasonable price.\r\n4. Serious, life threatning disease should be covered to the fullest extent till the cultural evolution takes place and people are more educated to maintain healthy lifestyles.\r\n5.Remove this non-sense of network vs non-network doctors. Patient should be allowed to choose any doctors they want.\r\n6. Health Insurance should be mandatory and affordable.\r\n7. There should be one flat rate premium for basic coverage.\r\n8. Remove all these PPO, PDO nonsense. \r\n\r\nNow if that require, public options to create competition, so be it or insurance companies should by all these rules.\r\n\r\nIs it too much to ask?', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727; MS-RTC LM 8)', '', 0, 0, 'N', NULL),
(2613, 417, 'Brinda Guha', 'brinda.guha@gmail.com', 'http://www.brinda.cjb.net', '128.122.131.250', '2009-10-01 09:40:31', '2009-10-01 13:40:31', 'Well Said! From what I hear, pictures, and my experience on Friday night, Kallol Durga Puja was once again a fun experience. \r\n\r\nHowever, there are a lot of things that I feel are unnecessary and irrational and need to be addressed in a constructive and public matter to the Kallol committee: \r\n\r\n1) There needs to be day tickets. As lots of discussion already yielded this conclusion, it is important to understand that there are 4 to 7 Pujas in the nearby vicinity during this time, and not everybody should have to pay for three days when they only want to come for one or two. \r\n\r\n2) I can speak only for my mother''s dance school, Kalamandir, when I say that there are lots of people who aren''t necessarily part of the Kallol organization, but would like to appreciate puja for what it is - and their children''s dances that they work so hard for for months! There is a big difference between a community program and a school program - in a community, families should have to pay whatever the required payment is because they would attend that gathering anyway and it is a community program working with kids from all over Kallol map. But in a school program, it is the school director''s responsibility to take care of her students - performers who are not necessarily part of the same community but work their butts off to continue producing good shows in a community unlike their own. They should not have to pay a hefty $65 per person just to enter for one hour, especially when this is supposed to be a time for everyone. This is another reason why guest passes and/or daily tickets should be introduced. \r\n\r\n3) We, as a community, need to revert back to the old system of volunteers. In this day and age, everyone depends on making things easier and quicker, so although there are still hard workers who work to make this Durga Puja happen every year, we have lost the meaning of having OURSELVES do everything. There used to be a new design and pandle for the idol every year. There used to be community kids who did the hall decorations. There used to be volunteers serving all the food and prasad. There used to be Kallol members checking for badges, cleaning the hall, keeping the hallways cleared. What happened to that? Instead of assuming that no one wants to do those little things anymore, why not look around and see all the people who do want to still do that (I can name 50 from the top of my head - including myself)? That was the essence of Kallol Puja - doing things ourselves so that it feels like it is OUR puja. \r\n\r\nThere are other bones to pick, and it is obvious that I wasn''t completely satisfied with this year''s arrangements. But the only reason I am typing up so much stuff is because I actually care - this is the only link I have to a real puja here in this country. I will never be a full and complete Indian, because I grew up here and I have my life here. I can only do little (and very important) things to keep that link - learn Indian Classical dance, perform and spread the Indian culture, and attend my favorite puja of the year - Kallol Durga Puja.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14', '', 0, 0, 'N', NULL),
(2614, 417, 'Baskar Menon', 'baskarm@aol.com', '', '205.188.116.19', '2009-10-01 11:30:23', '2009-10-01 15:30:23', 'I think this year Kallol did a wonderful job during the Durga Puja. I would like personally congratulate the Executive Members who very efficiently conducted evrything thing in an extremely professional manner. Finally everything ran on time without any serious glitches. Thanks once again for giving us such enjoyment.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.1; AOLBuild 4334.5006; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'N', NULL),
(2741, 442, 'shriparna raja', 'parna65@yahoo.com', 'http://www.nynz.com', '68.197.57.163', '2010-02-18 15:56:11', '2010-02-18 19:56:11', 'I want "krittibas" patrika,ans Desh and sananda\r\n\r\nNoW I am in usa.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; InfoPath.2; .NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(2724, 219, 'Shamuel  Abraham', 'r_heartilly@yahoo.com', '', '168.9.0.88', '2010-01-29 13:36:25', '2010-01-29 17:36:25', 'INDIAN FOOD IS SO HOT RIGHT NOW', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1)', '', 0, 0, 'N', NULL),
(2616, 417, 'Patrizia Mookherjee', 'patrizia.mookherjee@hotmail.com', '', '24.187.112.167', '2009-10-01 17:22:42', '2009-10-01 21:22:42', 'This was my first Durga Puja in a few years and I must say I was very impressed with the results. It was also my daughter''s very first Durga Puja and she has a wonderful time, especially when she played with all the children there. Even my boyfirend enjoyed his first Durga Puja (he is from Delhi; loved all the cultural programmes. I have one photograph that looks like Durga Puja happening in Kolkata.\r\n\r\nhttp://www.facebook.com/photo.php?pid=30672207&amp;l=0d8c728433&amp;id=1010516816\r\n\r\nhttp://www.facebook.com/patriziamookherjee?v=app_2392950137&amp;ref=profile#/video/video.php?v=1217908520434', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'Y', NULL),
(2622, 417, 'Subhadip', 'subhadip9999@gmail.com', '', '115.113.57.143', '2009-10-06 12:36:05', '2009-10-06 16:36:05', 'Wow, this looks really nice. It''s amazing to see how Durga Puja is celebrated by NRI bongs. Really it did not look like it was in NJ. Where do you get the idol from? Is it taken all the way from India?\r\nJust curious - does the Panditji chant the mantra in english? :)', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(2623, 417, 'sudipta', 'bhawmik@gmail.com', 'http://nynjbengali.com', '74.202.52.1', '2009-10-06 13:11:41', '2009-10-06 17:11:41', 'The idol (made of fiber-glass) is brought all the way from Kolkata - and our priest chants the mantras in pure Sanskrit.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0', '', 0, 1, 'N', NULL),
(2625, 417, 'Sujoy', 'sujoy_menon@hotmail.com', '', '159.123.254.1', '2009-10-09 08:42:08', '2009-10-09 12:42:08', 'Well run, great programs and good food. What else do you want. We had a great time. Well done kallol. My congratulations.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(2551, 364, 'Abhijit Ganguly', 'jit.ganguly@rabobank.com', 'http://noneyet', '68.197.191.135', '2009-07-05 01:05:29', '2009-07-05 05:05:29', 'Sen-da,\r\n\r\nDid you ever appreciate anything in the Bengali community in NJ ? This guy Sudipta and his team ( I personally know Indranil very well who is the director of this play)  has been trying very hard to revive the Bengali theatrical culture in north America, and  you always discourage them with your critical remarks.\r\nNot only for theater, but also for community functions like Kallol Durga Puja etc,  you always voice your criticism to a group of enthusiastic people who wants to do something.\r\n\r\nIn last 15 years, I have not seen you taking part in any drama or any cultural activities or take active part in Pujas, but you are always the first one to criticize.\r\nWhy don''t you do a play like Banaprashta ? Why don''t you start some cultural activities here and show us how it should be done? \r\n\r\nRegards\r\nAbhijit Ganguly', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)', '', 0, 0, 'N', NULL),
(2556, 364, 'sudipta', 'bhawmik@gmail.com', 'http://', '74.202.52.1', '2009-07-06 10:50:12', '2009-07-06 14:50:12', 'We always welcome criticism. Without criticism we cannot improve our work.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)', '', 0, 1, 'N', NULL),
(2559, 373, 'Sandeep', 'sandeep.jana@gmail.com', 'http://me--n--myself.blogspot.com/', '125.22.2.41', '2009-07-09 04:21:41', '2009-07-09 08:21:41', 'Very well written...just couldn''t get who are the three Kobis you are referring to but nevertheless nice point to raise.', 0, '1', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20', '', 0, 0, 'N', NULL),
(2577, 378, 'Sunny', 'sunycal_98@yahoo.com', 'http://NA', '159.53.78.142', '2009-08-11 17:24:46', '2009-08-11 21:24:46', '"NABC seems to have fixed that vexing problem and made this cartoon irrelevant". Well, it may seem irrelevant at this point, but I wouldn''t rush to make such statement since Kallol will be hosting NABC2010. Who knows it may be more relevant.\r\n\r\nI will with the following statement :\r\n"1. Cut down the number of artistes from India (Kolkata, Mumbai)."\r\nHowever, I would like to add that NABC2010 organising committee should only invite new comers and not the old "hyped" performers like Srikanto Acharya, Indranil etc. \r\n\r\n2. I also agree with your other points of engaging younger generation with innovative activities (not the speed dating).\r\n\r\n3. However, I have little different view points of giving more coverage to litterary activities like recitation, seminars etc. I don''t necessarily agree. Unfortunately, the reality nowadays among the NABC organisers are somewhat like Durga Puja''s in Calcutta. Who can spent more money and bring all the the latest performers from Bombay. The focus is more on the bells and whistles and it should be that way. Without that no one will come. So, whether we like it or not, this is the reality.\r\nI think it would be better and will serve both the purpose to have more visual actitivities like Drama (good bengali drama), Old movies, Dance Drama of Rabindra Nath Tagore performed by celebrities etc.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)', '', 0, 0, 'N', NULL),
(2267, 358, 'Brinda Guha', 'brinda.guha@gmail.com', 'http://www.brinda.cjb.net', '128.122.131.250', '2009-06-04 13:40:41', '2009-06-04 17:40:41', 'No, thank you! These are the types of shows that people should spend their valuable time on, because it actually says something about society and the world we live in. Although I did not get to see the whole performance (my own schedule has been beating me up), from what I did see, I would like to give YOU ALL thanks for a job well done, and kudos to a fantastic writer and director who know what it means to put on a great show!', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10', '', 0, 0, 'N', NULL),
(2745, 466, 'S.C.', 'sourish.chakravarty@gmail.com', '', '128.205.153.27', '2010-02-25 11:06:19', '2010-02-25 15:06:19', 'Dhonnobaad....', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.89 Safari/532.5', '', 0, 0, 'N', NULL),
(2635, 434, 'Patrizia Mookherjee', 'patrizia.mookherjee@hotmail.com', '', '24.187.112.167', '2009-10-15 14:49:34', '2009-10-15 18:49:34', 'This is an important celebration/event where everyone looks forward to go and can not be missed.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'Y', NULL),
(2636, 234, 'Patrizia Mookherjee', 'patrizia.mookherjee@hotmail.com', '', '24.187.112.167', '2009-10-15 14:58:05', '2009-10-15 18:58:05', 'The Idol did look like as if the Puja was happening in Kolkata. I''m not Bengali, but it sure did made me feel like home. i have photographs in which I recieved a dozen comments saying the it looked like Kolkata.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'Y', NULL),
(2637, 425, 'Patrizia Mookherjee', 'patrizia.mookherjee@hotmail.com', '', '24.187.112.167', '2009-10-15 15:12:27', '2009-10-15 19:12:27', 'I was at the NJPA Kali Puja and I was very happy with the results. My brother Anup Mitra did a magnificent job and he made sure that me and my daughter were well taken care of. The food was delicious and, as always, I was charmed by all the children, especially Mili and I charmed them.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'Y', NULL),
(2718, 456, 'Anupam Basu', 'anupambas@gmail.com', '', '203.110.243.21', '2010-01-28 02:06:39', '2010-01-28 06:06:39', 'A couple of points here.\r\nThe Rabindra-Rachanabali project is of SNLTR. The digitization of contents (except Rabindrasangeet) has been carried out by the team from BESU (Prof. Indrajeet Banerjee and Prof. S.S. Barat)with technical help from Mat3Impex Pvt. Ltd. The Rabindrasangeet part has been digitized by the research team from SNLTR with help from IIT Kharagpur and rabindrasangeet.org (Prof. Baidurya Bhattacharya). The Swaralipi of Tagore songs is a unique feature of the project. As of now, we have experimentally put up about 100 Swaralipis. We plan to complete the entire Swarabitan by Ponchishe Baishakh.\r\n\r\nPlease visit our stall at the Kolkata Book Fair 2010, where we will be demonstrating a Swaralip editor which allows one to write ''aa- kaar matrik'' swaralipi and create e-versions of Indian music notes. To my knowledge this is the first such attempt. The system is a beta version and we plan the final release by Boishakh.\r\n\r\nWe are also making available Unicode compliant USB bi-lingual keyboards (Bangla and English) based on Baishakhi layout.\r\n\r\nWhile we have worked on collaborative project with Microsoft-Research India on transliteration, the much desired collaboration with companies like IBM are yet to happen.\r\n\r\nWe are planning to collaborate with Urhalpool for Unicode compliant productions.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0', '', 0, 0, 'N', NULL),
(2716, 447, 'Kakali', 'sinhakakali@yahoo.com', '', '96.239.229.145', '2010-01-21 07:24:47', '2010-01-21 11:24:47', 'From my viewpoint I agree with the other comments that I am not at impressed with Sapphire creations dance moves. Their movements were not even synchronized at some part of the video clippings.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'N', NULL),
(2712, 447, 'Tufani', 'tufani00@yahoo.com', '', '71.168.215.223', '2010-01-14 13:20:41', '2010-01-14 17:20:41', 'Posted youtube Sapphire creations dance didn''t inspire me that much.I couldn''t find the energy and life in dance. I hope the live performance will be better.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.17) Gecko/2009122116 Firefox/3.0.17', '', 0, 0, 'N', NULL),
(2717, 453, 'Amitabha Bagchi', 'amitabhanj@gmail.com', '', '112.79.233.62', '2010-01-22 10:49:47', '2010-01-22 14:49:47', 'My feelings about "Ruddha Sangeet" are similar to yours. True fans of Debabrata Biswas (or George-da) would swoon over it, of course, but the drama is really a series of episodes -- much like the movie "Gandhi" -- and most of them have little in terms of dramatic impact. So non-bhaktas would be less impressed.\r\n\r\n"Patal Babu Filmstar" had too much Bengali sentimetality for my taste -- the ennobling power of poverty, for instance -- and was mediocre at best. I very much liked "Hutum Bhagaban," though, because it was unpretentious and funny, and had very good acting by two child actors.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(2690, 447, 'Abhijit Ganguly', 'abhijit@adscreations.com', '', '68.196.238.139', '2009-12-11 00:14:55', '2009-12-11 04:14:55', 'Are you the Sapphire creations ?', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(2661, 263, 'sandip', 'night_elf_2005@hotmail.com', 'http://www.linesandgems.com', '61.17.162.2', '2009-10-29 06:49:54', '2009-10-29 10:49:54', 'dear friend,\r\n            Nice cartoon by the way.... but i too am a strong believer in palmistry and practice it. I fell that palmistry skills must not be used to make money like you have shown in the cartoon, but  to help others control their fate to some degree...', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)', '', 0, 0, 'Y', NULL),
(2708, 341, 'S.K.Saha', 'subirkumarsaha@yahoo.com', 'http://saha@executeprojects.com', '70.240.207.196', '2010-01-08 12:08:47', '2010-01-08 16:08:47', 'Dear ETV Team,\r\nYour reply was on may 6, 09 and to day is Jan 8th 2010. We are still facing same problem.Why it is so hard to atleast update your listing with direct tv in USA.We can not record the listed programme if it do not match the show.\r\nThis is a very unprofessional and inefficient management. We are paying high dollar for the channel and do not even have a service.Please respond.\r\n\r\nSaha', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)', '', 0, 0, 'N', NULL),
(2691, 447, 'sudipta', 'bhawmik@gmail.com', 'http://', '68.193.111.159', '2009-12-11 00:44:32', '2009-12-11 04:44:32', 'No I am not!', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5', '', 0, 1, 'N', NULL),
(2679, 442, 'Patrizia Mookherjee', 'patrizia.mookherjee@hotmail.com', 'http://www.angelcaudhary.blogspot.com', '24.187.112.167', '2009-11-15 16:40:10', '2009-11-15 20:40:10', 'I agree that some companies lack of customer service I have had a similar problem with NJPA (New Jersey Puja Association): I have not been happy with a lot of things about that organization especially in specifying the ticket prices on the flyers and website at the time of events. I have tried to contribute some ideas and suggestions and for some distorted reason I have been ignored. Therefore, I have decided to have my life membership money ($150) back. For the few weeks I have contaced the executive committee, including the president to kindly ask them to issue me refund, I even gave them my full explanation and still no response. As a member/consumer, if I am not happy with the services a business provide and I paid bid amount of money to meet those expectations, then I have the right to receive my refund. i may not be the first or the last person to complain about the characteristics of NJPA, but for telling this story in public is because this how I strongly feel and I want everyone to know what I went through. What do I have to do to get my money back? Complain to the State? Do I have any other choice? Please feel free to make any suggestions.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)', '', 0, 0, 'Y', NULL),
(2680, 207, 'apratim chakraborty', 'abhraleen@gmail.com', '', '115.184.119.134', '2009-11-16 01:59:18', '2009-11-16 05:59:18', 'I am from kolkata, curently persuing engineering in bangalore. i make small idols of any goddess with paper, which looks realistic, light in weight &amp; durable in nature. it doenot get damaged so can be preserved. if you are willing to buy my idols then please reply me so that i can mail some of the pictures to you. plz snd your e mail id also. my mobile no is +919836139420. if you have any one staying in kolkata i can personally meet &amp; show some of the idols. \r\n                              thanking you \r\n                              yours faith fully \r\n                              Apratim Chakraborty', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0, 'N', NULL),
(2744, 442, 'Jaydeep', 'bluish99@gmail.com', '', '68.40.142.237', '2010-02-24 23:40:24', '2010-02-25 03:40:24', 'As I was in the same situation regarding ''Desh'', I was looking for online order site, and happened to reach this website.\r\n\r\nI sincerely hope that ABP realizes the large number of expatriate customers it is loosing every day because of their antiquated subscription and payment methods, and because of their non-existent of customer service.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Comcast Install 1.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729; .NET CLR 1.1.4322)', '', 0, 0, 'N', NULL),
(2758, 461, 'Joyashree Roy', 'joyashreeju@gmail.com', '', '117.194.232.42', '2010-03-07 04:52:27', '2010-03-07 08:52:27', 'It is just fabulous. I had been dreaming of such a thing for such a long time and it has been created by some intelligent people . \r\nThanks.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.89 Safari/532.5', '', 0, 0, 'N', NULL),
(2767, 482, 'Aditi Sen', 'Aditi.S.Sen@gmail.com', '', '173.63.90.193', '2010-03-25 22:24:57', '2010-03-26 02:24:57', 'It is somewhat unfortunate that this lady couldn''t establish her social circle in Calcutta and had to come back to Boston. It is somewhat selfish to expect that one will go back to India and expect everyone else to adopt to their norms instead of the other way round.  I wonder what age bracket she belongs to!  (Mr. Amitava Sen doesn''t allude to that in the article.) But I have several friends who have made the transition very well and are actually glad that they went back home.  They have a much fuller life with all the good things that Indian affluent societies have to offer.  They travel lot more than us, they party lot more than us, they work lot less than us.  I have to mention that we all grew up in Calcutta and are in their mid 40''s and are professionals.  They are all involved in multiple social causes.  It is not  the contrast between ''new world'' and ''familiar world'' it is about ''creating my world''.  Somewhere that got lost with Ms. Boston.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1', '', 0, 0, 'N', NULL),
(2764, 378, 'shipra somani', 'shipra2@aol.com', '', '98.215.209.166', '2010-03-22 15:49:33', '2010-03-22 19:49:33', 'I enjoy attending NABC conference. The organizers put lot of hard work and sacrifice but it is always well done and enjoyable to the attendees. I am looking forward to attend it  in July at Atlantic City,NJ.\r\n Shipra Somani', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(2765, 482, 'Jennifer Lancey', 'jen@why-outsource.com', 'http://www.why-outsource.com', '74.81.89.18', '2010-03-24 14:45:09', '2010-03-24 18:45:09', 'I''ve been reading along for a while now.  I just wanted to drop you a comment to say keep up the good work.', 0, '1', '', '', 0, 0, 'N', NULL),
(2760, 378, 'Alex Kosnik', 'akosnik@optonline.net', 'http://www.nabc2010.org/youthactivities.html', '68.193.109.188', '2010-03-11 00:27:45', '2010-03-11 04:27:45', 'I''m the convener for Youth Seminars at this year''s Banga Sammelan in Atlantic City. Our Youth team is working hard to line up relevant, fun and interesting events for the 2nd generation. We''re also inviting proposals for seminars. If you have a topic and a passion, no matter what your age or area of expertise, please get involved by following the "click here" link on our youth page at: http://www.nabc2010.org/youthactivities.html   \r\n\r\nGet involved! Represent your regional Bengali community! Come to NABC 2010!', 0, '1', 'Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.10', '', 0, 0, 'N', NULL),
(2739, 461, 'Diganta Sarkar', 'coffeehouseraddablog@gmail.com', 'http://coffeehouseradda.com', '71.227.176.241', '2010-02-14 21:43:27', '2010-02-15 01:43:27', 'We''ve implemented this in our website for authoring posts and comments. It''s a nice and wonderful one, though I think the similar tool from Microsoft would even be better.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7', '', 0, 0, 'Y', NULL),
(3080, 534, 'Best Indian Bloggers posts for weekend read!', '', 'http://blog.blogadda.com/2010/12/18/best-indian-bloggers-saiyona-lakshmi-sudipta-vibhuti-smita', '72.47.224.18', '2010-12-18 07:21:29', '2010-12-18 11:21:29', '[...] : Sudipta Bhawmik What : To Criticize or Not to Criticize, That is a Question! Spicy: Criticism is one thing which pricks everyone but also helps you grow at the same time. [...]', 0, '1', 'The Incutio XML-RPC PHP Library -- WordPress/5311', 'pingback', 0, 0, 'N', NULL),
(3051, 512, 'Arindam Chakraborty', 'chak.arindam@gmail.com', '', '129.7.52.2', '2010-11-02 18:05:33', '2010-11-02 22:05:33', 'Thank you so much for posting this... you have brought back so many old sweet memories...', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7', '', 0, 0, 'N', NULL),
(2768, 482, 'Anindyo Sarkar', 'titosarkar@yahoo.com', '', '173.63.90.193', '2010-03-25 22:54:56', '2010-03-26 02:54:56', 'Wow! What a painful writeup! That lady who came back would not acknowledge the actual reasons why she came back.... "sister in law walking in.." absolutely hilarious!  What do you expect!  That is the culture we all grew up in and she should have had that expectation when she went back. She changed here. Why will the world change just for her?  As far as close relationships are concerned, expats worldwide form close relationships. Lot of people develop close bonds by living in a prison cell for a bunch of years too! But that does not make it something great or unique. Ask that lady to stop blaming India and focus on herself. Let her stay and vegetate here than over there.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)', '', 0, 0, 'Y', NULL),
(2850, 498, 'Concerned citizen', 'amudhahotm@hotmail.com', '', '71.16.242.66', '2010-07-02 13:12:15', '2010-07-02 17:12:15', 'Dear Author,\r\n\r\nI am a mother of a teen age daughter living in Princeton. As an Indian, I am horrified  by the incident and am trying to understand what could have possibly motivated such young kids(at least to me they are kids because they are my child''s age) to commit such a terrible crime. Like you mention how can we allow this to happen in our so called civilized society. Shouldnt schools do a screening for youngs thugs and watch out for disturbing behavior and take some action? It looks like OB residents have put up with a lot and what has the township done about it? How did things come to such a terrible trajic situation? Losing one Sinha is one too much already. Yes, these criminals should be brought to justice but we absolutely need to have the system catch these disturbed minds much earlier.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MS-RTC LM 8; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(2851, 498, 'Vinny', 'ioeuropa@mail.com', '', '68.192.0.227', '2010-07-02 13:28:26', '2010-07-02 17:28:26', 'I hope the punks are given the punishment they deserve.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4', '', 0, 0, 'N', NULL),
(2852, 498, 'Dave Makkar', 'davemakkar@yahoo.com', 'http://www.citizensfordemocracynj.org', '74.102.146.86', '2010-07-03 16:30:11', '2010-07-03 20:30:11', 'Attorney General should investigate Sinha Murder \r\nThe brutal murder of Dr Sinha out side his own home by few teenagers of his own town has shaken the Indian Community all over America . The sense of security among the community members has vanished over night. Then  reports of racial bias towards  Indian community members as narrated during the meeting with Mayor Philips on 6-29-10 has further compounded the fear factor. All investigations related to the brutal murder of Dr Sinha must be handled by AG office. Parents of the teenagers for bad parenting, school teachers &amp; principle for not reporting abnormal behavior of these teenagers to law enforcement and above all 104 Police Officers of Old Bridge must be investigated to find out what went wrong in enforcing law &amp; order.  Impartial investigations by AG office will send right message on the street that there is accountability for crimes committed against minorities and it is safe for minorities to raise their families in NJ \r\n  \r\nBRUCE KAPLAN IS A KNOWN INDIAN HATER \r\nRajnikant was brutally beaten under Racial Bias by Michael Dotro in front of 30-40 Indians. Kaplan refused to take their testimony by saying they are not credible witnesses because every body is saying same thing. Later on Parikh was deported in violation of US laws &amp; human rights. State &amp; ICE spent more than $100,000.00 &amp; kept Parikh in Jail for over 8 months and still denied him Fair &amp; Open Trail just to save a WHITE cop Dotro whom Paikh accused of Police Brutality under Racial Bias. \r\nhttp://www.profilingrace.blogspot.com \r\nSchwartz led Police Union, members, supporters &amp; family members called, “Indians are cockroaches, animals, illiterates and illegal go home.” These are the worst ever called Racial Slurs for any community in over 200 years history of America . Police Dept, Mayor &amp; Twp of Edison has yet to give verbal or written apology because community leaders like Upendra Chivukula feels these Slurs are Compliments for the community!', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB6.5; Media Center PC 3.0; .NET CLR 1.0.3705)', '', 0, 0, 'Y', NULL),
(2855, 157, 'Dev Kar', 'devkumarkar@gmail.com', '', '71.126.133.106', '2010-07-09 10:32:57', '2010-07-09 14:32:57', 'My comment unfortunately is a negative one. The most important thing on this website is the PROGRAM. It''s extremely difficult to find. That should not be the case. Please note the other topics are not that important. The convention''s program should be the most prominent and easiest to find. This website is very badly designed.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6', '', 0, 0, 'N', NULL),
(3052, 341, 'Dipak Bagchi', 'dbagchi26@hotmail.com', '', '71.104.35.251', '2010-11-02 23:33:21', '2010-11-03 03:33:21', 'Does etv Bangla Team have any expertise to fix the problem of Program Schedule we are experiencing for a long time?  The program shown does not match the program list shown by direcTV in the USA.  Or is it that the etv Bangla team does not care about its subscribers.\r\n\r\nBagchi', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; MAMI)', '', 0, 0, 'N', NULL),
(2853, 498, 'Aditi Sen', 'aditi.s.sen@gmail.com', '', '74.105.126.83', '2010-07-08 10:24:46', '2010-07-08 14:24:46', 'My condolences to the Sinha family. This is a tragedy that can happen to any one of us.   I agree that we should get involved in the local community and get to the know the people who run the towns.  The best way to fight bigotry and hatred is to be inclusive and open up our hearts and minds to the local people.  Our kids can be a good place to start.  Elementary and middle schools are usually ideal places to get involved. They appreciate any help the parents can give during the countless events during the school year.', 0, '1', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22', '', 0, 0, 'N', NULL),
(3070, 506, 'Patrizia Mookherjee', 'patrizia.mookherjee@fastwebmail.it', 'http://none', '24.187.131.238', '2010-12-07 17:51:17', '2010-12-07 21:51:17', 'As always, big kudos to Kallol.\r\n\r\nI loved the Bombay Spice food stall, which was located to the left side as entering the building: it was so convenient by selling jasmin flowers for the women to wear, and bengali sweets for Bijoya. It was as if that stall was giving aid to make the puja as if in Kolkata. i hope they will be back next year.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; MS-RTC LM 8)', '', 0, 0, 'Y', NULL),
(3065, 523, 'K. Purohit', 'purohit9@gmail.com', '', '99.35.152.8', '2010-12-02 09:44:27', '2010-12-02 13:44:27', 'Nothing to be concerned or worth  writing home. This is Bongo, berathar.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 BTRS26718 Firefox/3.6.12', '', 0, 0, 'Y', NULL),
(3083, 534, 'Vibhuti B', 'vibhuti.bb@gmail.com', 'http://klishmaklaver.blogspot.com', '123.201.198.125', '2010-12-20 00:48:18', '2010-12-20 04:48:18', 'This is a wonderful piece here.\r\nThanks to BlogAdda I discovered a good writer too.\r\nAs a writer I have always longed for a free and frank blogger dost to guide me if Im slipping up in my writing some where. There are a few fellowbloggers who have the guts to come forth and express their opinions, their choices and I respect and look forward to their comments.\r\nBut yes, a critic here has to stick to a bit of diplomacy too, so as not to break hearts..:D\r\nThanks for sharing Sudipta..\r\nCheers', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10', '', 0, 0, 'N', NULL),
(2857, 498, 'Dave Makkar', 'davemakkar@yahoo.com', 'http://www.citizensfordemocracynj.org', '71.230.129.252', '2010-07-09 23:33:17', '2010-07-10 03:33:17', 'Dear Every one: \r\n\r\nPlease send letters to Gov. Christie by going directly on his official web site &amp; to Attorney General Paula Dow after making required changes for State investigation into the brutal murder of Mr. Sinha in racial attack on 6-25-10 as per the attached letter sent to Gov. Christie. Please do not send information about Middlesex County Prosecutor Bruce Kaplan. Local authorities are trying to cover up this incident as stray incident. It is more than 1 week they have yet to release the names of the attackers of Dr Sinha who happens to be the residents of same town as Dr Sinha. \r\n\r\nGov. Chris Christie \r\nhttp://www.state.nj.us/governor/ \r\n\r\nAG Paula Dow \r\nhttp://www.nj.gov/oag/dcj/obccr/contact.htm \r\n\r\nOBCCR@njdcj.org \r\n\r\nJUSTICE FOR DIVYENDU FAMILY \r\nhttp:// justicefordivyendufamily. wordpress.com/ \r\n\r\nPLEASE SIGN A PETITION \r\nhttp://www.petitiononline. com/divyendu/petition.html \r\n\r\nVia Facsimile, E-mail &amp; Regular Mail \r\n\r\nJuly 6, 2010 \r\n\r\nGov. Chris Christie \r\n\r\nState Of New Jersey \r\n\r\nFax: 609 292 3454 \r\n\r\nRe: Brutal Murder of Dr. Divyendu Sinha due to a racial attack on June 25, 2010 \r\n\r\nHon. Chris Christie: \r\n\r\nThe brutal murder of 49 yrs old eminent professor Dr Diveyndu Sinha out side his own home in Old Bridge by few teenagers of the town has shaken the Indian Community all over America with revived fear for their safety. The sense of security among the community members has vanished over night. Then the report of racial bias towards the Old Bridge Indian community as narrated by the members during the meeting with Mayor Philips on 6-29-10 has further compounded the fear factor along with outrage. \r\n\r\nWe request your honor that all investigations related to the brutal murder of Dr Sinha under racial bias must be handled by Bias Crime Unit of Attorney General’s Office. The sham investigations by Old Bridge Police under a known Indian Hater Middlesex County Prosecutor Bruce Kaplan is an insult to the victims; Late Dr Sinha, his 2 children age 12 &amp; 16, wife &amp; entire community of Indian origin living in New Jersey and America. \r\n\r\nThere should be prosecution of the parents of the teenagers for bad parenting, school teachers &amp; principle for not reporting abnormal behavior of these teenagers involved in the murder to law enforcement agencies. Above all 104 Police Officers of Old Bridge Twp must be investigated and interrogated separately to find out what went wrong in ensuring law &amp; order including neighborhood patrolling to prevent such crimes. All of them can not take a stand that they were unaware what the teenagers were doing in the town. The Police Chief of Old Bridge must be fired immediately and charged with failure to perform his fiduciary duties. Those found guilty out of the 104 Officers must be discharged from the force and prosecuted for failure to perform their duties and for aiding the brutal murder of Dr Sinha in a racial attack due to their negligence. \r\n\r\nThis incident has brought so many India American families of NJ like my family under constant fear especially when they are aware of the fact that majority in their town’s Police departments treat Indians with contempt and racial bias. \r\n\r\nImpartial investigations by Attorney General’s office will send the right message on the street that there is accountability for crimes committed against minorities and it is safe for the minorities to raise their families in New Jersey. \r\n\r\nFurther residents of New Jersey must be assured that the Police Departments of the towns are for Law Enforcement and prevention of crimes only. Police Departments in conjunction with corrupt Municipal Courts are not merely revenue generating entities for the townships to implement traffic summons quota designed by the Politicians to generate revenues. These Traffic Summons Quota are primarily being used against minorities and diverting the Police Force from their primary job of Law Enforcement and Prevention of serious crimes. \r\n\r\nSincerely, \r\nDevendra ‘Dave’ Makkar', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C)', '', 0, 0, 'Y', NULL),
(2861, 502, 'Brinda Guha', 'brinda.guha@gmail.com', 'http://www.brinda.cjb.net', '76.116.68.162', '2010-07-21 13:38:37', '2010-07-21 17:38:37', 'I agree, I definitely thought Kallol paid more attention to the local talent this year than they do in any Durga Puja or past Bongo Sammelon experiences. Comparatively we did a lot better with highlighting all the groups we have around us, and for that I am very happy (since that was my biggest complaint since 2005). \r\n\r\nThe only thing that I thought needed work was the Youth program and Youth talent show. Who is going to run this Bongo Sammelon thing in 50-60 years? WE ARE. If not run the program, at least hope to play a part in it. There has to be a way to keep my generation interested, and stuffing a youth talent show in a small meeting room with no stage and a bad sound system is not going to hold anyone''s interested. Hall A was the perfect place to hold a proper, community kids talent show where the participants would have a proper stage, the scope of a bigger audience, and higher quality acts. But in a small room like the one we were given? No one is going to care about which talented teenager is doing what. \r\n\r\nGreat review!\r\n\r\n-Brinda Guha\r\nKalamandir Dance Company (kalamandirdanceco.webs.com)\r\nKalamandir of NJ (njkalamandir.webs.com)', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4', '', 0, 0, 'N', NULL),
(2862, 500, 'A C', 'achatterjee@yahoo.com', '', '173.2.1.150', '2010-07-21 18:56:46', '2010-07-21 22:56:46', 'I have never understood the need by these local performers to pay to perform.\r\n\r\nThere are a few dance or music "teachers" who use this opportunity to advertise their names. In any event they make their students pick up the tab.\r\n\r\nBut the rest, specially the drama groups, who are doing this for the love of the art, should not bother.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100504 Firefox/3.5.10 (.NET CLR 3.5.30729)', '', 0, 0, 'Y', NULL),
(3076, 506, 'ananya', 'mookherjee.ananya@gmail.com', '', '117.199.67.248', '2010-12-13 12:22:03', '2010-12-13 16:22:03', 'hello all,\r\ni wud leave a request to the family of late sri braja dulal mookherjee, to kindly contact me...he was the eldest brother of my father ashokankur mookherjee and my late uncle\r\nregards\r\nananya', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 BTRS26718 Firefox/3.6.13', '', 0, 0, 'Y', NULL);
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`, `comment_subscribe`, `comment_enclosure`) VALUES
(2896, 226, 'Yogesh Goel', 'yogeshgoel@gmail.com', 'http://www.ygoel.com', '59.93.197.199', '2010-09-10 11:52:33', '2010-09-10 15:52:33', 'Hi,\r\n\r\nI am Yogesh Goel, one from the Amar Durga Puja team. I am here to invite you to participate in the most unique initiative ever on the net on Ma Durga. We have a website AmarDurgaPuja.com and its totally user driven website. We want to bring Ma Durga to everyone''s home. Even to people who can''t be here during pujas. We want to make everyone feel at home and thats why this website.\r\n\r\nAmar Durga Puja (ADP) is an attempt by FOURDY Group to take Durga Puja to the world by sharing information and photos to help everyone in experiencing the thrill of Durga Puja. To make this happen, we started www.amardurgapuja.com in 2009 as a photography competition which received an overwhelming response from the user of various countries like India, Bangladesh, United States, Australia, United Kingdom and many more who showed their love for the festival by submitting 1,000+ photographs within a span of 6 days – making it the largest Durga Puja gallery online. Later, this year we were also recognized by Spanish Magazine – Global Voices (www.globalvoices.org).\r\n\r\nThis is a pictorial and video website where users can submit their entire collection and make it seen to the world and also share them. we want to make it a hub which everyone can cherish for life.\r\n\r\nDo visit and make urself a part of this greatest initiative ever.\r\n\r\nour website address is-\r\nhttp://www.amardurgapuja.com/\r\n\r\nAnd our facebook page address is-\r\nhttp://www.facebook.com/amardurgapuja\r\n\r\nHope to see u participating &amp; contributing soon. Do not forget to tell about this to your friends too.\r\n\r\nTake Care,\r\nBe well,\r\n\r\nYogesh Goel\r\nFor,\r\nAmar Durga Puja team\r\nFOURDY Group', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.55 Safari/534.3', '', 0, 0, 'N', NULL),
(2891, 503, 'college scholarships', 'pausleal@simps.com', 'http://www.collegescholarships-tips.org', '78.159.120.169', '2010-09-06 21:33:41', '2010-09-07 01:33:41', 'Keep posting stuff like this i really like it', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)', '', 0, 0, 'N', NULL),
(2894, 503, 'Munia Datta', 'munia62@yahoo.com', '', '144.160.226.53', '2010-09-09 11:37:55', '2010-09-09 15:37:55', 'Sudipto:\r\n\r\nCongratulations on getting your book published! You make us all so proud - look forward to reading your book. All the best for all your future publications and productions.\r\n\r\nMunia', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; ATT; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; ATT; ATT)', '', 0, 0, 'N', NULL),
(2884, 500, 'Arunabha Guha', 'aguha@att.com', '', '144.160.226.53', '2010-08-26 11:18:02', '2010-08-26 15:18:02', 'i completely agree with the observations. i had a chance to talk to a few baltimore organizers about this. maybe they will be able to come up with ways to do better. but if the trend continues, we will be slowly losing the next generation''s participation; i am already beginning to see that in my kids.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11', '', 0, 0, 'N', NULL),
(2898, 506, 'Bengali SMS', 'sash89io@gmail.com', 'http://www.bhalobasa.in', '117.205.161.186', '2010-09-16 07:02:44', '2010-09-16 11:02:44', 'Good efforts !\r\n\r\nKeep up the good work !', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9 GTB7.1', '', 0, 0, 'N', NULL),
(2905, 507, 'plastic surgeon', 'Corryilla@gmail.com', 'http://www.plasticsurgeonpro.com', '89.169.46.19', '2010-09-22 12:50:16', '2010-09-22 16:50:16', 'Thanks for taking the time to make this post, it was a good read', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; (R1 1.5))', '', 0, 0, 'N', NULL),
(2904, 506, 'Anup Dey', 'anup@bengalidurgapuja.com', 'http://www.bengalidurgapuja.com', '223.223.140.184', '2010-09-21 16:46:18', '2010-09-21 20:46:18', 'Hello there ,\r\n\r\nPlease check this interesting website.\r\n\r\nwww.bengalidurgapuja.com\r\n\r\nYou will love it!', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(2926, 226, 'Durga Puja 2010 Bengali SMS', 'sash89io@gmail.com', 'http://www.bhalobasa.in', '117.205.164.20', '2010-10-11 05:29:13', '2010-10-11 09:29:13', 'Good ones !', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 GTB7.1', '', 0, 0, 'N', NULL),
(2929, 516, 'Garden State Cultural Association Durga Puja 2010 | NY/NJ Bengali', '', 'http://onimia.com/?p=4243', '174.132.162.66', '2010-10-14 03:34:29', '2010-10-14 07:34:29', '[...] here: Garden State Cultural Association Durga Puja 2010 | NY/NJ Bengali   marketing   This entry was posted in Onimia and tagged association, classical, classical-dance, [...]', 0, '1', 'The Incutio XML-RPC PHP Library -- WordPress/3.0.1', 'pingback', 0, 0, 'N', NULL),
(3039, 524, 'Brinda Guha', 'brinda.guha@gmail.com', 'http://www.kalamandirdanceco.com', '66.108.15.22', '2010-10-24 22:03:28', '2010-10-25 02:03:28', 'There is no need to be sarcastic about how much the "second generation" does or does not participate in community activities. I can name approximately 100 off the top of my head, maybe not in this Durga Puja but in other major community functions and events, that do a lot to participate, myself included. And also, yes we are privileged for living a life in this country as a result of my parent''s hard work through education and immigration, but that doesn''t mean we sit around and don''t care. The question that I have is, why isn''t our generation interested in Durga Puja anymore (on a general level)? We have to ask ourselves why just a few years ago, a large amount of people who came to Durga Puja fell within the 10-25 year old age group, and now that has slowly been slinking away. The program that I mentioned above in my take on Sunday''s lineup included two "privileged second generation" artists, who worked very hard to put a program together and were rudely interrupted AND kicked off stage. \r\n\r\nAs a "privileged second generation" member myself, I can say that we definitely could take a step in towards producing events ourselves, but it is also very hard to relate to ''our inherent bengaliness'' as we are American children as well as Indian ones. For the many people in my age group and my older brother''s age group who participate in community functions, it takes a lot (including parental support, but also inner curiosity) to perform in classical/creative dance numbers, bengali plays, hindi theater, vocals, etc. That needs to be recognized. And by most people who have children who are involved in the community, it is recognized, which makes it easier for the children to continue in those kinds of activities.\r\n\r\nAnyway, enough rambling. What do we privileged second generation kids know anyway, right?', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7', '', 0, 0, 'Y', NULL),
(2920, 506, 'Bonani Dutta', 'bonani_dutta@yahoo.com', '', '69.248.94.141', '2010-09-30 14:09:28', '2010-09-30 18:09:28', 'Thanks aton fo all the info about the Pujo 2010 and the events associated...truly a Good effort to link all the bengalies in Jersey and surrounding,who look forward all year long for to celebrate these 4 days....:)', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Comcast Install 1.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)', '', 0, 0, 'N', NULL),
(3027, 524, 'AMITAVA SEN', 'amitavasen@msn.com', 'http://nynjbengali.com', '67.81.254.201', '2010-10-21 11:52:02', '2010-10-21 15:52:02', 'If the piece by Brinda is indicative of the extent of interest and involvement of our children in our culture, it is definitely encouraging.  But unfortunately such can not be generally said, our so called second generation is not into Durga Puja and sundry other Bengali cultural stuff. I am pleasantly surprised and indeed gratified that one of the members of that generation keeps track of the Bengali socio-cultural scene and takes part in it.\r\nHer opinion and her article, articulate, lucid, thoughtful and most of all respectful, deserves attention and should engender steps to address her concerns. If we mean what we profess about the second generation''s participation, we better not ignore her.\r\nBut I recognize that there may be a cultural communication problem too. The standard of decency and decorum of the likes of Renee and Brida who have grown up in thia country may be in clash with the one and a half generational internet crowd''s. The perceived rudeness and the lack of propriety may quite be acceptable and common place with the environment they grew up in.\r\nBrinda, you are an excellent dancer and performer, we all have taken notice of you since you''re a child. But, you know what? You write well too, you should do it more often, about Bengaliness of your generation and your views  about our heritage. Sudipta Bhowmik offers a great vehicle for expressing yourself.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5; .NET CLR 1.1.4322)', '', 0, 0, 'Y', NULL),
(3031, 524, 'Sujoy Menon', 'Sujoymenon.md@gmail.com', '', '98.113.70.97', '2010-10-22 23:40:12', '2010-10-23 03:40:12', 'Although not a privileged "second generation", and hence at the risk of not been taken seriously, I too congratulate the organizers of the 2010 Durga puja for an awesome event. But then again I am not a " second generation" who cares what I think. Our inherent bengaliness precludes us from taking anything seriously from someone who does not have a "foreign accent". All hail the "second generation" who contributed sooooooo much to the event, or did we get taken for a ride for some stage time........', 0, '1', 'Mozilla/5.0 (iPad; U; CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/531.21.10', '', 0, 0, 'N', NULL),
(3026, 524, 'sunanda mitra', 'sunanda1968@hotmail.com', '', '94.98.189.182', '2010-10-21 09:51:06', '2010-10-21 13:51:06', 'This account of the Anirban - Jaffar Billah incident is not completely true. Before the start of the show, Anirban was requested to conclude in 50 minutes.\r\n27 minutes before the curtain down, one of the cultural committee members walked on stage to request Anirban to wrap up in 15 minutes.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FBSMTWB; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; BO1IE8_v1;ENUS)', '', 0, 0, 'Y', NULL),
(3034, 524, 'badmash', 'badmash@gmail.com', '', '173.233.65.155', '2010-10-23 09:12:58', '2010-10-23 13:12:58', 'I just signed up to your blogs rss feed. Will you post more on this subject?', 0, '1', 'Opera/9.0 (Windows NT 5.1; U; en)', '', 0, 0, 'N', NULL),
(3067, 529, 'Sushmita Dutta', 'sushmita@novel-ebiz.com', 'http://www.novel-ebiz.com', '68.197.175.155', '2010-12-02 11:38:50', '2010-12-02 15:38:50', 'Sudipta,\r\n \r\nThanks for this lovely review on Broken Images. I am completely in agreement with you that -\\The technique looked more gimmicky rather than an absolute necessity...\\\r\n \r\nReflecting on theater productions today that incorporate modern communication technologies, I wonder if the trend is purposeful or just an attempt to break away from the 2 dimensional monotony of theater that we have lived through for years and now seek a variation.  \r\n\r\nAlyque Padamsee''s one of the early commercial shows I had seen, Evita, also had very strikingly different useage of lights and stage crafts to create an illusionary effect. It didn''t appear \\gimmicky\\, in fact, the effects blended well with the play and also retained the purity of theater experience.  \r\n\r\nIn this production he could have had two  levels of platforms (a higher level for the larger than life character) and Shabana could have acted both roles live on stage. But Alyque proffered a technological device though he is an absolutely dedicated theater person. I wonder why. \r\n\r\nAny other comments?  \r\n \r\nBest, \r\nSushmita', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPNTDF; .NET4.0C)', '', 0, 0, 'Y', NULL),
(3086, 535, 'Indranil', 'indymukh@gmail.com', '', '98.221.115.32', '2010-12-23 08:49:11', '2010-12-23 12:49:11', 'And .... you cannot "un-friend" !! excellent chaining tactics ... "Freinds for ever" tag :))', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10', '', 0, 0, 'Y', NULL),
(3091, 535, 'Indranil', 'indymukh@gmail.com', '', '98.221.115.32', '2010-12-24 18:58:32', '2010-12-24 22:58:32', 'I meant in another way :) I already had a lesson from Purba on FB. Thanks for the info anyway.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10', '', 0, 0, 'Y', NULL),
(3088, 534, 'technician jobs', 'SaleBriette@gmail.com', 'http://www.laboratorytechnicianweb.com', '188.143.232.39', '2010-12-24 02:20:39', '2010-12-24 06:20:39', 'Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon!', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]', '', 0, 0, 'N', NULL),
(3089, 535, 'sudipta', 'bhawmik@gmail.com', 'http://', '68.193.111.159', '2010-12-24 16:14:13', '2010-12-24 20:14:13', 'Yes, you can "Un-Friend" if you want. Go to the Account pull-down menu and click Edit Friends. Then "Remove" any friend you want. Simple.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1, 'N', NULL),
(3123, 517, 'grants for women', 'SaleBriette@gmail.com', 'http://www.findgrantsforwomen.com', '188.143.232.39', '2011-01-10 08:23:24', '2011-01-10 12:23:24', 'Valuable info. Lucky me I found your site by accident, I bookmarked it.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]', '', 0, 0, 'N', NULL),
(3107, 333, 'aerospace engineer', 'SaleBriette@gmail.com', 'http://www.aerospaceengineeringnow.com', '188.143.232.39', '2011-01-03 05:06:21', '2011-01-03 09:06:21', 'This is such a great resource that you are providing and you give it away for free. I enjoy seeing websites that understand the value of providing a prime resource for free. I truly loved reading your post. Thanks!', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)', '', 0, 0, 'N', NULL),
(3108, 333, 'emt training', 'SaleBriette@gmail.com', 'http://www.emttrainingcourse.com/', '188.143.232.39', '2011-01-03 05:10:37', '2011-01-03 09:10:37', 'Keep posting stuff like this i really like it', 0, '1', 'Mozilla/0.91 Beta (Windows)', '', 0, 0, 'N', NULL),
(3111, 512, 'medical transcription jobs', 'SaleBriette@gmail.com', 'http://www.medicaltranscriptionblog.com', '188.143.232.39', '2011-01-04 11:24:40', '2011-01-04 15:24:40', 'Wow this is a great resource.. I’m enjoying it.. good article', 0, '1', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FREE; .NET CLR 1.1.4322)', '', 0, 0, 'N', NULL),
(3117, 462, 'mvsurender', 'mv.surender@yahoo.com', 'http://www.kundanlalsaigal.com', '1.23.60.234', '2011-01-07 13:40:33', '2011-01-07 17:40:33', 'Help is needed for establishing the precise identity (and obtaining a picture) of music director Pt Ganpatrao who composed songs rendered by K.L. Saigal for film Kurukshetra (1945) in the context of a reference to Pt. Ganapatrao Gurav, a classical hindustani vocalist.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729)', '', 0, 0, 'Y', NULL),
(3119, 540, 'Twitter Trackbacks for Facebook Related Cartoons | NY/NJ Bengali [nynjbengali.com] on Topsy.com', '', 'http://topsy.com/nynjbengali.com/archives/540?utm_source=pingback&amp;utm_campaign=L2', '208.74.66.43', '2011-01-08 06:44:45', '2011-01-08 10:44:45', '[...] Facebook Related Cartoons | NY/NJ Bengali  nynjbengali.com/archives/540 &ndash; view page &ndash; cached  Sometime ago, I had made few Facebook related cartoons that I had posted on Facebook. Let me post them here for those readers who are not on my Facebook friends [...]', 0, '1', 'SOAP::Lite/Perl/0.712', 'pingback', 0, 0, 'N', NULL),
(3170, 133, 'RajuK', 'rajukhub@gmail.com', '', '174.88.120.51', '2011-02-17 11:52:29', '2011-02-17 15:52:29', 'In the blog, it says about theatre, "it is not fake as in the movies."\r\n\r\nI would not call movies as fake. Movies are perform once, and watch over and over again by many many people. Theatre is watched only by the live audience, unless it is videotaped.\r\n\r\nMovies give you a much much bigger canvas. You can shoot at different locales, but in theatre you are retricted to the stage. \r\n\r\nThe advantage of theatre is the possibility of a live discussion by the actors with the audience, after the show, which unfortunately very few theatre companies do. Hence theatre is an excellent medium for controversial topics.\r\n\r\nAnother advanage of theatre is low-cost of production, but with today''s digital cameras, movie production costs have dropped drastically.\r\n\r\nI sometimes want to go to the theatre to be surprised. Movies, because of their ease of availabilty, can have too much hype around them, which could bias me towards the movie even before I see it.\r\n\r\nAnd theatre gives voice to the small budget man, who not necessarily has small ideas to present.\r\n\r\nBecause of live actors, theatre is expected to be more cohesive. Movies are shot over days or weeks or years, and directors like Woody Allen do not even give the script to the actors. They just ask  the actor to say a dialogue in a happy/sad/angry/etc. tone. So if the director/editor screw up, the actors won''t even know about it till it is too late. Also, because of interspersed shooting schedules, in movie, it could be very difficult to get the exact emotion out of the actors, specially if the actor is working on multiple movies at a time. Hence usually, good actors come out of the theatre. Also, many famous actors return to theatre just to do some "real" acting.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; ShopperReports 3.0.470.0; SRS_IT_E8790272BD765E5234AE99; As', '', 0, 0, 'N', NULL),
(3148, 547, 'Gargi Mukherjee', 'garginy@yahoo.com', '', '69.74.249.182', '2011-01-31 18:25:39', '2011-01-31 22:25:39', 'Recently I too, like many others, came across Amy Chua’s article in the WSJ and had to smile and ponder. Not that I am a parenting expert because I don’t think anybody is. It’s a game of trial and error, but I do think we, as parents, are torn between two extremes. And since I abhor anything extreme in life and always prefer to look at other options and weigh the pros and cons, I think we need to aim for a happy medium. While as a parent, I lean a bit more on Amy’s side, I couldn’t ever NOT send my child to a sleepover or NOT be thrilled because he wants to take part in the school play. In fact, when there was an option to choose a middle school in our town with a concentration on the arts or the sciences, we chose the one that focused on the arts. Then how do I lean more on Amy’s side? \r\n\r\nFor the last couple of weeks, our home has been in a constant state of disarray with books, study guides, papers, notebooks, pens and pencils strewn all over our living room. And I have had a splitting headache for the 2 weeks—all because my 8th grader is taking his midterms. Every evening, if you were one of our neighbors, you would hear screams, yells, and tantrums galore. Why? Because I have incessant battles with my 13-year old about studying and not studying enough for his midterm exams. While he thinks I am expecting him to study as a college student, I feel his studying skills do not match his capabilities and will only fetch him grades between 79 and 82 and not 90 and above. \r\n\r\nAfter working all day in the demanding pharma advertising industry, I will admit that when I get home my tolerance level is probably zero. And hence the battle begins—hours of reviewing, quizzing, and studying—all in an atmosphere of tired, red eyes and yawns and the slouching gait and the constant resistance to anything I suggest that might help him. I often raise my voice (ok, maybe I scream) and allude to his “western” friends and their mothers and rhetorically ask if they are doing the same. And consequently, if so, why does he NOT appreciate the fact that I have given up my relaxation time, my time to watch the Idol or House or what have you and instead have been a martyr evening after evening only for him? Why does he not care? In fact, ever since he turned 12, we have been battling over most things—from brushing his teeth in the clinically accurate manner to not picking up the clothes he has thrown all over the floor of his room, to not practicing the tabla or the saxophone or to not staying on top of his school work. I had to literally sit him down one day and explain to him that in life he will be battling with me on major issues and he should learn to pick his battles and let go of the silly ones like brushing his teeth! It did seem to sink in, a bit. My sister, a mother of a son older than mine, once advised me to calm down because, she warned, this was only the beginning, that I would have to endure this struggle for another 4 years before he turns out semi-responsible! I choked because I seriously could not fathom doing this for years to come. \r\n\r\nOne of his teachers once told me to take a step back because he was a good boy and I should let him take on the onus of his actions and face the consequences himself if he fails. But I could never do that! How could I let my son’s grades slip or allow his performance to not be up to the mark? I wouldn’t be a true Indian or “Asian” mother then! \r\n\r\nBut all those things aside, on most nights after my son has gone to sleep, when I go to his room and look at that soft, warm, moon-like face, I forget that earlier in the evening, this was the same smarty pants who was challenging me on everything I was suggesting he do for his own good! I sit on his bed and run my fingers through his hair very gently. He barely looks at me, but smiles and turns around mumbling “creepy crawlies on my back, please.” And then I promise to never again lose my patience, never to be too harsh on him, just let him be a 13-year old and enjoy life! But then again, the next evening, the promises are forgotten and the rigors of raising a 13-year old, the Indian way, begins. Oh, there has to be a middle ground. I am searching. Let me know if you find one.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)', '', 0, 0, 'N', NULL),
(3140, 549, 'Aditi Sen', 'aditi.s.sen@gmail.com', '', '74.105.139.224', '2011-01-27 10:09:10', '2011-01-27 14:09:10', 'Thanks for sharing a brief history of Tagore in America. It is surprising how little the topic of Tagore''s visits to America was a part of the Tagore narrative that I grew around in Calcutta (and believe me, being from Patha Bhavan school, I was around a lot of Tagore loving people!!)  I look forward to reading more on this topic.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5', '', 0, 0, 'N', NULL),
(3137, 545, 'Kankana Sengupta', 'kankana118@yahoo.com', '', '38.98.110.180', '2011-01-24 14:20:58', '2011-01-24 18:20:58', 'NJPA''s Saraswati puja will be held at Kiddie Keep Well Camp in Edison this year on Feb 19th. An exciting cultural program featuring local talents is in store for all as well.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8)', '', 0, 0, 'N', NULL),
(3139, 331, 'Gregory A King', 'aka_kingdom@hotmail.com', '', '68.60.29.51', '2011-01-26 20:20:34', '2011-01-27 00:20:34', 'Just watched the movie for a second time and was moved to comment.  To all the students that attended her class..Your all blessed to be part of something that shows no matter where we come from,  we can over come anything a racist United States School system can try to stop...God bless America', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10', '', 0, 0, 'N', NULL),
(3142, 549, 'sudipta', 'bhawmik@gmail.com', 'http://', '68.193.111.159', '2011-01-28 19:32:54', '2011-01-28 23:32:54', 'Two new plays on related topics are coming up soon. Stay tuned.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1, 'N', NULL),
(3161, 545, 'Sandip Das', 'sandipdas@hotmail.com', 'http://www.sreeshti.com', '192.193.171.219', '2011-02-10 12:32:45', '2011-02-10 16:32:45', 'Sreeshti - Sarawasti Puja 2011 will be held on Feb 12th 2011. For more info visit www.sreeshti.com.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; MS-RTC EA 2)', '', 0, 0, 'Y', NULL),
(3153, 550, 'Anindyo Sarkar', 'titosarkar@yahoo.com', '', '76.124.158.17', '2011-02-03 13:50:12', '2011-02-03 17:50:12', 'Pretty amazing movie. And yes. It will take some time to get "Boorjua" "Pratikriyasheel shakti" "Sreni shangram" out of the system of lot of people.', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn Opti', '', 0, 0, 'Y', NULL),
(3199, 560, 'sudipta', 'bhawmik@gmail.com', 'http://', '67.52.130.30', '2011-02-24 14:42:28', '2011-02-24 18:42:28', 'Does this mean, with the 2 books/month plan, a subscriber can 2 books only a month, or he can keep two books at a time like the way Netflix does for movies? ALthough reading two books a month is an ardent task, but for some fast readers they can read more. If 2 books/month is a hard limit, what happens if I read 1 book a month? Do I get an extra book the following month?', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10', '', 0, 1, 'N', NULL),
(3203, 219, 'If I even hear the word Burger one more time, I&#8217;m going to scream! | This is Beirut', '', 'http://thisisbeirut.wordpress.com/2011/03/02/if-i-even-hear-the-word-burger-one-more-time-im-going-to-scream/', '72.233.69.19', '2011-03-02 04:32:27', '2011-03-02 08:32:27', '[...] photo credit South Indian Cuisine..looks strikingly similar to Lebanese food. [...]', 0, '1', 'The Incutio XML-RPC PHP Library', 'pingback', 0, 0, 'N', NULL),
(3198, 560, 'Santanu Chowdhury', 'feedback@clickforboi.in', 'http://www.clickforboi.in', '122.162.19.120', '2011-02-24 13:59:54', '2011-02-24 17:59:54', 'Thank you for spreading the word about Clickforboi.in by writing in your blog. We at Clickforboi has started this initiative with a single goal to make available Bengali books in an innovative way to all Bengali readers (starting with India..) and create a community of Bengali book lovers who would not only read / buy books but also share their perspective &amp; opinion about books.\r\nAlso, wanted to add couple of points to your post about the site ~ the monthly subscription at Clickforboi.in allows reading either 2 books/month or 4 books/month based on the plan reader selects. We do not have unlimited delivery plan yet but would certainly explore this as we grow the membership. Next, we have very recently launched the Free Home Delivery service at our bookstore (www.clicktobuyboi.in) anywhere in India! So there are no more shipping charges to be borne buy the reader over and above the book price. We would run  Special offers periodically to provide additional discount on certain books as well. We earnestly hope with this feature book lovers will be benefited more and Bengali books will have wider reach.\r\nHappy Reading !', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13', '', 0, 0, 'Y', NULL),
(3197, 345, 'JackMore', 'jack_more11@yahoo.com', '', '79.116.26.6', '2011-02-24 02:47:47', '2011-02-24 06:47:47', 'Hello people. I''m a bit new to this Alexa ranking stuff, but I managed to achieve something very very good, at least this is how i feel. This is what happened with my team''s website after I designed it.\r\nA few people recommended www.alexage.com to improve Alexa ranking.\r\nThey worked great for us and our site''s Alexa rank is now in Alexa''s top 100K.\r\nHope this helps', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13', '', 0, 0, 'N', NULL),
(3213, 560, 'Santanu Ghosal', 'ghosalsantanuit@gmail.com', 'http://wastelandersdiary.blogsopt.com', '121.244.146.2', '2011-03-23 05:08:00', '2011-03-23 09:08:00', 'An excillent website though I wonder if the clickforboi initiative will be benificial.While reading the plan is good but could suffer drastically becauese of long keeping time,hence the availability chain might be disrupted.\r\n\r\nOnce again buying the book might be a better idea altogether.Now coming to the part of buying,there is also another site www.boimela.in which is also offering similar service but is in market for a longer period of time.I myself have ordered from the site and was really surprised at the delivery timings.\r\n\r\nFinally its the consumers who will make the call but its always better to have more than one option at hand', 0, '1', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; MS-RTC LM 8)', '', 0, 0, 'N', NULL),
(3335, 580, 'sudipta', 'bhawmik@gmail.com', 'http://', '67.52.130.30', '2011-08-22 17:29:12', '2011-08-22 21:29:12', 'Comment from Jayeeta Ganguly on Facebook:\r\nI found your article to be echoing my thoughts. How often we are guilty of preaching not only what we don''t profess but also what we don''t know. Totally loved the part where you talked about Bengal''s Renaissance and the legacy of Sri Chaitanya and Sri Ramkrishna.', 0, '1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1', '', 0, 1, 'N', NULL),
(3336, 574, 'Sudipta Bhawmik', 'bhawmik@gmail.com', '', '173.54.229.137', '2011-08-22 21:21:56', '2011-08-23 01:21:56', 'Read a review of the play Rajar Chithi at http://bartamanpatrika.com/content/prabas.htm.', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 0, 'N', NULL),
(3360, 585, 'Lipi', 'lipisanyal@yahoo.co.uk', '', '78.145.69.253', '2011-09-15 16:23:51', '2011-09-15 20:23:51', 'I couldn''t agree more on the issue of addressing one by their first names. We are an ageist lot - i personally feel this name calling is about giving one acknowledgement of their identity which is unfortunately lost when a ''familial relationship'' is established. Addresses do not bring respect, tone does. We can still call someone by their first names and initiate enough respect in our tone and approach :D', 0, '1', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1', '', 0, 0, 'N', NULL),
(3351, 314, 'list collection agencies', '', 'http://businesscollections.biz/archives/', '174.36.173.130', '2011-09-12 01:11:29', '2011-09-12 05:11:29', '<strong>list collection agencies...</strong>\n\nI am inspired to continue research on list collection agencies....', 0, '1', '', 'trackback', 0, 0, 'N', NULL),
(3348, 583, 'Durga Puja 2011', 'info@theartscentregc.com.au', 'http://www.durgapuja-images.com/', '122.160.121.75', '2011-09-06 05:40:25', '2011-09-06 09:40:25', 'Only 3 weeks to go. Hope Maa Durga brings peace to every household this year. Joy Maa Durga!', 0, '1', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.1) Gecko/20100101 Firefox/6.0.1', '', 0, 0, 'Y', NULL),
(3344, 458, 'Write Avro Phonetic Bangla On Mobile', 'shabbir_yo@ymail.com', 'http://writebangla.com/', '180.211.145.16', '2011-08-29 11:00:42', '2011-08-29 15:00:42', '[Write Bangla On Mobile] http://writebangla.com/  Via this application you can write AVRO phonetic bangla from your mobile phone as well as we provide "one click" facebook bangla status update facility from your mobile handset.\r\n\r\nTo write correct Bangla spelling from mobile please Read some "Rules" and Follow the "KeyMap":\r\nhttp://writebangla.com/keymap.php\r\nFrequently Asked Questions About writebangla.com :(8 most common question/problem and there answer/solution)\r\nhttp://writebangla.com/faq/index.php\r\n\r\n______________\r\nSee The screenshot of Write Bangla On Mobile:\r\nhttp://prothom-aloblog.com/img/uploads/a771ef601225905bf0de68382cf18646.jpg\r\n______________\r\n\r\nHow to type Bangla with AVRO phonetic(English to Bangla) on your mobile?\r\n\r\n\r\nSTEP 1:\r\nBrowse http://writebangla.com/  (it''s our apllication link) via "Opera Mini" Or "UC" browser from your mobile.\r\nAs opera mini have "use bitmap for complex scripts" function(via this function you can read bangla and browse bangla site from your mobile) so please try to use "OPERA MINI" browser to browse [Write Bangla On Mobile] http://writebangla.com/  Applicatin\r\n__________\r\nRead This:[Write Bangla On Mobile] is a browser based application, so no need to download or install this application on your handset/mobile,just Browse http://writebangla.com/  and write phonetically bangla from your mobile easily.\r\n__________\r\n\r\nSTEP 2(only 1st time use):\r\nNow FACEBOOK will ask you to give "Write Bangla On Mobile" application permission to access your basic information(this application only need your "FULL Name" and "USER ID").\r\nTo post bangla facebook status from your mobile you have to give us "WALL POST" permission too. \r\nJust click on "ALLOW" button to give us basic information and wall post permission.\r\n(***This step is only for first time use,after giving us permission this step will be vanish from your facebook account***)\r\n\r\nSTEP 3:\r\nNow in "Banglish Input Box" type banglish(bangla typing in english alphabet) with BANGLA PHONETIC SYSTEM according to te KeyMap(to write bangla which english alphabet you have to type) \r\n_______\r\nEXAMPLE:amar sOnar bangla ami tOmay bhalObasi\r\n_______\r\nNow click On "Convert Banglish To Bangla" button to convert english alphabet or banglish into bangla language.\r\n______________\r\nSee The screenshot of Step 3:\r\nhttp://prothom-aloblog.com/img/uploads/fbc26e6ef664681c130a01dae0bd8074.jpg\r\n______________\r\nNow you can see the converted bangla in a textfield named "Bangla Output Box".\r\n(**Remember this:By using the "copy/paste" function of "OPERA MINI v6" or "UC" browser you can use this converted bangla anywhere in the net from your mobile**)\r\n\r\nSTEP 4:\r\nIN "Bangla Output Box" you may not read the bangla text,in "Bangla Output Box" you may see something like "????????" this(box box box symbol).\r\nIn that case you may not check eighter you write correctly or not,so to read that boxboxbox symbol you have to use "Check Spelling Before Post" button.\r\n______________\r\nSee The screenshot of Step 4:\r\nhttp://prothom-aloblog.com/img/uploads/d8417c4320c65920c64332addbdde2d0.jpg\r\n______________\r\nBy clicking this button you can read box box box symbol from "Bangla Output Box" and if you find any wrong spelling you may correct it.\r\n\r\nSTEP 5:\r\nNow click on "Post FB Status To Your Wall" button to publish or update your bangla facebook status on your facebook wall...\r\n______________\r\nSee The screenshot of Step 5:\r\nhttp://prothom-aloblog.com/img/uploads/cfe33d1aea12de252cc6046174c57f01.jpg\r\n______________\r\nOkey thats great,you done it,chill out now because you can write bangla on your mobile...\r\n\r\n______________\r\nRemember this:By using the "copy/paste" function of "OPERA MINI v6" or "UC" browser you can write bangla or type bangla from your mobile anywhere in the net via this application,not only Facebook wall post or comment or notes,anywhere means all wap or web site you browser from your mobile.\r\n______________\r\n\r\nIf you have any other question about "Write Bangla On Mobile" application then join our facebook fan page and please let us inform about yout question or problem...\r\nhttp://www.facebook.com/WriteBanglaViaMobile', 0, '1', 'Mozilla/5.0 (Windows NT 6.1; rv:7.0) Gecko/20100101 Firefox/7.0', '', 0, 0, 'N', NULL),
(3354, 585, 'sudipta', 'bhawmik@gmail.com', 'http://', '173.63.2.180', '2011-09-14 00:41:26', '2011-09-14 04:41:26', 'Ha Ha Ha! At least someone is taking it seriously! Thanks Brinda-di!', 0, '1', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1, 'N', NULL),
(3353, 585, 'Brinda Guha', 'brinda.guha@gmail.com', 'http://www.brindaguhadance.wordpress.com', '67.250.46.98', '2011-09-14 00:35:39', '2011-09-14 04:35:39', 'I feel like it shoudn''t be a big deal, to be honest. I understand the discomfort, I''ve been called Aunty by someone my age before and it''s totally weird. But it''s weird for a second, you correct them by telling them what you prefer to be called, and call it a day. It doesn''t need to be this whole thing. \r\n\r\nBut anyway, I can understand people feeling weird about it if it keeps happening. In that case, your idea to use da and di makes sense, just to keep it uniform across the board. \r\n\r\nSometimes it''s nice though. Like my mom''s students call me Brinda Didi, and the children of people who I call Dada and Didi call me Mashi or Pishi, and I kind of like it. That familial tie establishes a close relationship that makes spending time with them more comfortable. \r\n\r\nIn general, I think people are way too obsessed with what people call them or think of them or how old they may or may not look. Embrace it, you are a human and you''re going to go through changes, might as well stop denying that part of it. All you have to do it be straightforward: \\Just so you know, I am your dad''s age so call me Sudipta Kaku, not Dadu!\\. And then it''s done. You can be even more aloof and take Dadu as a sign that you are the epitome of wisdom (just joking). \r\n\r\nAnyway, since I can bet most people disagree with me, I like your idea of a compromise, Sudipta da.', 0, '1', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1', '', 0, 0, 'Y', NULL),
(3376, 590, 'Amitava Sen', 'amitavasen@msn.com', '', '68.192.176.93', '2011-09-29 10:32:03', '2011-09-29 14:32:03', 'Sudipta\r\nThe question posed by you is what is the significance of Durga Puja to Bengali teens. What your teen-interviewees have addressed is, what they enjoy in a gathering of their parents with other families.It''s a fun time which should not be confused as introduction to heritage. The observation is true for any congregation, be it Banga Sammelan or week-end long Rabindra teach-ins. \r\nTeen-dom does not end at fourteen, personalities take shape in high school, firmly establishing as they go to college, independent and liberated.\r\nYou will probably find more enthusiastic responses when you pick your subjects regressively from teens to tweens to children.\r\nOf course we should bring our children to Durga Puja as long as they have fun, which I suspect may stop at the ripe age of fourteen.\r\nAmitavada', 0, '1', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1', '', 0, 0, 'N', NULL),
(3386, 592, 'Rishi Bhattacharjee', 'rishi.bhatta@yahoo.com', '', '173.251.54.13', '2011-10-07 16:57:40', '2011-10-07 20:57:40', 'Sad that Durga Pooja is over although couple of more festive gatherings are coming up in the horizon.  Overall, well done and kudos to Kallol in organizing and carrying out yet another memorable Durga Pooja.  We know it is not easy in terms of logistics and unfortunately you cannot please everyone; since the purpose of pooja is to get the family together and enjoy three days to the fullest with friends, that was a roaring success. Now, I would like to raise some concerns and maybe we can discuss this in future Kallol meetings as Lessons Learned.\r\n\r\na)	There were "volcanic" and extremely nasty verbal exchanges (ek kathai abohawa besh garom chhilo) during cultural programs between attendees themselves as well with my bouncer buddies.  I am sure you may have guessed, this is to with the front few rows designated for "Donors" with white tags.  This needs serious rethinking.  Although I understand and fully appreciate the intent of keeping a few rows for people who commit more money for the event, but at the same time this creates lot of divisions and ill will amongst lines of friendship.  Let me explain a bit, donor seats were 25% un-utilized up to the beginning of Anindya and Purbayan when the Kallol committee members started to enforce that every seat be occupied with white badge. Many orange badges saw that and started fuming since Orange rows were overcrowded.  Another problem was more donors than seats.  This led people to put grown kids (legitimate seat holders by themselves) on their laps so that all donors can seat.  Watching a 3-4 hr program with a kid on your lap can be extremely cumbersome and painful.  The “bouncers” Amit, Alok, Prosenjit and Tathagato tried their level best of stopping the myriads of seat reservation tactics (except inner garments, people open everything), but when floodgates open up, what will a few well intended “bangosantans” do?  Also, it is very sensitive to ask a senior Kallol member and loyalist to vacate a white badge seat and move to orange badge area just because he/she did not pay the threshold amount in cash; knowing full well that these stalwarts and kallol pioneers have given more to these poojas over the years with their selfless love, commitment, night after night of sheer brawn and doing everything with a smile for 3 straight days.  Some of them are our dadas and didis and we know we have this Durga Pooja only because they took charge and have handed over to the next projanmyo.  When dad and mom grow old, do we throw them out of the plush sofa (akin to white badge) to the back of the room?  Many of the veterans do not feel the same excitement and enthusiasm about Durga Pooja and many recant the good old days of Kallol and the high class and esteem it used to espouse towards the community it serves.  This trickle of discontent may lead to a gush of attritions from loyal Kallol ranks to other pooja organizers.  My humble suggestion is to remove the donor rows and make it first come, first serve.  You want to show the donors your appreciation, give them closer parking, more visibility in website and the magazine, announce their names on a frequent basis, ensure they get access or one-on-one photo-op time with key performers, …. Just some thoughts.  \r\nb)	The food lines need to be revisited.  I have seen people get down from their cars and walk straight to food tent for two straight days.  Since there is no badge check, there was no stopping these folks and the volunteers serving and directing the crowd were helpless and has to serve everyone without filtering.  What we propose is colored hand stamps or stickers given in Disney or Chucky Cheese (costs nothing), one color for each day to be checked by the tent gatekeepers.  We know and have witnessed people exchange badges with fresh friends who did not register but wants to have lunch.  \r\nc)	Thanks to Kallol Cultural Committee for Anindya and Purbayan… what a phenomenal offering and rendition of Sitar and Percussion.  Hats off to you guys.  The best program of this pooja in my opinion.  Nachiketa was absolutely terrible and disappointing but that may be because of my taste and traditional background.  His sudden rant towards the couple (who were talking) reminds me of someone having the Tourette’s Syndrome.  Artists do not like people talking in front rows and I have seen many artists tell audience politely and nicely.  Nachiketa’s rant was an absolute revelation of his class.  Kabor was a great theme but not appropriate for Pooja; but I understand that it was a face-saver since Patolbabu was canned.  I did not see Aparna but heard people disappointed with lack of sync between the letters and the songs especially Kesariya and Lolita punched.  But, again there were others who thoroughly enjoyed the program in its entirety – letters, songs and all.  Most people did rave about the singer.  Aparna Sen is a talented crowd-puller and we do recognize that and hence are appreciative of the effort she has put together and the research that went behind the show.\r\n\r\nWell, enjoy the traces of the Pooja season till the white stuff arrives.  See you all in some nook and cranny in this our NY/NJ bengali life.', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22', '', 0, 0, 'Y', NULL),
(3458, 606, 'Indranil', 'Indymukh@gmail.com', 'http://Sararattir.info', '68.37.179.96', '2012-01-08 06:55:43', '2012-01-08 10:55:43', 'Thank you Sudipta da for the show announcement.\r\n\r\nDear all, \r\nSararattir is back with a new peoduction \\Paakhir Moton Shokaal\\\r\n\r\nIn trying to keep up with the immigrant’s life in the fast lane, we have chained ourselves in tiny little cages of exile and loneliness. The more we have tried to deal with our exile, the lonelier we have become. In the stormy quest of following the American dream as an immigrant, we have at times forsaken our own family values. Standing atop the ruins of that storm on a quiet, deeply personal lonely moment, when we look back at the years gone by, and face the morning, the bird-like morning, or “Paakhir Moton Shokaal,” what do we see ??\r\n \r\nCelebrate the New Year on an introspective note with characters of “Paakhir Moton Shokaal” and may be you will find yourself amidst them.\r\n\r\nRegards \r\n\r\nSararattir', 0, '1', 'Mozilla/5.0 (iPad; CPU OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A405 Safari/7534.48.3', '', 0, 0, 'N', NULL),
(3418, 595, 'Mallika De', 'soundsofpoetry@yahoo.com', '', '69.115.46.135', '2011-11-10 21:04:21', '2011-11-11 01:04:21', 'Although, the writer raises some important questions about the state of a terribly consumerist society we live in today, the article makes some very totalizing essentialist notions of gender that are extremely problematic.', 0, '1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22', '', 0, 0, 'N', NULL),
(3460, 515, 'Eva', 'evalinas2006@yahoo.com', 'http://nynjbengali.com', '24.44.210.62', '2012-01-10 15:05:26', '2012-01-10 19:05:26', 'please add me to your mailing list for upcoming events, Thank you', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)', '', 0, 0, 'N', NULL),
(3493, 609, 'Alana', 'camillamartins10@hotmail.com', 'http://www.jogosdocartoon.net', '187.87.7.244', '2012-03-12 21:20:18', '2012-03-13 01:20:18', 'i like this subject and it will help me a lot with my homework. thanks for helping.http://www.jogosdocartoon.net', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL),
(3494, 609, 'Araceli', 'casalcomweb@hotmail.com', 'http://www.hdparanotebook.com', '201.55.163.150', '2012-03-13 12:13:35', '2012-03-13 16:13:35', 'the layout of the site is awesome, this will attract many newbie...keep it up.http://www.hdparanotebook.com', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL),
(3490, 611, 'Dilza', 'carolina_pinaffo@hotmail.com', 'http://www.cinemacuritiba.com', '186.212.75.93', '2012-03-10 20:29:52', '2012-03-11 00:29:52', 'admiring the time and effort you put into your blog and detailed information you offer!http://www.cinemacuritiba.com', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL);
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`, `comment_subscribe`, `comment_enclosure`) VALUES
(3491, 607, 'Ceres', 'clicando@terra.com.br', 'http://www.hdparanotebook.com', '201.21.110.19', '2012-03-12 14:43:10', '2012-03-12 18:43:10', 'your blog is really excellent. it inspires the readers who have that great desire to lead a better and happier life. thanks for sharing this information and hope to read more from you.http://www.hdparanotebook.com', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL),
(3476, 590, 'Debashis Paul', 'riday_2006@yahoo.com', '', '122.248.183.1', '2012-02-22 14:22:31', '2012-02-22 18:22:31', 'Actually the old meaning of Durga Puja also changed in Bengal. Most of the puja committee represents their ability to spend money and power rather then their divinity to goddess Durga. \r\n\r\nThe children from outside of Bengal, who ware not part of Durga puja in Bengal, never feel the actual test of Durga puja. As long as they become elder, they will find their happiness what they will get easily near by their hand. They will be habituated by the local culture and festival rather then a foreign festival (Durga Puja).', 0, '1', 'Opera/9.80 (Windows NT 5.1; U; en) Presto/2.10.229 Version/11.61', '', 0, 0, 'N', NULL),
(3489, 607, 'Berta', 'camis_htinha@hotmail.com', 'http://www.simbolodamusica.com', '201.9.77.67', '2012-03-09 08:03:04', '2012-03-09 12:03:04', 'nice blog !http://www.simbolodamusica.com', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL),
(3488, 607, 'Anita', 'caroline.crown@hotmail.com', 'http://www.queroouvirmusica.com', '85.96.190.145', '2012-03-09 04:17:22', '2012-03-09 08:17:22', 'this was a lovely article to read.http://www.queroouvirmusica.com', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL),
(3487, 612, 'Betânia', 'caracois18@hotmail.com', 'http://www.iguinhojogos.net', '78.174.208.91', '2012-03-06 13:57:17', '2012-03-06 17:57:17', 'thanks for info.http://www.iguinhojogos.net', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL),
(3482, 607, 'Raj Deb Roy', 'SomersetDeveloper@gmail.com', 'http://www.rajdebroy.com', '98.221.156.204', '2012-03-01 20:54:54', '2012-03-02 00:54:54', 'Maybe there is a third option....believing in a higher power but not religion per se....or is that the same? \r\nI love every religious event and all things cultural associated with that.And not just my religion. Almost every organized religion. However - not having a blind faith in ''documented'' religion. \r\nHowever in my own private way believing in a higher power.', 0, '1', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11', '', 0, 0, 'N', NULL),
(3486, 607, 'Cariana', 'claudio7777@msn.com', 'http://www.jogosdopicapau.org', '187.52.103.170', '2012-03-06 12:15:40', '2012-03-06 16:15:40', 'hey i visited the site...it is a nice site. thanks for providing information here...i like your blog post too thanks a lot.http://www.jogosdopicapau.org', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL),
(3485, 607, 'Euro Football Championship', 'reservation@badawiya.com', 'http://euro2012.journalspace.com', '173.234.146.84', '2012-03-05 23:43:09', '2012-03-06 03:43:09', 'Euripides: "Judge a tree from its fruit not from the leaves."', 0, 'spam', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)', '', 0, 0, 'N', NULL),
(3495, 607, 'Alana', 'ceresbehmer@hotmail.com', 'http://www.cartoonnetworkjogos.net', '177.66.106.2', '2012-03-15 14:16:58', '2012-03-15 18:16:58', 'every time i come here i am not disappointed. nice post.http://www.cartoonnetworkjogos.net', 0, 'spam', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', 0, 0, 'Y', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_ec3_schedule`
--

DROP TABLE IF EXISTS `wp_ec3_schedule`;
CREATE TABLE IF NOT EXISTS `wp_ec3_schedule` (
  `sched_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) default NULL,
  `start` datetime default NULL,
  `end` datetime default NULL,
  `allday` tinyint(1) default NULL,
  `rpt` varchar(64) default NULL,
  PRIMARY KEY  (`sched_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=173 ;

--
-- Dumping data for table `wp_ec3_schedule`
--

INSERT INTO `wp_ec3_schedule` (`sched_id`, `post_id`, `start`, `end`, `allday`, `rpt`) VALUES
(1, 75, '2007-08-22 18:30:00', '2007-08-22 20:30:00', 0, NULL),
(2, 75, '2007-08-23 18:30:00', '2007-08-23 20:30:00', 0, NULL),
(4, 79, '2007-08-31 20:00:00', '2007-08-31 20:00:00', 0, NULL),
(5, 83, '2007-09-16 10:00:00', '2007-09-16 17:00:00', 0, NULL),
(6, 85, '2007-09-23 16:00:00', '2007-09-23 19:00:00', 0, NULL),
(7, 86, '2007-09-22 19:00:00', '2007-09-22 23:00:00', 0, NULL),
(8, 87, '2007-09-09 10:00:00', '2007-09-09 17:00:00', 0, NULL),
(9, 90, '2007-09-09 17:00:00', '2007-09-09 19:00:00', 0, NULL),
(10, 92, '2007-09-14 20:00:00', '2007-09-14 22:00:00', 0, NULL),
(11, 93, '2007-10-19 18:00:00', '2007-10-21 00:00:00', 0, NULL),
(12, 94, '2007-10-12 19:00:00', '2007-10-12 22:00:00', 0, NULL),
(13, 94, '2007-10-13 11:00:00', '2007-10-13 22:00:00', 0, NULL),
(14, 94, '2007-10-14 11:00:00', '2007-10-14 22:00:00', 0, NULL),
(15, 96, '2007-10-14 05:00:00', '2007-10-14 07:00:00', 0, NULL),
(16, 98, '2007-10-26 19:30:00', '2007-10-26 22:30:00', 0, NULL),
(17, 100, '2007-11-03 18:30:00', '2007-11-03 22:30:00', 0, NULL),
(18, 105, '2007-10-17 18:00:00', '2007-10-21 18:00:00', 0, NULL),
(19, 106, '2007-10-20 18:00:00', '2007-10-21 23:00:00', 0, NULL),
(20, 109, '2007-11-09 18:30:00', '2007-11-09 22:30:00', 0, NULL),
(21, 116, '2007-12-08 15:00:00', '2007-12-08 17:30:00', 0, NULL),
(22, 117, '2007-12-08 19:00:00', '2007-12-08 23:00:00', 0, NULL),
(23, 116, '2007-12-08 18:30:00', '2007-12-08 18:30:00', 0, NULL),
(24, 119, '2007-12-07 19:00:00', '2007-12-07 22:00:00', 0, NULL),
(25, 120, '2007-12-14 20:00:00', '2007-12-14 22:00:00', 0, NULL),
(26, 125, '2008-01-26 18:30:00', '2008-01-26 20:30:00', 0, NULL),
(27, 125, '2008-01-27 15:30:00', '2008-01-27 17:30:00', 0, NULL),
(28, 128, '2008-01-11 20:00:00', '2008-01-11 22:00:00', 0, NULL),
(29, 129, '2008-01-12 15:00:00', '2008-01-12 19:00:00', 0, NULL),
(30, 130, '2008-01-18 20:00:00', '2008-01-18 22:00:00', 0, NULL),
(31, 131, '2008-02-11 07:45:00', '2008-02-11 12:45:00', 1, NULL),
(32, 132, '2008-02-08 20:00:00', '2008-02-08 22:00:00', 0, NULL),
(33, 139, '2008-02-09 19:30:00', '2008-02-09 21:30:00', 0, NULL),
(34, 140, '2008-03-06 00:00:00', '2008-03-06 00:00:00', 1, NULL),
(35, 141, '2008-03-14 20:00:00', '2008-03-14 22:00:00', 0, NULL),
(36, 142, '2008-03-21 20:00:00', '2008-03-21 22:00:00', 0, NULL),
(37, 143, '2008-04-18 20:00:00', '2008-04-18 22:00:00', 0, NULL),
(38, 145, '2008-03-30 18:00:00', '2008-03-30 19:30:00', 0, NULL),
(39, 146, '2008-04-26 17:00:00', '2008-04-26 19:30:00', 0, NULL),
(40, 147, '2008-04-18 20:00:00', '2008-04-18 22:00:00', 0, NULL),
(41, 148, '2008-05-04 16:00:00', '2008-05-04 19:30:00', 0, NULL),
(42, 153, '2008-06-07 17:00:00', '2008-06-07 22:00:00', 0, NULL),
(43, 154, '2008-05-10 21:00:00', '2008-05-11 08:00:00', 0, NULL),
(44, 155, '2008-06-01 14:00:00', '2008-06-01 20:00:00', 0, NULL),
(45, 158, '2008-05-04 15:00:00', '2008-05-04 17:00:00', 0, NULL),
(46, 161, '2008-05-09 20:00:00', '2008-05-09 22:00:00', 0, NULL),
(47, 162, '2008-06-07 13:00:00', '2008-06-07 16:00:00', 0, NULL),
(48, 166, '2008-06-28 15:30:00', '2008-06-28 17:30:00', 0, NULL),
(49, 166, '2008-06-29 15:00:00', '2008-06-29 19:30:00', 0, NULL),
(50, 172, '2008-06-28 15:30:00', '2008-06-28 17:30:00', 0, NULL),
(51, 180, '2008-07-20 15:00:00', '2008-07-20 17:00:00', 0, NULL),
(52, 182, '2008-07-20 17:30:00', '2008-07-20 19:30:00', 0, NULL),
(53, 183, '2008-07-27 16:00:00', '2008-07-27 20:00:00', 0, NULL),
(54, 188, '2008-08-24 15:00:00', '2008-08-24 19:00:00', 0, NULL),
(55, 192, '2008-08-08 20:00:00', '2008-08-08 22:00:00', 0, NULL),
(56, 193, '2008-08-08 20:00:00', '2008-08-08 22:00:00', 0, NULL),
(57, 197, '2008-08-16 10:00:00', '2008-08-16 22:00:00', 0, NULL),
(58, 202, '2008-09-13 17:00:00', '2008-09-13 22:00:00', 0, NULL),
(59, 204, '2008-08-24 06:00:00', '2008-08-24 21:00:00', 1, NULL),
(60, 203, '2008-08-22 20:30:00', '2008-08-22 22:30:00', 0, NULL),
(61, 205, '2008-09-20 10:00:00', '2008-09-20 16:00:00', 0, NULL),
(62, 206, '2008-08-23 10:00:00', '2008-08-23 16:00:00', 0, NULL),
(63, 209, '2008-09-12 19:00:00', '2008-09-12 22:00:00', 0, NULL),
(64, 218, '2008-09-14 14:00:00', '2008-09-14 17:00:00', 0, NULL),
(65, 221, '2008-09-28 04:30:00', '2008-09-28 06:30:00', 0, NULL),
(66, 239, '2008-10-25 15:00:00', '2008-10-25 23:00:00', 0, NULL),
(67, 240, '2008-10-11 15:00:00', '2008-10-11 21:00:00', 0, NULL),
(68, 242, '2008-11-16 15:30:00', '2008-11-16 19:30:00', 0, NULL),
(69, 253, '2008-11-09 16:00:00', '2008-11-09 19:00:00', 0, NULL),
(70, 254, '2008-11-07 20:00:00', '2008-11-07 23:00:00', 0, NULL),
(71, 255, '2008-11-16 15:00:00', '2008-11-16 18:00:00', 0, NULL),
(72, 265, '2008-11-21 20:00:00', '2008-11-21 22:00:00', 0, NULL),
(73, 280, '2009-02-13 18:30:00', '2009-02-13 20:30:00', 0, NULL),
(74, 281, '2009-02-27 20:00:00', '2009-02-27 22:00:00', 0, NULL),
(75, 282, '2009-05-16 18:00:00', '2009-05-16 21:00:00', 0, NULL),
(76, 282, '2009-05-17 16:00:00', '2009-05-17 19:00:00', 0, NULL),
(77, 282, '2009-05-30 18:00:00', '2009-05-30 21:00:00', 0, NULL),
(78, 282, '2009-05-31 16:00:00', '2009-05-31 19:00:00', 0, NULL),
(79, 295, '2009-05-09 19:00:00', '2009-05-10 06:00:00', 0, NULL),
(80, 298, '2009-03-20 20:00:00', '2009-03-20 22:00:00', 0, NULL),
(81, 310, '2009-03-29 16:00:00', '2009-03-29 18:00:00', 0, NULL),
(82, 311, '2009-04-11 14:00:00', '2009-04-11 16:00:00', 0, NULL),
(83, 317, '2009-04-25 20:00:00', '2009-04-25 23:00:00', 0, NULL),
(84, 325, '2009-04-18 12:00:00', '2009-04-18 23:00:00', 0, NULL),
(85, 330, '2009-04-24 18:45:00', '2009-04-24 21:00:00', 0, NULL),
(86, 334, '2009-05-15 14:00:00', '2009-05-17 19:00:00', 0, NULL),
(87, 352, '2009-06-13 15:30:00', '2009-06-13 18:30:00', 0, NULL),
(88, 360, '2009-10-09 18:30:00', '2009-10-09 18:30:00', 0, NULL),
(89, 361, '2009-06-27 13:00:00', '2009-06-27 22:00:00', 0, NULL),
(90, 379, '2009-07-18 18:30:00', '2009-07-18 21:30:00', 0, NULL),
(91, 380, '2009-08-01 11:00:00', '2009-08-01 15:30:00', 0, NULL),
(92, 389, '2009-08-22 10:00:00', '2009-08-22 18:00:00', 0, NULL),
(93, 390, '2009-09-12 11:00:00', '2009-09-12 16:00:00', 0, NULL),
(94, 392, '2009-08-20 14:30:00', '2009-08-20 16:30:00', 0, NULL),
(95, 394, '2009-09-19 11:00:00', '2009-09-19 11:00:00', 1, NULL),
(96, 394, '2009-09-20 11:00:00', '2009-09-20 11:00:00', 1, NULL),
(97, 407, '2009-09-25 11:00:00', '2009-09-25 11:00:00', 1, NULL),
(98, 407, '2009-09-26 11:00:00', '2009-09-26 11:00:00', 1, NULL),
(99, 407, '2009-09-27 11:00:00', '2009-09-27 11:00:00', 1, NULL),
(100, 408, '2009-09-20 04:30:00', '2009-09-20 07:30:00', 0, NULL),
(101, 411, '2009-10-11 15:00:00', '2009-10-11 17:30:00', 0, NULL),
(102, 425, '2009-10-10 15:00:00', '2009-10-10 23:00:00', 0, NULL),
(103, 427, '2009-10-24 18:30:00', '2009-10-24 23:30:00', 0, NULL),
(104, 428, '2009-10-10 12:00:00', '2009-10-10 23:00:00', 0, NULL),
(105, 429, '2009-10-11 12:00:00', '2009-10-11 20:00:00', 0, NULL),
(106, 434, '2009-10-17 18:30:00', '2009-10-17 23:30:00', 0, NULL),
(107, 446, '2009-12-05 16:00:00', '2009-12-05 18:00:00', 0, NULL),
(108, 460, '2010-04-03 19:00:00', '2010-04-03 22:00:00', 0, NULL),
(109, 465, '2010-02-19 20:00:00', '2010-02-19 22:00:00', 0, NULL),
(110, 468, '2010-03-20 15:30:00', '2010-03-20 17:30:00', 0, NULL),
(111, 478, '2010-05-08 15:00:00', '2010-05-08 17:00:00', 0, NULL),
(112, 478, '2010-05-08 18:00:00', '2010-05-08 20:00:00', 0, NULL),
(113, 478, '2010-05-09 13:00:00', '2010-05-09 15:00:00', 0, NULL),
(114, 478, '2010-05-09 16:00:00', '2010-05-09 18:00:00', 0, NULL),
(115, 479, '2010-03-14 18:00:00', '2010-03-14 20:00:00', 0, NULL),
(116, 481, '2010-03-28 16:00:00', '2010-03-28 23:00:00', 0, NULL),
(117, 485, '2010-06-12 18:00:00', '2010-06-12 21:00:00', 0, NULL),
(118, 485, '2010-06-13 16:00:00', '2010-06-13 19:00:00', 0, NULL),
(119, 491, '2010-06-06 19:00:00', '2010-06-06 22:00:00', 0, NULL),
(120, 493, '2010-06-20 16:00:00', '2010-06-20 19:00:00', 0, NULL),
(121, 496, '2010-07-03 16:00:00', '2010-07-03 19:00:00', 0, NULL),
(122, 497, '2010-07-10 18:00:00', '2010-07-10 19:30:00', 0, NULL),
(123, 507, '2010-09-25 10:15:00', '2010-09-25 12:45:00', 0, NULL),
(124, 508, '2010-10-17 16:00:00', '2010-10-17 19:00:00', 0, NULL),
(125, 509, '2010-10-03 15:00:00', '2010-10-03 17:30:00', 0, NULL),
(126, 510, '2010-10-02 16:00:00', '2010-10-02 20:00:00', 0, NULL),
(127, 511, '2010-10-10 04:30:00', '2010-10-10 06:30:00', 0, NULL),
(128, 515, '2010-10-15 14:00:00', '2010-10-15 23:30:00', 0, NULL),
(129, 515, '2010-10-16 10:00:00', '2010-10-16 10:00:00', 1, NULL),
(130, 515, '2010-10-17 11:00:00', '2010-10-17 11:00:00', 1, NULL),
(131, 516, '2010-10-16 10:00:00', '2010-10-16 10:00:00', 1, NULL),
(132, 516, '2010-10-17 10:00:00', '2010-10-17 10:00:00', 1, NULL),
(133, 517, '2010-10-29 20:30:00', '2010-10-29 22:30:00', 0, NULL),
(134, 517, '2010-10-30 12:00:00', '2010-10-30 22:00:00', 0, NULL),
(135, 526, '2010-12-04 15:30:00', '2010-12-04 18:30:00', 0, NULL),
(136, 527, '2010-11-19 20:00:00', '2010-11-19 22:30:00', 0, NULL),
(137, 554, '2011-03-20 16:00:00', '2011-03-20 18:30:00', 0, NULL),
(138, 559, '2011-08-06 00:00:00', '2011-08-06 00:00:00', 1, NULL),
(139, 564, '2011-05-08 18:00:00', '2011-05-08 20:00:00', 0, NULL),
(140, 565, '2011-06-04 16:00:00', '2011-06-04 20:00:00', 0, NULL),
(141, 568, '2011-08-06 14:00:00', '2011-08-06 22:00:00', 0, NULL),
(142, 569, '2011-05-28 16:00:00', '2011-05-28 22:00:00', 0, NULL),
(143, 570, '2011-05-14 23:00:00', '2011-05-14 23:00:00', 1, NULL),
(144, 570, '2011-05-15 23:00:00', '2011-05-15 23:00:00', 1, NULL),
(145, 571, '2011-06-11 18:30:00', '2011-06-11 20:30:00', 0, NULL),
(146, 571, '2011-06-12 17:00:00', '2011-06-12 19:00:00', 0, NULL),
(147, 576, '2011-07-24 14:00:00', '2011-07-24 18:00:00', 0, NULL),
(148, 578, '2011-08-07 12:00:00', '2011-08-07 18:00:00', 0, NULL),
(149, 579, '2011-08-28 16:00:00', '2011-08-28 21:00:00', 0, NULL),
(150, 582, '2011-09-24 00:00:00', '2011-09-24 00:00:00', 1, NULL),
(151, 582, '2011-09-25 00:00:00', '2011-09-25 00:00:00', 1, NULL),
(152, 583, '2011-09-30 20:00:00', '2011-09-30 20:00:00', 1, NULL),
(153, 583, '2011-10-01 20:00:00', '2011-10-01 20:00:00', 1, NULL),
(154, 583, '2011-10-02 20:00:00', '2011-10-02 20:00:00', 1, NULL),
(155, 584, '2011-10-01 22:00:00', '2011-10-01 22:00:00', 1, NULL),
(156, 584, '2011-10-02 22:00:00', '2011-10-02 22:00:00', 1, NULL),
(157, 586, '2011-10-09 14:00:00', '2011-10-09 17:00:00', 0, NULL),
(158, 589, '2011-10-21 19:00:00', '2011-10-21 19:00:00', 1, NULL),
(159, 589, '2011-10-22 19:00:00', '2011-10-22 19:00:00', 1, NULL),
(160, 589, '2011-10-23 19:00:00', '2011-10-23 19:00:00', 1, NULL),
(161, 596, '2011-12-03 15:00:00', '2011-12-03 18:00:00', 0, NULL),
(162, 600, '2011-12-03 13:45:00', '2011-12-03 16:30:00', 0, NULL),
(163, 601, '2012-01-14 14:00:00', '2012-01-14 22:30:00', 0, NULL),
(164, 602, '2012-01-29 14:00:00', '2012-01-29 23:00:00', 0, NULL),
(165, 603, '2012-01-28 12:00:00', '2012-01-28 21:00:00', 0, NULL),
(166, 604, '2012-01-28 10:00:00', '2012-01-28 20:00:00', 0, NULL),
(167, 605, '2012-01-21 10:00:00', '2012-01-21 22:00:00', 0, NULL),
(168, 606, '2012-01-21 15:00:00', '2012-01-21 20:00:00', 0, NULL),
(169, 606, '2012-01-22 14:00:00', '2012-01-22 19:00:00', 0, NULL),
(170, 611, '2012-03-11 16:00:00', '2012-03-11 20:00:00', 0, NULL),
(171, 612, '2012-04-15 15:00:00', '2012-04-15 16:30:00', 0, NULL),
(172, 612, '2012-04-15 17:30:00', '2012-04-15 19:00:00', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_email_list`
--

DROP TABLE IF EXISTS `wp_email_list`;
CREATE TABLE IF NOT EXISTS `wp_email_list` (
  `id` int(11) NOT NULL auto_increment,
  `email_addr` varchar(255) default NULL,
  `gets_mail` int(11) default NULL,
  `last_modified` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  `date_subscribed` datetime default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=22 ;

--
-- Dumping data for table `wp_email_list`
--

INSERT INTO `wp_email_list` (`id`, `email_addr`, `gets_mail`, `last_modified`, `date_subscribed`) VALUES
(1, 'bhawmik@gmail.com', 1, '2005-11-30 03:59:21', '2005-11-30 22:52:48'),
(18, 'chandraboli_20@rediffmail.com', NULL, '2006-01-29 01:52:15', '2006-01-29 20:52:15'),
(4, 'drani_00@yahoo.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(5, 'k.p.das@ieee.org', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(6, 'bpstinc@aol.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(7, 'amitavasen@msn.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(8, 'amrita.ghosh@gmail.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(9, 'baskarm@aol.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(10, 'tathagata_ghosh@hotmail.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(11, 'aldey99@yahoo.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(21, 'nandita_sen1112@yahoo.com', 1, '2006-03-20 14:53:24', '2006-03-21 09:51:54'),
(13, 'arunansud@yahoo.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(14, 'Purbha@comcast.net', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(15, 'sunno.theke.suru@gmail.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(16, 'Aditi.S.Sen@gmail.com', 1, '2005-11-30 22:24:40', '2005-12-01 17:24:40'),
(17, 'smkbasu@yahoo.com', NULL, '2005-12-04 01:28:07', '2005-12-04 20:28:07'),
(19, 'ray9313@aol.com', NULL, '2006-02-03 19:31:40', '2006-02-04 14:31:40'),
(20, 'sray9313@aol.com', NULL, '2006-02-03 19:31:57', '2006-02-04 14:31:57');

-- --------------------------------------------------------

--
-- Table structure for table `wp_email_list_config`
--

DROP TABLE IF EXISTS `wp_email_list_config`;
CREATE TABLE IF NOT EXISTS `wp_email_list_config` (
  `id` int(11) NOT NULL auto_increment,
  `site_name` varchar(255) default NULL,
  `site_url` varchar(255) default NULL,
  `blog_url` varchar(255) default NULL,
  `from_email` varchar(255) default NULL,
  `admin_email` varchar(255) default NULL,
  `nice_urls` char(3) default NULL,
  `show_content` char(3) default NULL,
  `html_email` char(3) default NULL,
  `default_send` char(3) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_email_list_config`
--

INSERT INTO `wp_email_list_config` (`id`, `site_name`, `site_url`, `blog_url`, `from_email`, `admin_email`, `nice_urls`, `show_content`, `html_email`, `default_send`) VALUES
(1, 'NY/NJ Bengali Blog Site', 'http://www.ethnomediallc.com/wpress/', 'http://www.ethnomediallc.com/wpress/', 'sudipta@ethnomediallc.com', 'sudipta@ethnomediallc.com', 'Yes', 'No', 'No', 'Yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_email_list_future`
--

DROP TABLE IF EXISTS `wp_email_list_future`;
CREATE TABLE IF NOT EXISTS `wp_email_list_future` (
  `post_ID` bigint(20) NOT NULL default '0',
  `post_date` char(12) NOT NULL default '0',
  `notification_sent` char(1) NOT NULL default '',
  PRIMARY KEY  (`post_ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_email_list_future`
--

INSERT INTO `wp_email_list_future` (`post_ID`, `post_date`, `notification_sent`) VALUES
(59, '200512012001', 'n'),
(63, '200512040759', 'y'),
(64, '200601072058', 'y'),
(65, '200601182334', 'y'),
(70, '200603140933', 'y'),
(71, '200604201905', 'y'),
(72, '200605260039', 'y'),
(74, '200704302148', 'y'),
(73, '200705092353', 'y');

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE IF NOT EXISTS `wp_links` (
  `link_id` bigint(20) NOT NULL auto_increment,
  `link_url` varchar(255) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_category` bigint(20) NOT NULL default '0',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` varchar(20) NOT NULL default 'Y',
  `link_owner` int(11) NOT NULL default '1',
  `link_rating` int(11) NOT NULL default '0',
  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_category` (`link_category`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=68 ;

--
-- Dumping data for table `wp_links`
--

INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_category`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(16, 'http://indiacounts.com', 'India Counts', '', '', 0, 'A Blog Directory', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(15, 'http://www.blogcatalog.com/directory/society/culture', 'Blog Catalog', '', '', 0, 'A Blog Directory', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(9, 'http://bengali.sulekha.com', 'Bengali', '', '', 0, 'Sudipta Bhawmik''s blog site on Sulekha', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(10, 'http://mitali.org', 'Mitali', '', '', 0, 'Mitali''s Website', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(11, 'http://anandamandir.org/', 'Anandamandir', '', '', 0, 'Web site', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(12, 'http://kallol.com/index.asp', 'Kallol', '', '', 0, 'Website', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(13, 'http://ethnomediallc.com', 'Ethnomedia', '', '', 0, 'Web site', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(17, 'http://www.icc-gs.org/', 'ICC of Garden State', '', '', 0, 'Web site of ICC ', 'Y', 1, 0, '0000-00-00 00:00:00', 'friend', '', ''),
(18, 'http://www.gsca.us', 'Garden State Cultural Association', '', '', 0, 'Web site', 'Y', 1, 0, '0000-00-00 00:00:00', 'friend', '', ''),
(19, 'http://www.banglablogs.org', 'Bangla Blogs', '', '', 0, 'A Directory of Bangla Blogs', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(20, 'http://dir.blogflux.com/', 'Blogflux Directory', '', '', 0, 'A Directory of  Blogs', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(21, 'http://ectainc.org', 'ECTA Inc.', '', '', 0, 'Website of ECTA Inc. ', 'Y', 1, 9, '0000-00-00 00:00:00', 'me', '', ''),
(22, 'http://basus.net', 'Monk''s Pearl', '', '', 0, 'Sambit Basu''s Blog', 'Y', 1, 0, '0000-00-00 00:00:00', 'friend', '', ''),
(23, 'http://www.mughalindia.co.uk/room.html', 'The British Museum', '', '', 0, 'Mughal India Exhibit', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(24, 'http://www.satyajitray.org/', 'Satyajit Ray', '', '', 0, 'Satyajit Ray website', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(25, 'http://parabaas.com', 'Parabaas', '', '', 0, 'A Bengali Webzine', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(26, 'http://wefeelfine.org', 'Wee Feel Fine', '', '', 0, 'Jonathan Harris', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(27, 'http://www.hindustantimes.com', 'Hindustan Times', '', '', 0, 'Hindustan Times News Paper', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(28, 'http://timesofindia.indiatimes.com/', 'Times of India', '', '', 0, 'Newspaper - Times of India', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(29, 'http://calcuttans.com/palki/', 'Palki - Bangla E-zine', '', '', 0, 'Bangla Ezine', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(30, 'http://www.orkut.com/Profile.aspx?uid=8683676199439097937&#38;pcy=3&#38;t=0', 'Orkut Page', '', '', 0, 'Sudipta''s Orkut Profile', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(31, 'http://www.theatermania.com/index.cfm', 'Theater Mania', '', '', 0, 'Theatermania.com website', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(32, 'http://www.balaka.co.in/index.w2n', 'Balaka', '', '', 0, 'Bengali Webzine', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(33, 'http://www.filmmakermagazine.com/', 'Filmmaker', '', '', 0, 'Filmamker Newsletter', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(34, 'http://theatrebangla.com/index.php', 'WB Natya Academy', '', '', 0, 'Paschim Banga Natya Academy', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(35, 'http://blogs.bigadda.com/ab/', 'Big B''s Blog', '', '', 0, 'Blog by Amitabh Bachchan', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(36, 'http://bssnj.org', 'Bharat Sevashram Sangha', '', '', 0, 'Bharat Sevashram Sangha New Jersey', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(37, 'http://www.tabla.org/', 'Chhandayan', '', '', 0, 'A Music School', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(38, 'http://www.barackobama.com', 'Barack Obama', '', '', 0, 'Barack Obama''s Campaign Website', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(39, 'http://www.iitkgp.ac.in', 'IIT Kharagpur', '', '', 0, 'IIT Kharagpur Website', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(40, 'http://theaterpractitioners.org', 'Theater Practitioners', '', '', 0, 'Theater Practitioners of OH', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(41, 'http://www.enadonline.org/', 'ENAD', '', '', 0, 'ENAD Website', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(42, 'http://www.cabusa.org/', 'CAB', '', '', 0, 'Cultural Association of Bengal', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(43, 'http://www.gardenstatepuja.org/', 'Garden State Puja Committee', '', '', 0, 'Garden State Puja Committee of Jersey City', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(44, 'http://www.bcssj.org/', 'Bengali Cultural Society of South Jersey', '', '', 0, 'South Jersey Bengali Cultural Asso.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(45, 'http://www.labnol.org/india-blogs/indian-bloggers.html', 'Indian Blog Directory', '', '', 0, 'A Directory of Indian Blogs', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(46, 'http://DesiPundit.com', 'DesiPundit', '', '', 0, 'A Blog Site', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(47, 'http://bangalnama.wordpress.com/', 'Bangalnama', '', '', 0, 'Bangla Blog Network', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(48, 'http://www.npr.org/', 'NPR', '', '', 0, 'National Public Radio', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(49, 'http://bhawmik.com', 'Bhawmik Page', '', '', 0, 'Sudipta Bhawmik''s web site.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(50, 'http://www.urhalpool.com', 'Urhalpool', '', '', 0, 'A Bengali Webzine', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(51, 'http://http://www.huffingtonpost.com/', 'Huffington Post', '', '', 0, 'News and Blog Site', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(52, 'http://www.theonion.com', 'The Onion', '', '', 0, 'Spoof News', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(53, 'http://nobelprize.org/', 'Nobel Prize', '', '', 0, 'Nobel Prize Site', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(54, 'http://www.recovery.gov/', 'Recovery', '', '', 0, 'Economic Recovery Monitor', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(55, 'http://ethnomediallc.com/wpress/index.php/archives/276', 'Cartoon of the Week 15', '', '', 0, 'Cartoon', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(56, 'http://academicearth.org/', 'Academic Earth - Video Lecture', '', '', 0, 'Online Learning', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(57, 'http://209.97.214.175/~scholars/wordpress/', 'The Scholar''s Avenue', '', '', 0, 'IIT Kharagpur Newspaper', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(58, 'http://www.debtadvicetrust.org', 'Debt Advice trust', '', '', 0, 'The Debt Advice Trust is a UK registered not for profit organisation which', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(59, 'http://www.njkalamandir.webs.com', 'NJ Kalamandir', '', '', 0, 'A School of Dance and Performing Arts', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(60, 'http://www.kalamandirdanceco.webs.com', 'Kalamandir Dance Co., Directed by Malabika Guha', '', '', 0, 'Kalamandir Dance Co., Directed by Malabika Guha', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(61, 'http://www.brinda.cjb.net', 'Brinda Guha Dance', '', '', 0, 'Brinda Guha Dance', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(62, 'http://www.linkmarket.net/', 'Link Market - Free Link Exchange, Link Swap and Link Trade Directory', '', '', 0, 'Have you ever tried to exchange links, swap links, or trade links? Was it hard? Use link market instead; - it is easy to use, free and very smart. It will save you hours of work.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(63, 'http://www.rajas.in/', 'Rajas Enterprises (India)', '', '', 0, 'Rajas enterprises India, surgical instruments supplier, indan supplier hospital equipments,   ambala, india, physiotherapy exporter india 			   ', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(64, 'http://www.studyinindiainfo.com/', 'Management Colleges In India', '', '', 0, 'This webiste provides information on study in india like top engineering colleges in india, top management institutes in india, top medical colleges in india, entrance exam, admission, cat, mat, mba colleges in india, mba, mba admission travel seo 			   ', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(65, 'http://www.intajob.com', 'Resume Builder', '', '', 0, 'Resume Builder', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(66, 'http://southasianplaywrights.org/', 'South Asian Playwrights', '', '', 0, 'Showcases playwrights of South Asian origin.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(67, 'http://rabindra-rachanabali.nltr.org', 'Rabindra Rachanabali', '', '', 0, 'Complete Works of Rabindranath Tagore', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE IF NOT EXISTS `wp_options` (
  `option_id` bigint(20) NOT NULL auto_increment,
  `blog_id` int(11) NOT NULL default '0',
  `option_name` varchar(64) NOT NULL default '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4799 ;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://nynjbengali.com', 'yes'),
(2105, 0, 'blogname', 'NY/NJ Bengali', 'yes'),
(83, 0, 'wp_user_roles', 'a:6:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:51:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:15:"premium_content";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:12:"wga_no_track";b:0;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"wga_no_track";b:0;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:11:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;s:12:"wga_no_track";b:0;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:6:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:12:"wga_no_track";b:0;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:3:{s:4:"read";b:1;s:7:"level_0";b:1;s:12:"wga_no_track";b:0;}}s:18:"premium_subscriber";a:2:{s:4:"name";s:18:"Premium Subscriber";s:12:"capabilities";a:3:{s:15:"premium_content";b:1;s:4:"read";b:1;s:12:"wga_no_track";b:0;}}}', 'yes'),
(5, 0, 'users_can_register', '', 'yes'),
(2107, 0, 'admin_email', 'bhawmik@gmail.com', 'yes'),
(7, 0, 'start_of_week', '1', 'yes'),
(8, 0, 'use_balanceTags', '1', 'yes'),
(9, 0, 'use_smilies', '1', 'yes'),
(10, 0, 'require_name_email', '1', 'yes'),
(11, 0, 'comments_notify', '1', 'yes'),
(2109, 0, 'posts_per_rss', '10', 'yes'),
(13, 0, 'rss_excerpt_length', '50', 'yes'),
(14, 0, 'rss_use_excerpt', '1', 'yes'),
(15, 0, 'use_fileupload', '1', 'yes'),
(16, 0, 'fileupload_realpath', '/home/sudipta/public_html/wpress/wp-content', 'yes'),
(17, 0, 'fileupload_url', '/wp-content', 'yes'),
(18, 0, 'fileupload_allowedtypes', 'jpg jpeg gif png', 'yes'),
(19, 0, 'fileupload_maxk', '300', 'yes'),
(20, 0, 'fileupload_minlevel', '6', 'yes'),
(21, 0, 'mailserver_url', '', 'yes'),
(22, 0, 'mailserver_login', '', 'yes'),
(23, 0, 'mailserver_pass', '', 'yes'),
(24, 0, 'mailserver_port', '110', 'yes'),
(25, 0, 'default_category', '1', 'yes'),
(26, 0, 'default_comment_status', 'open', 'yes'),
(27, 0, 'default_ping_status', 'open', 'yes'),
(28, 0, 'default_pingback_flag', '', 'yes'),
(29, 0, 'default_post_edit_rows', '9', 'yes'),
(30, 0, 'posts_per_page', '10', 'yes'),
(31, 0, 'what_to_show', 'posts', 'yes'),
(32, 0, 'date_format', 'F j, Y', 'yes'),
(33, 0, 'time_format', 'g:i a', 'yes'),
(34, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(35, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(36, 0, 'links_recently_updated_append', '</em>', 'yes'),
(37, 0, 'links_recently_updated_time', '120', 'yes'),
(38, 0, 'comment_moderation', '1', 'yes'),
(39, 0, 'moderation_notify', '1', 'yes'),
(40, 0, 'permalink_structure', '/archives/%post_id%', 'yes'),
(41, 0, 'gzipcompression', '', 'yes'),
(42, 0, 'hack_file', '', 'yes'),
(2108, 0, 'blog_charset', 'UTF-8', 'yes'),
(44, 0, 'moderation_keys', '-online\r\n4u\r\nadipex\r\nadvicer\r\nambien\r\nbaccarrat\r\nblackjack\r\nbllogspot\r\nbooker\r\nbyob\r\ncar-rental-e-site\r\ncar-rentals-e-site\r\ncarisoprodol\r\ncasino\r\ncasinos\r\nchatroom\r\ncialis\r\ncredit-report-4u\r\ncwas\r\ncyclen\r\ncyclobenzaprine\r\ndating-e-site\r\nday-trading\r\ndebt-consolidation-consultant\r\ndrug\r\ndiscreetordering\r\nduty-free\r\ndutyfree\r\nfioricet\r\nflowers-leading-site\r\nfreenet-shopping\r\nfreenet\r\ngambling\r\nhealth-insurancedeals-4u\r\nholdem\r\nholdempoker\r\nholdemsoftware\r\nholdemtexasturbowilson\r\nhotel-dealse-site\r\nhotele-site\r\nhotelse-site\r\nincest\r\ninsurance-quotesdeals-4u\r\ninsurancedeals-4u\r\njrcreations\r\nlevitra\r\nloan\r\nmacinstruct\r\nmortgage-4-u\r\nonline-gambling\r\nonlinegambling-4u\r\nottawavalleyag\r\nownsthis\r\npalm-texas-holdem-game\r\npaxil\r\npenis\r\npharmacy\r\nphentermine\r\npoker\r\npoker-chip\r\npoze\r\nrental-car-e-site\r\nroulette \r\nshemale\r\nslot-machine\r\nslot\r\nsoma\r\ntaboo\r\nteen\r\ntexas-holdem\r\nthorcarlson\r\ntop-site\r\ntop-e-site\r\ntramadol\r\ntrim-spa\r\nultram\r\nvaleofglamorganconservatives\r\nviagra\r\nvioxx\r\nxanax\r\nzolus', 'no'),
(45, 0, 'active_plugins', 'a:35:{i:0;s:0:"";i:1;s:35:"adsense-manager/adsense-manager.php";i:2;s:19:"akismet/akismet.php";i:3;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:4;s:37:"awsom-news-announcement/awsomnews.php";i:5;s:27:"bookmarkify/bookmarkify.php";i:6;s:36:"contact-form-7/wp-contact-form-7.php";i:7;s:21:"diggz-et/diggZ-Et.php";i:8;s:33:"event-calendar/eventcalendar3.php";i:9;s:36:"google-sitemap-generator/sitemap.php";i:10;s:24:"headspace2/headspace.php";i:11;s:25:"hotlink-2-link/wphl2l.php";i:12;s:21:"insights/insights.php";i:13;s:39:"kb-easy-picasaweb/kb-easy-picasaweb.php";i:14;s:31:"multifeedsnap/multifeedsnap.php";i:15;s:21:"no-flash-uploader.php";i:16;s:21:"page2cat/page2cat.php";i:17;s:21:"pagemash/pagemash.php";i:18;s:21:"podpress/podpress.php";i:19;s:43:"post-plugin-library/post-plugin-library.php";i:20;s:21:"postwall/postwall.php";i:21;s:37:"search-unleashed/search-unleashed.php";i:22;s:21:"sideblog/sideblog.php";i:23;s:31:"similar-posts/similar-posts.php";i:24;s:32:"simply-exclude/simplyexclude.php";i:25;s:25:"solvemedia/solvemedia.php";i:26;s:15:"stats/stats.php";i:27;s:47:"subscribe-to-comments/subscribe-to-comments.php";i:28;s:39:"thumbnail-viewer/wp-thumbnailviewer.php";i:29;s:17:"wassup/wassup.php";i:30;s:25:"webcollage/webcollage.php";i:31;s:16:"wp-db-backup.php";i:32;s:23:"wp-google-analytics.php";i:33;s:39:"wp-recentcomments/wp-recentcomments.php";i:34;s:15:"wp125/wp125.php";}', 'yes'),
(4549, 0, 'twitter_show_logo', 'checked', 'yes'),
(46, 0, 'home', 'http://nynjbengali.com/', 'yes'),
(47, 0, 'category_base', '', 'yes'),
(48, 0, 'ping_sites', 'http://rpc.pingomatic.com/\r\nhttp://blogsearch.google.com/ping/RPC2\r\nhttp://rpc.weblogs.com/RPC2', 'yes'),
(49, 0, 'advanced_edit', '0', 'yes'),
(50, 0, 'comment_max_links', '2', 'yes'),
(51, 0, 'default_email_category', '1', 'yes'),
(52, 0, 'recently_edited', 'a:5:{i:0;s:57:"wp-content/themes/cutline-3-column-split-11/r_sidebar.php";i:1;s:53:"wp-content/themes/cutline-3-column-split-11/style.css";i:2;s:37:"wp-content/themes/default/sidebar.php";i:3;s:35:"wp-content/themes/default/style.css";i:4;s:33:"wp-content/themes/pool/footer.php";}', 'no'),
(53, 0, 'use_linksupdate', '1', 'yes'),
(54, 0, 'template', 'pool', 'yes'),
(55, 0, 'stylesheet', 'pool', 'yes'),
(56, 0, 'comment_whitelist', '', 'yes'),
(58, 0, 'blacklist_keys', 'Viagra\r\ncialis\r\npercocet\r\ntramadol\r\nlevitra\r\nphentermine\r\nUltram\r\nadderall\r\nDexadrine\r\noxycontin\r\nbutalbital\r\noxycodone\r\nhydrocodone\r\nAtivan\r\nKeflex\r\nalprazolam\r\nlexapro\r\nhandjob\r\nbactrim\r\n\r\nvicodin\r\npaxil', 'no'),
(59, 0, 'comment_registration', '', 'yes'),
(60, 0, 'open_proxy_check', '1', 'yes'),
(2110, 0, 'rss_language', 'en', 'yes'),
(62, 0, 'html_type', 'text/html', 'yes'),
(63, 0, 'gmt_offset', '-4', 'yes'),
(64, 0, 'rss_690b780ec4d7bd1e9909e7ca86670914', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:4:{i:0;a:9:{s:5:"title";s:13:"NY NJ Bengali";s:4:"link";s:36:"http://nynjbengali.ethnomediallc.com";s:8:"comments";s:36:"/blogs/nynjbengali.ethnomediallc.com";s:4:"guid";s:36:"/blogs/nynjbengali.ethnomediallc.com";s:7:"pubdate";s:31:"Thu, 15 May 2008 14:51:35 +0000";s:11:"description";s:314:" Archives:  May 2008 (5) April 2008 (5) March 2008 (7) February 2008 (4) January 2008 (7) December 2007 (4) November 2007 (7) October 2007 (7) September 2007 (7) August 2007 (5) May 2007 (1) April 2007 (1) May 2006 (1) April 2006 (1) March 2006 (1) January 2006 (3) December 2005 (1) November 2005 (3) October 2005";s:6:"source";s:13:"NY NJ Bengali";s:4:"tapi";a:6:{s:6:"rssurl";s:46:"http://ethnomediallc.com/wpress/index.php/feed";s:7:"atomurl";s:51:"http://ethnomediallc.com/wpress/index.php/feed/atom";s:12:"inboundblogs";s:1:"0";s:12:"inboundlinks";s:1:"0";s:11:"linkcreated";s:31:"Thu, 15 May 2008 07:51:35 -0700";s:7:"linkurl";s:63:"http://ethnomediallc.com/wpress/index.php/archives/date/2007/12";}s:7:"summary";s:314:" Archives:  May 2008 (5) April 2008 (5) March 2008 (7) February 2008 (4) January 2008 (7) December 2007 (4) November 2007 (7) October 2007 (7) September 2007 (7) August 2007 (5) May 2007 (1) April 2007 (1) May 2006 (1) April 2006 (1) March 2006 (1) January 2006 (3) December 2005 (1) November 2005 (3) October 2005";}i:1;a:9:{s:5:"title";s:13:"NY NJ Bengali";s:4:"link";s:36:"http://nynjbengali.ethnomediallc.com";s:8:"comments";s:36:"/blogs/nynjbengali.ethnomediallc.com";s:4:"guid";s:36:"/blogs/nynjbengali.ethnomediallc.com";s:7:"pubdate";s:31:"Thu, 15 May 2008 14:51:35 +0000";s:11:"description";s:279:" Archives:  May 2008 (5) April 2008 (5) March 2008 (7) February 2008 (4) January 2008 (7) December 2007 (4) November 2007 (7) October 2007 (7) September 2007 (7) August 2007 (5) May 2007 (1) April 2007 (1) May 2006 (1) April 2006 (1) March 2006 (1) January 2006 (3) December 2005";s:6:"source";s:13:"NY NJ Bengali";s:4:"tapi";a:6:{s:6:"rssurl";s:46:"http://ethnomediallc.com/wpress/index.php/feed";s:7:"atomurl";s:51:"http://ethnomediallc.com/wpress/index.php/feed/atom";s:12:"inboundblogs";s:1:"0";s:12:"inboundlinks";s:1:"0";s:11:"linkcreated";s:31:"Thu, 15 May 2008 07:51:35 -0700";s:7:"linkurl";s:63:"http://ethnomediallc.com/wpress/index.php/archives/date/2008/02";}s:7:"summary";s:279:" Archives:  May 2008 (5) April 2008 (5) March 2008 (7) February 2008 (4) January 2008 (7) December 2007 (4) November 2007 (7) October 2007 (7) September 2007 (7) August 2007 (5) May 2007 (1) April 2007 (1) May 2006 (1) April 2006 (1) March 2006 (1) January 2006 (3) December 2005";}i:2;a:9:{s:5:"title";s:13:"NY NJ Bengali";s:4:"link";s:36:"http://nynjbengali.ethnomediallc.com";s:8:"comments";s:36:"/blogs/nynjbengali.ethnomediallc.com";s:4:"guid";s:36:"/blogs/nynjbengali.ethnomediallc.com";s:7:"pubdate";s:31:"Thu, 15 May 2008 14:51:35 +0000";s:11:"description";s:184:"   « Apr      Jun »   May 2008  M T W T F S S    1234 567891011 12131415161718 19202122232425 262728293031      Events  1 June:  Rabindranath: Universe and Beyond (2:00 pm)  7 June: ";s:6:"source";s:13:"NY NJ Bengali";s:4:"tapi";a:6:{s:6:"rssurl";s:46:"http://ethnomediallc.com/wpress/index.php/feed";s:7:"atomurl";s:51:"http://ethnomediallc.com/wpress/index.php/feed/atom";s:12:"inboundblogs";s:1:"0";s:12:"inboundlinks";s:1:"0";s:11:"linkcreated";s:31:"Thu, 15 May 2008 07:51:35 -0700";s:7:"linkurl";s:63:"http://ethnomediallc.com/wpress/index.php/archives/date/2008/04";}s:7:"summary";s:184:"   « Apr      Jun »   May 2008  M T W T F S S    1234 567891011 12131415161718 19202122232425 262728293031      Events  1 June:  Rabindranath: Universe and Beyond (2:00 pm)  7 June: ";}i:3;a:9:{s:5:"title";s:17:" Kaushik’s Blog";s:4:"link";s:33:"http://kaushikdatta.wordpress.com";s:8:"comments";s:33:"/blogs/kaushikdatta.wordpress.com";s:4:"guid";s:33:"/blogs/kaushikdatta.wordpress.com";s:7:"pubdate";s:31:"Thu, 08 Nov 2007 02:00:10 +0000";s:11:"description";s:28:" Theater  Sudipta Bhawmik   ";s:6:"source";s:17:" Kaushik’s Blog";s:4:"tapi";a:5:{s:7:"atomurl";s:39:"http://kaushikdatta.wordpress.com/feed/";s:12:"inboundblogs";s:1:"1";s:12:"inboundlinks";s:1:"1";s:11:"linkcreated";s:31:"Wed, 07 Nov 2007 18:00:10 -0800";s:7:"linkurl";s:36:"http://www.ethnomediallc.com/wpress/";}s:7:"summary";s:28:" Theater  Sudipta Bhawmik   ";}}s:7:"channel";a:11:{s:5:"title";s:50:"Blog reactions to http://ethnomediallc.com/wpress/";s:4:"link";s:71:"http://technorati.com/search/http%3A%2F%2Fethnomediallc.com%2Fwpress%2F";s:11:"description";s:69:"Blog posts linking to http://ethnomediallc.com/wpress/ on Technorati.";s:7:"pubdate";s:31:"Mon, 19 May 2008 19:07:55 -0700";s:9:"generator";s:15:"Technorati v1.0";s:9:"webmaster";s:43:"support@technorati.com (Technorati Support)";s:4:"docs";s:37:"http://blogs.law.harvard.edu/tech/rss";s:3:"ttl";s:2:"60";s:4:"tapi";a:3:{s:6:"result";s:5:"\n    ";s:10:"result_url";s:32:"http://ethnomediallc.com/wpress/";s:19:"result_inboundlinks";s:1:"4";}s:6:"result";s:10:"\n    \n    ";s:7:"tagline";s:69:"Blog posts linking to http://ethnomediallc.com/wpress/ on Technorati.";}s:9:"textinput";a:0:{}s:5:"image";a:3:{s:3:"url";s:50:"http://static.technorati.com/pix/logos/logo_sm.gif";s:5:"title";s:15:"Technorati logo";s:4:"link";s:71:"http://technorati.com/search/http%3A%2F%2Fethnomediallc.com%2Fwpress%2F";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no'),
(98, 0, 'wordpress_api_key', 'dc747c638100', 'yes'),
(99, 0, 'akismet_discard_month', 'true', 'yes'),
(100, 0, 'stats_options', 'a:6:{s:4:"host";s:17:"ethnomediallc.com";s:4:"path";s:7:"/wpress";s:7:"blog_id";i:1530242;s:7:"version";s:1:"1";s:5:"error";b:0;s:7:"api_key";s:12:"dc747c638100";}', 'yes'),
(101, 0, 'plugin_adsensem', 'a:4:{s:8:"defaults";a:15:{s:6:"colors";a:5:{s:6:"border";s:6:"FFFFFF";s:4:"link";s:6:"0000FF";s:2:"bg";s:6:"FFFFFF";s:4:"text";s:6:"000000";s:3:"url";s:6:"008000";}s:7:"channel";s:0:"";s:8:"adformat";s:7:"250x250";s:6:"adtype";s:10:"text_image";s:10:"linkformat";s:6:"120x90";s:8:"linktype";s:10:"_0ads_al_s";s:9:"show-home";s:3:"yes";s:9:"show-post";s:3:"yes";s:12:"show-archive";s:3:"yes";s:11:"show-search";s:3:"yes";s:11:"html-before";s:0:"";s:10:"html-after";s:0:"";s:13:"alternate-url";s:0:"";s:15:"alternate-color";s:0:"";s:2:"ad";s:7:"yahoopn";}s:3:"ads";a:2:{s:11:"demo-advert";a:18:{s:7:"channel";s:0:"";s:7:"product";s:2:"ad";s:8:"adformat";s:0:"";s:6:"adtype";s:0:"";s:10:"linkformat";s:0:"";s:8:"linktype";s:0:"";s:14:"referralformat";s:6:"110x32";s:8:"referral";s:0:"";s:4:"code";s:0:"";s:11:"html-before";s:0:"";s:10:"html-after";s:0:"";s:13:"alternate-url";s:0:"";s:15:"alternate-color";s:0:"";s:6:"colors";a:5:{s:6:"border";s:0:"";s:4:"link";s:0:"";s:2:"bg";s:0:"";s:4:"text";s:0:"";s:3:"url";s:0:"";}s:9:"show-home";s:0:"";s:9:"show-post";s:0:"";s:12:"show-archive";s:0:"";s:11:"show-search";s:0:"";}s:7:"yahoopn";a:18:{s:7:"channel";s:0:"";s:7:"product";s:4:"code";s:8:"adformat";s:0:"";s:6:"adtype";s:0:"";s:10:"linkformat";s:0:"";s:8:"linktype";s:0:"";s:14:"referralformat";s:6:"110x32";s:8:"referral";s:0:"";s:4:"code";s:410:"<script language="JavaScript" type="text/javascript">\r\n<!--\r\nctxt_ad_partner = "9432513790";\r\nctxt_ad_section = "";\r\nctxt_ad_bg = "";\r\nctxt_ad_width = 468;\r\nctxt_ad_height = 60;\r\nctxt_ad_bc = "FFFFFF";\r\nctxt_ad_cc = "FFFFFF";\r\nctxt_ad_lc = "0000FF";\r\nctxt_ad_tc = "000000";\r\nctxt_ad_uc = "999999";\r\n// -->\r\n</script>\r\n<script language="JavaScript" src="http://ypn-js.overture.com/partner/js/ypn.js">\r\n</script>";s:11:"html-before";s:0:"";s:10:"html-after";s:0:"";s:13:"alternate-url";s:0:"";s:15:"alternate-color";s:0:"";s:6:"colors";a:5:{s:6:"border";s:0:"";s:4:"link";s:0:"";s:2:"bg";s:0:"";s:4:"text";s:0:"";s:3:"url";s:0:"";}s:9:"show-home";s:0:"";s:9:"show-post";s:0:"";s:12:"show-archive";s:0:"";s:11:"show-search";s:0:"";}}s:15:"adsense-account";s:0:"";s:7:"be-nice";s:16:"ADSENSEM_BE_NICE";}', 'yes'),
(65, 0, 'rss_690b780ec4d7bd1e9909e7ca86670914_ts', '1211249276', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(66, 0, 'rss_0ff4b43bd116a9d8720d689c80e7dfd4', 'O:9:"MagpieRSS":18:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:13:{s:5:"title";s:26:"WordPress Takes SXSW 2012!";s:4:"link";s:60:"http://wordpress.org/news/2012/03/wordpress-takes-sxsw-2012/";s:8:"comments";s:69:"http://wordpress.org/news/2012/03/wordpress-takes-sxsw-2012/#comments";s:7:"pubdate";s:31:"Tue, 06 Mar 2012 16:19:55 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:15:"CommunityEvents";s:4:"guid";s:33:"http://wordpress.org/news/?p=2240";s:11:"description";s:327:"The South by Southwest Interactive Festival (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 &#8212; before WordPress even had a name &#8212; it&#8217;s still arguably one of the most influential events in our [...]";s:7:"content";a:1:{s:7:"encoded";s:3437:"<p>The <a href="http://sxsw.com/interactive">South by Southwest Interactive Festival</a> (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 &#8212; before WordPress even had a name &#8212; it&#8217;s still arguably one of the most influential events in our industry, and we&#8217;ll be there again this year. Will we see you there?</p>\n<h3>Booth</h3>\n<p>There will be a <a href="http://wordpress.org/news/sxsw2012/booth/">WordPress booth at the SXSW trade show</a> March 12-15. Our booth was packed to overflowing last year as we helped people with their blogs and gave away WordPress swag, so this year we&#8217;ll have more space to meet as many of you as possible. Stop by if you need a helping hand with your site, or just to say hi. We&#8217;ll also have buttons, stickers, and t-shirts again this year.</p>\n<h3>Party</h3>\n<p>This year&#8217;s <a href="http://wordpress.org/news/sxsw2012/">WordPress party</a> will be hosted by the <a href="http://wordpressfoundation.org">WordPress Foundation</a> on Monday, March 12 from 6-9pm. Space is limited, so make sure you <a href="http://wordpress.org/news/sxsw2012/">RSVP</a> (no SXSW badge is required). The party this year will be at the <a href="http://www.purevolume.com/thehouse/">Buzzmedia Pure Volume House</a>, and the story of how we hooked up with them is pretty cool.</p>\n<blockquote><p>Once upon a time, David Wang had a business called Buzzmedia in Malaysia, with the twitter username @buzzmedia. When David changed gears and started <a href="http://clickwp.com/">ClickWP</a>, a WordPress support business, he stopped going by the Buzzmedia name. In the U.S., a company also called Buzzmedia wished it had that Twitter username, and asked if they could have it since David wasn&#8217;t going to use it anymore.</p>\n<p>David, feeling the WordPress community love, said he would give them the name, and suggested they do something in return for the WordPress Foundation. So, everyone talked to everyone else and it worked out that Buzzmedia was willing to donate a fantastic venue for this year&#8217;s party as well as covering the bar.</p>\n<p>In the end, the Foundation got a great SXSW party, Buzzmedia got their twitter username, and David got the warm glow of having used his power for the good of the WordPress community, and they all lived happily ever after.</p></blockquote>\n<p>Seriously, though, the PureVolume House is always a great SXSW venue, so thank you David and Buzzmedia for your generosity! We&#8217;ll have drinks and snacks and a few hundred WordPress-loving partygoers, so you know it will be a good time. Kind of like a WordCamp afterparty without all the work of a WordCamp. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>The venue can hold 500 people, and based on last year, we&#8217;ll hit that pretty quickly. The one requirement is that you use WordPress. On the RSVP form, you will be asked to enter the URL of your WordPress-powered site (if you have more than one, just pick your main site). If you fill in this field with something other than what&#8217;s requested (such as &#8220;N/A&#8221; or putting in a fake url) your RSVP may be deleted, so please make sure to enter your real site.<br />\n<a href="http://wordpress.org/news/sxsw2012/"> RSVP Now</a>!</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:65:"http://wordpress.org/news/2012/03/wordpress-takes-sxsw-2012/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:327:"The South by Southwest Interactive Festival (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 &#8212; before WordPress even had a name &#8212; it&#8217;s still arguably one of the most influential events in our [...]";s:12:"atom_content";s:3437:"<p>The <a href="http://sxsw.com/interactive">South by Southwest Interactive Festival</a> (SXSW) holds a special place in the history and heart of WordPress. Though the conference has changed in the years since I first met Matt in the hallway in 2003 &#8212; before WordPress even had a name &#8212; it&#8217;s still arguably one of the most influential events in our industry, and we&#8217;ll be there again this year. Will we see you there?</p>\n<h3>Booth</h3>\n<p>There will be a <a href="http://wordpress.org/news/sxsw2012/booth/">WordPress booth at the SXSW trade show</a> March 12-15. Our booth was packed to overflowing last year as we helped people with their blogs and gave away WordPress swag, so this year we&#8217;ll have more space to meet as many of you as possible. Stop by if you need a helping hand with your site, or just to say hi. We&#8217;ll also have buttons, stickers, and t-shirts again this year.</p>\n<h3>Party</h3>\n<p>This year&#8217;s <a href="http://wordpress.org/news/sxsw2012/">WordPress party</a> will be hosted by the <a href="http://wordpressfoundation.org">WordPress Foundation</a> on Monday, March 12 from 6-9pm. Space is limited, so make sure you <a href="http://wordpress.org/news/sxsw2012/">RSVP</a> (no SXSW badge is required). The party this year will be at the <a href="http://www.purevolume.com/thehouse/">Buzzmedia Pure Volume House</a>, and the story of how we hooked up with them is pretty cool.</p>\n<blockquote><p>Once upon a time, David Wang had a business called Buzzmedia in Malaysia, with the twitter username @buzzmedia. When David changed gears and started <a href="http://clickwp.com/">ClickWP</a>, a WordPress support business, he stopped going by the Buzzmedia name. In the U.S., a company also called Buzzmedia wished it had that Twitter username, and asked if they could have it since David wasn&#8217;t going to use it anymore.</p>\n<p>David, feeling the WordPress community love, said he would give them the name, and suggested they do something in return for the WordPress Foundation. So, everyone talked to everyone else and it worked out that Buzzmedia was willing to donate a fantastic venue for this year&#8217;s party as well as covering the bar.</p>\n<p>In the end, the Foundation got a great SXSW party, Buzzmedia got their twitter username, and David got the warm glow of having used his power for the good of the WordPress community, and they all lived happily ever after.</p></blockquote>\n<p>Seriously, though, the PureVolume House is always a great SXSW venue, so thank you David and Buzzmedia for your generosity! We&#8217;ll have drinks and snacks and a few hundred WordPress-loving partygoers, so you know it will be a good time. Kind of like a WordCamp afterparty without all the work of a WordCamp. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>The venue can hold 500 people, and based on last year, we&#8217;ll hit that pretty quickly. The one requirement is that you use WordPress. On the RSVP form, you will be asked to enter the URL of your WordPress-powered site (if you have more than one, just pick your main site). If you fill in this field with something other than what&#8217;s requested (such as &#8220;N/A&#8221; or putting in a fake url) your RSVP may be deleted, so please make sure to enter your real site.<br />\n<a href="http://wordpress.org/news/sxsw2012/"> RSVP Now</a>!</p>\n";}i:1;a:13:{s:5:"title";s:18:"Year of the Meetup";s:4:"link";s:53:"http://wordpress.org/news/2012/01/year-of-the-meetup/";s:8:"comments";s:62:"http://wordpress.org/news/2012/01/year-of-the-meetup/#comments";s:7:"pubdate";s:31:"Fri, 27 Jan 2012 20:17:49 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:9:"Community";s:4:"guid";s:33:"http://wordpress.org/news/?p=2210";s:11:"description";s:456:"We hereby declare 2012 as the Year of the WordPress Meetup. You''ll want to get in on this action. So what is a WordPress Meetup? Basically, it''s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, "I use WordPress in some way and I like it, and I want to meet other people who can say the same.";s:7:"content";a:1:{s:7:"encoded";s:6300:"<p>We hereby declare 2012 as the Year of the WordPress Meetup. You&#8217;ll want to get in on this action.</p>\n<blockquote><p><strong>meet&middot;up</strong> \\<strong>m&#275;t</strong>-&#601;p\\ <em>noun</em><br />\nA meeting, especially a regular meeting of people who share a particular interest and have connected with each other through a social-networking Web site: <em>a meetup for new moms in the neighborhood; a meetup to plan the trip; a meetup for WordPress users.</em><sup>1</sup></p></blockquote>\n<p>So what is a <em>WordPress Meetup</em>? Basically, it&#8217;s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, &#8220;I use WordPress in some way and I like it, and I want to meet other people who can say the same.&#8221; Meetups come in different shapes and sizes, but they all carry the benefit of connecting you with potential collaborators and friends, and helping you learn more about what you can do with WordPress. Here are some of the common types of WordPress meetups:</p>\n<ul>\n<li>Hang out and work on your WordPress sites together</li>\n<li>Social/happy hour type gatherings</li>\n<li>Mini-lectures/presentations</li>\n<li>Developer hacking meetups</li>\n<li>Show &amp; tell of how group members are using WordPress</li>\n<li>Formal instruction on how to use WordPress</li>\n<li>Lecture series (possibly with visiting speakers)</li>\n<li>Genius bar/help desk</li>\n</ul>\n<p>There&#8217;s no prescribed format, as each local group can decide for itself what they want to do. Some groups mix it up from month to month, while others have multiple events each month to satisfy the needs of their community.</p>\n<p>The tough part? Running a popular group takes time and money. Just as we worked last year to remove the financial burden for <a href="http://wordcamp.org">WordCamp</a> organizers and provide logistical support so they could focus more on their event content and experience, we want to start extending that kind of support to meetup groups as well. We don&#8217;t want it to cost anything for someone to run a WordPress meetup, or to attend one &#8212; building local communities should be as free as WordPress itself!</p>\n<p>Since there are so many more meetups than there are WordCamps, we&#8217;re going to start with the cost that is the same for every group: meetup.com organizer dues. We&#8217;re setting up an official WordPress account on <a href="http://Meetup.com">Meetup.com</a> right now, and over the next couple of weeks will be working with existing meetup group organizers, people who want to start a new meetup group, and the helpful folks at Meetup.com to put this program in place. WordPress meetup groups that choose to have their group become part of the WordPress account will no longer pay organizer dues for that group, as the <a href="http://wordpressfoundation.org">WordPress Foundation</a> will be footing the bill.</p>\n<p>This is exciting for several reasons. First, it means local organizers who are giving something back to the project by way of their time won&#8217;t also have shell out $12-19/month for the privilege. That alone is a big step. Second, it will open the door to more events and leaders within a community, since leadership and event planning won&#8217;t need to be tied to &#8220;owning&#8221; the meetup group. Third, more active meetup groups means more WordCamps, yay!</p>\n<p>In addition to the financial aspects, we&#8217;ll be working on ways to improve social recognition of meetup activity by incorporating feeds from the official meetup groups into the WordPress.org site, and including meetup group participation in the activity stream on your <a href="http://profiles.wordpress.org/">WordPress.org profile</a>.<sup>2</sup> I&#8217;m also hoping we can do something around providing video equipment to meetup groups (like we already do for WordCamps) to record presentations and tutorials that can be posted to <a href="http://WordPress.tv">WordPress.tv</a>, helping meetup groups offer WordPress classes in their community, and getting involved with mentoring WordPress clubs at local schools and universities. Oh, and we&#8217;ll send out some WordPress buttons and stickers to the groups that join in, because everyone loves buttons and stickers.</p>\n<p>We&#8217;re also putting together some cool resources for people who want to start a new meetup group. There will be a field guide to getting started and some supplies to help you get your group going, and a forum for organizers to talk to and learn from each other.</p>\n<p>Over time, we&#8217;ll be talking to organizers and looking at what other expenses we can absorb and what other support we can provide to local groups. For now, we&#8217;re starting with the organizer dues. If you currently run a WordPress meetup group (whether you are using Meetup.com or not) or would like to start a WordPress meetup group in your area, please fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. Filling in the survey doesn&#8217;t obligate you to join the official group, it just gives us a starting point to a) find out what groups are around/interested, and b) get some information on existing groups and their expenses and needs. Meetup.com will contact the group organizers who&#8217;ve said they&#8217;d like to join the new program, and will walk them through the logistics of the change and answer questions before helping them to opt-in officially.</p>\n<p>So, if you currently run a WordPress meetup group, or you would like to start one, please  fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. I can&#8217;t wait to see more meetups!</p>\n<p><strong>1</strong> &#8211; Adapted from <a href="http://dictionary.reference.com/browse/meetup">&#8220;meetup&#8221; definition at dictionary.com</a>.<br />\n<strong>2</strong> &#8211; Didn&#8217;t know about profiles? Check out http://profiles.wordpress.org/users/yourwordpressdotorgusernamehere (put in the username you use in the WordPress.org forums) to see yours!</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:58:"http://wordpress.org/news/2012/01/year-of-the-meetup/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:456:"We hereby declare 2012 as the Year of the WordPress Meetup. You''ll want to get in on this action. So what is a WordPress Meetup? Basically, it''s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, "I use WordPress in some way and I like it, and I want to meet other people who can say the same.";s:12:"atom_content";s:6300:"<p>We hereby declare 2012 as the Year of the WordPress Meetup. You&#8217;ll want to get in on this action.</p>\n<blockquote><p><strong>meet&middot;up</strong> \\<strong>m&#275;t</strong>-&#601;p\\ <em>noun</em><br />\nA meeting, especially a regular meeting of people who share a particular interest and have connected with each other through a social-networking Web site: <em>a meetup for new moms in the neighborhood; a meetup to plan the trip; a meetup for WordPress users.</em><sup>1</sup></p></blockquote>\n<p>So what is a <em>WordPress Meetup</em>? Basically, it&#8217;s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, &#8220;I use WordPress in some way and I like it, and I want to meet other people who can say the same.&#8221; Meetups come in different shapes and sizes, but they all carry the benefit of connecting you with potential collaborators and friends, and helping you learn more about what you can do with WordPress. Here are some of the common types of WordPress meetups:</p>\n<ul>\n<li>Hang out and work on your WordPress sites together</li>\n<li>Social/happy hour type gatherings</li>\n<li>Mini-lectures/presentations</li>\n<li>Developer hacking meetups</li>\n<li>Show &amp; tell of how group members are using WordPress</li>\n<li>Formal instruction on how to use WordPress</li>\n<li>Lecture series (possibly with visiting speakers)</li>\n<li>Genius bar/help desk</li>\n</ul>\n<p>There&#8217;s no prescribed format, as each local group can decide for itself what they want to do. Some groups mix it up from month to month, while others have multiple events each month to satisfy the needs of their community.</p>\n<p>The tough part? Running a popular group takes time and money. Just as we worked last year to remove the financial burden for <a href="http://wordcamp.org">WordCamp</a> organizers and provide logistical support so they could focus more on their event content and experience, we want to start extending that kind of support to meetup groups as well. We don&#8217;t want it to cost anything for someone to run a WordPress meetup, or to attend one &#8212; building local communities should be as free as WordPress itself!</p>\n<p>Since there are so many more meetups than there are WordCamps, we&#8217;re going to start with the cost that is the same for every group: meetup.com organizer dues. We&#8217;re setting up an official WordPress account on <a href="http://Meetup.com">Meetup.com</a> right now, and over the next couple of weeks will be working with existing meetup group organizers, people who want to start a new meetup group, and the helpful folks at Meetup.com to put this program in place. WordPress meetup groups that choose to have their group become part of the WordPress account will no longer pay organizer dues for that group, as the <a href="http://wordpressfoundation.org">WordPress Foundation</a> will be footing the bill.</p>\n<p>This is exciting for several reasons. First, it means local organizers who are giving something back to the project by way of their time won&#8217;t also have shell out $12-19/month for the privilege. That alone is a big step. Second, it will open the door to more events and leaders within a community, since leadership and event planning won&#8217;t need to be tied to &#8220;owning&#8221; the meetup group. Third, more active meetup groups means more WordCamps, yay!</p>\n<p>In addition to the financial aspects, we&#8217;ll be working on ways to improve social recognition of meetup activity by incorporating feeds from the official meetup groups into the WordPress.org site, and including meetup group participation in the activity stream on your <a href="http://profiles.wordpress.org/">WordPress.org profile</a>.<sup>2</sup> I&#8217;m also hoping we can do something around providing video equipment to meetup groups (like we already do for WordCamps) to record presentations and tutorials that can be posted to <a href="http://WordPress.tv">WordPress.tv</a>, helping meetup groups offer WordPress classes in their community, and getting involved with mentoring WordPress clubs at local schools and universities. Oh, and we&#8217;ll send out some WordPress buttons and stickers to the groups that join in, because everyone loves buttons and stickers.</p>\n<p>We&#8217;re also putting together some cool resources for people who want to start a new meetup group. There will be a field guide to getting started and some supplies to help you get your group going, and a forum for organizers to talk to and learn from each other.</p>\n<p>Over time, we&#8217;ll be talking to organizers and looking at what other expenses we can absorb and what other support we can provide to local groups. For now, we&#8217;re starting with the organizer dues. If you currently run a WordPress meetup group (whether you are using Meetup.com or not) or would like to start a WordPress meetup group in your area, please fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. Filling in the survey doesn&#8217;t obligate you to join the official group, it just gives us a starting point to a) find out what groups are around/interested, and b) get some information on existing groups and their expenses and needs. Meetup.com will contact the group organizers who&#8217;ve said they&#8217;d like to join the new program, and will walk them through the logistics of the change and answer questions before helping them to opt-in officially.</p>\n<p>So, if you currently run a WordPress meetup group, or you would like to start one, please  fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. I can&#8217;t wait to see more meetups!</p>\n<p><strong>1</strong> &#8211; Adapted from <a href="http://dictionary.reference.com/browse/meetup">&#8220;meetup&#8221; definition at dictionary.com</a>.<br />\n<strong>2</strong> &#8211; Didn&#8217;t know about profiles? Check out http://profiles.wordpress.org/users/yourwordpressdotorgusernamehere (put in the username you use in the WordPress.org forums) to see yours!</p>\n";}i:2;a:13:{s:5:"title";s:35:"Internet Blackout Day on January 18";s:4:"link";s:52:"http://wordpress.org/news/2012/01/internet-blackout/";s:8:"comments";s:61:"http://wordpress.org/news/2012/01/internet-blackout/#comments";s:7:"pubdate";s:31:"Tue, 17 Jan 2012 23:18:58 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:9:"Community";s:4:"guid";s:33:"http://wordpress.org/news/?p=2199";s:11:"description";s:314:"WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [...]";s:7:"content";a:1:{s:7:"encoded";s:1752:"<p>WordPress.org is officially joining the <a href="http://sopastrike.com/">protest against Senate Bill 968: the Protect IP Act</a> that is coming before the U.S. Senate next week. As I wrote in <a title="Help Stop SOPA/PIPA" href="http://wordpress.org/news/2012/01/help-stop-sopa-pipa/">my post a week ago</a>, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. We must stop it.</p>\n<p>On January 18, 2012 many sites around the web &#8212; from small personal blogs to internet institutions like <a href="http://Mozilla.org">Mozilla</a>, <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action">Wikipedia</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html">reddit</a>, and <a href="https://twitter.com/#!/benhuh/status/157538541155516416">I Can Has Cheezburger?</a> &#8211; will be going dark in protest and to drive their visitors to sites like <a href="http://americancensorship.org">americancensorship.org</a> to take action and help fight the passage of the Protect IP Act. So will WordPress.org.</p>\n<p>If you want to join the protest by blacking out your WordPress site or applying a ribbon, there is now a variety of <a href="http://wordpress.org/extend/plugins/tags/sopa">blackout plugins in the WordPress.org plugins directory</a>. While joining the protest in this manner is laudable, please don&#8217;t forget to also make those phone calls to U.S. Senators &#8212; they&#8217;re the ones with the voting power.</p>\n<ul>\n<li><a href="http://wordpress.org/extend/plugins/tags/sopa">Get a protest plugin</a></li>\n<li><a href="http://americancensorship.org">Take action at americancensorship.org</a></li>\n</ul>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:57:"http://wordpress.org/news/2012/01/internet-blackout/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:314:"WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [...]";s:12:"atom_content";s:1752:"<p>WordPress.org is officially joining the <a href="http://sopastrike.com/">protest against Senate Bill 968: the Protect IP Act</a> that is coming before the U.S. Senate next week. As I wrote in <a title="Help Stop SOPA/PIPA" href="http://wordpress.org/news/2012/01/help-stop-sopa-pipa/">my post a week ago</a>, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. We must stop it.</p>\n<p>On January 18, 2012 many sites around the web &#8212; from small personal blogs to internet institutions like <a href="http://Mozilla.org">Mozilla</a>, <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action">Wikipedia</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html">reddit</a>, and <a href="https://twitter.com/#!/benhuh/status/157538541155516416">I Can Has Cheezburger?</a> &#8211; will be going dark in protest and to drive their visitors to sites like <a href="http://americancensorship.org">americancensorship.org</a> to take action and help fight the passage of the Protect IP Act. So will WordPress.org.</p>\n<p>If you want to join the protest by blacking out your WordPress site or applying a ribbon, there is now a variety of <a href="http://wordpress.org/extend/plugins/tags/sopa">blackout plugins in the WordPress.org plugins directory</a>. While joining the protest in this manner is laudable, please don&#8217;t forget to also make those phone calls to U.S. Senators &#8212; they&#8217;re the ones with the voting power.</p>\n<ul>\n<li><a href="http://wordpress.org/extend/plugins/tags/sopa">Get a protest plugin</a></li>\n<li><a href="http://americancensorship.org">Take action at americancensorship.org</a></li>\n</ul>\n";}i:3;a:13:{s:5:"title";s:19:"Help Stop SOPA/PIPA";s:4:"link";s:54:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/";s:8:"comments";s:63:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/#comments";s:7:"pubdate";s:31:"Tue, 10 Jan 2012 19:18:56 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:9:"Community";s:4:"guid";s:33:"http://wordpress.org/news/?p=2191";s:11:"description";s:298:"You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it. Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and [...]";s:7:"content";a:1:{s:7:"encoded";s:4305:"<p>You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it.</p>\n<p>Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and democratizing publishing, and we don&#8217;t want to alienate any of our users no matter how much some of us may disagree with some of them personally. Today, I&#8217;m breaking our no-politics rule, because <a href="http://americancensorship.org/">there&#8217;s something going on</a> in U.S. politics right now that we need to make sure you know about and understand, because it affects us all.</p>\n<p>Using WordPress to blog, to publish, to communicate things online that once upon a time would have been relegated to an unread private journal (or simply remained unspoken, uncreated, unshared) makes <strong>you</strong> a part of one of the biggest changes in modern history: the democratization of publishing and the independent web. Every time you click Publish, you are a part of that change, whether you are posting canny political insight or a cat that makes you LOL. How would you feel if the web stopped being so free and independent? I&#8217;m <del>concerned</del> freaked right the heck out about the bills that threaten to do this, and as a participant in one of the biggest changes in modern history, you should be, too.</p>\n<p>You may have heard people talking/blogging/twittering about SOPA &#8212; the Stop Online Piracy Act. The recent <a href="http://godaddyboycott.org/">SOPA-related boycott of GoDaddy</a> was all over the news, with many people expressing their outrage over the possibilities of SOPA, but when I ask people about SOPA and its sister bill in the Senate, PIPA (Protect IP Act), many don&#8217;t really know what the bills propose, or what we stand to lose. If you are not freaked out by SOPA/PIPA, please: for the next four minutes, instead of checking Facebook statuses, seeing who mentioned you on Twitter, or watching the latest episode of Sherlock*, watch this video (by <a href="http://fightforthefuture.org/">Fight for the Future</a>).</p>\n<p>    <iframe src="http://player.vimeo.com/video/31100268" width="600" height="338" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>\n<p>Some thoughts:</p>\n<ul>\n<li>In the U.S. our legal system maintains that the burden of proof is on the accuser, and that people are innocent until proven guilty. This tenet seems to be on the chopping block when it comes to the web if these bills pass, as companies could shut down sites based on accusation alone.</li>\n<li>Laws are not like lines of PHP; they are not easily reverted if someone wakes up and realizes there is a better way to do things. We should not be so quick to codify something this far-reaching.</li>\n<li>The people writing these laws are not the people writing the independent web, and they are not out to protect it. We have to stand up for it ourselves.</li>\n</ul>\n<p>Blogging is a form of activism. You can be an agent of change. Some people will tell you that taking action is useless, that online petitions, phone calls to representatives, and other actions won&#8217;t change a single mind, especially one that&#8217;s been convinced of something by lobbyist dollars. To those people, I repeat the words of Margaret Mead:</p>\n<blockquote><p>Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has.</p></blockquote>\n<p>We are not a small group. More than 60 million people use WordPress &#8212; it&#8217;s said to power <a href="http://w3techs.com/technologies/overview/content_management/all">about 15% of the web</a>. We can make an impact, and you can be an agent of change. Go to <a href="http://americancensorship.org/">Stop American Censorship</a> for more information and a bunch of ways you can take action quickly, easily, and painlessly. The Senate votes in two weeks, and we need to help at least 41 more senators see reason before then. Please. <a href="http://americancensorship.org/">Make your voice heard</a>.</p>\n<p><em>*Yes, the latest episode of Sherlock is good. Stephen Moffatt + Russell Tovey = always good</em></p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:59:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:298:"You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it. Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and [...]";s:12:"atom_content";s:4305:"<p>You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it.</p>\n<p>Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and democratizing publishing, and we don&#8217;t want to alienate any of our users no matter how much some of us may disagree with some of them personally. Today, I&#8217;m breaking our no-politics rule, because <a href="http://americancensorship.org/">there&#8217;s something going on</a> in U.S. politics right now that we need to make sure you know about and understand, because it affects us all.</p>\n<p>Using WordPress to blog, to publish, to communicate things online that once upon a time would have been relegated to an unread private journal (or simply remained unspoken, uncreated, unshared) makes <strong>you</strong> a part of one of the biggest changes in modern history: the democratization of publishing and the independent web. Every time you click Publish, you are a part of that change, whether you are posting canny political insight or a cat that makes you LOL. How would you feel if the web stopped being so free and independent? I&#8217;m <del>concerned</del> freaked right the heck out about the bills that threaten to do this, and as a participant in one of the biggest changes in modern history, you should be, too.</p>\n<p>You may have heard people talking/blogging/twittering about SOPA &#8212; the Stop Online Piracy Act. The recent <a href="http://godaddyboycott.org/">SOPA-related boycott of GoDaddy</a> was all over the news, with many people expressing their outrage over the possibilities of SOPA, but when I ask people about SOPA and its sister bill in the Senate, PIPA (Protect IP Act), many don&#8217;t really know what the bills propose, or what we stand to lose. If you are not freaked out by SOPA/PIPA, please: for the next four minutes, instead of checking Facebook statuses, seeing who mentioned you on Twitter, or watching the latest episode of Sherlock*, watch this video (by <a href="http://fightforthefuture.org/">Fight for the Future</a>).</p>\n<p>    <iframe src="http://player.vimeo.com/video/31100268" width="600" height="338" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>\n<p>Some thoughts:</p>\n<ul>\n<li>In the U.S. our legal system maintains that the burden of proof is on the accuser, and that people are innocent until proven guilty. This tenet seems to be on the chopping block when it comes to the web if these bills pass, as companies could shut down sites based on accusation alone.</li>\n<li>Laws are not like lines of PHP; they are not easily reverted if someone wakes up and realizes there is a better way to do things. We should not be so quick to codify something this far-reaching.</li>\n<li>The people writing these laws are not the people writing the independent web, and they are not out to protect it. We have to stand up for it ourselves.</li>\n</ul>\n<p>Blogging is a form of activism. You can be an agent of change. Some people will tell you that taking action is useless, that online petitions, phone calls to representatives, and other actions won&#8217;t change a single mind, especially one that&#8217;s been convinced of something by lobbyist dollars. To those people, I repeat the words of Margaret Mead:</p>\n<blockquote><p>Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has.</p></blockquote>\n<p>We are not a small group. More than 60 million people use WordPress &#8212; it&#8217;s said to power <a href="http://w3techs.com/technologies/overview/content_management/all">about 15% of the web</a>. We can make an impact, and you can be an agent of change. Go to <a href="http://americancensorship.org/">Stop American Censorship</a> for more information and a bunch of ways you can take action quickly, easily, and painlessly. The Senate votes in two weeks, and we need to help at least 41 more senators see reason before then. Please. <a href="http://americancensorship.org/">Make your voice heard</a>.</p>\n<p><em>*Yes, the latest episode of Sherlock is good. Stephen Moffatt + Russell Tovey = always good</em></p>\n";}i:4;a:13:{s:5:"title";s:48:"WordPress 3.3.1 Security and Maintenance Release";s:4:"link";s:50:"http://wordpress.org/news/2012/01/wordpress-3-3-1/";s:8:"comments";s:59:"http://wordpress.org/news/2012/01/wordpress-3-3-1/#comments";s:7:"pubdate";s:31:"Tue, 03 Jan 2012 21:24:10 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Ryan Boren";}s:8:"category";s:16:"ReleasesSecurity";s:4:"guid";s:50:"http://wordpress.org/news/2012/01/wordpress-3-3-1/";s:11:"description";s:358:"WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team. Download 3.3.1 or visit [...]";s:7:"content";a:1:{s:7:"encoded";s:603:"<p>WordPress 3.3.1 is now available. This maintenance release fixes <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.3.1&amp;group=resolution&amp;order=priority">15 issues</a> with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team.</p>\n<p><a href="http://wordpress.org/download/">Download 3.3.1</a> or visit Dashboard &rarr; Updates in your site admin.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:55:"http://wordpress.org/news/2012/01/wordpress-3-3-1/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:358:"WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team. Download 3.3.1 or visit [...]";s:12:"atom_content";s:603:"<p>WordPress 3.3.1 is now available. This maintenance release fixes <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.3.1&amp;group=resolution&amp;order=priority">15 issues</a> with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team.</p>\n<p><a href="http://wordpress.org/download/">Download 3.3.1</a> or visit Dashboard &rarr; Updates in your site admin.</p>\n";}i:5;a:13:{s:5:"title";s:25:"WordPress 3.3 “Sonny”";s:4:"link";s:40:"http://wordpress.org/news/2011/12/sonny/";s:8:"comments";s:49:"http://wordpress.org/news/2011/12/sonny/#comments";s:7:"pubdate";s:31:"Mon, 12 Dec 2011 22:58:50 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"Matt Mullenweg";}s:8:"category";s:8:"Releases";s:4:"guid";s:33:"http://wordpress.org/news/?p=2135";s:11:"description";s:382:"The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is immediately available for download or update inside your WordPress dashboard. WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant [...]";s:7:"content";a:1:{s:7:"encoded";s:17122:"<p>The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is <a href="http://wordpress.org/download/">immediately available for download</a> or update inside your WordPress dashboard.</p>\n<p>WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the things we think you&#8217;ll find are the cat&#8217;s pajamas:</p>\n<div id="v-I7NAw9Zk-1" class="video-player"><embed id="v-I7NAw9Zk-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=I7NAw9Zk&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 3.3 &quot;Sonny&quot;" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<h3>For Users</h3>\n<p>Experienced users will appreciate the new <strong>drag-and-drop uploader</strong>, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We&#8217;ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant improvements there with<strong> pointer tips</strong> for new features included in each update, a friendly welcome message for first-time users, and revamped help tabs throughout the interface. Finally we&#8217;ve improved the dashboard experience on the iPad and other tablets with better touch support.</p>\n<h3>For Developers</h3>\n<p>There is a ton of candy for developers as well. I&#8217;d recommend starting your exploration with the <a href="http://codex.wordpress.org/Function_Reference/wp_editor">new editor API</a>, new jQuery version, better ways to hook into the help screens, more performant post-slug-only permalinks, and of course the entire list of improvements <a href="http://codex.wordpress.org/Version_3.3">on the Codex</a> and <a href="http://core.trac.wordpress.org/milestone/3.3">in Trac</a>.</p>\n<h3>Roll the Credits</h3>\n<p>The Credits tab on the new About WordPress screen in the WordPress dashboard provides recognition for contributors to each release, but we like to thank them here as well.</p>\n<p><a href="http://profiles.wordpress.org/users/aaroncampbell">Aaron D. Campbell</a>, <a href="http://profiles.wordpress.org/users/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/users/adambackstrom">Adam Backstrom</a>, <a href="http://profiles.wordpress.org/users/kawauso">Adam Harley</a>, <a href="http://profiles.wordpress.org/users/xknown">Alex Concha</a>, <a href="http://profiles.wordpress.org/users/alexkingorg">Alex King</a>, <a href="http://profiles.wordpress.org/users/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/users/amereservant">amereservant</a>, <a href="http://profiles.wordpress.org/users/ampt">ampt</a>, <a href="http://profiles.wordpress.org/users/lordandrei">Andrei Freeman</a>, <a href="http://profiles.wordpress.org/users/arena">Andre Renaut</a>, <a href="http://profiles.wordpress.org/users/andrewfrazier">andrewfrazier</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/andrewryno">Andrew Ryno</a>, <a href="http://profiles.wordpress.org/users/andy">Andy Skelton</a>, <a href="http://profiles.wordpress.org/users/lumination">Anthony Atkinson</a>, <a href="http://profiles.wordpress.org/users/filosofo">Austin Matzko</a>, <a href="http://profiles.wordpress.org/users/simek">Bartosz Kaszubowski</a>, <a href="http://profiles.wordpress.org/users/benbalter">Benjamin J. Balter</a>, <a href="http://profiles.wordpress.org/users/brandondove">Brandon Dove</a>, <a href="http://profiles.wordpress.org/users/carlospaulino">carlospaulino</a>, <a href="http://profiles.wordpress.org/users/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/users/cebradesign">cebradesign</a>, <a href="http://profiles.wordpress.org/users/chexee">Chelsea Otakan</a>, <a href="http://profiles.wordpress.org/users/chipbennett">Chip Bennett</a>, <a href="http://profiles.wordpress.org/users/chrisbliss18">Chris Jean</a>, <a href="http://profiles.wordpress.org/users/coenjacobs">Coen Jacobs</a>, <a href="http://profiles.wordpress.org/users/cgrymala">Curtiss Grymala</a>, <a href="http://profiles.wordpress.org/users/danielbachhuber">Daniel Bachhuber</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/dllh">Daryl L. L. Houston</a>, <a href="http://profiles.wordpress.org/users/davecpage">David</a>, <a href="http://profiles.wordpress.org/users/dcowgill">David Cowgill</a>, <a href="http://profiles.wordpress.org/users/dgwyer">David Gwyer</a>, <a href="http://profiles.wordpress.org/users/damst">Da^MsT</a>, <a href="http://profiles.wordpress.org/users/deltafactory">deltafactory</a>, <a href="http://profiles.wordpress.org/users/demetris">demetris</a>, <a href="http://profiles.wordpress.org/users/valendesigns">Derek Herman</a>, <a href="http://profiles.wordpress.org/users/devinreams">Devin Reams</a>, <a href="http://profiles.wordpress.org/users/adeptris">Digital Raindrops</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse (@dd32)</a>, <a href="http://profiles.wordpress.org/users/ocean90">Dominik Schilling (ocean90)</a>, <a href="http://profiles.wordpress.org/users/dougwrites">Doug Provencio</a>, <a href="http://profiles.wordpress.org/users/dragoonis">dragoonis</a>, <a href="http://profiles.wordpress.org/users/drewapicture">DrewAPicture</a>, <a href="http://profiles.wordpress.org/users/cyberhobo">Dylan Kuhn</a>, <a href="http://profiles.wordpress.org/users/eduplessis">eduplessis</a>, <a href="http://profiles.wordpress.org/users/eightamrock">Eightamrock</a>, <a href="http://profiles.wordpress.org/users/eko-fr">eko-fr</a>, <a href="http://profiles.wordpress.org/users/elpie">Elpie</a>, <a href="http://profiles.wordpress.org/users/elyobo">elyobo</a>, <a href="http://profiles.wordpress.org/users/empireoflight">Empireoflight</a>, <a href="http://profiles.wordpress.org/users/ethitter">Erick Hitter</a>, <a href="http://profiles.wordpress.org/users/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/users/ejdanderson">Evan Anderson</a>, <a href="http://profiles.wordpress.org/users/evansolomon">Evan Solomon</a>, <a href="http://profiles.wordpress.org/users/fonglh">fonglh</a>, <a href="http://profiles.wordpress.org/users/garyc40">garyc40</a>, <a href="http://profiles.wordpress.org/users/garyj">Gary Jones</a>, <a href="http://profiles.wordpress.org/users/logiclord">Gaurav Aggarwal</a>, <a href="http://profiles.wordpress.org/users/georgestephanis">George Stephanis</a>, <a href="http://profiles.wordpress.org/users/goldenapples">goldenapples</a>, <a href="http://profiles.wordpress.org/users/goto10">goto10</a>, <a href="http://profiles.wordpress.org/users/hakre">hakre</a>, <a href="http://profiles.wordpress.org/users/helenyhou">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/users/iandstewart">Ian Stewart</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/madjax">Jackson</a>, <a href="http://profiles.wordpress.org/users/jacobwg">Jacob Gillespie</a>, <a href="http://profiles.wordpress.org/users/jakemgold">Jake Goldman</a>, <a href="http://profiles.wordpress.org/users/jamescollins">James Collins</a>, <a href="http://profiles.wordpress.org/users/jane">Jane Wells</a>, <a href="http://profiles.wordpress.org/users/jeremyclarke">jeremyclarke</a>, <a href="http://profiles.wordpress.org/users/jayjdk">Jesper Johansen (Jayjdk)</a>, <a href="http://profiles.wordpress.org/users/jgadbois">jgadbois</a>, <a href="http://profiles.wordpress.org/users/jick">Jick</a>, <a href="http://profiles.wordpress.org/users/joehoyle">Joe Hoyle</a>, <a href="http://profiles.wordpress.org/users/johnbillion">John Blackbourn</a>, <a href="http://profiles.wordpress.org/users/vegasgeek">John Hawkins</a>, <a href="http://profiles.wordpress.org/users/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/users/johnonolan">JohnONolan</a>, <a href="http://profiles.wordpress.org/users/johnpbloch">John P. Bloch</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/users/koke">Jorge Bernal</a>, <a href="http://profiles.wordpress.org/users/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/users/jtclarke">jtclarke</a>, <a href="http://profiles.wordpress.org/users/yuraz">Jurica Zuanovic</a>, <a href="http://profiles.wordpress.org/users/justindgivens">Justin Givens</a>, <a href="http://profiles.wordpress.org/users/justinsainton">Justin Sainton</a>, <a href="http://profiles.wordpress.org/users/trepmal">Kailey Lampert (trepmal)</a>, <a href="http://profiles.wordpress.org/users/kevinb">kevinB</a>, <a href="http://profiles.wordpress.org/users/kitchin">kitchin</a>, <a href="http://profiles.wordpress.org/users/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wordpress.org/users/tenpura">Kuraishi</a>, <a href="http://profiles.wordpress.org/users/kurtpayne">Kurt Payne</a>, <a href="http://profiles.wordpress.org/users/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/users/latz">Latz</a>, <a href="http://profiles.wordpress.org/users/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/users/lloydbudd">Lloyd Budd</a>, <a href="http://profiles.wordpress.org/users/ldebrouwer">Luc De Brouwer</a>, <a href="http://profiles.wordpress.org/users/lukeschlather">lukeschlather</a>, <a href="http://profiles.wordpress.org/users/mako09">Mako</a>, <a href="http://profiles.wordpress.org/users/settle">Mantas Malcius</a>, <a href="http://profiles.wordpress.org/users/marcuspope">MarcusPope</a>, <a href="http://profiles.wordpress.org/users/mark-k">mark-k</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/markmcwilliams">Mark McWilliams</a>, <a href="http://profiles.wordpress.org/users/markoheijnen">Marko Heijnen</a>, <a href="http://profiles.wordpress.org/users/tfnab">Martin Lormes</a>, <a href="http://profiles.wordpress.org/users/masonjames">masonjames</a>, <a href="http://profiles.wordpress.org/users/matveb">Matias Ventura</a>, <a href="http://profiles.wordpress.org/users/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/users/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/users/mattwiebe">Matt Wiebe</a>, <a href="http://profiles.wordpress.org/users/mattyrob">MattyRob</a>, <a href="http://profiles.wordpress.org/users/merty">Mert Yazicioglu</a>, <a href="http://profiles.wordpress.org/users/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="http://profiles.wordpress.org/users/mfields">Michael Fields</a>, <a href="http://profiles.wordpress.org/users/mau">Michal &#8220;Mau&#8221; Pliska</a>, <a href="http://profiles.wordpress.org/users/mbijon">Mike Bijon</a>, <a href="http://profiles.wordpress.org/users/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/users/dimadin">Milan Dinic</a>, <a href="http://profiles.wordpress.org/users/mitchoyoshitaka">mitchoyoshitaka</a>, <a href="http://profiles.wordpress.org/users/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/users/mhauan">Morten Hauan</a>, <a href="http://profiles.wordpress.org/users/usermrpapa">Mr Papa</a>, <a href="http://profiles.wordpress.org/users/mrtorrent">mrtorrent</a>, <a href="http://profiles.wordpress.org/users/Nao">Naoko McCracken</a>, <a href="http://profiles.wordpress.org/users/natebedortha">natebedortha</a>, <a href="http://profiles.wordpress.org/users/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/users/olivm">olivM</a>, <a href="http://profiles.wordpress.org/users/olleicua">olleicua</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/pagesimplify">pagesimplify</a>, <a href="http://profiles.wordpress.org/users/paulhastings0">paulhastings0</a>, <a href="http://profiles.wordpress.org/users/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/users/petemall">pete.mall</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/peterwilsoncc">peterwilsoncc</a>, <a href="http://profiles.wordpress.org/users/ppaire">ppaire</a>, <a href="http://profiles.wordpress.org/users/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/users/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/users/ramiy">Rami Y</a>, <a href="http://profiles.wordpress.org/users/rasheed">Rasheed Bydousi</a>, <a href="http://profiles.wordpress.org/users/miqrogroove">Robert Chapin (miqrogroove)</a>, <a href="http://profiles.wordpress.org/users/wpmuguru">Ron Rennick</a>, <a href="http://profiles.wordpress.org/users/rosshanney">Ross Hanney</a>, <a href="http://profiles.wordpress.org/users/ruslany">ruslany</a>, <a href="http://profiles.wordpress.org/users/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/users/ryanhellyer">ryanhellyer</a>, <a href="http://profiles.wordpress.org/users/ryanimel">Ryan Imel</a>, <a href="http://profiles.wordpress.org/users/zeo">Safirul Alredha</a>, <a href="http://profiles.wordpress.org/users/solarissmoke">Samir Shah</a>, <a href="http://profiles.wordpress.org/users/gluten">Sam Margulies</a>, <a href="http://profiles.wordpress.org/users/saracannon">saracannon</a>, <a href="http://profiles.wordpress.org/users/scottbasgaard">Scott Basgaard</a>, <a href="http://profiles.wordpress.org/users/sbressler">Scott Bressler</a>, <a href="http://profiles.wordpress.org/users/l3rady">Scott Cariss</a>, <a href="http://profiles.wordpress.org/users/scottconnerly">scottconnerly</a>, <a href="http://profiles.wordpress.org/users/coffee2code">Scott Reilly</a>, <a href="http://profiles.wordpress.org/users/wonderboymusic">Scott Taylor</a>, <a href="http://profiles.wordpress.org/users/scribu">scribu</a>, <a href="http://profiles.wordpress.org/users/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/users/designsimply">Sheri Bigelow</a>, <a href="http://profiles.wordpress.org/users/simonwheatley">Simon Wheatley</a>, <a href="http://profiles.wordpress.org/users/sirzooro">sirzooro</a>, <a href="http://profiles.wordpress.org/users/sillybean">Stephanie Leary</a>, <a href="http://profiles.wordpress.org/users/tech163">tech163</a>, <a href="http://profiles.wordpress.org/users/thedeadmedic">TheDeadMedic</a>, <a href="http://profiles.wordpress.org/users/tmoorewp">Tim Moore</a>, <a href="http://profiles.wordpress.org/users/tomauger">Tom Auger</a>, <a href="http://profiles.wordpress.org/users/ansimation">Travis Ballard</a>, <a href="http://profiles.wordpress.org/users/sorich87">Ulrich Sossou</a>, <a href="http://profiles.wordpress.org/users/vnsavage">vnsavage</a>, <a href="http://profiles.wordpress.org/users/wpweaver">wpweaver</a>, <a href="http://profiles.wordpress.org/users/wraithkenny">WraithKenny</a>, <a href="http://profiles.wordpress.org/users/yoavf">Yoav Farhi</a>, and <a href="http://profiles.wordpress.org/users/vanillalounge">Ze Fontainhas</a>.</p>\n<p>As well, we&#8217;d like to give a shout out to these users who have been particularly active <a href="http://wordpress.org/support/">on the support forums</a> since the release of 3.2:</p>\n<p><a href="http://profiles.wordpress.org/users/alchymyth">alchymyth</a>, <a href="http://profiles.wordpress.org/users/andrea_r">Andrea_r</a>, <a href="http://profiles.wordpress.org/users/claytonjames">ClaytonJames</a>, <a href="http://profiles.wordpress.org/users/numeeja">cubecolour</a>, <a href="http://profiles.wordpress.org/users/eranmiller">Eran Miller</a>, <a href="http://profiles.wordpress.org/users/esmi">esmi</a>, <a href="http://profiles.wordpress.org/users/fredericktownes">Frederick Townes</a>, <a href="http://profiles.wordpress.org/users/govpatel">govpatel</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/keesiemeijer">keesiemeijer</a>, <a href="http://profiles.wordpress.org/users/kmessinger">kmessinger</a>, <a href="http://profiles.wordpress.org/users/netweblogic">Marcus</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/peredur">peredur</a>, <a href="http://profiles.wordpress.org/users/rvoodoo">Rev. Voodoo</a>, <a href="http://profiles.wordpress.org/users/samboll">Samuel B</a>, <a href="http://profiles.wordpress.org/users/tobiasbg">Tobias</a>, <a href="http://profiles.wordpress.org/users/vtxyzzy">vtxyzzy</a>, and <a href="http://profiles.wordpress.org/users/zoonini">zoonini</a>.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:45:"http://wordpress.org/news/2011/12/sonny/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:382:"The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is immediately available for download or update inside your WordPress dashboard. WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant [...]";s:12:"atom_content";s:17122:"<p>The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is <a href="http://wordpress.org/download/">immediately available for download</a> or update inside your WordPress dashboard.</p>\n<p>WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the things we think you&#8217;ll find are the cat&#8217;s pajamas:</p>\n<div id="v-I7NAw9Zk-1" class="video-player"><embed id="v-I7NAw9Zk-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=I7NAw9Zk&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 3.3 &quot;Sonny&quot;" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<h3>For Users</h3>\n<p>Experienced users will appreciate the new <strong>drag-and-drop uploader</strong>, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We&#8217;ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant improvements there with<strong> pointer tips</strong> for new features included in each update, a friendly welcome message for first-time users, and revamped help tabs throughout the interface. Finally we&#8217;ve improved the dashboard experience on the iPad and other tablets with better touch support.</p>\n<h3>For Developers</h3>\n<p>There is a ton of candy for developers as well. I&#8217;d recommend starting your exploration with the <a href="http://codex.wordpress.org/Function_Reference/wp_editor">new editor API</a>, new jQuery version, better ways to hook into the help screens, more performant post-slug-only permalinks, and of course the entire list of improvements <a href="http://codex.wordpress.org/Version_3.3">on the Codex</a> and <a href="http://core.trac.wordpress.org/milestone/3.3">in Trac</a>.</p>\n<h3>Roll the Credits</h3>\n<p>The Credits tab on the new About WordPress screen in the WordPress dashboard provides recognition for contributors to each release, but we like to thank them here as well.</p>\n<p><a href="http://profiles.wordpress.org/users/aaroncampbell">Aaron D. Campbell</a>, <a href="http://profiles.wordpress.org/users/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/users/adambackstrom">Adam Backstrom</a>, <a href="http://profiles.wordpress.org/users/kawauso">Adam Harley</a>, <a href="http://profiles.wordpress.org/users/xknown">Alex Concha</a>, <a href="http://profiles.wordpress.org/users/alexkingorg">Alex King</a>, <a href="http://profiles.wordpress.org/users/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/users/amereservant">amereservant</a>, <a href="http://profiles.wordpress.org/users/ampt">ampt</a>, <a href="http://profiles.wordpress.org/users/lordandrei">Andrei Freeman</a>, <a href="http://profiles.wordpress.org/users/arena">Andre Renaut</a>, <a href="http://profiles.wordpress.org/users/andrewfrazier">andrewfrazier</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/andrewryno">Andrew Ryno</a>, <a href="http://profiles.wordpress.org/users/andy">Andy Skelton</a>, <a href="http://profiles.wordpress.org/users/lumination">Anthony Atkinson</a>, <a href="http://profiles.wordpress.org/users/filosofo">Austin Matzko</a>, <a href="http://profiles.wordpress.org/users/simek">Bartosz Kaszubowski</a>, <a href="http://profiles.wordpress.org/users/benbalter">Benjamin J. Balter</a>, <a href="http://profiles.wordpress.org/users/brandondove">Brandon Dove</a>, <a href="http://profiles.wordpress.org/users/carlospaulino">carlospaulino</a>, <a href="http://profiles.wordpress.org/users/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/users/cebradesign">cebradesign</a>, <a href="http://profiles.wordpress.org/users/chexee">Chelsea Otakan</a>, <a href="http://profiles.wordpress.org/users/chipbennett">Chip Bennett</a>, <a href="http://profiles.wordpress.org/users/chrisbliss18">Chris Jean</a>, <a href="http://profiles.wordpress.org/users/coenjacobs">Coen Jacobs</a>, <a href="http://profiles.wordpress.org/users/cgrymala">Curtiss Grymala</a>, <a href="http://profiles.wordpress.org/users/danielbachhuber">Daniel Bachhuber</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/dllh">Daryl L. L. Houston</a>, <a href="http://profiles.wordpress.org/users/davecpage">David</a>, <a href="http://profiles.wordpress.org/users/dcowgill">David Cowgill</a>, <a href="http://profiles.wordpress.org/users/dgwyer">David Gwyer</a>, <a href="http://profiles.wordpress.org/users/damst">Da^MsT</a>, <a href="http://profiles.wordpress.org/users/deltafactory">deltafactory</a>, <a href="http://profiles.wordpress.org/users/demetris">demetris</a>, <a href="http://profiles.wordpress.org/users/valendesigns">Derek Herman</a>, <a href="http://profiles.wordpress.org/users/devinreams">Devin Reams</a>, <a href="http://profiles.wordpress.org/users/adeptris">Digital Raindrops</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse (@dd32)</a>, <a href="http://profiles.wordpress.org/users/ocean90">Dominik Schilling (ocean90)</a>, <a href="http://profiles.wordpress.org/users/dougwrites">Doug Provencio</a>, <a href="http://profiles.wordpress.org/users/dragoonis">dragoonis</a>, <a href="http://profiles.wordpress.org/users/drewapicture">DrewAPicture</a>, <a href="http://profiles.wordpress.org/users/cyberhobo">Dylan Kuhn</a>, <a href="http://profiles.wordpress.org/users/eduplessis">eduplessis</a>, <a href="http://profiles.wordpress.org/users/eightamrock">Eightamrock</a>, <a href="http://profiles.wordpress.org/users/eko-fr">eko-fr</a>, <a href="http://profiles.wordpress.org/users/elpie">Elpie</a>, <a href="http://profiles.wordpress.org/users/elyobo">elyobo</a>, <a href="http://profiles.wordpress.org/users/empireoflight">Empireoflight</a>, <a href="http://profiles.wordpress.org/users/ethitter">Erick Hitter</a>, <a href="http://profiles.wordpress.org/users/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/users/ejdanderson">Evan Anderson</a>, <a href="http://profiles.wordpress.org/users/evansolomon">Evan Solomon</a>, <a href="http://profiles.wordpress.org/users/fonglh">fonglh</a>, <a href="http://profiles.wordpress.org/users/garyc40">garyc40</a>, <a href="http://profiles.wordpress.org/users/garyj">Gary Jones</a>, <a href="http://profiles.wordpress.org/users/logiclord">Gaurav Aggarwal</a>, <a href="http://profiles.wordpress.org/users/georgestephanis">George Stephanis</a>, <a href="http://profiles.wordpress.org/users/goldenapples">goldenapples</a>, <a href="http://profiles.wordpress.org/users/goto10">goto10</a>, <a href="http://profiles.wordpress.org/users/hakre">hakre</a>, <a href="http://profiles.wordpress.org/users/helenyhou">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/users/iandstewart">Ian Stewart</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/madjax">Jackson</a>, <a href="http://profiles.wordpress.org/users/jacobwg">Jacob Gillespie</a>, <a href="http://profiles.wordpress.org/users/jakemgold">Jake Goldman</a>, <a href="http://profiles.wordpress.org/users/jamescollins">James Collins</a>, <a href="http://profiles.wordpress.org/users/jane">Jane Wells</a>, <a href="http://profiles.wordpress.org/users/jeremyclarke">jeremyclarke</a>, <a href="http://profiles.wordpress.org/users/jayjdk">Jesper Johansen (Jayjdk)</a>, <a href="http://profiles.wordpress.org/users/jgadbois">jgadbois</a>, <a href="http://profiles.wordpress.org/users/jick">Jick</a>, <a href="http://profiles.wordpress.org/users/joehoyle">Joe Hoyle</a>, <a href="http://profiles.wordpress.org/users/johnbillion">John Blackbourn</a>, <a href="http://profiles.wordpress.org/users/vegasgeek">John Hawkins</a>, <a href="http://profiles.wordpress.org/users/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/users/johnonolan">JohnONolan</a>, <a href="http://profiles.wordpress.org/users/johnpbloch">John P. Bloch</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/users/koke">Jorge Bernal</a>, <a href="http://profiles.wordpress.org/users/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/users/jtclarke">jtclarke</a>, <a href="http://profiles.wordpress.org/users/yuraz">Jurica Zuanovic</a>, <a href="http://profiles.wordpress.org/users/justindgivens">Justin Givens</a>, <a href="http://profiles.wordpress.org/users/justinsainton">Justin Sainton</a>, <a href="http://profiles.wordpress.org/users/trepmal">Kailey Lampert (trepmal)</a>, <a href="http://profiles.wordpress.org/users/kevinb">kevinB</a>, <a href="http://profiles.wordpress.org/users/kitchin">kitchin</a>, <a href="http://profiles.wordpress.org/users/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wordpress.org/users/tenpura">Kuraishi</a>, <a href="http://profiles.wordpress.org/users/kurtpayne">Kurt Payne</a>, <a href="http://profiles.wordpress.org/users/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/users/latz">Latz</a>, <a href="http://profiles.wordpress.org/users/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/users/lloydbudd">Lloyd Budd</a>, <a href="http://profiles.wordpress.org/users/ldebrouwer">Luc De Brouwer</a>, <a href="http://profiles.wordpress.org/users/lukeschlather">lukeschlather</a>, <a href="http://profiles.wordpress.org/users/mako09">Mako</a>, <a href="http://profiles.wordpress.org/users/settle">Mantas Malcius</a>, <a href="http://profiles.wordpress.org/users/marcuspope">MarcusPope</a>, <a href="http://profiles.wordpress.org/users/mark-k">mark-k</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/markmcwilliams">Mark McWilliams</a>, <a href="http://profiles.wordpress.org/users/markoheijnen">Marko Heijnen</a>, <a href="http://profiles.wordpress.org/users/tfnab">Martin Lormes</a>, <a href="http://profiles.wordpress.org/users/masonjames">masonjames</a>, <a href="http://profiles.wordpress.org/users/matveb">Matias Ventura</a>, <a href="http://profiles.wordpress.org/users/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/users/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/users/mattwiebe">Matt Wiebe</a>, <a href="http://profiles.wordpress.org/users/mattyrob">MattyRob</a>, <a href="http://profiles.wordpress.org/users/merty">Mert Yazicioglu</a>, <a href="http://profiles.wordpress.org/users/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="http://profiles.wordpress.org/users/mfields">Michael Fields</a>, <a href="http://profiles.wordpress.org/users/mau">Michal &#8220;Mau&#8221; Pliska</a>, <a href="http://profiles.wordpress.org/users/mbijon">Mike Bijon</a>, <a href="http://profiles.wordpress.org/users/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/users/dimadin">Milan Dinic</a>, <a href="http://profiles.wordpress.org/users/mitchoyoshitaka">mitchoyoshitaka</a>, <a href="http://profiles.wordpress.org/users/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/users/mhauan">Morten Hauan</a>, <a href="http://profiles.wordpress.org/users/usermrpapa">Mr Papa</a>, <a href="http://profiles.wordpress.org/users/mrtorrent">mrtorrent</a>, <a href="http://profiles.wordpress.org/users/Nao">Naoko McCracken</a>, <a href="http://profiles.wordpress.org/users/natebedortha">natebedortha</a>, <a href="http://profiles.wordpress.org/users/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/users/olivm">olivM</a>, <a href="http://profiles.wordpress.org/users/olleicua">olleicua</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/pagesimplify">pagesimplify</a>, <a href="http://profiles.wordpress.org/users/paulhastings0">paulhastings0</a>, <a href="http://profiles.wordpress.org/users/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/users/petemall">pete.mall</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/peterwilsoncc">peterwilsoncc</a>, <a href="http://profiles.wordpress.org/users/ppaire">ppaire</a>, <a href="http://profiles.wordpress.org/users/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/users/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/users/ramiy">Rami Y</a>, <a href="http://profiles.wordpress.org/users/rasheed">Rasheed Bydousi</a>, <a href="http://profiles.wordpress.org/users/miqrogroove">Robert Chapin (miqrogroove)</a>, <a href="http://profiles.wordpress.org/users/wpmuguru">Ron Rennick</a>, <a href="http://profiles.wordpress.org/users/rosshanney">Ross Hanney</a>, <a href="http://profiles.wordpress.org/users/ruslany">ruslany</a>, <a href="http://profiles.wordpress.org/users/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/users/ryanhellyer">ryanhellyer</a>, <a href="http://profiles.wordpress.org/users/ryanimel">Ryan Imel</a>, <a href="http://profiles.wordpress.org/users/zeo">Safirul Alredha</a>, <a href="http://profiles.wordpress.org/users/solarissmoke">Samir Shah</a>, <a href="http://profiles.wordpress.org/users/gluten">Sam Margulies</a>, <a href="http://profiles.wordpress.org/users/saracannon">saracannon</a>, <a href="http://profiles.wordpress.org/users/scottbasgaard">Scott Basgaard</a>, <a href="http://profiles.wordpress.org/users/sbressler">Scott Bressler</a>, <a href="http://profiles.wordpress.org/users/l3rady">Scott Cariss</a>, <a href="http://profiles.wordpress.org/users/scottconnerly">scottconnerly</a>, <a href="http://profiles.wordpress.org/users/coffee2code">Scott Reilly</a>, <a href="http://profiles.wordpress.org/users/wonderboymusic">Scott Taylor</a>, <a href="http://profiles.wordpress.org/users/scribu">scribu</a>, <a href="http://profiles.wordpress.org/users/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/users/designsimply">Sheri Bigelow</a>, <a href="http://profiles.wordpress.org/users/simonwheatley">Simon Wheatley</a>, <a href="http://profiles.wordpress.org/users/sirzooro">sirzooro</a>, <a href="http://profiles.wordpress.org/users/sillybean">Stephanie Leary</a>, <a href="http://profiles.wordpress.org/users/tech163">tech163</a>, <a href="http://profiles.wordpress.org/users/thedeadmedic">TheDeadMedic</a>, <a href="http://profiles.wordpress.org/users/tmoorewp">Tim Moore</a>, <a href="http://profiles.wordpress.org/users/tomauger">Tom Auger</a>, <a href="http://profiles.wordpress.org/users/ansimation">Travis Ballard</a>, <a href="http://profiles.wordpress.org/users/sorich87">Ulrich Sossou</a>, <a href="http://profiles.wordpress.org/users/vnsavage">vnsavage</a>, <a href="http://profiles.wordpress.org/users/wpweaver">wpweaver</a>, <a href="http://profiles.wordpress.org/users/wraithkenny">WraithKenny</a>, <a href="http://profiles.wordpress.org/users/yoavf">Yoav Farhi</a>, and <a href="http://profiles.wordpress.org/users/vanillalounge">Ze Fontainhas</a>.</p>\n<p>As well, we&#8217;d like to give a shout out to these users who have been particularly active <a href="http://wordpress.org/support/">on the support forums</a> since the release of 3.2:</p>\n<p><a href="http://profiles.wordpress.org/users/alchymyth">alchymyth</a>, <a href="http://profiles.wordpress.org/users/andrea_r">Andrea_r</a>, <a href="http://profiles.wordpress.org/users/claytonjames">ClaytonJames</a>, <a href="http://profiles.wordpress.org/users/numeeja">cubecolour</a>, <a href="http://profiles.wordpress.org/users/eranmiller">Eran Miller</a>, <a href="http://profiles.wordpress.org/users/esmi">esmi</a>, <a href="http://profiles.wordpress.org/users/fredericktownes">Frederick Townes</a>, <a href="http://profiles.wordpress.org/users/govpatel">govpatel</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/keesiemeijer">keesiemeijer</a>, <a href="http://profiles.wordpress.org/users/kmessinger">kmessinger</a>, <a href="http://profiles.wordpress.org/users/netweblogic">Marcus</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/peredur">peredur</a>, <a href="http://profiles.wordpress.org/users/rvoodoo">Rev. Voodoo</a>, <a href="http://profiles.wordpress.org/users/samboll">Samuel B</a>, <a href="http://profiles.wordpress.org/users/tobiasbg">Tobias</a>, <a href="http://profiles.wordpress.org/users/vtxyzzy">vtxyzzy</a>, and <a href="http://profiles.wordpress.org/users/zoonini">zoonini</a>.</p>\n";}i:6;a:13:{s:5:"title";s:33:"WordPress 3.3 Release Candidate 3";s:4:"link";s:52:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/";s:8:"comments";s:61:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/#comments";s:7:"pubdate";s:31:"Sun, 11 Dec 2011 00:27:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:19:"DevelopmentReleases";s:4:"guid";s:33:"http://wordpress.org/news/?p=2130";s:11:"description";s:364:"The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done a handful of last-minute tweaks and bugfixes that we felt were necessary. Our goal is to release version 3.3 early next week, so plugin and theme authors, this is your last pre-release chance to  test your plugins and themes  to find any [...]";s:7:"content";a:1:{s:7:"encoded";s:1726:"<p>The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done <a href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19587&amp;stop_rev=19568&amp;limit=100">a handful of last-minute tweaks and bugfixes</a> that we felt were necessary.</p>\n<p>Our goal is to release version 3.3 early next week, so <strong>plugin and theme authors, this is your last pre-release chance to  test your plugins and themes </strong> to find any compatibility issues before the final release. We&#8217;ve published <a href="http://wpdevel.wordpress.com/tag/3-3-dev-notes/">a number of posts</a> on the development blog that explain important things you need to know as you prepare for WordPress 3.3. Please review this information immediately if you have not done so already.</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>, but let&#8217;s all keep our fingers crossed for a quiet Sunday so we can get these new features into your hands early next week!</p>\n<p><em>To test WordPress 3.3, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.3-RC3.zip">download the release candidate here</a> (zip).</em></p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:57:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:364:"The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done a handful of last-minute tweaks and bugfixes that we felt were necessary. Our goal is to release version 3.3 early next week, so plugin and theme authors, this is your last pre-release chance to  test your plugins and themes  to find any [...]";s:12:"atom_content";s:1726:"<p>The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done <a href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19587&amp;stop_rev=19568&amp;limit=100">a handful of last-minute tweaks and bugfixes</a> that we felt were necessary.</p>\n<p>Our goal is to release version 3.3 early next week, so <strong>plugin and theme authors, this is your last pre-release chance to  test your plugins and themes </strong> to find any compatibility issues before the final release. We&#8217;ve published <a href="http://wpdevel.wordpress.com/tag/3-3-dev-notes/">a number of posts</a> on the development blog that explain important things you need to know as you prepare for WordPress 3.3. Please review this information immediately if you have not done so already.</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>, but let&#8217;s all keep our fingers crossed for a quiet Sunday so we can get these new features into your hands early next week!</p>\n<p><em>To test WordPress 3.3, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.3-RC3.zip">download the release candidate here</a> (zip).</em></p>\n";}i:7;a:13:{s:5:"title";s:21:"Core Team Meetup Time";s:4:"link";s:56:"http://wordpress.org/news/2011/12/core-team-meetup-time/";s:8:"comments";s:65:"http://wordpress.org/news/2011/12/core-team-meetup-time/#comments";s:7:"pubdate";s:31:"Sun, 11 Dec 2011 00:06:56 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Jane Wells";}s:8:"category";s:9:"Community";s:4:"guid";s:33:"http://wordpress.org/news/?p=2127";s:11:"description";s:352:"It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week Matt Mullenweg, Mark Jaquith, Peter Westwood, Andrew Ozz, Andrew Nacin, Dion Hulse, Daryl Koopersmith, Jon Cave, and I will meet at Tybee Island, GA, the [...]";s:7:"content";a:1:{s:7:"encoded";s:2152:"<p>It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week <a href="http://profiles.wordpress.org/users/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, and <a href="http://profiles.wordpress.org/users/jane">I</a> will meet at Tybee Island, GA, the same location as the last meetup.</p>\n<p>Last year we wanted to do a video town hall, but ran into technical and scheduling difficulties. This year we&#8217;re planning ahead, and will definitely make it happen. <a title="Questions thread" href="http://wordpress.org/support/topic/core-dev-team-meetup-qa">We&#8217;re currently taking questions</a>, and will record a series of town hall-style videos where we answer your questions. Ask about the roadmap, code, community, contributing, WordCamps, meetups, themes, plugins, features, you name it. No topic (as long as it is about WordPress) is off limits, and we&#8217;ll do our best to answer as many questions as we can while we are together. The videos will be posted to this blog and archived at <a href="http://wordpress.tv">WordPress.tv</a>.</p>\n<p>Last year the people who were in attendance also posted pictures and updates to Twitter using the <a title="#wptybee on Twitter" href="https://twitter.com/#!/search?q=%23wptybee">#wptybee</a> tag. We&#8217;ll use the same tag this year, so if you&#8217;re interested in following along, add it to your Twitter client as a search.</p>\n<p>What do you want to know from us? <a title="Questions thread" href="http://wordpress.org/support/topic/core-dev-team-meetup-qa">Ask away</a>!</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:61:"http://wordpress.org/news/2011/12/core-team-meetup-time/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:352:"It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week Matt Mullenweg, Mark Jaquith, Peter Westwood, Andrew Ozz, Andrew Nacin, Dion Hulse, Daryl Koopersmith, Jon Cave, and I will meet at Tybee Island, GA, the [...]";s:12:"atom_content";s:2152:"<p>It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week <a href="http://profiles.wordpress.org/users/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, and <a href="http://profiles.wordpress.org/users/jane">I</a> will meet at Tybee Island, GA, the same location as the last meetup.</p>\n<p>Last year we wanted to do a video town hall, but ran into technical and scheduling difficulties. This year we&#8217;re planning ahead, and will definitely make it happen. <a title="Questions thread" href="http://wordpress.org/support/topic/core-dev-team-meetup-qa">We&#8217;re currently taking questions</a>, and will record a series of town hall-style videos where we answer your questions. Ask about the roadmap, code, community, contributing, WordCamps, meetups, themes, plugins, features, you name it. No topic (as long as it is about WordPress) is off limits, and we&#8217;ll do our best to answer as many questions as we can while we are together. The videos will be posted to this blog and archived at <a href="http://wordpress.tv">WordPress.tv</a>.</p>\n<p>Last year the people who were in attendance also posted pictures and updates to Twitter using the <a title="#wptybee on Twitter" href="https://twitter.com/#!/search?q=%23wptybee">#wptybee</a> tag. We&#8217;ll use the same tag this year, so if you&#8217;re interested in following along, add it to your Twitter client as a search.</p>\n<p>What do you want to know from us? <a title="Questions thread" href="http://wordpress.org/support/topic/core-dev-team-meetup-qa">Ask away</a>!</p>\n";}i:8;a:13:{s:5:"title";s:33:"WordPress 3.3 Release Candidate 2";s:4:"link";s:68:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/";s:8:"comments";s:77:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/#comments";s:7:"pubdate";s:31:"Wed, 07 Dec 2011 06:26:57 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Andrew Nacin";}s:8:"category";s:19:"DevelopmentReleases";s:4:"guid";s:33:"http://wordpress.org/news/?p=2119";s:11:"description";s:349:"The second release candidate for WordPress 3.3 is now available! As the first release candidate was well-received, we think we&#8217;re really close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check [...]";s:7:"content";a:1:{s:7:"encoded";s:2123:"<p>The second release candidate for WordPress 3.3 is now available!</p>\n<p>As the first release candidate was well-received, we think we&#8217;re <em>really</em> close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check our bug tracker for the <a href="http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19567&amp;stop_rev=19531&amp;limit=100&amp;verbose=on">complete list of changes</a>.</p>\n<p><strong>Plugin and theme authors, please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release. On our development blog, we&#8217;ve published <a href="http://wpdevel.wordpress.com/tag/3-3-dev-notes/">a number of posts</a> that explain important things you need to know as you prepare for WordPress 3.3.</p>\n<p>If you haven’t tested WordPress 3.3 yet, now is the time — please though, not on your live site unless you’re adventurous. Once you install RC2, you can visit About WordPress page (hover over the WordPress logo in the top left) to see an overview of what&#8217;s to come in WordPress 3.3 (and what to test, of course).</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>.</p>\n<p>Enjoy!</p>\n<p><em>To test WordPress 3.3, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.3-RC2.zip">download the release candidate here</a> (zip).</em></p>\n<p>Sometimes time slows down<br />\nbetween releases &#8211; like now<br />\nThis is RC2</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:73:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:349:"The second release candidate for WordPress 3.3 is now available! As the first release candidate was well-received, we think we&#8217;re really close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check [...]";s:12:"atom_content";s:2123:"<p>The second release candidate for WordPress 3.3 is now available!</p>\n<p>As the first release candidate was well-received, we think we&#8217;re <em>really</em> close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check our bug tracker for the <a href="http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19567&amp;stop_rev=19531&amp;limit=100&amp;verbose=on">complete list of changes</a>.</p>\n<p><strong>Plugin and theme authors, please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release. On our development blog, we&#8217;ve published <a href="http://wpdevel.wordpress.com/tag/3-3-dev-notes/">a number of posts</a> that explain important things you need to know as you prepare for WordPress 3.3.</p>\n<p>If you haven’t tested WordPress 3.3 yet, now is the time — please though, not on your live site unless you’re adventurous. Once you install RC2, you can visit About WordPress page (hover over the WordPress logo in the top left) to see an overview of what&#8217;s to come in WordPress 3.3 (and what to test, of course).</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>.</p>\n<p>Enjoy!</p>\n<p><em>To test WordPress 3.3, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.3-RC2.zip">download the release candidate here</a> (zip).</em></p>\n<p>Sometimes time slows down<br />\nbetween releases &#8211; like now<br />\nThis is RC2</p>\n";}i:9;a:13:{s:5:"title";s:33:"WordPress 3.3 Release Candidate 1";s:4:"link";s:68:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/";s:8:"comments";s:77:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/#comments";s:7:"pubdate";s:31:"Thu, 01 Dec 2011 05:55:08 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"Ryan Boren";}s:8:"category";s:8:"Releases";s:4:"guid";s:33:"http://wordpress.org/news/?p=2113";s:11:"description";s:334:"Release Candidate stage means we think we&#8217;re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you&#8217;re a developer. Stayed up late tonight, Hammering toward RC1. Now with [...]";s:7:"content";a:1:{s:7:"encoded";s:475:"<p>Release Candidate stage means we think we&#8217;re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you&#8217;re a developer.</p>\n<p>Stayed up late tonight,<br />\nHammering toward RC1.<br />\nNow with more icons!</p>\n<p><a href="http://wordpress.org/wordpress-3.3-RC1.zip">Download WordPress 3.3 Release Candidate 1</a>.</p>\n";}s:3:"wfw";a:1:{s:10:"commentrss";s:73:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-1/feed/";}s:5:"slash";a:1:{s:8:"comments";s:1:"0";}s:7:"summary";s:334:"Release Candidate stage means we think we&#8217;re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you&#8217;re a developer. Stayed up late tonight, Hammering toward RC1. Now with [...]";s:12:"atom_content";s:475:"<p>Release Candidate stage means we think we&#8217;re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you&#8217;re a developer.</p>\n<p>Stayed up late tonight,<br />\nHammering toward RC1.<br />\nNow with more icons!</p>\n<p><a href="http://wordpress.org/wordpress-3.3-RC1.zip">Download WordPress 3.3 Release Candidate 1</a>.</p>\n";}}s:7:"channel";a:8:{s:5:"title";s:14:"WordPress News";s:4:"link";s:25:"http://wordpress.org/news";s:11:"description";s:14:"WordPress News";s:13:"lastbuilddate";s:31:"Tue, 06 Mar 2012 16:48:24 +0000";s:8:"language";s:5:"en-US";s:2:"sy";a:2:{s:12:"updateperiod";s:6:"hourly";s:15:"updatefrequency";s:1:"1";}s:9:"generator";s:39:"http://wordpress.org/?v=3.4-alpha-20291";s:7:"tagline";s:14:"WordPress News";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Tue, 06 Mar 2012 16:48:24 GMT\r\n";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1719, 0, 'simplyexclude', 's:702:"a:5:{s:3:"cfg";a:2:{s:9:"page_name";s:13:"simplyexclude";s:5:"myurl";s:56:"http://nynjbengali.com/wp-content/plugins/simply-exclude";}s:4:"cats";a:2:{s:7:"actions";a:4:{s:7:"is_home";s:1:"e";s:10:"is_archive";s:1:"e";s:9:"is_search";s:1:"e";s:7:"is_feed";s:1:"e";}s:7:"is_home";a:2:{i:5;s:2:"on";i:260;s:2:"on";}}s:4:"tags";a:1:{s:7:"actions";a:4:{s:7:"is_home";s:1:"i";s:10:"is_archive";s:1:"e";s:9:"is_search";s:1:"e";s:7:"is_feed";s:1:"e";}}s:7:"authors";a:1:{s:7:"actions";a:4:{s:7:"is_home";s:1:"i";s:10:"is_archive";s:1:"e";s:9:"is_search";s:1:"e";s:7:"is_feed";s:1:"e";}}s:5:"pages";a:2:{s:7:"actions";a:1:{s:9:"is_search";s:1:"i";}s:9:"is_search";a:3:{i:415;s:0:"";i:177;s:0:"";i:581;s:0:"";}}}";', 'yes'),
(67, 0, 'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts', '1332955976', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(68, 0, 'rss_867bd5c64f85878d03a060509cd2f92c', 'O:9:"MagpieRSS":18:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:50:{i:0;a:7:{s:5:"title";s:58:"Weblog Tools Collection: WordPress Theme Releases for 3/28";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11203";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/UHujULifyI8/";s:11:"description";s:869:"<p><img class="alignnone size-full wp-image-11205" title="antheros" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/antheros.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/atheros"><strong>Atheros</strong></a> is modern, customizable, clean, and readable with nice smooth shadow effects.</p>\n<p><img class="alignnone size-full wp-image-11204" title="daylight" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/daylight.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/26/daylight-wordpress-theme/"><strong>Daylight</strong></a> uses soft, subtle daylight sky blue in the background, white post content areas and a minimalist, simple setup.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/UHujULifyI8" height="1" width="1" />";s:7:"pubdate";s:31:"Wed, 28 Mar 2012 17:00:07 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:869:"<p><img class="alignnone size-full wp-image-11205" title="antheros" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/antheros.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/atheros"><strong>Atheros</strong></a> is modern, customizable, clean, and readable with nice smooth shadow effects.</p>\n<p><img class="alignnone size-full wp-image-11204" title="daylight" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/daylight.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/26/daylight-wordpress-theme/"><strong>Daylight</strong></a> uses soft, subtle daylight sky blue in the background, white post content areas and a minimalist, simple setup.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/UHujULifyI8" height="1" width="1" />";}i:1;a:7:{s:5:"title";s:34:"Matt: Productivity per Square Inch";s:4:"guid";s:21:"http://ma.tt/?p=40345";s:4:"link";s:50:"http://ma.tt/2012/03/productivity-per-square-inch/";s:11:"description";s:425:"<p>I used to use three 27&#8243; monitors vertically, then switched to two 30&#8243; Dells, nowadays I&#8217;m on a 13&#8243; Air screen most of the time, and occasionally plug into a Thunderbolt Display. Here&#8217;s a cool article on <a href="http://blog.self.li/post/19783161876/how-to-increase-productivity-per-square-inch-of-screen">how to increase productivity per square inch of your screen by Peter Legierski</a>.</p>";s:7:"pubdate";s:31:"Tue, 27 Mar 2012 18:59:20 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:425:"<p>I used to use three 27&#8243; monitors vertically, then switched to two 30&#8243; Dells, nowadays I&#8217;m on a 13&#8243; Air screen most of the time, and occasionally plug into a Thunderbolt Display. Here&#8217;s a cool article on <a href="http://blog.self.li/post/19783161876/how-to-increase-productivity-per-square-inch-of-screen">how to increase productivity per square inch of your screen by Peter Legierski</a>.</p>";}i:2;a:7:{s:5:"title";s:77:"Weblog Tools Collection: Phishing Attempt Targets WordPress Plugin Developers";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11197";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/DAsPzOlg29w/";s:11:"description";s:915:"<p>If you&#8217;re a <a href="http://wordpress.org/">WordPress</a> plugin developer, you may have received an email from an address other than WordPress.org notifying you that your plugin had been removed. <a href="http://wpdevel.wordpress.com/2012/03/27/phishing-attempts-for-wordpress-org-credentials/">These emails are fake</a> and designed to gather your login information for unknown nefarious reasons.</p>\n<p>Emails from the <a href="http://wordpress.org/extend/plugins/">WordPress.org Plugin Repository</a> are always sent from a WordPress.org email address, so if you receive an email from elsewhere claiming official WordPress.org Plugin Repository business, delete it immediately. If you have already fallen victim to this phishing attack, you should change your passwords as soon as possible.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/DAsPzOlg29w" height="1" width="1" />";s:7:"pubdate";s:31:"Tue, 27 Mar 2012 14:00:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:915:"<p>If you&#8217;re a <a href="http://wordpress.org/">WordPress</a> plugin developer, you may have received an email from an address other than WordPress.org notifying you that your plugin had been removed. <a href="http://wpdevel.wordpress.com/2012/03/27/phishing-attempts-for-wordpress-org-credentials/">These emails are fake</a> and designed to gather your login information for unknown nefarious reasons.</p>\n<p>Emails from the <a href="http://wordpress.org/extend/plugins/">WordPress.org Plugin Repository</a> are always sent from a WordPress.org email address, so if you receive an email from elsewhere claiming official WordPress.org Plugin Repository business, delete it immediately. If you have already fallen victim to this phishing attack, you should change your passwords as soon as possible.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/DAsPzOlg29w" height="1" width="1" />";}i:3;a:7:{s:5:"title";s:35:"WPTavern: BuddyPress 1.5.5 Released";s:4:"guid";s:31:"http://www.wptavern.com/?p=6462";s:4:"link";s:87:"http://feedproxy.google.com/~r/WordpressTavern/~3/Iswa8WPmsQE/buddypress-1-5-5-released";s:11:"description";s:973:"<p>It was announced earlier today that that <a href="http://buddypress.org/2012/03/buddypress-1-5-5/">BuddyPress 1.5.5 is now available</a> for download. This is considered a maintenance release which addresses <a href="http://buddypress.trac.wordpress.org/milestone/1.5.5">14 issues</a>, some of which are security related. Congrats to the team and I hope you had a blast at WordCamp Netherlands Paul Gibbs. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/buddypress-1-1-released" rel="bookmark" title="BuddyPress 1.1 Released">BuddyPress 1.1 Released</a></li>\n<li><a href="http://www.wptavern.com/buddypress-1-2-released" rel="bookmark" title="BuddyPress 1.2 Released">BuddyPress 1.2 Released</a></li>\n<li><a href="http://www.wptavern.com/buddypress-1-2-2-released" rel="bookmark" title="BuddyPress 1.2.2 Released">BuddyPress 1.2.2 Released</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Iswa8WPmsQE" height="1" width="1" />";s:7:"pubdate";s:31:"Tue, 27 Mar 2012 13:00:43 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:973:"<p>It was announced earlier today that that <a href="http://buddypress.org/2012/03/buddypress-1-5-5/">BuddyPress 1.5.5 is now available</a> for download. This is considered a maintenance release which addresses <a href="http://buddypress.trac.wordpress.org/milestone/1.5.5">14 issues</a>, some of which are security related. Congrats to the team and I hope you had a blast at WordCamp Netherlands Paul Gibbs. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/buddypress-1-1-released" rel="bookmark" title="BuddyPress 1.1 Released">BuddyPress 1.1 Released</a></li>\n<li><a href="http://www.wptavern.com/buddypress-1-2-released" rel="bookmark" title="BuddyPress 1.2 Released">BuddyPress 1.2 Released</a></li>\n<li><a href="http://www.wptavern.com/buddypress-1-2-2-released" rel="bookmark" title="BuddyPress 1.2.2 Released">BuddyPress 1.2.2 Released</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Iswa8WPmsQE" height="1" width="1" />";}i:4;a:7:{s:5:"title";s:23:"Matt: Beginner’s Mind";s:4:"guid";s:21:"http://ma.tt/?p=40343";s:4:"link";s:36:"http://ma.tt/2012/03/beginners-mind/";s:11:"description";s:288:"<p>&#8220;In the beginner&#8217;s mind there are many possibilities, but in the expert&#8217;s there are few.&#8221; –- Zen Master Shunryo Suzuki. <a href="http://zenhabits.net/how-to-live-life-to-the-max-with-beginners-mind/">Read more about Beginner&#8217;s Mind on zenhabits</a>.</p>";s:7:"pubdate";s:31:"Tue, 27 Mar 2012 04:57:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:288:"<p>&#8220;In the beginner&#8217;s mind there are many possibilities, but in the expert&#8217;s there are few.&#8221; –- Zen Master Shunryo Suzuki. <a href="http://zenhabits.net/how-to-live-life-to-the-max-with-beginners-mind/">Read more about Beginner&#8217;s Mind on zenhabits</a>.</p>";}i:5;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 3/26";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11188";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/_XJ8k7it7EU/";s:11:"description";s:1126:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/rich-text-editor-for-comments/"><strong>Rich Text Editor For Comments</strong></a> replaces the regular comment textarea with a lightweight fully customizable WYSIWYG rich text editor.</p>\n<p><a href="http://wordpress.org/extend/plugins/nofollow/"><strong>Ultimate Nofollow</strong></a> is a suite of tools that gives you complete control over the rel=nofollow tag on an individual link basis.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/contextual-related-posts/"><strong>Contextual Related Posts</strong></a> helps you increase reader retention and reduce bounce rates by displaying a set of related posts on your website or in your feed.</p>\n<p><a href="http://wordpress.org/extend/plugins/add-to-any/"><strong>Share Buttons by Lockerz / AddToAny</strong></a> helps people share, bookmark, and email your posts &amp; pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/_XJ8k7it7EU" height="1" width="1" />";s:7:"pubdate";s:31:"Mon, 26 Mar 2012 14:00:07 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:1126:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/rich-text-editor-for-comments/"><strong>Rich Text Editor For Comments</strong></a> replaces the regular comment textarea with a lightweight fully customizable WYSIWYG rich text editor.</p>\n<p><a href="http://wordpress.org/extend/plugins/nofollow/"><strong>Ultimate Nofollow</strong></a> is a suite of tools that gives you complete control over the rel=nofollow tag on an individual link basis.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/contextual-related-posts/"><strong>Contextual Related Posts</strong></a> helps you increase reader retention and reduce bounce rates by displaying a set of related posts on your website or in your feed.</p>\n<p><a href="http://wordpress.org/extend/plugins/add-to-any/"><strong>Share Buttons by Lockerz / AddToAny</strong></a> helps people share, bookmark, and email your posts &amp; pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/_XJ8k7it7EU" height="1" width="1" />";}i:6;a:7:{s:5:"title";s:57:"WPTavern: WP Plugin Authors The Target Of A Phishing Scam";s:4:"guid";s:31:"http://www.wptavern.com/?p=6459";s:4:"link";s:109:"http://feedproxy.google.com/~r/WordpressTavern/~3/kZ7ujQz43RE/wp-plugin-authors-the-target-of-a-phishing-scam";s:11:"description";s:2009:"<p>Plugin authors need to take serious notice of a recent phishing attack that is aimed specifically at plugin authors. Ipstenu, one of the volunteer WordPress.org support forum moderators has <a href="http://wordpress.org/support/topic/warning-phishing-attempt">published a forum thread</a> warning others that responding to the email wouldn&#8217;t be a good idea. The way in which this phishing attack works is pretty interesting. After clicking on the link within the email to check on your plugins status, you are then taken to a site that looks very similar to WordPress.org where you&#8217;re asked to provide your password. Passwords that are given can then be used to gain unauthorized access to the account and associated plugins attached to it. </p>\n<p>Plugin authors are encouraged not to reply to the email as well as not entering your password on the fake WordPress.org website. It&#8217;s important to note that plugins have not been removed from the repo, and if they had, the email would have come from a wordpress.org account. </p>\n<p>You might have to jog my memory but this is the first time that I can remember where WordPress.org plugin authors were the target of a phishing scam. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/plugin-authors-and-the-activation-hook" rel="bookmark" title="Plugin Authors And The Activation Hook">Plugin Authors And The Activation Hook</a></li>\n<li><a href="http://www.wptavern.com/what-plugin-authors-shouldnt-do" rel="bookmark" title="What Plugin Authors Shouldn&#8217;t Do">What Plugin Authors Shouldn&#8217;t Do</a></li>\n<li><a href="http://www.wptavern.com/how-commercial-plugin-developers-are-monetizing-through-the-plugin-respository" rel="bookmark" title="How Commercial Plugin Developers Are Monetizing Through The Plugin Respository">How Commercial Plugin Developers Are Monetizing Through The Plugin Respository</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/kZ7ujQz43RE" height="1" width="1" />";s:7:"pubdate";s:31:"Mon, 26 Mar 2012 13:00:51 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:2009:"<p>Plugin authors need to take serious notice of a recent phishing attack that is aimed specifically at plugin authors. Ipstenu, one of the volunteer WordPress.org support forum moderators has <a href="http://wordpress.org/support/topic/warning-phishing-attempt">published a forum thread</a> warning others that responding to the email wouldn&#8217;t be a good idea. The way in which this phishing attack works is pretty interesting. After clicking on the link within the email to check on your plugins status, you are then taken to a site that looks very similar to WordPress.org where you&#8217;re asked to provide your password. Passwords that are given can then be used to gain unauthorized access to the account and associated plugins attached to it. </p>\n<p>Plugin authors are encouraged not to reply to the email as well as not entering your password on the fake WordPress.org website. It&#8217;s important to note that plugins have not been removed from the repo, and if they had, the email would have come from a wordpress.org account. </p>\n<p>You might have to jog my memory but this is the first time that I can remember where WordPress.org plugin authors were the target of a phishing scam. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/plugin-authors-and-the-activation-hook" rel="bookmark" title="Plugin Authors And The Activation Hook">Plugin Authors And The Activation Hook</a></li>\n<li><a href="http://www.wptavern.com/what-plugin-authors-shouldnt-do" rel="bookmark" title="What Plugin Authors Shouldn&#8217;t Do">What Plugin Authors Shouldn&#8217;t Do</a></li>\n<li><a href="http://www.wptavern.com/how-commercial-plugin-developers-are-monetizing-through-the-plugin-respository" rel="bookmark" title="How Commercial Plugin Developers Are Monetizing Through The Plugin Respository">How Commercial Plugin Developers Are Monetizing Through The Plugin Respository</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/kZ7ujQz43RE" height="1" width="1" />";}i:7;a:7:{s:5:"title";s:58:"Weblog Tools Collection: WordPress Theme Releases for 3/24";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11181";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/iq0K0DNPBpc/";s:11:"description";s:1423:"<p><img class="alignnone size-full wp-image-11184" title="believe" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/believe.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://generalthemes.com/believe/"><strong>Believe</strong></a> is a dark two column theme.</p>\n<p><img class="alignnone size-full wp-image-11182" title="buttercream" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/buttercream.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/buttercream"><strong>Buttercream</strong></a> is a cute cupcake theme in three different color styles.</p>\n<p><img class="alignnone size-full wp-image-11183" title="esplanade" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/esplanade.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/esplanade"><strong>Esplanade</strong></a> is a stylish, modern and flexible theme with responsive layout.</p>\n<p><img class="alignnone size-full wp-image-11185" title="natural" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/natural.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/20/natural-wordpress-theme/"><strong>Natural</strong></a> is a clean, soft, and attractive theme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/iq0K0DNPBpc" height="1" width="1" />";s:7:"pubdate";s:31:"Sat, 24 Mar 2012 14:00:08 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:1423:"<p><img class="alignnone size-full wp-image-11184" title="believe" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/believe.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://generalthemes.com/believe/"><strong>Believe</strong></a> is a dark two column theme.</p>\n<p><img class="alignnone size-full wp-image-11182" title="buttercream" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/buttercream.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/buttercream"><strong>Buttercream</strong></a> is a cute cupcake theme in three different color styles.</p>\n<p><img class="alignnone size-full wp-image-11183" title="esplanade" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/esplanade.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/esplanade"><strong>Esplanade</strong></a> is a stylish, modern and flexible theme with responsive layout.</p>\n<p><img class="alignnone size-full wp-image-11185" title="natural" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/natural.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/20/natural-wordpress-theme/"><strong>Natural</strong></a> is a clean, soft, and attractive theme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/iq0K0DNPBpc" height="1" width="1" />";}i:8;a:7:{s:5:"title";s:52:"WPTavern: Close Or Leave Comments Open On Old Posts?";s:4:"guid";s:31:"http://www.wptavern.com/?p=6452";s:4:"link";s:110:"http://feedproxy.google.com/~r/WordpressTavern/~3/Kx-vr7Z_KHw/close-or-leave-comments-open-on-older-blog-posts";s:11:"description";s:2059:"<p>As laid out by BloggingPro.com, the question is simple. <a href="http://www.bloggingpro.com/archives/2012/03/21/should-you-close-comments-on-older-blog-posts/">Should you close comments on older blog posts?</a> While their article goes into specific reasons as to why or why not, I&#8217;ve personally been a fan of closing comments on articles that are 180 days old. I think the bulk of the conversation that is going to take place on any particular post will be within 7 days of it being published. Therefor, I don&#8217;t feel the need to have the form open if the conversation is over with. Another major reason I opt to go this route is spam. Back when I used to write for other websites, I noticed that the majority of their spam comments were for articles buried deep within their archives. Every now and then, a legitimate comment would show up but that was the exception rather than the rule. As a site administrator, closed comments on older articles also provides an easier administrative role. Instead of wading through pages of comments caught within the Akismet queue to check for false positives, I normally have only a page or two at the most. </p>\n<p>With that said, as a site administrator, how do you have your comments configured and why did you chose that configuration? </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/approve-delete-spam-how-do-you-treat-specific-comments" rel="bookmark" title="Approve, Delete, Spam &#8211; How Do You Treat Specific Comments?">Approve, Delete, Spam &#8211; How Do You Treat Specific Comments?</a></li>\n<li><a href="http://www.wptavern.com/wordpress-disqus-and-spam-comments" rel="bookmark" title="WordPress, Disqus, And Spam Comments">WordPress, Disqus, And Spam Comments</a></li>\n<li><a href="http://www.wptavern.com/managing-comments-with-ajax-edit-comments" rel="bookmark" title="Managing Comments With Ajax Edit Comments">Managing Comments With Ajax Edit Comments</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Kx-vr7Z_KHw" height="1" width="1" />";s:7:"pubdate";s:31:"Fri, 23 Mar 2012 17:00:20 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:2059:"<p>As laid out by BloggingPro.com, the question is simple. <a href="http://www.bloggingpro.com/archives/2012/03/21/should-you-close-comments-on-older-blog-posts/">Should you close comments on older blog posts?</a> While their article goes into specific reasons as to why or why not, I&#8217;ve personally been a fan of closing comments on articles that are 180 days old. I think the bulk of the conversation that is going to take place on any particular post will be within 7 days of it being published. Therefor, I don&#8217;t feel the need to have the form open if the conversation is over with. Another major reason I opt to go this route is spam. Back when I used to write for other websites, I noticed that the majority of their spam comments were for articles buried deep within their archives. Every now and then, a legitimate comment would show up but that was the exception rather than the rule. As a site administrator, closed comments on older articles also provides an easier administrative role. Instead of wading through pages of comments caught within the Akismet queue to check for false positives, I normally have only a page or two at the most. </p>\n<p>With that said, as a site administrator, how do you have your comments configured and why did you chose that configuration? </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/approve-delete-spam-how-do-you-treat-specific-comments" rel="bookmark" title="Approve, Delete, Spam &#8211; How Do You Treat Specific Comments?">Approve, Delete, Spam &#8211; How Do You Treat Specific Comments?</a></li>\n<li><a href="http://www.wptavern.com/wordpress-disqus-and-spam-comments" rel="bookmark" title="WordPress, Disqus, And Spam Comments">WordPress, Disqus, And Spam Comments</a></li>\n<li><a href="http://www.wptavern.com/managing-comments-with-ajax-edit-comments" rel="bookmark" title="Managing Comments With Ajax Edit Comments">Managing Comments With Ajax Edit Comments</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Kx-vr7Z_KHw" height="1" width="1" />";}i:9;a:7:{s:5:"title";s:51:"Weblog Tools Collection: Twenty Twelve Moved to 3.5";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11177";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/r579tV3_DjU/";s:11:"description";s:1005:"<p><a href="http://weblogtoolscollection.com/archives/2011/12/22/twenty-twelve-theme-on-the-drawing-board/">Twenty Twelve</a>, the next great <a href="http://wordpress.org/">WordPress</a> default theme, has unfortunately been removed from the 3.4 development cycle and <a href="http://wpdevel.wordpress.com/2012/03/20/as-twenty-twelve-is-punted-to-3-5-it/">pushed back to 3.5</a>. There is no specific reason given for the change, but it seems likely that the team would rather focus on the core functions as WordPress 3.4 draws closer to its inevitable April release.</p>\n<p>If you already have Twenty Twelve activated and are using trunk, make sure that you activate another theme before upgrading to the latest, as Twenty Twelve will be removed. If you want to continue to use Twenty Twelve, you can <a href="https://github.com/thethemefoundry/twentytwelve">grab it from GitHub</a> for now.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/r579tV3_DjU" height="1" width="1" />";s:7:"pubdate";s:31:"Fri, 23 Mar 2012 14:00:42 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:1005:"<p><a href="http://weblogtoolscollection.com/archives/2011/12/22/twenty-twelve-theme-on-the-drawing-board/">Twenty Twelve</a>, the next great <a href="http://wordpress.org/">WordPress</a> default theme, has unfortunately been removed from the 3.4 development cycle and <a href="http://wpdevel.wordpress.com/2012/03/20/as-twenty-twelve-is-punted-to-3-5-it/">pushed back to 3.5</a>. There is no specific reason given for the change, but it seems likely that the team would rather focus on the core functions as WordPress 3.4 draws closer to its inevitable April release.</p>\n<p>If you already have Twenty Twelve activated and are using trunk, make sure that you activate another theme before upgrading to the latest, as Twenty Twelve will be removed. If you want to continue to use Twenty Twelve, you can <a href="https://github.com/thethemefoundry/twentytwelve">grab it from GitHub</a> for now.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/r579tV3_DjU" height="1" width="1" />";}i:10;a:7:{s:5:"title";s:37:"WPTavern: Starter Guide On Header.php";s:4:"guid";s:31:"http://www.wptavern.com/?p=6449";s:4:"link";s:89:"http://feedproxy.google.com/~r/WordpressTavern/~3/ndMceVtIf-c/starter-guide-on-header-php";s:11:"description";s:1260:"<p>Ravael Angeline has a tutorial posted on WP.Tutsplus.com that <a href="http://wp.tutsplus.com/tutorials/theme-development/the-header-php-what-needs-to-go-in-it-and-what-doesnt/">covers the basics of a header.php file</a>. This particular file is located in every WordPress theme and is essential to how a theme works. Also worthy of reading following the tutorial is a <a href="http://wp.tutsplus.com/tutorials/theme-development/the-header-php-what-needs-to-go-in-it-and-what-doesnt/#comment-18973">comment by Tom McFarlin</a>. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/hasty-mistake-with-wp28-header-design-challenge" rel="bookmark" title="Hasty Mistake With WP2.8 Header Design Challenge">Hasty Mistake With WP2.8 Header Design Challenge</a></li>\n<li><a href="http://www.wptavern.com/what-do-you-need-in-a-starter-theme" rel="bookmark" title="What Do You Need In A Starter Theme?">What Do You Need In A Starter Theme?</a></li>\n<li><a href="http://www.wptavern.com/good-guide-on-avoiding-themeplugin-lock-in" rel="bookmark" title="Good Guide On Avoiding Theme/Plugin Lock-In">Good Guide On Avoiding Theme/Plugin Lock-In</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/ndMceVtIf-c" height="1" width="1" />";s:7:"pubdate";s:31:"Fri, 23 Mar 2012 13:00:26 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1260:"<p>Ravael Angeline has a tutorial posted on WP.Tutsplus.com that <a href="http://wp.tutsplus.com/tutorials/theme-development/the-header-php-what-needs-to-go-in-it-and-what-doesnt/">covers the basics of a header.php file</a>. This particular file is located in every WordPress theme and is essential to how a theme works. Also worthy of reading following the tutorial is a <a href="http://wp.tutsplus.com/tutorials/theme-development/the-header-php-what-needs-to-go-in-it-and-what-doesnt/#comment-18973">comment by Tom McFarlin</a>. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/hasty-mistake-with-wp28-header-design-challenge" rel="bookmark" title="Hasty Mistake With WP2.8 Header Design Challenge">Hasty Mistake With WP2.8 Header Design Challenge</a></li>\n<li><a href="http://www.wptavern.com/what-do-you-need-in-a-starter-theme" rel="bookmark" title="What Do You Need In A Starter Theme?">What Do You Need In A Starter Theme?</a></li>\n<li><a href="http://www.wptavern.com/good-guide-on-avoiding-themeplugin-lock-in" rel="bookmark" title="Good Guide On Avoiding Theme/Plugin Lock-In">Good Guide On Avoiding Theme/Plugin Lock-In</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/ndMceVtIf-c" height="1" width="1" />";}i:11;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 3/22";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11173";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ppZWhtzq-p8/";s:11:"description";s:2148:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/keyring/"><strong>Keyring</strong></a> provides a very hookable, completely customizable framework for connecting your WordPress site to an external service.</p>\n<p><a href="http://wordpress.org/extend/plugins/superslider-perpost-code/"><strong>SuperSlider-Perpost-Code</strong></a> allows you to write css and javascript code directly on your post edit screen on a per post basis.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-toolbar-removal/"><strong>ToolBar Removal</strong></a> allows you to completely disable the WordPress toolbar without loosing logout functionality.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/cloudflare/"><strong>CloudFlare</strong></a> ensures your WordPress blog is running optimally on the <a href="https://www.cloudflare.com/">CloudFlare</a> platform.</p>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href="http://wordpress.org/extend/plugins/image-widget/"><strong>Image Widget</strong></a> uses a native WordPress upload thickbox to add image widgets to your site.</p>\n<p><a href="http://www.jacobfresco.nl/programmeren/wordpress/jewishdate/"><strong>JewishDate</strong></a> shows the current date in the sidebar, in phonetic Hebrew.</p>\n<p><a href="http://wordpress.org/extend/plugins/store-locator/"><strong>Store Locator</strong></a> allows you to efficiently display and manage your important stores, locations, or other points of interest on your website in a manner that&#8217;s easily searchable by visitors.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-missed-schedule/"><strong>WP Missed Schedule Fix</strong></a> finds missed schedule posts and republishes them correctly.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ppZWhtzq-p8" height="1" width="1" />";s:7:"pubdate";s:31:"Thu, 22 Mar 2012 14:00:33 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:2148:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/keyring/"><strong>Keyring</strong></a> provides a very hookable, completely customizable framework for connecting your WordPress site to an external service.</p>\n<p><a href="http://wordpress.org/extend/plugins/superslider-perpost-code/"><strong>SuperSlider-Perpost-Code</strong></a> allows you to write css and javascript code directly on your post edit screen on a per post basis.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-toolbar-removal/"><strong>ToolBar Removal</strong></a> allows you to completely disable the WordPress toolbar without loosing logout functionality.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/cloudflare/"><strong>CloudFlare</strong></a> ensures your WordPress blog is running optimally on the <a href="https://www.cloudflare.com/">CloudFlare</a> platform.</p>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href="http://wordpress.org/extend/plugins/image-widget/"><strong>Image Widget</strong></a> uses a native WordPress upload thickbox to add image widgets to your site.</p>\n<p><a href="http://www.jacobfresco.nl/programmeren/wordpress/jewishdate/"><strong>JewishDate</strong></a> shows the current date in the sidebar, in phonetic Hebrew.</p>\n<p><a href="http://wordpress.org/extend/plugins/store-locator/"><strong>Store Locator</strong></a> allows you to efficiently display and manage your important stores, locations, or other points of interest on your website in a manner that&#8217;s easily searchable by visitors.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-missed-schedule/"><strong>WP Missed Schedule Fix</strong></a> finds missed schedule posts and republishes them correctly.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ppZWhtzq-p8" height="1" width="1" />";}i:12;a:7:{s:5:"title";s:43:"WPTavern: GSoC And WordPress No Go For 2012";s:4:"guid";s:31:"http://www.wptavern.com/?p=6446";s:4:"link";s:95:"http://feedproxy.google.com/~r/WordpressTavern/~3/QgpyePE3yXM/gsoc-and-wordpress-no-go-for-2012";s:11:"description";s:1612:"<p>For the first time that I can remember, WordPress <a href="http://wpdevel.wordpress.com/2012/03/16/no-gsoc-2012/">has been rejected</a> from the Google Summer Of Code mentor ship program. This was an unexpected move, especially considering how WordPress has been a part of the program for the past few years. As you read through the comments of the post, quite a few people have expressed disappointment. However, if the experimental approach to WordPress development that is currently taking place with 3.4 via the aspect of teams is successful, WordPress could conduct a mini Summer Of Code event with each major release of the software, minus the big paycheck. It would also eliminate the age restriction that is currently part of the Google Summer Of Code. It&#8217;s unclear as to why WordPress was rejected but the reason is expected to be given at a meeting within the next week or so. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordpress-gsoc-2010-program-under-way" rel="bookmark" title="WordPress GSoC 2010 Program Under Way">WordPress GSoC 2010 Program Under Way</a></li>\n<li><a href="http://www.wptavern.com/wordpress-not-likely-to-participate-in-google-code-in" rel="bookmark" title="WordPress Not Likely To Participate In Google Code-In">WordPress Not Likely To Participate In Google Code-In</a></li>\n<li><a href="http://www.wptavern.com/its-that-time-of-year-again" rel="bookmark" title="It&#8217;s That Time Of Year Again">It&#8217;s That Time Of Year Again</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/QgpyePE3yXM" height="1" width="1" />";s:7:"pubdate";s:31:"Wed, 21 Mar 2012 17:00:20 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1612:"<p>For the first time that I can remember, WordPress <a href="http://wpdevel.wordpress.com/2012/03/16/no-gsoc-2012/">has been rejected</a> from the Google Summer Of Code mentor ship program. This was an unexpected move, especially considering how WordPress has been a part of the program for the past few years. As you read through the comments of the post, quite a few people have expressed disappointment. However, if the experimental approach to WordPress development that is currently taking place with 3.4 via the aspect of teams is successful, WordPress could conduct a mini Summer Of Code event with each major release of the software, minus the big paycheck. It would also eliminate the age restriction that is currently part of the Google Summer Of Code. It&#8217;s unclear as to why WordPress was rejected but the reason is expected to be given at a meeting within the next week or so. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordpress-gsoc-2010-program-under-way" rel="bookmark" title="WordPress GSoC 2010 Program Under Way">WordPress GSoC 2010 Program Under Way</a></li>\n<li><a href="http://www.wptavern.com/wordpress-not-likely-to-participate-in-google-code-in" rel="bookmark" title="WordPress Not Likely To Participate In Google Code-In">WordPress Not Likely To Participate In Google Code-In</a></li>\n<li><a href="http://www.wptavern.com/its-that-time-of-year-again" rel="bookmark" title="It&#8217;s That Time Of Year Again">It&#8217;s That Time Of Year Again</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/QgpyePE3yXM" height="1" width="1" />";}i:13;a:7:{s:5:"title";s:75:"Weblog Tools Collection: No WordPress Program in Google Summer of Code 2012";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11170";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/EIIXv0HSxuo/";s:11:"description";s:821:"<p>After several years of success with <a href="http://code.google.com/soc/">Google Summer of Code</a>, <a href="http://wordpress.org/">WordPress</a> was <a href="http://wpdevel.wordpress.com/2012/03/16/no-gsoc-2012/">not accepted as a mentoring organization for 2012</a>. The reasons for this are not clear, and at this point it&#8217;s not worth speculating until the WordPress team hears back from Google during an upcoming feedback meeting.</p>\n<p>Despite this momentary hitch in their plans, the core WordPress developers are not throwing out the idea of a developing version 3.5 as a mentorship-focussed release without Google&#8217;s backing. We&#8217;ll have more news on this as it becomes available.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/EIIXv0HSxuo" height="1" width="1" />";s:7:"pubdate";s:31:"Wed, 21 Mar 2012 14:00:20 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:821:"<p>After several years of success with <a href="http://code.google.com/soc/">Google Summer of Code</a>, <a href="http://wordpress.org/">WordPress</a> was <a href="http://wpdevel.wordpress.com/2012/03/16/no-gsoc-2012/">not accepted as a mentoring organization for 2012</a>. The reasons for this are not clear, and at this point it&#8217;s not worth speculating until the WordPress team hears back from Google during an upcoming feedback meeting.</p>\n<p>Despite this momentary hitch in their plans, the core WordPress developers are not throwing out the idea of a developing version 3.5 as a mentorship-focussed release without Google&#8217;s backing. We&#8217;ll have more news on this as it becomes available.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/EIIXv0HSxuo" height="1" width="1" />";}i:14;a:7:{s:5:"title";s:57:"WPTavern: Twenty Twelve To Be Released With WordPress 3.5";s:4:"guid";s:31:"http://www.wptavern.com/?p=6442";s:4:"link";s:109:"http://feedproxy.google.com/~r/WordpressTavern/~3/yfoV06mWhYo/twenty-twelve-to-be-released-with-wordpress-3-5";s:11:"description";s:880:"<p>While Twenty Twelve has been an anticipated feature of the upcoming WordPress 3.4 release, some will be disappointed to hear that the new default theme for this year <a href="http://wpdevel.wordpress.com/2012/03/20/as-twenty-twelve-is-punted-to-3-5-it/">will not ship with WordPress 3.4</a>. Instead, it will likely come with WordPress 3.5. However, if you&#8217;re interested in playing around with the theme as is, you can <a href="https://github.com/thethemefoundry/twentytwelve">download the source via GitHub</a>. While no direct reasoning was given as to why the theme was punted, I&#8217;m going to guess that because 3.4 development is already behind, it made sense to postpone it to speed up the development of everything else going into 3.4. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/yfoV06mWhYo" height="1" width="1" />";s:7:"pubdate";s:31:"Wed, 21 Mar 2012 13:00:51 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:880:"<p>While Twenty Twelve has been an anticipated feature of the upcoming WordPress 3.4 release, some will be disappointed to hear that the new default theme for this year <a href="http://wpdevel.wordpress.com/2012/03/20/as-twenty-twelve-is-punted-to-3-5-it/">will not ship with WordPress 3.4</a>. Instead, it will likely come with WordPress 3.5. However, if you&#8217;re interested in playing around with the theme as is, you can <a href="https://github.com/thethemefoundry/twentytwelve">download the source via GitHub</a>. While no direct reasoning was given as to why the theme was punted, I&#8217;m going to guess that because 3.4 development is already behind, it made sense to postpone it to speed up the development of everything else going into 3.4. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/yfoV06mWhYo" height="1" width="1" />";}i:15;a:7:{s:5:"title";s:38:"WPTavern: Theme.FM Theme Store Reopens";s:4:"guid";s:31:"http://www.wptavern.com/?p=6439";s:4:"link";s:90:"http://feedproxy.google.com/~r/WordpressTavern/~3/xEjXooTZPiA/theme-fm-theme-store-reopens";s:11:"description";s:1042:"<p><a href="http://theme.fm/2012/03/theme-fm-store-now-open-3105/">Theme.FM has reopened to the public</a> with a brand new theme store. After browsing around the store for a little while, I like the overall design and how the theme information is laid out. Simple, excellent use of white space and I don&#8217;t feel overwhelmed when looking over a design. Nice job fellas.  </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordpress-store-to-get-a-revamp" rel="bookmark" title="WordPress Store To Get A Revamp">WordPress Store To Get A Revamp</a></li>\n<li><a href="http://www.wptavern.com/wordpress-swag-store-open-for-christmas-shopping" rel="bookmark" title="WordPress Swag Store Open For Christmas Shopping">WordPress Swag Store Open For Christmas Shopping</a></li>\n<li><a href="http://www.wptavern.com/name-your-dream-theme-team" rel="bookmark" title="Name Your Dream Theme Team">Name Your Dream Theme Team</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/xEjXooTZPiA" height="1" width="1" />";s:7:"pubdate";s:31:"Tue, 20 Mar 2012 17:00:53 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1042:"<p><a href="http://theme.fm/2012/03/theme-fm-store-now-open-3105/">Theme.FM has reopened to the public</a> with a brand new theme store. After browsing around the store for a little while, I like the overall design and how the theme information is laid out. Simple, excellent use of white space and I don&#8217;t feel overwhelmed when looking over a design. Nice job fellas.  </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordpress-store-to-get-a-revamp" rel="bookmark" title="WordPress Store To Get A Revamp">WordPress Store To Get A Revamp</a></li>\n<li><a href="http://www.wptavern.com/wordpress-swag-store-open-for-christmas-shopping" rel="bookmark" title="WordPress Swag Store Open For Christmas Shopping">WordPress Swag Store Open For Christmas Shopping</a></li>\n<li><a href="http://www.wptavern.com/name-your-dream-theme-team" rel="bookmark" title="Name Your Dream Theme Team">Name Your Dream Theme Team</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/xEjXooTZPiA" height="1" width="1" />";}i:16;a:7:{s:5:"title";s:58:"Weblog Tools Collection: WordPress Theme Releases for 3/20";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11162";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/RjpRY5BcZIA/";s:11:"description";s:1889:"<p><img class="alignnone size-full wp-image-11163" title="darktower" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/darktower.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/dark-blue-architecture-wordpress-theme-dark-tower/"><strong>Dark Tower</strong></a> is a dark blue theme.</p>\n<p><img class="alignnone size-full wp-image-11166" title="littlebaby" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/littlebaby.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/simple-baby-wordpress-theme-little-baby/"><strong>Little Baby</strong></a> is a simple light baby theme.</p>\n<p><img class="alignnone size-full wp-image-11167" title="responsive" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/responsive.jpg" alt="" width="150" height="112" /></p>\n<p><a href="http://wordpress.org/extend/themes/responsive"><strong>Responsive</strong></a> is a responsive theme with 9 page templates, 9 widget areas, 4 menu areas, and theme options.</p>\n<p><img class="alignnone size-full wp-image-11164" title="royaloak" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/royaloak.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/15/royal-oak/"><strong>Royal Oak</strong></a> is a rich, royal purple theme featuring the silhouette of a large, lush tree on a subtle silver wood grain background.</p>\n<p><img class="alignnone size-full wp-image-11165" title="stripay" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/stripay.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/stripay"><strong>Stripay</strong></a> is a simple theme with coloured stripes.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/RjpRY5BcZIA" height="1" width="1" />";s:7:"pubdate";s:31:"Tue, 20 Mar 2012 14:00:22 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:1889:"<p><img class="alignnone size-full wp-image-11163" title="darktower" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/darktower.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/dark-blue-architecture-wordpress-theme-dark-tower/"><strong>Dark Tower</strong></a> is a dark blue theme.</p>\n<p><img class="alignnone size-full wp-image-11166" title="littlebaby" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/littlebaby.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/simple-baby-wordpress-theme-little-baby/"><strong>Little Baby</strong></a> is a simple light baby theme.</p>\n<p><img class="alignnone size-full wp-image-11167" title="responsive" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/responsive.jpg" alt="" width="150" height="112" /></p>\n<p><a href="http://wordpress.org/extend/themes/responsive"><strong>Responsive</strong></a> is a responsive theme with 9 page templates, 9 widget areas, 4 menu areas, and theme options.</p>\n<p><img class="alignnone size-full wp-image-11164" title="royaloak" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/royaloak.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/15/royal-oak/"><strong>Royal Oak</strong></a> is a rich, royal purple theme featuring the silhouette of a large, lush tree on a subtle silver wood grain background.</p>\n<p><img class="alignnone size-full wp-image-11165" title="stripay" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/stripay.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/stripay"><strong>Stripay</strong></a> is a simple theme with coloured stripes.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/RjpRY5BcZIA" height="1" width="1" />";}i:17;a:7:{s:5:"title";s:50:"WordPress.tv: WordCamp Norway 2012 Lightning Talks";s:4:"guid";s:28:"http://wordpress.tv/?p=10121";s:4:"link";s:68:"http://wordpress.tv/2012/03/20/wordcamp-norway-2012-lightning-talks/";s:11:"description";s:1828:"<p><strong><code><div id="v-sAbVx0HN-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10121&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/20/wordcamp-norway-2012-lightning-talks/"><img alt="WCNorge &#8211; Ignite" src="http://videos.videopress.com/sAbVx0HN/wcnorge-ignite_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Tue, 20 Mar 2012 13:00:47 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"scottbasgaard";}s:7:"summary";s:1828:"<p><strong><code><div id="v-sAbVx0HN-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10121&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/20/wordcamp-norway-2012-lightning-talks/"><img alt="WCNorge &#8211; Ignite" src="http://videos.videopress.com/sAbVx0HN/wcnorge-ignite_std.original.jpg" width="160" height="120" /></a></div>";}i:18;a:7:{s:5:"title";s:51:"WPTavern: Details For WordCamp New York 2012 Emerge";s:4:"guid";s:31:"http://www.wptavern.com/?p=6436";s:4:"link";s:103:"http://feedproxy.google.com/~r/WordpressTavern/~3/wLyf0TWi0fA/details-for-wordcamp-new-york-2012-emerge";s:11:"description";s:1180:"<p>Until now, details regarding WordCamp New York have been scarce to non-existent. However, Steve Bruner has published a post on the official site for the event and <a href="http://2012.nyc.wordcamp.org/2012/03/19/wordcamp-is-back-in-the-big-apple/">has notified everyone</a> that this years event will take place on June 9th &#8211; 10th at Baruch College, the same location as 2010. As it turns out, WordCamp New York didn&#8217;t take place in 2011. Stay tuned to their official event website for details on Tickets and Speaker forms. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordcamp-montreal-august-28th-29th" rel="bookmark" title="WordCamp Montreal August 28th-29th">WordCamp Montreal August 28th-29th</a></li>\n<li><a href="http://www.wptavern.com/wordcamp-central-redesigned" rel="bookmark" title="WordCamp Central Redesigned">WordCamp Central Redesigned</a></li>\n<li><a href="http://www.wptavern.com/wordcamp-phoenix-on-friday-the-13th" rel="bookmark" title="WordCamp Phoenix On Friday The 13th!">WordCamp Phoenix On Friday The 13th!</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/wLyf0TWi0fA" height="1" width="1" />";s:7:"pubdate";s:31:"Tue, 20 Mar 2012 13:00:35 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1180:"<p>Until now, details regarding WordCamp New York have been scarce to non-existent. However, Steve Bruner has published a post on the official site for the event and <a href="http://2012.nyc.wordcamp.org/2012/03/19/wordcamp-is-back-in-the-big-apple/">has notified everyone</a> that this years event will take place on June 9th &#8211; 10th at Baruch College, the same location as 2010. As it turns out, WordCamp New York didn&#8217;t take place in 2011. Stay tuned to their official event website for details on Tickets and Speaker forms. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordcamp-montreal-august-28th-29th" rel="bookmark" title="WordCamp Montreal August 28th-29th">WordCamp Montreal August 28th-29th</a></li>\n<li><a href="http://www.wptavern.com/wordcamp-central-redesigned" rel="bookmark" title="WordCamp Central Redesigned">WordCamp Central Redesigned</a></li>\n<li><a href="http://www.wptavern.com/wordcamp-phoenix-on-friday-the-13th" rel="bookmark" title="WordCamp Phoenix On Friday The 13th!">WordCamp Phoenix On Friday The 13th!</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/wLyf0TWi0fA" height="1" width="1" />";}i:19;a:7:{s:5:"title";s:47:"WordPress.tv: Josh Holmes: WordPress on Windows";s:4:"guid";s:28:"http://wordpress.tv/?p=10119";s:4:"link";s:64:"http://wordpress.tv/2012/03/20/josh-holmes-wordpress-on-windows/";s:11:"description";s:1834:"<p><strong><code><div id="v-rPUNQAIm-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10119&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/20/josh-holmes-wordpress-on-windows/"><img alt="WCNorge &#8211; Josh Holmes" src="http://videos.videopress.com/rPUNQAIm/wcnorge-josh-holmes_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Tue, 20 Mar 2012 09:00:47 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"scottbasgaard";}s:7:"summary";s:1834:"<p><strong><code><div id="v-rPUNQAIm-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10119&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/20/josh-holmes-wordpress-on-windows/"><img alt="WCNorge &#8211; Josh Holmes" src="http://videos.videopress.com/rPUNQAIm/wcnorge-josh-holmes_std.original.jpg" width="160" height="120" /></a></div>";}i:20;a:7:{s:5:"title";s:69:"WordPress.tv: Ryan Hellyer: WordPress for Those Who Hate Writing Code";s:4:"guid";s:28:"http://wordpress.tv/?p=10117";s:4:"link";s:86:"http://wordpress.tv/2012/03/19/ryan-hellyer-wordpress-for-those-who-hate-writing-code/";s:11:"description";s:1858:"<p><strong><code><div id="v-8LtDf1ES-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10117&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/ryan-hellyer-wordpress-for-those-who-hate-writing-code/"><img alt="WCNorge &#8211; Ryan Hellyer" src="http://videos.videopress.com/8LtDf1ES/wcnorge-ryan-hellyer_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Tue, 20 Mar 2012 05:00:47 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"scottbasgaard";}s:7:"summary";s:1858:"<p><strong><code><div id="v-8LtDf1ES-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10117&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/ryan-hellyer-wordpress-for-those-who-hate-writing-code/"><img alt="WCNorge &#8211; Ryan Hellyer" src="http://videos.videopress.com/8LtDf1ES/wcnorge-ryan-hellyer_std.original.jpg" width="160" height="120" /></a></div>";}i:21;a:7:{s:5:"title";s:58:"WordPress.tv: Wilhelm Joys Andersen: Responsive Web Design";s:4:"guid";s:28:"http://wordpress.tv/?p=10115";s:4:"link";s:75:"http://wordpress.tv/2012/03/19/wilhelm-joys-andersen-responsive-web-design/";s:11:"description";s:1865:"<p><strong><code><div id="v-JRn1xfVS-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10115&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/wilhelm-joys-andersen-responsive-web-design/"><img alt="WCNorge &#8211; Wilhelm Joys Andersen" src="http://videos.videopress.com/JRn1xfVS/wcnorge-wilhelm-joys-andersen_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Tue, 20 Mar 2012 01:00:48 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"scottbasgaard";}s:7:"summary";s:1865:"<p><strong><code><div id="v-JRn1xfVS-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10115&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/wilhelm-joys-andersen-responsive-web-design/"><img alt="WCNorge &#8211; Wilhelm Joys Andersen" src="http://videos.videopress.com/JRn1xfVS/wcnorge-wilhelm-joys-andersen_std.original.jpg" width="160" height="120" /></a></div>";}i:22;a:7:{s:5:"title";s:54:"WPTavern: Blogging Continues To Increase In Popularity";s:4:"guid";s:31:"http://www.wptavern.com/?p=6430";s:4:"link";s:106:"http://feedproxy.google.com/~r/WordpressTavern/~3/SBaUr85rRlE/blogging-continues-to-increase-in-popularity";s:11:"description";s:874:"<p>It seems like every month, someone will write an article with the headline that <em>Blogging Is Dead</em> or in the process of dieing and discuss which services are replacing the medium. However, according to <a href="http://blog.nielsen.com/nielsenwire/online_mobile/buzz-in-the-blogosphere-millions-more-bloggers-and-blog-readers/">stats released by Nielsen</a>, Blogging is gaining in popularity. This is great news for services such as WordPress.com. Be sure to read the detailed stats behind the numbers further down in their post. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/personal-blogging-theme-by-bloggingtips-com" rel="bookmark" title="Personal Blogging Theme By BloggingTips.com">Personal Blogging Theme By BloggingTips.com</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/SBaUr85rRlE" height="1" width="1" />";s:7:"pubdate";s:31:"Mon, 19 Mar 2012 17:00:51 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:874:"<p>It seems like every month, someone will write an article with the headline that <em>Blogging Is Dead</em> or in the process of dieing and discuss which services are replacing the medium. However, according to <a href="http://blog.nielsen.com/nielsenwire/online_mobile/buzz-in-the-blogosphere-millions-more-bloggers-and-blog-readers/">stats released by Nielsen</a>, Blogging is gaining in popularity. This is great news for services such as WordPress.com. Be sure to read the detailed stats behind the numbers further down in their post. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/personal-blogging-theme-by-bloggingtips-com" rel="bookmark" title="Personal Blogging Theme By BloggingTips.com">Personal Blogging Theme By BloggingTips.com</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/SBaUr85rRlE" height="1" width="1" />";}i:23;a:7:{s:5:"title";s:72:"WordPress.tv: Hanni Ross: Be It – Opening Remarks WordCamp Norway 2012";s:4:"guid";s:28:"http://wordpress.tv/?p=10111";s:4:"link";s:85:"http://wordpress.tv/2012/03/19/hanni-ross-be-it-opening-remarks-wordcamp-norway-2012/";s:11:"description";s:1853:"<p><strong><code><div id="v-6xiZQqR0-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10111&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/hanni-ross-be-it-opening-remarks-wordcamp-norway-2012/"><img alt="WCNorge &#8211; Hanni Ross" src="http://videos.videopress.com/6xiZQqR0/wcnorge-hanni-ross_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Mon, 19 Mar 2012 17:00:48 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"scottbasgaard";}s:7:"summary";s:1853:"<p><strong><code><div id="v-6xiZQqR0-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10111&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/hanni-ross-be-it-opening-remarks-wordcamp-norway-2012/"><img alt="WCNorge &#8211; Hanni Ross" src="http://videos.videopress.com/6xiZQqR0/wcnorge-hanni-ross_std.original.jpg" width="160" height="120" /></a></div>";}i:24;a:7:{s:5:"title";s:41:"WordPress.tv: Scott Basgaard: Plugins 101";s:4:"guid";s:28:"http://wordpress.tv/?p=10107";s:4:"link";s:58:"http://wordpress.tv/2012/03/19/scott-basgaard-plugins-101/";s:11:"description";s:1840:"<p><strong><code><div id="v-hoGCMgfP-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10107&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/scott-basgaard-plugins-101/"><img alt="WCNorge &#8211; Scott Basgaard" src="http://videos.videopress.com/hoGCMgfP/wcnorge-scott-basgaard_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Mon, 19 Mar 2012 13:00:48 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"scottbasgaard";}s:7:"summary";s:1840:"<p><strong><code><div id="v-hoGCMgfP-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10107&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/scott-basgaard-plugins-101/"><img alt="WCNorge &#8211; Scott Basgaard" src="http://videos.videopress.com/hoGCMgfP/wcnorge-scott-basgaard_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";}i:25;a:7:{s:5:"title";s:39:"WPTavern: Making 80K Through One Plugin";s:4:"guid";s:31:"http://www.wptavern.com/?p=6428";s:4:"link";s:91:"http://feedproxy.google.com/~r/WordpressTavern/~3/loXY0HTW76E/making-80k-through-one-plugin";s:11:"description";s:1558:"<p>Vladimir Prelovac, an esteemed plugin author has shared his story on how <a href="http://www.prelovac.com/vladimir/how-i-made-80000-with-a-single-wordpress-plugin">he made $80,000 through one plugin</a>. It took a few years but once he rewrote the free plugin and decided to charge for it, the money started to roll in. While I would have thought that the most purchasers would have opted for the cheapest version, instead, he made the most amount of money from the expensive version which had the least amount of costumers. </p>\n<p>His story is inspiring. I just wish I had the skills necessary to create a plugin and then charge for it. I think I&#8217;ll hire Vladimir to create me a plugin, then I&#8217;ll handle the charging for it along with the support. Sure would be nice to have 80 grand to kick around. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/pods-plugin-successfully-kickstarted-to-version-2-0" rel="bookmark" title="Pods Plugin Successfully Kickstarted To Version 2.0">Pods Plugin Successfully Kickstarted To Version 2.0</a></li>\n<li><a href="http://www.wptavern.com/review-of-the-limit-login-attempts-plugin" rel="bookmark" title="Review Of The Limit Login Attempts Plugin">Review Of The Limit Login Attempts Plugin</a></li>\n<li><a href="http://www.wptavern.com/go-black-with-the-sopa-blackout-plugin" rel="bookmark" title="Go Black With The SOPA Blackout Plugin">Go Black With The SOPA Blackout Plugin</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/loXY0HTW76E" height="1" width="1" />";s:7:"pubdate";s:31:"Mon, 19 Mar 2012 13:00:38 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1558:"<p>Vladimir Prelovac, an esteemed plugin author has shared his story on how <a href="http://www.prelovac.com/vladimir/how-i-made-80000-with-a-single-wordpress-plugin">he made $80,000 through one plugin</a>. It took a few years but once he rewrote the free plugin and decided to charge for it, the money started to roll in. While I would have thought that the most purchasers would have opted for the cheapest version, instead, he made the most amount of money from the expensive version which had the least amount of costumers. </p>\n<p>His story is inspiring. I just wish I had the skills necessary to create a plugin and then charge for it. I think I&#8217;ll hire Vladimir to create me a plugin, then I&#8217;ll handle the charging for it along with the support. Sure would be nice to have 80 grand to kick around. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/pods-plugin-successfully-kickstarted-to-version-2-0" rel="bookmark" title="Pods Plugin Successfully Kickstarted To Version 2.0">Pods Plugin Successfully Kickstarted To Version 2.0</a></li>\n<li><a href="http://www.wptavern.com/review-of-the-limit-login-attempts-plugin" rel="bookmark" title="Review Of The Limit Login Attempts Plugin">Review Of The Limit Login Attempts Plugin</a></li>\n<li><a href="http://www.wptavern.com/go-black-with-the-sopa-blackout-plugin" rel="bookmark" title="Go Black With The SOPA Blackout Plugin">Go Black With The SOPA Blackout Plugin</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/loXY0HTW76E" height="1" width="1" />";}i:26;a:7:{s:5:"title";s:44:"WordPress.tv: Morten Hauan: Writing a Plugin";s:4:"guid";s:28:"http://wordpress.tv/?p=10087";s:4:"link";s:61:"http://wordpress.tv/2012/03/19/morten-hauan-writing-a-plugin/";s:11:"description";s:1839:"<p><strong><code><div id="v-QpQcDTfD-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10087/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10087&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/morten-hauan-writing-a-plugin/"><img alt="WCNorge &#8211; Morten Hauan" src="http://videos.videopress.com/QpQcDTfD/wcnorge-morten-hauan_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Mon, 19 Mar 2012 09:00:48 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"scottbasgaard";}s:7:"summary";s:1839:"<p><strong><code><div id="v-QpQcDTfD-1" class="video-player">\n</div></code></strong></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10087/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10087/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10087/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10087&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/19/morten-hauan-writing-a-plugin/"><img alt="WCNorge &#8211; Morten Hauan" src="http://videos.videopress.com/QpQcDTfD/wcnorge-morten-hauan_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";}i:27;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 3/18";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11159";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/cCFTtYSdRjI/";s:11:"description";s:1281:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/wereviews/"><strong>WordPress Review Engine</strong></a>  is an all-in-one review system.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/cloudflare/"><strong>CloudFlare</strong></a> ensures your WordPress blog is running optimally on the <a href="https://www.cloudflare.com/">CloudFlare</a> platform.</p>\n<p><a href="http://blog.milandinic.com/wordpress/plugins/rename-media-files/"><strong>Rename Media Files</strong></a> enables renaming of media files.</p>\n<p><a href="http://wordpress.org/extend/plugins/tallyopia-analytics-plugin/"><strong>Tallyopia Analytics</strong></a> provides analytics that you can embed into your site using shortcodes or view in your admin dashboard.</p>\n<p><a href="http://wordpress.org/extend/plugins/wordpress-text-message/"><strong>WordPress Text Message</strong></a> allows people to subscribe to SMS text message updates of your web site via their cell phone.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-monalisa/"><strong>wp-Monalisa</strong></a> allows you to place the smilies of your choice in posts, pages or comments.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/cCFTtYSdRjI" height="1" width="1" />";s:7:"pubdate";s:31:"Sun, 18 Mar 2012 14:00:24 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:1281:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/wereviews/"><strong>WordPress Review Engine</strong></a>  is an all-in-one review system.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/cloudflare/"><strong>CloudFlare</strong></a> ensures your WordPress blog is running optimally on the <a href="https://www.cloudflare.com/">CloudFlare</a> platform.</p>\n<p><a href="http://blog.milandinic.com/wordpress/plugins/rename-media-files/"><strong>Rename Media Files</strong></a> enables renaming of media files.</p>\n<p><a href="http://wordpress.org/extend/plugins/tallyopia-analytics-plugin/"><strong>Tallyopia Analytics</strong></a> provides analytics that you can embed into your site using shortcodes or view in your admin dashboard.</p>\n<p><a href="http://wordpress.org/extend/plugins/wordpress-text-message/"><strong>WordPress Text Message</strong></a> allows people to subscribe to SMS text message updates of your web site via their cell phone.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-monalisa/"><strong>wp-Monalisa</strong></a> allows you to place the smilies of your choice in posts, pages or comments.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/cCFTtYSdRjI" height="1" width="1" />";}i:28;a:7:{s:5:"title";s:30:"Matt: iPad 3 Launch Experience";s:4:"guid";s:21:"http://ma.tt/?p=40336";s:4:"link";s:46:"http://ma.tt/2012/03/ipad-3-launch-experience/";s:11:"description";s:2758:"<p>I&#8217;m in New Orleans for a few days and, long story short, although I pre-ordered the New iPad it&#8217;s arriving to an address I won&#8217;t be at for a while, so since I was up early this morning thought I&#8217;d go to the nearest Apple store in Metairie and see if I could pick one up, or at least be part of the excitement that always accompanies Apple launch mornings.</p>\n<p>The store had opened at 8, but I arrived at about 8:55, and the scene was not at all what I expected. There was a crowd outside the Apple store, but it was of blue-shirt employees, I walked up and said I was there for a 64GB white AT&amp;T iPad, the fellow handed me a card, and 5 minutes later I was checked out. No line, no waits, no anything! Here&#8217;s a picture of the front of the store, at 9:20am.</p>\n<p><img src="http://matt.files.wordpress.com/2012/03/img_20120316_092309.jpg?w=640" alt="Line at Apple Store" /></p>\n<p>The woman who checked me out said there had been a bit of a line that morning at 8, but just about 20-30 people and she thought that most people didn&#8217;t know they were opening at 8 that morning instead of the normal 10.</p>\n<p>I walked back outside and grabbed a water bottle from the big pallet they had of them (for the expected line) and a Verizon employee accosted me to show ask if I had gotten AT&amp;T or Verizon. When I replied &#8220;AT&amp;T&#8221; he said &#8220;oh man!&#8221; and showed me the speed tests he was getting on his iPad 2 tethered via wifi to a Droid device he had, an impressive 20mbps down. &#8220;Think how fast it&#8217;d be going direct to an iPad.&#8221; (I agree, but I already have a Verizon Nexus device, a T-Mobile Blackberry, a Sprint iPhone, so I wanted to complete the quartet with another carrier and ensure I could have coverage anywhere.) I decided to celebrate with some beignets across the food court from Cafe Du Monde:</p>\n<p><img src="http://matt.files.wordpress.com/2012/03/1331907526394.jpg?w=640" alt="Celebratory Breakfast" /></p>\n<p>So why the lack of a line? Perhaps it was mix up about store opening time, as they suggested. Maybe New Orleans is a Samsung town. Perhaps Apple just did a better job with the pre-orders arriving on launch day, so people didn&#8217;t feel the need to go to the store. Maybe people weren&#8217;t as excited as I was about the new launch. All in all, it doesn&#8217;t matter to me. The screen is gorgeous, it&#8217;s restoring now from iCloud backup, and I&#8217;m pleased as punch to have one on launch day and I&#8217;ll probably spend far too much time today staring at the amazingly high resolution. If you were waiting because you thought the stores might be crazy today, maybe head to them half an hour after open time and skip the queues.</p>";s:7:"pubdate";s:31:"Fri, 16 Mar 2012 14:51:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:2758:"<p>I&#8217;m in New Orleans for a few days and, long story short, although I pre-ordered the New iPad it&#8217;s arriving to an address I won&#8217;t be at for a while, so since I was up early this morning thought I&#8217;d go to the nearest Apple store in Metairie and see if I could pick one up, or at least be part of the excitement that always accompanies Apple launch mornings.</p>\n<p>The store had opened at 8, but I arrived at about 8:55, and the scene was not at all what I expected. There was a crowd outside the Apple store, but it was of blue-shirt employees, I walked up and said I was there for a 64GB white AT&amp;T iPad, the fellow handed me a card, and 5 minutes later I was checked out. No line, no waits, no anything! Here&#8217;s a picture of the front of the store, at 9:20am.</p>\n<p><img src="http://matt.files.wordpress.com/2012/03/img_20120316_092309.jpg?w=640" alt="Line at Apple Store" /></p>\n<p>The woman who checked me out said there had been a bit of a line that morning at 8, but just about 20-30 people and she thought that most people didn&#8217;t know they were opening at 8 that morning instead of the normal 10.</p>\n<p>I walked back outside and grabbed a water bottle from the big pallet they had of them (for the expected line) and a Verizon employee accosted me to show ask if I had gotten AT&amp;T or Verizon. When I replied &#8220;AT&amp;T&#8221; he said &#8220;oh man!&#8221; and showed me the speed tests he was getting on his iPad 2 tethered via wifi to a Droid device he had, an impressive 20mbps down. &#8220;Think how fast it&#8217;d be going direct to an iPad.&#8221; (I agree, but I already have a Verizon Nexus device, a T-Mobile Blackberry, a Sprint iPhone, so I wanted to complete the quartet with another carrier and ensure I could have coverage anywhere.) I decided to celebrate with some beignets across the food court from Cafe Du Monde:</p>\n<p><img src="http://matt.files.wordpress.com/2012/03/1331907526394.jpg?w=640" alt="Celebratory Breakfast" /></p>\n<p>So why the lack of a line? Perhaps it was mix up about store opening time, as they suggested. Maybe New Orleans is a Samsung town. Perhaps Apple just did a better job with the pre-orders arriving on launch day, so people didn&#8217;t feel the need to go to the store. Maybe people weren&#8217;t as excited as I was about the new launch. All in all, it doesn&#8217;t matter to me. The screen is gorgeous, it&#8217;s restoring now from iCloud backup, and I&#8217;m pleased as punch to have one on launch day and I&#8217;ll probably spend far too much time today staring at the amazingly high resolution. If you were waiting because you thought the stores might be crazy today, maybe head to them half an hour after open time and skip the queues.</p>";}i:29;a:7:{s:5:"title";s:58:"Weblog Tools Collection: WordPress Theme Releases for 3/16";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11151";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/IiwgQ7Z-jCQ/";s:11:"description";s:2196:"<p><img class="alignnone size-full wp-image-11156" title="angler" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/angler.jpg" alt="" width="149" height="111" /></p>\n<p><a href="http://wordpress.org/extend/themes/angler"><strong>Angler</strong></a> is a highly customizable but simple theme.</p>\n<p><img class="alignnone size-full wp-image-11157" title="lightblue" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/lightblue.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/light-blue-architecture-wordpress-theme-light-blue-home/"><strong>Light Blue Home</strong></a> is a simple light blue architecture theme.</p>\n<p><img class="alignnone size-full wp-image-11152" title="modernnature" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/modernnature.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/green-nature-wordpress-theme-modern-nature/"><strong>Modern Nature</strong></a> is a green nature theme.</p>\n<p><img class="alignnone size-full wp-image-11153" title="skylark" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/skylark.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://blankthemes.com/skylark/"><strong>Skylark</strong></a> is a great starter theme for portfolio and business sites.</p>\n<p><img class="alignnone size-full wp-image-11154" title="sundance" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/sundance.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/sundance"><strong>Sundance</strong></a> is a minimalist video theme crafted with clean, elegant typography and close attention to detail.</p>\n<p><img class="alignnone size-full wp-image-11155" title="utility" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/utility.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/07/utility-wordpress-theme/"><strong>Utility</strong></a> is a basic theme of a simple setup for a simple blog or website.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/IiwgQ7Z-jCQ" height="1" width="1" />";s:7:"pubdate";s:31:"Fri, 16 Mar 2012 14:00:18 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:2196:"<p><img class="alignnone size-full wp-image-11156" title="angler" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/angler.jpg" alt="" width="149" height="111" /></p>\n<p><a href="http://wordpress.org/extend/themes/angler"><strong>Angler</strong></a> is a highly customizable but simple theme.</p>\n<p><img class="alignnone size-full wp-image-11157" title="lightblue" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/lightblue.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/light-blue-architecture-wordpress-theme-light-blue-home/"><strong>Light Blue Home</strong></a> is a simple light blue architecture theme.</p>\n<p><img class="alignnone size-full wp-image-11152" title="modernnature" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/modernnature.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/green-nature-wordpress-theme-modern-nature/"><strong>Modern Nature</strong></a> is a green nature theme.</p>\n<p><img class="alignnone size-full wp-image-11153" title="skylark" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/skylark.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://blankthemes.com/skylark/"><strong>Skylark</strong></a> is a great starter theme for portfolio and business sites.</p>\n<p><img class="alignnone size-full wp-image-11154" title="sundance" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/sundance.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/sundance"><strong>Sundance</strong></a> is a minimalist video theme crafted with clean, elegant typography and close attention to detail.</p>\n<p><img class="alignnone size-full wp-image-11155" title="utility" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/utility.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/07/utility-wordpress-theme/"><strong>Utility</strong></a> is a basic theme of a simple setup for a simple blog or website.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/IiwgQ7Z-jCQ" height="1" width="1" />";}i:30;a:7:{s:5:"title";s:63:"WPTavern: A Closer Look At Brute Force Attacks Against WP Sites";s:4:"guid";s:31:"http://www.wptavern.com/?p=6424";s:4:"link";s:115:"http://feedproxy.google.com/~r/WordpressTavern/~3/X86PW7TvLGg/a-closer-look-at-brute-force-attacks-against-wp-sites";s:11:"description";s:2071:"<p>Perhaps one of the easiest attacks to perform on a WordPress based website is a brute force attack. Sucuri <a href="http://blog.sucuri.net/2012/03/brute-force-attacks-against-wordpress-sites.html">took the time to create a few different honeypots</a> and monitored WP-Login.php to track the various IP addresses as well as the passwords used to break into the site. Their list of passwords attempted is no surprise to me as I&#8217;ve seen the same results over the course of a year via the <a href="http://www.wptavern.com/review-of-the-limit-login-attempts-plugin">Limit Logins</a> plugin. It all comes back to the use of a strong password. A strong password would look something like this, <strong>RCu7R*0#zm</strong>. Unfortunately, many forms don&#8217;t accept certain characters in passwords so at the very least, add numbers to your password if you can only use numbers and letters. </p>\n<p>The reason why this is one of the easiest attacks to perform is because by default, WordPress allows an unlimited amount of tries when logging into the backend. I understand that it&#8217;s the users responsibility to use a strong password but at the same time, I feel as though the software could help out by only allowing 3 login tries per IP address, very similar to how the Limit Login attempts plugin works. After 3 failed attempts, the IP address would be locked out for a certain amount of time. The only thing I can figure is this particular enhancement would cause some site owners more grief than peace of mind. Unlimited login attempts has been apart of WordPress since I started using it in 2007 and I don&#8217;t see it changing anytime soon, especially since the Limit Login attempts plugin exists and solves the problem so well. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/update-on-my-use-of-limit-login-attempts" rel="bookmark" title="Update On My Use Of Limit Login Attempts">Update On My Use Of Limit Login Attempts</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/X86PW7TvLGg" height="1" width="1" />";s:7:"pubdate";s:31:"Fri, 16 Mar 2012 13:00:42 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:2071:"<p>Perhaps one of the easiest attacks to perform on a WordPress based website is a brute force attack. Sucuri <a href="http://blog.sucuri.net/2012/03/brute-force-attacks-against-wordpress-sites.html">took the time to create a few different honeypots</a> and monitored WP-Login.php to track the various IP addresses as well as the passwords used to break into the site. Their list of passwords attempted is no surprise to me as I&#8217;ve seen the same results over the course of a year via the <a href="http://www.wptavern.com/review-of-the-limit-login-attempts-plugin">Limit Logins</a> plugin. It all comes back to the use of a strong password. A strong password would look something like this, <strong>RCu7R*0#zm</strong>. Unfortunately, many forms don&#8217;t accept certain characters in passwords so at the very least, add numbers to your password if you can only use numbers and letters. </p>\n<p>The reason why this is one of the easiest attacks to perform is because by default, WordPress allows an unlimited amount of tries when logging into the backend. I understand that it&#8217;s the users responsibility to use a strong password but at the same time, I feel as though the software could help out by only allowing 3 login tries per IP address, very similar to how the Limit Login attempts plugin works. After 3 failed attempts, the IP address would be locked out for a certain amount of time. The only thing I can figure is this particular enhancement would cause some site owners more grief than peace of mind. Unlimited login attempts has been apart of WordPress since I started using it in 2007 and I don&#8217;t see it changing anytime soon, especially since the Limit Login attempts plugin exists and solves the problem so well. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/update-on-my-use-of-limit-login-attempts" rel="bookmark" title="Update On My Use Of Limit Login Attempts">Update On My Use Of Limit Login Attempts</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/X86PW7TvLGg" height="1" width="1" />";}i:31;a:7:{s:5:"title";s:58:"WPTavern: Automattic Launches VIP Featured Partner Program";s:4:"guid";s:31:"http://www.wptavern.com/?p=6422";s:4:"link";s:110:"http://feedproxy.google.com/~r/WordpressTavern/~3/K0_Zg_9hQTw/automattic-launches-vip-featured-partner-program";s:11:"description";s:879:"<p>Automattic has announced the launch of a new <a href="http://vip.wordpress.com/2012/03/14/featured-partner-program/">featured VIP Partner program</a> that will provide more bang for the buck for VIP customers.</p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/automattic-makes-second-investment-wpengine" rel="bookmark" title="Automattic Makes Second Investment &#8211; WPEngine">Automattic Makes Second Investment &#8211; WPEngine</a></li>\n<li><a href="http://www.wptavern.com/wptavern-vip-is-no-more" rel="bookmark" title="WPTavern VIP Is No More">WPTavern VIP Is No More</a></li>\n<li><a href="http://www.wptavern.com/forum-vip-membership-now-available" rel="bookmark" title="Forum VIP Membership Now Available">Forum VIP Membership Now Available</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/K0_Zg_9hQTw" height="1" width="1" />";s:7:"pubdate";s:31:"Thu, 15 Mar 2012 21:00:00 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:879:"<p>Automattic has announced the launch of a new <a href="http://vip.wordpress.com/2012/03/14/featured-partner-program/">featured VIP Partner program</a> that will provide more bang for the buck for VIP customers.</p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/automattic-makes-second-investment-wpengine" rel="bookmark" title="Automattic Makes Second Investment &#8211; WPEngine">Automattic Makes Second Investment &#8211; WPEngine</a></li>\n<li><a href="http://www.wptavern.com/wptavern-vip-is-no-more" rel="bookmark" title="WPTavern VIP Is No More">WPTavern VIP Is No More</a></li>\n<li><a href="http://www.wptavern.com/forum-vip-membership-now-available" rel="bookmark" title="Forum VIP Membership Now Available">Forum VIP Membership Now Available</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/K0_Zg_9hQTw" height="1" width="1" />";}i:32;a:7:{s:5:"title";s:86:"Lorelle on WP: Spring Quarter Introduction to WordPress College Course Begins April 10";s:4:"guid";s:36:"http://lorelle.wordpress.com/?p=5734";s:4:"link";s:112:"http://lorelle.wordpress.com/2012/03/15/spring-quarter-introduction-to-wordpress-college-course-begins-april-10/";s:11:"description";s:463:"It&#8217;s hard to believe that the first ever full college course on WordPress is coming to an end, with a new one beginning April 10, 2012, but here we are, and time is running out to get your seat in this Introduction to WordPress course. If you live in the Portland, Oregon, or Southwest Washington [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=5734&subd=lorelle&ref=&feed=1" width="1" height="1" />";s:7:"pubdate";s:31:"Thu, 15 Mar 2012 20:17:39 +0000";s:2:"dc";a:1:{s:7:"creator";s:17:"Lorelle VanFossen";}s:7:"summary";s:463:"It&#8217;s hard to believe that the first ever full college course on WordPress is coming to an end, with a new one beginning April 10, 2012, but here we are, and time is running out to get your seat in this Introduction to WordPress course. If you live in the Portland, Oregon, or Southwest Washington [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=5734&subd=lorelle&ref=&feed=1" width="1" height="1" />";}i:33;a:7:{s:5:"title";s:57:"Andrew Nacin: WordPress: So Easy a Congressman Can Do It";s:4:"guid";s:24:"http://nacin.com/?p=3995";s:4:"link";s:70:"http://nacin.com/2012/03/15/wordpress-so-easy-a-congressman-can-do-it/";s:11:"description";s:6973:"<p>The U.S. House Committee on Oversight and Government Reform <a href="http://oversight.house.gov/">launched a new site</a> on WordPress today. This is really cool for a few reasons. Rep. Darrell Issa tweeted about it this morning, saying WordPress is &#8220;rare&#8221; for government and said it was &#8220;to support fast improvements in response to your feedback.&#8221;</p>\n<p><!-- https://twitter.com/DarrellIssa/statuses/180331770506518528 -->\n<div id="embedly_twitter_79088377" class="embedly_twitter">\n #embedly_twitter_79088377{background:url(http://a0.twimg.com/profile_background_images/165666173/Background.png) #9AE4E8; padding:20px;} #embedly_twitter_79088377 p{background:#fff;padding:10px 12px 0px 12px;margin:0;min-height:48px;color:#000;font-size:18px;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} #embedly_twitter_79088377 .embedly_tweet_content{background:#fff;padding:10px 12px 10px 12px;margin:0;min-height:48px;color:#000;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} #embedly_twitter_79088377 p span.metadata{display:block;width:100%;clear:both;margin-top:0px;height:40px; padding-bottom: 12px;} #embedly_twitter_79088377 p span.metadata span.author{line-height:15px;color:#999;font-size:14px} #embedly_twitter_79088377 p span.metadata span.author a{line-height:15px;font-size:20px;vertical-align:middle} #embedly_twitter_79088377 p span.metadata span.author img{float:left;margin:0 10px 0 0px;width:48px;height:48px} #embedly_twitter_79088377 p a {color: #0084B4; text-decoration:none;} #embedly_twitter_79088377 p a:hover{text-decoration:underline} #embedly_twitter_79088377 .embedly_timestamp{font-size:13px;display:inline-block;margin-top: 5px;} #embedly_twitter_79088377 .components-above span.embedly_timestamp{font-size:10px;margin-top: 1px;line-height:12px} #embedly_twitter_79088377 a {color: #0084B4; text-decoration:none;} #embedly_twitter_79088377 a:hover{text-decoration:underline} #embedly_twitter_79088377 .tweet-screen-name {font-size: 14px; font-weight: bold;} #embedly_twitter_79088377 .tweet-full-name {padding-left: 4px; color: #999; font-size: 12px;} #embedly_twitter_79088377 .tweet-actions{margin-left: 10px;font-size:13px;display:inline-block;width:250px} #embedly_twitter_79088377 .components-above span.tweet-actions{font-size:10px} #embedly_twitter_79088377 .controls{line-height:12px!important} #embedly_twitter_79088377 .tweet-actions a {margin-left:5px} #embedly_twitter_79088377 .tweet-actions a b{font-weight:normal} #embedly_twitter_79088377 .components-above span.tweet-actions a b{vertical-align:baseline;line-height:12px} #embedly_twitter_79088377 .components-above .tweet-text{font-size:13px;vertical-align:baseline} #embedly_twitter_79088377 .tweet-image {float: left; width: 40px;} #embedly_twitter_79088377 .tweet-user-block-image {float: left; width: 48px; height: 48px} #embedly_twitter_79088377 .tweet-row {margin-left: 40px; margin-top: 3px;line-height: 17px;} #embedly_twitter_79088377 .tweet-user-block {margin-left: -40px;} #embedly_twitter_79088377 .stream-item {padding-bottom: 0px; margin-left: 12px;} #embedly_twitter_79088377 .simple-tweet-image img {margin-top: 4px;} #embedly_twitter_79088377 .simple-tweet-content {margin: 0 0 13px 0px; font-size: 14px; min-height:48px;} #embedly_twitter_79088377 .in-reply-to-border {border-color: #EBEBEB; border-style: solid; border-width: 1px 0 0;} #embedly_twitter_79088377 .in-reply-to-text {margin-left: 4px; padding-left: 8px; padding-right: 10px; color: #999; font-size: 12px;} #embedly_twitter_79088377 .tweet-actions i {background: transparent url(http://a2.twimg.com/a/1306889658/phoenix/img/sprite-icons.png) no-repeat;width:15px;height:15px;margin:0 4px -3px 3px;outline: none; text-indent:-99999px;vertical-align:baseline;display:inline-block;position:relative;} #embedly_twitter_79088377 .tweet-actions a.retweet-action i {background-position:-192px 0;} #embedly_twitter_79088377 .tweet-actions a.reply-action i {background-position:0 0;} #embedly_twitter_79088377 .tweet-actions a.favorite-action i {background-position:-32px 0;} \n<div class="embedly_tweet_content">\n<div class="components-middle">\n<p> <span class="metadata"><span class="author"><a href="http://twitter.com/DarrellIssa"> <img src="http://a0.twimg.com/profile_images/1680616889/Twitter_Open_normal.jpg" /></a> <strong><a href="http://twitter.com/DarrellIssa">@DarrellIssa</a></strong><br /></strong><br />Darrell Issa</span></span>New <a href="http://t.co/7m7BwixZ" rel="nofollow" target="_blank">http://t.co/7m7BwixZ</a> is built w/ <a href="http://twitter.com/WordPress">@WordPress</a>, rare for govt sites, to support fast improvements in response to your feedback<br /><span class="embedly_timestamp"> <a title="Thu Mar 15 16:36:59 +0000 2012" href="http://twitter.com/DarrellIssa/status/180331770506518528">Mar 15</a> via <a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</a></span> <span class="tweet-actions"> <a href="https://twitter.com/intent/favorite?tweet_id=180331770506518528" class="favorite-action" title="Favorite"> <span><i></i><b>Favorite</b></span> </a> <a href="https://twitter.com/intent/retweet?tweet_id=180331770506518528" class="retweet-action" title="Retweet"> <span><i></i><b>Retweet</b></span> </a> <a href="https://twitter.com/intent/tweet?in_reply_to=180331770506518528" class="reply-action" title="Reply"> <span><i></i><b>Reply</b></span> </a> </span> </p>\n</div>\n</div>\n</div>\n<p><br /></p><br />Government moves at a pace best described as glacially, so for them to recognize that WordPress can help them react quicker, that&#8217;s just huge. I&#8217;ve learned in D.C. that ease of use and speed of development are very rare things for .gov sites, even those built on open source. Not to mention cost-effectiveness in an age where federal government IT procurement is being <a href="http://ben.balter.com/2011/11/29/towards-a-more-agile-government/">upended</a>. Look, they even created cheesy WordPress-in-government infomercial:</p>\n<p></p>\n<p>The video takes a shot at bad government websites, and while the new site isn&#8217;t the prettiest thing in the world, I like the point they&#8217;re getting across: Government can excel on the web using the same free publishing software as many of their constituents. It won&#8217;t be rare for long.</p>\n<p><strong>Related:</strong> Ben Balter&#8217;s post on <a href="http://ben.balter.com/2012/03/05/wordpress-for-government-and-enterprise/">WordPress and government</a> from last week is making waves.</p>\n<p><strong>Bonus:</strong> The <a href="http://www.consumerfinance.gov/">Consumer Financial Protection Bureau</a> recently gave their WordPress site a new coat of paint.</p>\n<p class="share-sfc-stc"><a href="http://twitter.com/share?url=http%3A%2F%2Fwp.me%2FpQEdq-12r&count=horizontal&related=nacin&text=WordPress%3A%20So%20Easy%20a%20Congressman%20Can%20Do%20It" class="twitter-share-button"></a></p>";s:7:"pubdate";s:31:"Thu, 15 Mar 2012 18:47:54 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Andrew Nacin";}s:7:"summary";s:6973:"<p>The U.S. House Committee on Oversight and Government Reform <a href="http://oversight.house.gov/">launched a new site</a> on WordPress today. This is really cool for a few reasons. Rep. Darrell Issa tweeted about it this morning, saying WordPress is &#8220;rare&#8221; for government and said it was &#8220;to support fast improvements in response to your feedback.&#8221;</p>\n<p><!-- https://twitter.com/DarrellIssa/statuses/180331770506518528 -->\n<div id="embedly_twitter_79088377" class="embedly_twitter">\n #embedly_twitter_79088377{background:url(http://a0.twimg.com/profile_background_images/165666173/Background.png) #9AE4E8; padding:20px;} #embedly_twitter_79088377 p{background:#fff;padding:10px 12px 0px 12px;margin:0;min-height:48px;color:#000;font-size:18px;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} #embedly_twitter_79088377 .embedly_tweet_content{background:#fff;padding:10px 12px 10px 12px;margin:0;min-height:48px;color:#000;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} #embedly_twitter_79088377 p span.metadata{display:block;width:100%;clear:both;margin-top:0px;height:40px; padding-bottom: 12px;} #embedly_twitter_79088377 p span.metadata span.author{line-height:15px;color:#999;font-size:14px} #embedly_twitter_79088377 p span.metadata span.author a{line-height:15px;font-size:20px;vertical-align:middle} #embedly_twitter_79088377 p span.metadata span.author img{float:left;margin:0 10px 0 0px;width:48px;height:48px} #embedly_twitter_79088377 p a {color: #0084B4; text-decoration:none;} #embedly_twitter_79088377 p a:hover{text-decoration:underline} #embedly_twitter_79088377 .embedly_timestamp{font-size:13px;display:inline-block;margin-top: 5px;} #embedly_twitter_79088377 .components-above span.embedly_timestamp{font-size:10px;margin-top: 1px;line-height:12px} #embedly_twitter_79088377 a {color: #0084B4; text-decoration:none;} #embedly_twitter_79088377 a:hover{text-decoration:underline} #embedly_twitter_79088377 .tweet-screen-name {font-size: 14px; font-weight: bold;} #embedly_twitter_79088377 .tweet-full-name {padding-left: 4px; color: #999; font-size: 12px;} #embedly_twitter_79088377 .tweet-actions{margin-left: 10px;font-size:13px;display:inline-block;width:250px} #embedly_twitter_79088377 .components-above span.tweet-actions{font-size:10px} #embedly_twitter_79088377 .controls{line-height:12px!important} #embedly_twitter_79088377 .tweet-actions a {margin-left:5px} #embedly_twitter_79088377 .tweet-actions a b{font-weight:normal} #embedly_twitter_79088377 .components-above span.tweet-actions a b{vertical-align:baseline;line-height:12px} #embedly_twitter_79088377 .components-above .tweet-text{font-size:13px;vertical-align:baseline} #embedly_twitter_79088377 .tweet-image {float: left; width: 40px;} #embedly_twitter_79088377 .tweet-user-block-image {float: left; width: 48px; height: 48px} #embedly_twitter_79088377 .tweet-row {margin-left: 40px; margin-top: 3px;line-height: 17px;} #embedly_twitter_79088377 .tweet-user-block {margin-left: -40px;} #embedly_twitter_79088377 .stream-item {padding-bottom: 0px; margin-left: 12px;} #embedly_twitter_79088377 .simple-tweet-image img {margin-top: 4px;} #embedly_twitter_79088377 .simple-tweet-content {margin: 0 0 13px 0px; font-size: 14px; min-height:48px;} #embedly_twitter_79088377 .in-reply-to-border {border-color: #EBEBEB; border-style: solid; border-width: 1px 0 0;} #embedly_twitter_79088377 .in-reply-to-text {margin-left: 4px; padding-left: 8px; padding-right: 10px; color: #999; font-size: 12px;} #embedly_twitter_79088377 .tweet-actions i {background: transparent url(http://a2.twimg.com/a/1306889658/phoenix/img/sprite-icons.png) no-repeat;width:15px;height:15px;margin:0 4px -3px 3px;outline: none; text-indent:-99999px;vertical-align:baseline;display:inline-block;position:relative;} #embedly_twitter_79088377 .tweet-actions a.retweet-action i {background-position:-192px 0;} #embedly_twitter_79088377 .tweet-actions a.reply-action i {background-position:0 0;} #embedly_twitter_79088377 .tweet-actions a.favorite-action i {background-position:-32px 0;} \n<div class="embedly_tweet_content">\n<div class="components-middle">\n<p> <span class="metadata"><span class="author"><a href="http://twitter.com/DarrellIssa"> <img src="http://a0.twimg.com/profile_images/1680616889/Twitter_Open_normal.jpg" /></a> <strong><a href="http://twitter.com/DarrellIssa">@DarrellIssa</a></strong><br /></strong><br />Darrell Issa</span></span>New <a href="http://t.co/7m7BwixZ" rel="nofollow" target="_blank">http://t.co/7m7BwixZ</a> is built w/ <a href="http://twitter.com/WordPress">@WordPress</a>, rare for govt sites, to support fast improvements in response to your feedback<br /><span class="embedly_timestamp"> <a title="Thu Mar 15 16:36:59 +0000 2012" href="http://twitter.com/DarrellIssa/status/180331770506518528">Mar 15</a> via <a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</a></span> <span class="tweet-actions"> <a href="https://twitter.com/intent/favorite?tweet_id=180331770506518528" class="favorite-action" title="Favorite"> <span><i></i><b>Favorite</b></span> </a> <a href="https://twitter.com/intent/retweet?tweet_id=180331770506518528" class="retweet-action" title="Retweet"> <span><i></i><b>Retweet</b></span> </a> <a href="https://twitter.com/intent/tweet?in_reply_to=180331770506518528" class="reply-action" title="Reply"> <span><i></i><b>Reply</b></span> </a> </span> </p>\n</div>\n</div>\n</div>\n<p><br /></p><br />Government moves at a pace best described as glacially, so for them to recognize that WordPress can help them react quicker, that&#8217;s just huge. I&#8217;ve learned in D.C. that ease of use and speed of development are very rare things for .gov sites, even those built on open source. Not to mention cost-effectiveness in an age where federal government IT procurement is being <a href="http://ben.balter.com/2011/11/29/towards-a-more-agile-government/">upended</a>. Look, they even created cheesy WordPress-in-government infomercial:</p>\n<p></p>\n<p>The video takes a shot at bad government websites, and while the new site isn&#8217;t the prettiest thing in the world, I like the point they&#8217;re getting across: Government can excel on the web using the same free publishing software as many of their constituents. It won&#8217;t be rare for long.</p>\n<p><strong>Related:</strong> Ben Balter&#8217;s post on <a href="http://ben.balter.com/2012/03/05/wordpress-for-government-and-enterprise/">WordPress and government</a> from last week is making waves.</p>\n<p><strong>Bonus:</strong> The <a href="http://www.consumerfinance.gov/">Consumer Financial Protection Bureau</a> recently gave their WordPress site a new coat of paint.</p>\n<p class="share-sfc-stc"><a href="http://twitter.com/share?url=http%3A%2F%2Fwp.me%2FpQEdq-12r&count=horizontal&related=nacin&text=WordPress%3A%20So%20Easy%20a%20Congressman%20Can%20Do%20It" class="twitter-share-button"></a></p>";}i:34;a:7:{s:5:"title";s:48:"WPTavern: WordPress.com Welcomes Posterous Users";s:4:"guid";s:31:"http://www.wptavern.com/?p=6417";s:4:"link";s:100:"http://feedproxy.google.com/~r/WordpressTavern/~3/Vkrqr-16yWI/wordpress-com-welcomes-posterous-users";s:11:"description";s:1125:"<p><a href="http://www.wptavern.com/wp-content/uploads/2012/03/posterouslogo.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/03/posterouslogo.png" alt="Posterous Spaces Logo" title="posterouslogo" width="144" height="49" class="alignright size-full wp-image-6418" /></a>It was&#8217;nt long ago when <a href="https://posterous.com/">Posterous</a> looked poised to take a big chunk of market share away from WordPress and other sites such as Tumblr. But alas, Posterous will become yet another internet memory as <a href="http://blog.posterous.com/big-news">they&#8217;ve announced</a> that the talent behind the service will now be apart of Twitter. While Posterous will remain online for the foreseeable future, users have already started flocking to different services such as WordPress.com, who have experienced a <a href="http://en.blog.wordpress.com/2012/03/13/posterous-joins-twitter/">250% increase in imports</a> from Posterous accounts since the announcement. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Vkrqr-16yWI" height="1" width="1" />";s:7:"pubdate";s:31:"Thu, 15 Mar 2012 17:59:53 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1125:"<p><a href="http://www.wptavern.com/wp-content/uploads/2012/03/posterouslogo.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/03/posterouslogo.png" alt="Posterous Spaces Logo" title="posterouslogo" width="144" height="49" class="alignright size-full wp-image-6418" /></a>It was&#8217;nt long ago when <a href="https://posterous.com/">Posterous</a> looked poised to take a big chunk of market share away from WordPress and other sites such as Tumblr. But alas, Posterous will become yet another internet memory as <a href="http://blog.posterous.com/big-news">they&#8217;ve announced</a> that the talent behind the service will now be apart of Twitter. While Posterous will remain online for the foreseeable future, users have already started flocking to different services such as WordPress.com, who have experienced a <a href="http://en.blog.wordpress.com/2012/03/13/posterous-joins-twitter/">250% increase in imports</a> from Posterous accounts since the announcement. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Vkrqr-16yWI" height="1" width="1" />";}i:35;a:7:{s:5:"title";s:54:"Weblog Tools Collection: Posterous Acquired by Twitter";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11147";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/sI3E4EfemL0/";s:11:"description";s:1303:"<p><a href="http://posterous.com/">Posterous</a>, a popular hosted blogging platform, <a href="http://blog.posterous.com/big-news">has been acquired by Twitter</a>. The team behind Posterous assures that the service will not be disrupted, but will give &#8220;ample notice if [they] make any changes to the service,&#8221; and Sachin Agarwal (Posterous founder and CEO) is now <a href="http://sachin.posterous.com/twitter">a Product Manager for Twitter</a>. It is not yet clear if Twitter intends to make use of the Posterous service or if this acquisition was intended to just bring the talent behind Posterous to Twitter&#8217;s ever-growing platform.</p>\n<p>If you&#8217;re concerned about the future of your Posterous Space, it&#8217;s not too late to switch to a self-hosted <a href="http://wordpress.org/">WordPress</a> installation (where you have full control over your content) <a href="http://wordpress.org/extend/plugins/posterous-importer/">with this importer</a>. If you prefer a hosted environment, like Posterous, you can move to <a href="http://wordpress.com/">WordPress.com</a> following <a href="http://en.support.wordpress.com/import-from-posterous/">this handy guide</a>.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/sI3E4EfemL0" height="1" width="1" />";s:7:"pubdate";s:31:"Thu, 15 Mar 2012 14:00:28 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:1303:"<p><a href="http://posterous.com/">Posterous</a>, a popular hosted blogging platform, <a href="http://blog.posterous.com/big-news">has been acquired by Twitter</a>. The team behind Posterous assures that the service will not be disrupted, but will give &#8220;ample notice if [they] make any changes to the service,&#8221; and Sachin Agarwal (Posterous founder and CEO) is now <a href="http://sachin.posterous.com/twitter">a Product Manager for Twitter</a>. It is not yet clear if Twitter intends to make use of the Posterous service or if this acquisition was intended to just bring the talent behind Posterous to Twitter&#8217;s ever-growing platform.</p>\n<p>If you&#8217;re concerned about the future of your Posterous Space, it&#8217;s not too late to switch to a self-hosted <a href="http://wordpress.org/">WordPress</a> installation (where you have full control over your content) <a href="http://wordpress.org/extend/plugins/posterous-importer/">with this importer</a>. If you prefer a hosted environment, like Posterous, you can move to <a href="http://wordpress.com/">WordPress.com</a> following <a href="http://en.support.wordpress.com/import-from-posterous/">this handy guide</a>.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/sI3E4EfemL0" height="1" width="1" />";}i:36;a:7:{s:5:"title";s:62:"WP iPhone: Now Available: Publish Photos Quickly Using Camera+";s:4:"guid";s:32:"http://ios.wordpress.org/?p=1129";s:4:"link";s:48:"http://ios.wordpress.org/2012/03/15/camera-plus/";s:11:"description";s:3616:"<p><a href="http://ios.wordpress.org"><img src="http://wpiphone.files.wordpress.com/2012/03/wordpress-camera-plus.png" alt="WordPress integrates Camera+" title="wordpress-camera-plus" width="580" height="438" class="alignnone size-full wp-image-1139" /></a><br />\nIf you&#8217;re passionate about posting great photos on your blog, you might just fall in love with this new feature. If you have <a href="http://campl.us/">Camera+ 3.0</a> on your phone (and WordPress for iOS 2.9.5 or higher), you&#8217;ll be able to quickly post photos using the Camera+ app! Simply launch the WordPress app, and tap the Photo button.</p>\n<p>Posting a photo from the Camera+ Lightbox is dead easy. Tap &#8220;Add Photo from Camera+,&#8221; and your phone switches to the Camera+ app &#8211; select a photo to load it into the WordPress app. Add a Title and a Description (both optional), and boom! You&#8217;re done.</p>\n<p>Using Camera+ to snap your photo is just as easy. Tap &#8220;Take Photo with Camera+&#8221; to switch to the Camera+ app&#8217;s camera. Make a &#8220;meow&#8221; sound to locate your cat, add effects, borders, and crop your photo. When you&#8217;re done, just press &#8220;Use&#8221; and your photo is imported into the WordPress app where you can add details if you want.</p>\n<h3>What&#8217;s Next</h3>\n<p>As more camera apps open up their features for other apps, we&#8217;ll look into making more options available. Camera+ was the <a href="http://taptaptap.com/blog/cameraplus-3-is-here/">first to open their app up for integrations</a>, but hopefully more will follow.</p>\n<p>For now, the Camera+ options are only available for the Photo button on iPhone, but we&#8217;re hoping to add it to the Post Editor very soon as well. If you don&#8217;t have Camera+ on your phone, the options simply won&#8217;t be shown. Be sure to subscribe to this blog and <a href="https://twitter.com/#!/wordpressios">follow us on Twitter</a> to get the latest news first.</p>\n<p>Do you use Camera+, or another camera app? Please let us know in the comments!</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/1129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=1129&subd=wpiphone&ref=&feed=1" width="1" height="1" />";s:7:"pubdate";s:31:"Thu, 15 Mar 2012 07:11:23 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"Isaac Keyet";}s:7:"summary";s:3616:"<p><a href="http://ios.wordpress.org"><img src="http://wpiphone.files.wordpress.com/2012/03/wordpress-camera-plus.png" alt="WordPress integrates Camera+" title="wordpress-camera-plus" width="580" height="438" class="alignnone size-full wp-image-1139" /></a><br />\nIf you&#8217;re passionate about posting great photos on your blog, you might just fall in love with this new feature. If you have <a href="http://campl.us/">Camera+ 3.0</a> on your phone (and WordPress for iOS 2.9.5 or higher), you&#8217;ll be able to quickly post photos using the Camera+ app! Simply launch the WordPress app, and tap the Photo button.</p>\n<p>Posting a photo from the Camera+ Lightbox is dead easy. Tap &#8220;Add Photo from Camera+,&#8221; and your phone switches to the Camera+ app &#8211; select a photo to load it into the WordPress app. Add a Title and a Description (both optional), and boom! You&#8217;re done.</p>\n<p>Using Camera+ to snap your photo is just as easy. Tap &#8220;Take Photo with Camera+&#8221; to switch to the Camera+ app&#8217;s camera. Make a &#8220;meow&#8221; sound to locate your cat, add effects, borders, and crop your photo. When you&#8217;re done, just press &#8220;Use&#8221; and your photo is imported into the WordPress app where you can add details if you want.</p>\n<h3>What&#8217;s Next</h3>\n<p>As more camera apps open up their features for other apps, we&#8217;ll look into making more options available. Camera+ was the <a href="http://taptaptap.com/blog/cameraplus-3-is-here/">first to open their app up for integrations</a>, but hopefully more will follow.</p>\n<p>For now, the Camera+ options are only available for the Photo button on iPhone, but we&#8217;re hoping to add it to the Post Editor very soon as well. If you don&#8217;t have Camera+ on your phone, the options simply won&#8217;t be shown. Be sure to subscribe to this blog and <a href="https://twitter.com/#!/wordpressios">follow us on Twitter</a> to get the latest news first.</p>\n<p>Do you use Camera+, or another camera app? Please let us know in the comments!</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/1129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/1129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/1129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=1129&subd=wpiphone&ref=&feed=1" width="1" height="1" />";}i:37;a:7:{s:5:"title";s:64:"WordPress.tv: Oliver Nielsen, WebMatros: SUCCES med Online Video";s:4:"guid";s:28:"http://wordpress.tv/?p=10032";s:4:"link";s:80:"http://wordpress.tv/2012/03/14/oliver-nielsen-webmatros-succes-med-online-video/";s:11:"description";s:1889:"<div id="v-tcOhrBWe-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10032/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10032&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/14/oliver-nielsen-webmatros-succes-med-online-video/"><img alt="WordCamp 2011 &#8211; Oliver Nielsen &#8211; WebMatros &#8211; SUCCES med Online Video" src="http://videos.videopress.com/tcOhrBWe/wordcamp-2011-webmatros-wptv-version_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Wed, 14 Mar 2012 14:30:10 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"wcdenmark";}s:7:"summary";s:1889:"<div id="v-tcOhrBWe-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10032/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10032/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10032&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/14/oliver-nielsen-webmatros-succes-med-online-video/"><img alt="WordCamp 2011 &#8211; Oliver Nielsen &#8211; WebMatros &#8211; SUCCES med Online Video" src="http://videos.videopress.com/tcOhrBWe/wordcamp-2011-webmatros-wptv-version_std.original.jpg" width="160" height="120" /></a></div>";}i:38;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 3/14";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11143";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/l03rvM1TTfY/";s:11:"description";s:950:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/admium/"><strong>Admium</strong></a> lets users sign up for recurring subscriptions to your site, and lets you make subscriber-only content.</p>\n<p><a href="http://wordpress.org/extend/plugins/buy-button-for-online-services-by-businessbites/"><strong>BusinessBites Button</strong></a> allows you to get paid to communicate with your visitors using built in time tracking and automated billing.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.foxy-press.com/"><strong>FoxyPress</strong></a> is a custom plugin made to integrate FoxyCart e-commerce functionality into your WordPress website.</p>\n<p><a href="http://wordpress.org/extend/plugins/image-widget/"><strong>Image Widget</strong></a> uses a native WordPress upload thickbox to add image widgets to your site.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/l03rvM1TTfY" height="1" width="1" />";s:7:"pubdate";s:31:"Wed, 14 Mar 2012 14:00:12 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:950:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/admium/"><strong>Admium</strong></a> lets users sign up for recurring subscriptions to your site, and lets you make subscriber-only content.</p>\n<p><a href="http://wordpress.org/extend/plugins/buy-button-for-online-services-by-businessbites/"><strong>BusinessBites Button</strong></a> allows you to get paid to communicate with your visitors using built in time tracking and automated billing.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.foxy-press.com/"><strong>FoxyPress</strong></a> is a custom plugin made to integrate FoxyCart e-commerce functionality into your WordPress website.</p>\n<p><a href="http://wordpress.org/extend/plugins/image-widget/"><strong>Image Widget</strong></a> uses a native WordPress upload thickbox to add image widgets to your site.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/l03rvM1TTfY" height="1" width="1" />";}i:39;a:7:{s:5:"title";s:57:"WordPress.tv: Mark Gazel: WordPress Denmark status update";s:4:"guid";s:28:"http://wordpress.tv/?p=10014";s:4:"link";s:74:"http://wordpress.tv/2012/03/13/mark-gazel-wordpress-denmark-status-update/";s:11:"description";s:1817:"<div id="v-hw1EDKsV-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10014/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10014&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/13/mark-gazel-wordpress-denmark-status-update/"><img alt="WordCamp 2011 &#8211; Mark Gazel" src="http://videos.videopress.com/hw1EDKsV/wordcamp-2011-mark-gazel_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Tue, 13 Mar 2012 20:00:54 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"wcdenmark";}s:7:"summary";s:1817:"<div id="v-hw1EDKsV-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10014/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10014/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10014/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10014&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/13/mark-gazel-wordpress-denmark-status-update/"><img alt="WordCamp 2011 &#8211; Mark Gazel" src="http://videos.videopress.com/hw1EDKsV/wordcamp-2011-mark-gazel_std.original.jpg" width="160" height="120" /></a></div>";}i:40;a:7:{s:5:"title";s:56:"WPTavern: 10 Queries To Clean Up Your WordPress Database";s:4:"guid";s:31:"http://www.wptavern.com/?p=6414";s:4:"link";s:108:"http://feedproxy.google.com/~r/WordpressTavern/~3/L0EQ6MOrCVQ/10-queries-to-clean-up-your-wordpress-database";s:11:"description";s:932:"<p>John Baptiste of CatsWhoCode.com <a href="http://www.catswhocode.com/blog/10-useful-sql-queries-to-clean-up-your-wordpress-database">has published 10 useful SQL queries</a> that you can use to clean up the database that houses your WordPress installation. Before any SQL queries are run, you should definitely back up your entire website as a wrongly executed query can ruin the database, rendering your site useless. If you&#8217;re afraid to execute any of the queries mentioned within his list, there are plugins available that can accomplish the same tasks such as <a href="http://wordpress.org/extend/plugins/wp-cleanup/">WP-Cleanup</a> but the same precautions must be taken, especially since some of the cleaning plugins are old and may not have the correct table or location to delete data from. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/L0EQ6MOrCVQ" height="1" width="1" />";s:7:"pubdate";s:31:"Tue, 13 Mar 2012 17:00:31 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:932:"<p>John Baptiste of CatsWhoCode.com <a href="http://www.catswhocode.com/blog/10-useful-sql-queries-to-clean-up-your-wordpress-database">has published 10 useful SQL queries</a> that you can use to clean up the database that houses your WordPress installation. Before any SQL queries are run, you should definitely back up your entire website as a wrongly executed query can ruin the database, rendering your site useless. If you&#8217;re afraid to execute any of the queries mentioned within his list, there are plugins available that can accomplish the same tasks such as <a href="http://wordpress.org/extend/plugins/wp-cleanup/">WP-Cleanup</a> but the same precautions must be taken, especially since some of the cleaning plugins are old and may not have the correct table or location to delete data from. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/L0EQ6MOrCVQ" height="1" width="1" />";}i:41;a:7:{s:5:"title";s:25:"Matt: When Mom Goes Viral";s:4:"guid";s:21:"http://ma.tt/?p=40334";s:4:"link";s:41:"http://ma.tt/2012/03/when-mom-goes-viral/";s:11:"description";s:296:"<p>The Olive Garden restaurant making the rounds a few days ago was actually from the mother of a WSJ writer, here&#8217;s his take: <a href="http://online.wsj.com/article/SB10001424052702304537904577275683631110396.html">When Mom Goes Viral: Marilyn Hagerty, 85, Is Talk of Social Media</a>.</p>";s:7:"pubdate";s:31:"Tue, 13 Mar 2012 16:10:00 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Matt";}s:7:"summary";s:296:"<p>The Olive Garden restaurant making the rounds a few days ago was actually from the mother of a WSJ writer, here&#8217;s his take: <a href="http://online.wsj.com/article/SB10001424052702304537904577275683631110396.html">When Mom Goes Viral: Marilyn Hagerty, 85, Is Talk of Social Media</a>.</p>";}i:42;a:7:{s:5:"title";s:49:"Weblog Tools Collection: WP_Query Quick Reference";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11140";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/yTu1OnCLKyY/";s:11:"description";s:920:"<p>Are you looking for a super-simple quick reference for <a href="http://codex.wordpress.org/Class_Reference/WP_Query">WP_Query</a> and all of its parameters? Loosely described, WP_Query is how <a href="http://wordpress.org/">WordPress</a> displays posts defined by a variety of parameters, and keeping that of the available parameters can be a monumental task. It&#8217;s easy to forget all that you can do with WP_Query if you aren&#8217;t working with it every single day.</p>\n<p>Of course, this brings me to <a href="https://gist.github.com/2023628">this handy Gist</a>. It&#8217;s nothing flashy, but it is a super-simple text file listing and describing all the WP_Query parameters. I&#8217;m not sure how long this will be around, so you might want to download it ASAP for reference when you need it.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/yTu1OnCLKyY" height="1" width="1" />";s:7:"pubdate";s:31:"Tue, 13 Mar 2012 14:00:22 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:920:"<p>Are you looking for a super-simple quick reference for <a href="http://codex.wordpress.org/Class_Reference/WP_Query">WP_Query</a> and all of its parameters? Loosely described, WP_Query is how <a href="http://wordpress.org/">WordPress</a> displays posts defined by a variety of parameters, and keeping that of the available parameters can be a monumental task. It&#8217;s easy to forget all that you can do with WP_Query if you aren&#8217;t working with it every single day.</p>\n<p>Of course, this brings me to <a href="https://gist.github.com/2023628">this handy Gist</a>. It&#8217;s nothing flashy, but it is a super-simple text file listing and describing all the WP_Query parameters. I&#8217;m not sure how long this will be around, so you might want to download it ASAP for reference when you need it.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/yTu1OnCLKyY" height="1" width="1" />";}i:43;a:7:{s:5:"title";s:32:"WPTavern: Congrats To Jane Wells";s:4:"guid";s:31:"http://www.wptavern.com/?p=6411";s:4:"link";s:84:"http://feedproxy.google.com/~r/WordpressTavern/~3/MEy40vJPxpo/congrats-to-jane-wells";s:11:"description";s:1445:"<p>As I <a href="http://www.wptavern.com/help-jane-buy-a-bakery">mentioned about a month ago</a>, Jane Wells has been working on a new venture called Jitterbug which aims to be a bakery with a cafe feel complete with WiFi. To help fund this venture and to purchase some equipment, Jane put together a <a href="http://www.kickstarter.com/projects/janeforshort/jitterbug-bakery-eat-drink-blog/">project on KickStarter.com</a> to generate crowd sourced capital. The monetary goal was $15,000.00 and that was reached just 4 days prior to the project expiring. One particular backer was able to pledge $5,000.00 and will have a muffin named after him. The backer was Michael Torbert, the author behind the All In One SEO Plugin.</p>\n<p>Congratulations goes out to Jane Wells for a successful kickstarter project. I myself chipped in a hundred bucks but the best thing about it all is that I now have a really good reason to visit Tybee Island, Georgia. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/help-jane-buy-a-bakery" rel="bookmark" title="Help Jane Buy A Bakery">Help Jane Buy A Bakery</a></li>\n<li><a href="http://www.wptavern.com/pods-plugin-successfully-kickstarted-to-version-2-0" rel="bookmark" title="Pods Plugin Successfully Kickstarted To Version 2.0">Pods Plugin Successfully Kickstarted To Version 2.0</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/MEy40vJPxpo" height="1" width="1" />";s:7:"pubdate";s:31:"Tue, 13 Mar 2012 13:00:49 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1445:"<p>As I <a href="http://www.wptavern.com/help-jane-buy-a-bakery">mentioned about a month ago</a>, Jane Wells has been working on a new venture called Jitterbug which aims to be a bakery with a cafe feel complete with WiFi. To help fund this venture and to purchase some equipment, Jane put together a <a href="http://www.kickstarter.com/projects/janeforshort/jitterbug-bakery-eat-drink-blog/">project on KickStarter.com</a> to generate crowd sourced capital. The monetary goal was $15,000.00 and that was reached just 4 days prior to the project expiring. One particular backer was able to pledge $5,000.00 and will have a muffin named after him. The backer was Michael Torbert, the author behind the All In One SEO Plugin.</p>\n<p>Congratulations goes out to Jane Wells for a successful kickstarter project. I myself chipped in a hundred bucks but the best thing about it all is that I now have a really good reason to visit Tybee Island, Georgia. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/help-jane-buy-a-bakery" rel="bookmark" title="Help Jane Buy A Bakery">Help Jane Buy A Bakery</a></li>\n<li><a href="http://www.wptavern.com/pods-plugin-successfully-kickstarted-to-version-2-0" rel="bookmark" title="Pods Plugin Successfully Kickstarted To Version 2.0">Pods Plugin Successfully Kickstarted To Version 2.0</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/MEy40vJPxpo" height="1" width="1" />";}i:44;a:7:{s:5:"title";s:70:"WordPress.tv: Julio Potier : WordPress et la sécurité des extensions";s:4:"guid";s:28:"http://wordpress.tv/?p=10002";s:4:"link";s:84:"http://wordpress.tv/2012/03/12/julio-potier-wordpress-et-la-securite-des-extensions/";s:11:"description";s:1803:"<div id="v-sMgSfEhu-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10002/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10002&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/12/julio-potier-wordpress-et-la-securite-des-extensions/"><img alt="wcparis-03-julio" src="http://videos.videopress.com/sMgSfEhu/wcparis-03-julio_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Mon, 12 Mar 2012 22:35:22 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"wordcampparis";}s:7:"summary";s:1803:"<div id="v-sMgSfEhu-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/10002/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/10002/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/10002/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=10002&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/12/julio-potier-wordpress-et-la-securite-des-extensions/"><img alt="wcparis-03-julio" src="http://videos.videopress.com/sMgSfEhu/wcparis-03-julio_std.original.jpg" width="160" height="120" /></a></div>";}i:45;a:7:{s:5:"title";s:107:"WordPress.tv: Greg Taylor: WordPress for Musicians, Artists, Writers, Butchers, Bakers & Candlestick Makers";s:4:"guid";s:27:"http://wordpress.tv/?p=9970";s:4:"link";s:118:"http://wordpress.tv/2012/03/12/greg-taylor-wordpress-for-musicians-artists-writers-butchers-bakers-candlestick-makers/";s:11:"description";s:1862:"<div id="v-u1xNl3Js-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9970/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9970&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/12/greg-taylor-wordpress-for-musicians-artists-writers-butchers-bakers-candlestick-makers/"><img alt="WC_PHX_My_WP_WordPress_For_Creatives" src="http://videos.videopress.com/u1xNl3Js/wc_phx_my_wp_wordpress_for_creatives_std.original.jpg" width="160" height="120" /></a></div>";s:7:"pubdate";s:31:"Mon, 12 Mar 2012 16:35:23 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"blazestreaming";}s:7:"summary";s:1862:"<div id="v-u1xNl3Js-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9970/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9970&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/03/12/greg-taylor-wordpress-for-musicians-artists-writers-butchers-bakers-candlestick-makers/"><img alt="WC_PHX_My_WP_WordPress_For_Creatives" src="http://videos.videopress.com/u1xNl3Js/wc_phx_my_wp_wordpress_for_creatives_std.original.jpg" width="160" height="120" /></a></div>";}i:46;a:7:{s:5:"title";s:58:"Weblog Tools Collection: WordPress Theme Releases for 3/12";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11132";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/wu_wLR0VRvU/";s:11:"description";s:1935:"<p><img class="alignnone size-full wp-image-11133" title="brownworld" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/brownworld.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/simple-dark-wordpress-theme-brown-world/"><strong>Brown World</strong></a> is a simple dark brown theme.</p>\n<p><img class="alignnone size-full wp-image-11138" title="mylife" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/mylife.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/my-life"><strong>My Life</strong></a> is a serene blogging theme that emphasizes your content with readable typography.</p>\n<p><img class="alignnone size-full wp-image-11134" title="picochic" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/picochic.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/picochic"><strong>Picochic</strong></a> is a neutral, light, clean and professional looking theme.</p>\n<p><img class="alignnone size-full wp-image-11137" title="simpleblack" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/simpleblack.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/simple-dark-black-wordpress-theme-simple-black-theme/"><strong>Simple Black</strong></a> is a simple theme with a dark black design.</p>\n<p><img class="alignnone size-full wp-image-11136" title="suede" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/suede.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/10/suede-wordpress-theme/"><strong>Suede</strong></a> has two columns, fixed width, a left sidebar, and features a brilliant, vibrant orange-red, beige, tan, cream, brown, and taupe scheme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/wu_wLR0VRvU" height="1" width="1" />";s:7:"pubdate";s:31:"Mon, 12 Mar 2012 13:00:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:1935:"<p><img class="alignnone size-full wp-image-11133" title="brownworld" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/brownworld.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/simple-dark-wordpress-theme-brown-world/"><strong>Brown World</strong></a> is a simple dark brown theme.</p>\n<p><img class="alignnone size-full wp-image-11138" title="mylife" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/mylife.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/my-life"><strong>My Life</strong></a> is a serene blogging theme that emphasizes your content with readable typography.</p>\n<p><img class="alignnone size-full wp-image-11134" title="picochic" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/picochic.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/picochic"><strong>Picochic</strong></a> is a neutral, light, clean and professional looking theme.</p>\n<p><img class="alignnone size-full wp-image-11137" title="simpleblack" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/simpleblack.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://bestwpblogthemes.com/2012/simple-dark-black-wordpress-theme-simple-black-theme/"><strong>Simple Black</strong></a> is a simple theme with a dark black design.</p>\n<p><img class="alignnone size-full wp-image-11136" title="suede" src="http://weblogtoolscollection.com/wp-content/uploads/2012/03/suede.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/03/10/suede-wordpress-theme/"><strong>Suede</strong></a> has two columns, fixed width, a left sidebar, and features a brilliant, vibrant orange-red, beige, tan, cream, brown, and taupe scheme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/wu_wLR0VRvU" height="1" width="1" />";}i:47;a:7:{s:5:"title";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 3/10";s:4:"guid";s:41:"http://weblogtoolscollection.com/?p=11129";s:4:"link";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ExNL2vXsZAo/";s:11:"description";s:1203:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/bbpress-digest/"><strong>bbPress Digest</strong></a> allows you to send daily digest with a forum&#8217;s active topics.</p>\n<p><a href="http://wordpress.org/extend/plugins/pulsemaps/"><strong>PulseMaps Visitor Map Plugin</strong></a> allows you to see your visitors on a world map.</p>\n<p><a href="http://wordpress.org/extend/plugins/user-login-stat/"><strong>User Login Statistics</strong></a> tracks registered users login statistics each day.</p>\n<p><a href="http://wpappmaker.com/"><strong>WP App Maker</strong></a> allows you to generate and distribute an Android App for your WordPress blog.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/image-widget/"><strong>Image Widget</strong></a> uses a native WordPress upload thickbox to add image widgets to your site.</p>\n<p><a href="http://wordpress.org/extend/plugins/ultimate-cms/"><strong>Ultimate CMS</strong></a> is an easy to use plugin to create, customize, and manage custom post/page types, custom archives, and custom taxonomies.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ExNL2vXsZAo" height="1" width="1" />";s:7:"pubdate";s:31:"Sat, 10 Mar 2012 14:00:07 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"James";}s:7:"summary";s:1203:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/bbpress-digest/"><strong>bbPress Digest</strong></a> allows you to send daily digest with a forum&#8217;s active topics.</p>\n<p><a href="http://wordpress.org/extend/plugins/pulsemaps/"><strong>PulseMaps Visitor Map Plugin</strong></a> allows you to see your visitors on a world map.</p>\n<p><a href="http://wordpress.org/extend/plugins/user-login-stat/"><strong>User Login Statistics</strong></a> tracks registered users login statistics each day.</p>\n<p><a href="http://wpappmaker.com/"><strong>WP App Maker</strong></a> allows you to generate and distribute an Android App for your WordPress blog.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/image-widget/"><strong>Image Widget</strong></a> uses a native WordPress upload thickbox to add image widgets to your site.</p>\n<p><a href="http://wordpress.org/extend/plugins/ultimate-cms/"><strong>Ultimate CMS</strong></a> is an easy to use plugin to create, customize, and manage custom post/page types, custom archives, and custom taxonomies.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ExNL2vXsZAo" height="1" width="1" />";}i:48;a:7:{s:5:"title";s:61:"WPTavern: WordPress Not The Direct Cause Of Mass Site Attacks";s:4:"guid";s:31:"http://www.wptavern.com/?p=6406";s:4:"link";s:113:"http://feedproxy.google.com/~r/WordpressTavern/~3/-xrOIkFLWM8/wordpress-not-the-direct-cause-of-mass-site-attacks";s:11:"description";s:1736:"<p>Sucuri <a href="http://blog.sucuri.net/2012/03/rr-nu-malware-campain-more-details.html">has published more information</a> regarding the compromising of at least 30,000 domains. Based on their research, they are ruling out the possibility that the attacks are taking advantage of a new vulnerability within the core of WordPress. </p>\n<blockquote><p>The first question is how are these sites getting hacked? On all the cases we analyzed, they either had outdated versions of WordPress, or of a plugin. We can safely rule out any new vulnerability on WordPress itself.</p></blockquote>\n<p>To stay on top of the latest malware threats on the web, you should <a href="http://feeds.feedburner.com/SucuriSecurity">subscribe to their RSS feed</a>. Perhaps the more people that realize this stuff is happening on a daily basis, the more it will persuade them to keep sites, plugins, and themes updated. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/5-tips-to-create-a-great-site-about-wordpress" rel="bookmark" title="5 Tips To Create A Great Site About WordPress">5 Tips To Create A Great Site About WordPress</a></li>\n<li><a href="http://www.wptavern.com/getting-started-with-designing-your-site" rel="bookmark" title="Getting Started With Designing Your Site">Getting Started With Designing Your Site</a></li>\n<li><a href="http://www.wptavern.com/14-things-to-consider-when-choosing-a-webhost-for-your-wordpress-powered-site" rel="bookmark" title="14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site">14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/-xrOIkFLWM8" height="1" width="1" />";s:7:"pubdate";s:31:"Fri, 09 Mar 2012 18:00:29 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1736:"<p>Sucuri <a href="http://blog.sucuri.net/2012/03/rr-nu-malware-campain-more-details.html">has published more information</a> regarding the compromising of at least 30,000 domains. Based on their research, they are ruling out the possibility that the attacks are taking advantage of a new vulnerability within the core of WordPress. </p>\n<blockquote><p>The first question is how are these sites getting hacked? On all the cases we analyzed, they either had outdated versions of WordPress, or of a plugin. We can safely rule out any new vulnerability on WordPress itself.</p></blockquote>\n<p>To stay on top of the latest malware threats on the web, you should <a href="http://feeds.feedburner.com/SucuriSecurity">subscribe to their RSS feed</a>. Perhaps the more people that realize this stuff is happening on a daily basis, the more it will persuade them to keep sites, plugins, and themes updated. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/5-tips-to-create-a-great-site-about-wordpress" rel="bookmark" title="5 Tips To Create A Great Site About WordPress">5 Tips To Create A Great Site About WordPress</a></li>\n<li><a href="http://www.wptavern.com/getting-started-with-designing-your-site" rel="bookmark" title="Getting Started With Designing Your Site">Getting Started With Designing Your Site</a></li>\n<li><a href="http://www.wptavern.com/14-things-to-consider-when-choosing-a-webhost-for-your-wordpress-powered-site" rel="bookmark" title="14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site">14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/-xrOIkFLWM8" height="1" width="1" />";}i:49;a:7:{s:5:"title";s:74:"WPTavern: Lance Willett Helps Beginners Navigate WordPress Theme Landscape";s:4:"guid";s:31:"http://www.wptavern.com/?p=6401";s:4:"link";s:116:"http://feedproxy.google.com/~r/WordpressTavern/~3/WSendJNMxVE/lance-willett-helps-beginners-navigate-theme-landscape";s:11:"description";s:1227:"<p>Fresh from <a href="http://2012.phoenix.wordcamp.org/">WordCamp Phoenix 2012</a>, Lance Willett who works for Automattic and is part of the theme wrangler team gave a great presentation for beginners on how to navigate the vast landscape that is WordPress themes. He covers the gamut such as where to look for themes, commercial themes, things to consider before using the theme on your site, etc. This presentation is truly for the beginner as it has nothing to do with coding. Nice job Lance. </p>\n<div class="aligncenter"></div>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wpweekly-episode-109-%e2%80%93-interview-with-lance-willett" rel="bookmark" title="WPWeekly Episode 109 – Interview With Lance Willett">WPWeekly Episode 109 – Interview With Lance Willett</a></li>\n<li><a href="http://www.wptavern.com/name-your-dream-theme-team" rel="bookmark" title="Name Your Dream Theme Team">Name Your Dream Theme Team</a></li>\n<li><a href="http://www.wptavern.com/roots-wordpress-starter-theme" rel="bookmark" title="Roots &#8211; WordPress Starter Theme">Roots &#8211; WordPress Starter Theme</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/WSendJNMxVE" height="1" width="1" />";s:7:"pubdate";s:31:"Fri, 09 Mar 2012 14:00:25 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Jeffro";}s:7:"summary";s:1227:"<p>Fresh from <a href="http://2012.phoenix.wordcamp.org/">WordCamp Phoenix 2012</a>, Lance Willett who works for Automattic and is part of the theme wrangler team gave a great presentation for beginners on how to navigate the vast landscape that is WordPress themes. He covers the gamut such as where to look for themes, commercial themes, things to consider before using the theme on your site, etc. This presentation is truly for the beginner as it has nothing to do with coding. Nice job Lance. </p>\n<div class="aligncenter"></div>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wpweekly-episode-109-%e2%80%93-interview-with-lance-willett" rel="bookmark" title="WPWeekly Episode 109 – Interview With Lance Willett">WPWeekly Episode 109 – Interview With Lance Willett</a></li>\n<li><a href="http://www.wptavern.com/name-your-dream-theme-team" rel="bookmark" title="Name Your Dream Theme Team">Name Your Dream Theme Team</a></li>\n<li><a href="http://www.wptavern.com/roots-wordpress-starter-theme" rel="bookmark" title="Roots &#8211; WordPress Starter Theme">Roots &#8211; WordPress Starter Theme</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/WSendJNMxVE" height="1" width="1" />";}}s:7:"channel";a:5:{s:5:"title";s:16:"WordPress Planet";s:4:"link";s:28:"http://planet.wordpress.org/";s:8:"language";s:2:"en";s:11:"description";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"tagline";s:47:"WordPress Planet - http://planet.wordpress.org/";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Wed, 28 Mar 2012 17:15:17 GMT\r\n";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(4785, 0, 'category_children', 'a:0:{}', 'yes'),
(4551, 0, 'twitter_user_data', 'a:1:{i:0;a:4:{s:5:"tweet";s:72:"My Tweeter feeds are now available on my blog. Micro-blog to Macro-blog.";s:4:"name";s:7:"bhawmik";s:6:"avatar";s:68:"http://a1.twimg.com/profile_images/61208886/Sudipta_small_normal.jpg";s:4:"date";s:10:"1314646332";}}', 'yes'),
(4355, 0, 'rss_18b875abfa2e1493a5b7c1c9e31d8ae6', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:5:{s:5:"title";s:49:"link:http://nynjbengali.com/ - Google Blog Search";s:4:"link";s:92:"http://www.google.com/search?hl=en&ie=utf-8&q=link:http://nynjbengali.com/&tbm=blg&tbs=sbd:1";s:11:"description";s:82:"Your search - <b>link:http://nynjbengali.com/</b> - did not match any documents.  ";s:10:"opensearch";a:3:{s:12:"totalresults";s:1:"0";s:10:"startindex";s:1:"1";s:12:"itemsperpage";s:2:"10";}s:7:"tagline";s:82:"Your search - <b>link:http://nynjbengali.com/</b> - did not match any documents.  ";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no'),
(4545, 0, 'twitter_page_id', '581', 'yes'),
(4548, 0, 'twitter_restrict_tweets', '0', 'yes'),
(4552, 0, 'wp_cron_backup_schedule', 'weekly', 'yes'),
(4553, 0, 'wp_cron_backup_tables', 'a:27:{i:0;s:12:"wp_awsomnews";i:1;s:17:"wp_cat_visibility";i:2;s:15:"wp_ec3_schedule";i:3;s:13:"wp_email_list";i:4;s:20:"wp_email_list_config";i:5;s:20:"wp_email_list_future";i:6;s:11:"wp_page2cat";i:7;s:22:"wp_podpress_statcounts";i:8;s:17:"wp_podpress_stats";i:9;s:10:"wp_py_jobs";i:10;s:15:"wp_py_jobs_data";i:11;s:20:"wp_referrer_detector";i:12;s:26:"wp_referrer_detector_stats";i:13;s:9:"wp_search";i:14;s:17:"wp_search_phrases";i:15;s:16:"wp_similar_posts";i:16;s:13:"wp_subscribe2";i:17;s:21:"wp_term_relationships";i:18;s:16:"wp_term_taxonomy";i:19;s:8:"wp_terms";i:20;s:11:"wp_tla_data";i:21;s:14:"wp_tla_rss_map";i:22;s:9:"wp_wassup";i:23;s:13:"wp_wassup_tmp";i:24;s:12:"wp_wp125_ads";i:25;s:24:"wpau_active_plugins_info";i:26;s:16:"wpau_upgrade_log";}', 'yes'),
(4554, 0, 'wp_cron_backup_recipient', 'bhawmik@gmail.com', 'yes'),
(4356, 0, 'rss_18b875abfa2e1493a5b7c1c9e31d8ae6_ts', '1332955976', 'no'),
(3285, 0, 'rss_82b3447c8eb0d9eb52595841f128316f', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:0:{}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";N;s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Thu, 14 May 2009 09:54:48 GMT\r\n";s:4:"etag";s:24:""2db22a8-d92-4a0bea68"\r\n";}', 'no'),
(3265, 0, 'roohit_options', '', 'yes'),
(3266, 0, 'wp_recentcomments_options', 'a:2:{s:7:"js_type";s:6:"normal";s:10:"jquery_url";s:0:"";}', 'yes'),
(3262, 0, 'roohit_hoverbox', '1', 'yes'),
(3263, 0, 'roohit_style', '1', 'yes'),
(3264, 0, 'roohit_language', '', 'yes'),
(1486, 0, 'lightbox_color1', '#000000', 'yes'),
(1487, 0, 'lightbox_lb_opacity', '0.8', 'yes'),
(1488, 0, 'lightbox_lb_resize', '7', 'yes'),
(1489, 0, 'lightbox_conditionals', 'a:8:{s:7:"is_home";b:1;s:9:"is_single";b:1;s:7:"is_page";b:1;s:11:"is_category";b:1;s:6:"is_tag";b:1;s:7:"is_date";b:1;s:9:"is_search";b:1;s:12:"is_automatic";b:1;}', 'yes'),
(727, 0, 'rss_b3396ff119b46f3c386686385c8634c5', 'O:9:"MagpieRSS":18:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:18:{i:0;a:6:{s:5:"title";s:54:"SP, JD(U) want Army chief VK Singh sacked, BJP says no";s:4:"link";s:116:"http://timesofindia.indiatimes.com/india/SP-JDU-want-Army-chief-VK-Singh-sacked-BJP-says-no/articleshow/12441920.cms";s:4:"guid";s:116:"http://timesofindia.indiatimes.com/india/SP-JDU-want-Army-chief-VK-Singh-sacked-BJP-says-no/articleshow/12441920.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 11:15:16 GMT";s:11:"description";s:162:"As the uproar over the letter led to angry scenes in the Rajya Sabha, Janata Dal(U) leader Shivanand Tiwari was the first to demand the sacking of the Army chief.";s:7:"summary";s:162:"As the uproar over the letter led to angry scenes in the Rajya Sabha, Janata Dal(U) leader Shivanand Tiwari was the first to demand the sacking of the Army chief.";}i:1;a:6:{s:5:"title";s:61:"Corruption is a way of life in Tirupati Tirumala Devasthanams";s:4:"link";s:136:"http://timesofindia.indiatimes.com/city/hyderabad/Corruption-is-a-way-of-life-in-Tirupati-Tirumala-Devasthanams/articleshow/12436087.cms";s:4:"guid";s:136:"http://timesofindia.indiatimes.com/city/hyderabad/Corruption-is-a-way-of-life-in-Tirupati-Tirumala-Devasthanams/articleshow/12436087.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 00:44:00 GMT";s:11:"description";s:152:"With a mammoth Rs 2,000-crore annual budget, 10,000 staffers in 98 wings, it is not surprising that the menace of corruption has seeped into its system.";s:7:"summary";s:152:"With a mammoth Rs 2,000-crore annual budget, 10,000 staffers in 98 wings, it is not surprising that the menace of corruption has seeped into its system.";}i:2;a:6:{s:5:"title";s:54:"Sasikalaa disowns family to patch up with Jayalalithaa";s:4:"link";s:127:"http://timesofindia.indiatimes.com/city/chennai/Sasikalaa-disowns-family-to-patch-up-with-Jayalalithaa/articleshow/12439138.cms";s:4:"guid";s:127:"http://timesofindia.indiatimes.com/city/chennai/Sasikalaa-disowns-family-to-patch-up-with-Jayalalithaa/articleshow/12439138.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 06:49:01 GMT";s:11:"description";s:139:"Sasikalaa said, “I had no clue that these relatives hatched a conspiracy against Tamil Nadu CM Jayalalithaa. I can never forgive them.”";s:7:"summary";s:139:"Sasikalaa said, “I had no clue that these relatives hatched a conspiracy against Tamil Nadu CM Jayalalithaa. I can never forgive them.”";}i:3;a:6:{s:5:"title";s:44:"IM suspect held in Delhi, 1 kg RDX recovered";s:4:"link";s:122:"http://timesofindia.indiatimes.com/city/delhi/Suspected-Indian-Mujahideen-terrorist-held-in-Delhi/articleshow/12440593.cms";s:4:"guid";s:122:"http://timesofindia.indiatimes.com/city/delhi/Suspected-Indian-Mujahideen-terrorist-held-in-Delhi/articleshow/12440593.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 09:14:04 GMT";s:11:"description";s:184:"A suspected IM terrorist, an alleged aide of the outfit''s elusive chief operative Yasin Bhatkal, was arrested from north-east Delhi with one kg explosives and a detonator, police said.";s:7:"summary";s:184:"A suspected IM terrorist, an alleged aide of the outfit''s elusive chief operative Yasin Bhatkal, was arrested from north-east Delhi with one kg explosives and a detonator, police said.";}i:4;a:6:{s:5:"title";s:51:"Court orders probe into attack on Nigerians in jail";s:4:"link";s:124:"http://timesofindia.indiatimes.com/city/chennai/Court-orders-probe-into-attack-on-Nigerians-in-jail/articleshow/12433293.cms";s:4:"guid";s:124:"http://timesofindia.indiatimes.com/city/chennai/Court-orders-probe-into-attack-on-Nigerians-in-jail/articleshow/12433293.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 19:15:07 GMT";s:11:"description";s:226:"Two weeks after three Nigerian nationals lodged at Puzhal prison alleged they were attacked by a group of 20 prison warders, the Madras high court has asked the additional director-general of prisons to conduct a fair inquiry.";s:7:"summary";s:226:"Two weeks after three Nigerian nationals lodged at Puzhal prison alleged they were attacked by a group of 20 prison warders, the Madras high court has asked the additional director-general of prisons to conduct a fair inquiry.";}i:5;a:6:{s:5:"title";s:48:"''Katrina Kaif’s number'' robs techie’s peace ";s:4:"link";s:120:"http://timesofindia.indiatimes.com/city/gurgaon/Katrina-Kaifs-number-robs-Gurgaon-techies-peace/articleshow/12435093.cms";s:4:"guid";s:120:"http://timesofindia.indiatimes.com/city/gurgaon/Katrina-Kaifs-number-robs-Gurgaon-techies-peace/articleshow/12435093.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 22:35:19 GMT";s:11:"description";s:157:"A soft drinks company printed the techie''s cellphone number “erroneously” in one of their advertisements featuring the actress, and all hell broke loose.";s:7:"summary";s:157:"A soft drinks company printed the techie''s cellphone number “erroneously” in one of their advertisements featuring the actress, and all hell broke loose.";}i:6;a:6:{s:5:"title";s:47:"H-1B visa forms to be accepted from April 2: US";s:4:"link";s:119:"http://timesofindia.indiatimes.com/india/H-1B-visa-applications-to-be-accepted-from-April-2-US/articleshow/12439351.cms";s:4:"guid";s:119:"http://timesofindia.indiatimes.com/india/H-1B-visa-applications-to-be-accepted-from-April-2-US/articleshow/12439351.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 07:10:45 GMT";s:11:"description";s:223:"Applications for the most sought after H-1B work visa - used extensively by Indian IT professionals - for the fiscal beginning October 1, would be accepted beginning April 2, a federal immigration agency announced Tuesday. ";s:7:"summary";s:223:"Applications for the most sought after H-1B work visa - used extensively by Indian IT professionals - for the fiscal beginning October 1, would be accepted beginning April 2, a federal immigration agency announced Tuesday. ";}i:7;a:6:{s:5:"title";s:46:"Tibetan who set himself on fire in Delhi, dies";s:4:"link";s:125:"http://timesofindia.indiatimes.com/city/delhi/Tibetan-activist-who-set-himself-on-fire-in-Delhi-dies/articleshow/12439383.cms";s:4:"guid";s:125:"http://timesofindia.indiatimes.com/city/delhi/Tibetan-activist-who-set-himself-on-fire-in-Delhi-dies/articleshow/12439383.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 07:10:33 GMT";s:11:"description";s:162:"A young Tibetan activist, who set himself ablaze during a protest against Chinese president Hu Jintao''s India visit, died at a hospital here on Wednesday morning.";s:7:"summary";s:162:"A young Tibetan activist, who set himself ablaze during a protest against Chinese president Hu Jintao''s India visit, died at a hospital here on Wednesday morning.";}i:8;a:6:{s:5:"title";s:47:"Kingfisher Airlines asks staff to stay at home ";s:4:"link";s:145:"http://timesofindia.indiatimes.com/business/india-business/Kingfisher-Airlines-crisis-Carrier-asks-staff-to-stay-at-home/articleshow/12435844.cms";s:4:"guid";s:145:"http://timesofindia.indiatimes.com/business/india-business/Kingfisher-Airlines-crisis-Carrier-asks-staff-to-stay-at-home/articleshow/12435844.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 00:12:05 GMT";s:11:"description";s:151:"Kingfisher Airlines on Tuesday asked employees at several locations to “stay at home” in view of temporary suspension of operations to many places.";s:7:"summary";s:151:"Kingfisher Airlines on Tuesday asked employees at several locations to “stay at home” in view of temporary suspension of operations to many places.";}i:9;a:6:{s:5:"title";s:42:"As tributes flow, Dravid is moved to tears";s:4:"link";s:159:"http://timesofindia.indiatimes.com/sports/cricket/series-tournaments/dravid-bids-adieu/As-tributes-flow-Rahul-Dravid-is-moved-to-tears/articleshow/12433191.cms";s:4:"guid";s:159:"http://timesofindia.indiatimes.com/sports/cricket/series-tournaments/dravid-bids-adieu/As-tributes-flow-Rahul-Dravid-is-moved-to-tears/articleshow/12433191.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 19:04:28 GMT";s:11:"description";s:164:""I had made a pact with myself that I would not cry at any of the functions organized for me, but I think today that''s been tested to the limit," said Rahul Dravid.";s:7:"summary";s:164:""I had made a pact with myself that I would not cry at any of the functions organized for me, but I think today that''s been tested to the limit," said Rahul Dravid.";}i:10;a:6:{s:5:"title";s:43:"Bribe offer taped, Army chief''s friends say";s:4:"link";s:124:"http://timesofindia.indiatimes.com/india/Bribe-offer-taped-more-proof-soon-warn-Army-chiefs-friends/articleshow/12433561.cms";s:4:"guid";s:124:"http://timesofindia.indiatimes.com/india/Bribe-offer-taped-more-proof-soon-warn-Army-chiefs-friends/articleshow/12433561.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 19:37:07 GMT";s:11:"description";s:163:"According to Army chief''s friends, there is a tape of conversation between Gen VK Singh and Lt Gen Tejinder Singh, where the latter offered a bribe of Rs 14 crore.";s:7:"summary";s:163:"According to Army chief''s friends, there is a tape of conversation between Gen VK Singh and Lt Gen Tejinder Singh, where the latter offered a bribe of Rs 14 crore.";}i:11;a:6:{s:5:"title";s:48:"Tirupati coins traced back to pre-Christian era ";s:4:"link";s:130:"http://timesofindia.indiatimes.com/city/chennai/Coins-in-Tirupati-temple-traced-back-to-pre-Christian-era/articleshow/12435361.cms";s:4:"guid";s:130:"http://timesofindia.indiatimes.com/city/chennai/Coins-in-Tirupati-temple-traced-back-to-pre-Christian-era/articleshow/12435361.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 23:07:10 GMT";s:11:"description";s:251:"Members of a numismatic scholars'' committee, formed to segregate the huge collection of coins in the famous Tirupati Tirumala temple, have found that some of the earliest coins in the collection belonged to the Satavahana period and pre-Christian era.";s:7:"summary";s:251:"Members of a numismatic scholars'' committee, formed to segregate the huge collection of coins in the famous Tirupati Tirumala temple, have found that some of the earliest coins in the collection belonged to the Satavahana period and pre-Christian era.";}i:12;a:6:{s:5:"title";s:48:"''Coalgate'': CAG Vinod Rai takes on coal minister";s:4:"link";s:134:"http://timesofindia.indiatimes.com/india/Coalgate-CAG-takes-on-coal-minister-says-we-dont-make-basic-mistakes/articleshow/12433309.cms";s:4:"guid";s:134:"http://timesofindia.indiatimes.com/india/Coalgate-CAG-takes-on-coal-minister-says-we-dont-make-basic-mistakes/articleshow/12433309.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 19:30:19 GMT";s:11:"description";s:150:"Vinod Rai has trashed the suggestion that CAG''s estimate of undue gains to companies caused by govt''s failure to auction coal blocks was "fallacious".";s:7:"summary";s:150:"Vinod Rai has trashed the suggestion that CAG''s estimate of undue gains to companies caused by govt''s failure to auction coal blocks was "fallacious".";}i:13;a:6:{s:5:"title";s:49:"Petrol could cost Rs 15 less if Delhi follows Goa";s:4:"link";s:121:"http://timesofindia.indiatimes.com/india/Petrol-could-cost-Rs-15-less-if-Delhi-follows-Goas-lead/articleshow/12434412.cms";s:4:"guid";s:121:"http://timesofindia.indiatimes.com/india/Petrol-could-cost-Rs-15-less-if-Delhi-follows-Goas-lead/articleshow/12434412.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 23:32:46 GMT";s:11:"description";s:230:"If state government follows Goa''s example of doing away with sales tax on petrol, the fuel will become cheaper by roughly Rs 15 a litre in the four metros. The reduction will be higher in states that tax the fuel at a higher rate.";s:7:"summary";s:230:"If state government follows Goa''s example of doing away with sales tax on petrol, the fuel will become cheaper by roughly Rs 15 a litre in the four metros. The reduction will be higher in states that tax the fuel at a higher rate.";}i:14;a:6:{s:5:"title";s:53:"BMW to recall 3,422 units in India, fix battery fault";s:4:"link";s:135:"http://timesofindia.indiatimes.com/business/india-business/BMW-to-recall-3422-units-in-India-fix-battery-fault/articleshow/12435852.cms";s:4:"guid";s:135:"http://timesofindia.indiatimes.com/business/india-business/BMW-to-recall-3422-units-in-India-fix-battery-fault/articleshow/12435852.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 00:13:21 GMT";s:11:"description";s:193:"The list of car recalls in India is bulging with German luxury maker BMW calling back over 3,422 units of its 5-series and 6-series models to fix a potential problem with a battery-cable cover.";s:7:"summary";s:193:"The list of car recalls in India is bulging with German luxury maker BMW calling back over 3,422 units of its 5-series and 6-series models to fix a potential problem with a battery-cable cover.";}i:15;a:6:{s:5:"title";s:31:"Motor insurance to get costlier";s:4:"link";s:59:"http://timesofindia.indiatimes.com/articleshow/12435821.cms";s:4:"guid";s:59:"http://timesofindia.indiatimes.com/articleshow/12435821.cms";s:7:"pubdate";s:29:"Wed, 28 Mar 2012 00:09:29 GMT";s:11:"description";s:124:"Motor insurance rates will rise from April 1 with the insurance regulator notifying new rates for motor third-party premium.";s:7:"summary";s:124:"Motor insurance rates will rise from April 1 with the insurance regulator notifying new rates for motor third-party premium.";}i:16;a:6:{s:5:"title";s:44:"Traffickers kill rape victim''s mother in MP ";s:4:"link";s:110:"http://timesofindia.indiatimes.com/india/Trafficking-mafia-killed-rape-victims-mother/articleshow/12433906.cms";s:4:"guid";s:110:"http://timesofindia.indiatimes.com/india/Trafficking-mafia-killed-rape-victims-mother/articleshow/12433906.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 22:29:18 GMT";s:11:"description";s:167:"Imarti Bai, who tried to fight for justice after her daughter was raped, was killed on March 23, when rape accused Rajesh Harore returned with his gang to silence her.";s:7:"summary";s:167:"Imarti Bai, who tried to fight for justice after her daughter was raped, was killed on March 23, when rape accused Rajesh Harore returned with his gang to silence her.";}i:17;a:6:{s:5:"title";s:46:"Now, Rs 640 crore stamp scam rocks Maharashtra";s:4:"link";s:126:"http://timesofindia.indiatimes.com/city/mumbai/Sons-of-2-ex-CMs-in-640-crore-stamp-duty-franking-scam/articleshow/12435555.cms";s:4:"guid";s:126:"http://timesofindia.indiatimes.com/city/mumbai/Sons-of-2-ex-CMs-in-640-crore-stamp-duty-franking-scam/articleshow/12435555.cms";s:7:"pubdate";s:29:"Tue, 27 Mar 2012 23:33:08 GMT";s:11:"description";s:162:"The opposition on Tuesday sought to blame Maharashtra''s financial mess on a series of scams which have been allegedly perpetuated by members of the DF government.";s:7:"summary";s:162:"The opposition on Tuesday sought to blame Maharashtra''s financial mess on a series of scams which have been allegedly perpetuated by members of the DF government.";}}s:7:"channel";a:7:{s:5:"title";s:18:"The Times of India";s:4:"link";s:34:"http://timesofindia.indiatimes.com";s:11:"description";s:253:"Times of India brings the Latest & Top Breaking News on Politics and Current Affairs in India & around the World, Cricket, Sports, Business, Bollywood News and Entertainment, Science, Technology, Health & Fitness news & opinions from leading columnists.";s:8:"language";s:5:"en-gb";s:9:"copyright";s:89:"Copyright:(C) 2012 Bennett Coleman & Co. http://in.indiatimes.com/policyterms/1554651.cms";s:13:"lastbuilddate";s:29:"Wed, 28 Mar 2012 12:10:23 GMT";s:7:"tagline";s:253:"Times of India brings the Latest & Top Breaking News on Politics and Current Affairs in India & around the World, Cricket, Sports, Business, Bollywood News and Entertainment, Science, Technology, Health & Fitness news & opinions from leading columnists.";}s:9:"textinput";a:0:{}s:5:"image";a:3:{s:3:"url";s:51:"http://timesofindia.indiatimes.com/photo/507610.cms";s:5:"title";s:18:"The Times of India";s:4:"link";s:34:"http://timesofindia.indiatimes.com";}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Wed, 28 Mar 2012 12:08:23 GMT\r\n";}', 'no'),
(4607, 0, 'rewrite_rules', 'a:63:{s:11:"robots.txt$";s:18:"index.php?robots=1";s:15:".*/wp-atom.php$";s:19:"index.php?feed=atom";s:14:".*/wp-rdf.php$";s:18:"index.php?feed=rdf";s:14:".*/wp-rss.php$";s:18:"index.php?feed=rss";s:15:".*/wp-rss2.php$";s:19:"index.php?feed=rss2";s:15:".*/wp-feed.php$";s:19:"index.php?feed=feed";s:23:".*/wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";s:70:"feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:27:"index.php?&feed=$matches[1]";s:65:"(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:79:"comments/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:74:"comments/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:82:"search/(.+)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:77:"search/(.+)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:94:"archives/category/(.+?)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:89:"archives/category/(.+?)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:44:"archives/category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:26:"archives/category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:89:"archives/tag/(.+?)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:84:"archives/tag/(.+?)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"archives/tag/(.+?)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:21:"archives/tag/(.+?)/?$";s:25:"index.php?tag=$matches[1]";s:94:"archives/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:89:"archives/author/([^/]+)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:44:"archives/author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:26:"archives/author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:121:"archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:116:"archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:71:"archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:53:"archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:108:"archives/date/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:103:"archives/date/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:58:"archives/date/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:40:"archives/date/([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:95:"archives/date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:90:"archives/date/([0-9]{4})/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:45:"archives/date/([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:27:"archives/date/([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:37:"archives/[0-9]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"archives/[0-9]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:105:"archives/[0-9]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:100:"archives/[0-9]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:30:"archives/([0-9]+)/trackback/?$";s:28:"index.php?p=$matches[1]&tb=1";s:88:"archives/([0-9]+)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:40:"index.php?p=$matches[1]&feed=$matches[2]";s:83:"archives/([0-9]+)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:40:"index.php?p=$matches[1]&feed=$matches[2]";s:38:"archives/([0-9]+)/page/?([0-9]{1,})/?$";s:41:"index.php?p=$matches[1]&paged=$matches[2]";s:30:"archives/([0-9]+)(/[0-9]+)?/?$";s:40:"index.php?p=$matches[1]&page=$matches[2]";s:26:"archives/[0-9]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"archives/[0-9]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:94:"archives/[0-9]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:89:"archives/[0-9]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:25:".+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:".+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:93:".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:88:".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:18:"(.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:76:"(.+?)/feed/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:71:"(.+?)/(feed|rdf|rss|rss2|atom|podcast|premium|torrent|playlist.xspf)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:18:"(.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(728, 0, 'rss_b3396ff119b46f3c386686385c8634c5_ts', '1332937527', 'no'),
(969, 0, 'widget_twitter', 'a:1:{s:6:"number";i:1;}', 'yes'),
(970, 0, 'rss_76fc9acfa1213580b26930d64c8c6215', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:20:{i:0;a:6:{s:5:"title";s:148:"bhawmik: Raag-Rang Presents Violin Lec-Dem: [ December 5, 2009; 4:00 pm to 6:00 pm. ] Date : 5th December, Saturday. Time: 4... http://bit.ly/64yFhN";s:11:"description";s:148:"bhawmik: Raag-Rang Presents Violin Lec-Dem: [ December 5, 2009; 4:00 pm to 6:00 pm. ] Date : 5th December, Saturday. Time: 4... http://bit.ly/64yFhN";s:7:"pubdate";s:31:"Wed, 25 Nov 2009 21:02:57 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/6060984568";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/6060984568";s:7:"summary";s:148:"bhawmik: Raag-Rang Presents Violin Lec-Dem: [ December 5, 2009; 4:00 pm to 6:00 pm. ] Date : 5th December, Saturday. Time: 4... http://bit.ly/64yFhN";}i:1;a:6:{s:5:"title";s:151:"bhawmik: The Green State Dinner: \n&lt;!--\ndigg_url = ''http://nynjbengali.com/archives/443'';\ndigg_bgcolor = ''#FFFFFF'';\ndigg_skin... http://bit.ly/5P72Hc";s:11:"description";s:151:"bhawmik: The Green State Dinner: \n&lt;!--\ndigg_url = ''http://nynjbengali.com/archives/443'';\ndigg_bgcolor = ''#FFFFFF'';\ndigg_skin... http://bit.ly/5P72Hc";s:7:"pubdate";s:31:"Wed, 25 Nov 2009 20:01:08 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/6059441989";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/6059441989";s:7:"summary";s:151:"bhawmik: The Green State Dinner: \n&lt;!--\ndigg_url = ''http://nynjbengali.com/archives/443'';\ndigg_bgcolor = ''#FFFFFF'';\ndigg_skin... http://bit.ly/5P72Hc";}i:2;a:6:{s:5:"title";s:152:"bhawmik: (Un)Availability of Desh Patrika in USA: \n&lt;!--\ndigg_url = ''http://nynjbengali.com/archives/442'';\ndigg_bgcolor = ''#FFF... http://bit.ly/aFRQt";s:11:"description";s:152:"bhawmik: (Un)Availability of Desh Patrika in USA: \n&lt;!--\ndigg_url = ''http://nynjbengali.com/archives/442'';\ndigg_bgcolor = ''#FFF... http://bit.ly/aFRQt";s:7:"pubdate";s:31:"Tue, 03 Nov 2009 22:46:43 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/5404039394";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/5404039394";s:7:"summary";s:152:"bhawmik: (Un)Availability of Desh Patrika in USA: \n&lt;!--\ndigg_url = ''http://nynjbengali.com/archives/442'';\ndigg_bgcolor = ''#FFF... http://bit.ly/aFRQt";}i:3;a:6:{s:5:"title";s:140:"bhawmik: Urhalpool October Issue is Online: \n\n\nThe October issue of the bilingual (Bengali/English) webzine Urhalpool.. http://bit.ly/4dcYBq";s:11:"description";s:140:"bhawmik: Urhalpool October Issue is Online: \n\n\nThe October issue of the bilingual (Bengali/English) webzine Urhalpool.. http://bit.ly/4dcYBq";s:7:"pubdate";s:31:"Thu, 29 Oct 2009 04:51:10 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/5251486687";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/5251486687";s:7:"summary";s:140:"bhawmik: Urhalpool October Issue is Online: \n\n\nThe October issue of the bilingual (Bengali/English) webzine Urhalpool.. http://bit.ly/4dcYBq";}i:4;a:6:{s:5:"title";s:137:"bhawmik: Loss of a Friend: Three months ago, when I lost my mother, I received the following email from a close fr.. http://bit.ly/4pvn7y";s:11:"description";s:137:"bhawmik: Loss of a Friend: Three months ago, when I lost my mother, I received the following email from a close fr.. http://bit.ly/4pvn7y";s:7:"pubdate";s:31:"Wed, 21 Oct 2009 22:23:00 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/5053996534";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/5053996534";s:7:"summary";s:137:"bhawmik: Loss of a Friend: Three months ago, when I lost my mother, I received the following email from a close fr.. http://bit.ly/4pvn7y";}i:5;a:6:{s:5:"title";s:139:"bhawmik: NJ Independent South Asian Cine Fest 2009: A Brief Report: \n\n\n The three day long 3rd Annual New Jersey Inde.. http://bit.ly/nNC6V";s:11:"description";s:139:"bhawmik: NJ Independent South Asian Cine Fest 2009: A Brief Report: \n\n\n The three day long 3rd Annual New Jersey Inde.. http://bit.ly/nNC6V";s:7:"pubdate";s:31:"Thu, 15 Oct 2009 00:22:26 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4876060200";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4876060200";s:7:"summary";s:139:"bhawmik: NJ Independent South Asian Cine Fest 2009: A Brief Report: \n\n\n The three day long 3rd Annual New Jersey Inde.. http://bit.ly/nNC6V";}i:6;a:6:{s:5:"title";s:140:"bhawmik: Anandamandir Celebrates Kali Puja 2009: [ October 17, 2009; 6:30 pm to 11:30 pm. ] Special Event:\n\nBansuri Co.. http://bit.ly/7LnY0";s:11:"description";s:140:"bhawmik: Anandamandir Celebrates Kali Puja 2009: [ October 17, 2009; 6:30 pm to 11:30 pm. ] Special Event:\n\nBansuri Co.. http://bit.ly/7LnY0";s:7:"pubdate";s:31:"Thu, 08 Oct 2009 20:24:13 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4716073903";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4716073903";s:7:"summary";s:140:"bhawmik: Anandamandir Celebrates Kali Puja 2009: [ October 17, 2009; 6:30 pm to 11:30 pm. ] Special Event:\n\nBansuri Co.. http://bit.ly/7LnY0";}i:7;a:6:{s:5:"title";s:140:"bhawmik: Herta Muller Awarded the 2009 Nobel Prize in Literature: \n\n\nHerta Muller, &#8220;who, with the concentration.. http://bit.ly/4ylv3C";s:11:"description";s:140:"bhawmik: Herta Muller Awarded the 2009 Nobel Prize in Literature: \n\n\nHerta Muller, &#8220;who, with the concentration.. http://bit.ly/4ylv3C";s:7:"pubdate";s:31:"Thu, 08 Oct 2009 17:23:35 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4712685250";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4712685250";s:7:"summary";s:140:"bhawmik: Herta Muller Awarded the 2009 Nobel Prize in Literature: \n\n\nHerta Muller, &#8220;who, with the concentration.. http://bit.ly/4ylv3C";}i:8;a:6:{s:5:"title";s:139:"bhawmik: Indian Wins Nobel Prize in Chemistry: \n\n\nOnce again an Indian (or person of Indian origin) wins the Nobel pr.. http://bit.ly/RcD2p";s:11:"description";s:139:"bhawmik: Indian Wins Nobel Prize in Chemistry: \n\n\nOnce again an Indian (or person of Indian origin) wins the Nobel pr.. http://bit.ly/RcD2p";s:7:"pubdate";s:31:"Wed, 07 Oct 2009 14:30:00 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4683202798";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4683202798";s:7:"summary";s:139:"bhawmik: Indian Wins Nobel Prize in Chemistry: \n\n\nOnce again an Indian (or person of Indian origin) wins the Nobel pr.. http://bit.ly/RcD2p";}i:9;a:6:{s:5:"title";s:142:"bhawmik: NJISACF 2009: Day 3: [ October 11, 2009; 12:00 pm to 8:00 pm. ] SUNDAY, OCTOBER 11\nALL SCREENINGS AT BUSCH CAM.. http://bit.ly/3wp3lu";s:11:"description";s:142:"bhawmik: NJISACF 2009: Day 3: [ October 11, 2009; 12:00 pm to 8:00 pm. ] SUNDAY, OCTOBER 11\nALL SCREENINGS AT BUSCH CAM.. http://bit.ly/3wp3lu";s:7:"pubdate";s:31:"Mon, 05 Oct 2009 20:25:13 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4636742519";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4636742519";s:7:"summary";s:142:"bhawmik: NJISACF 2009: Day 3: [ October 11, 2009; 12:00 pm to 8:00 pm. ] SUNDAY, OCTOBER 11\nALL SCREENINGS AT BUSCH CAM.. http://bit.ly/3wp3lu";}i:10;a:6:{s:5:"title";s:142:"bhawmik: NJISACF 2009: Day 2: [ October 10, 2009; 12:00 pm to 11:00 pm. ] SATURDAY, OCTOBER 10\nALL SCREENINGS AT LOREE .. http://bit.ly/2RF60M";s:11:"description";s:142:"bhawmik: NJISACF 2009: Day 2: [ October 10, 2009; 12:00 pm to 11:00 pm. ] SATURDAY, OCTOBER 10\nALL SCREENINGS AT LOREE .. http://bit.ly/2RF60M";s:7:"pubdate";s:31:"Mon, 05 Oct 2009 20:25:02 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4636738866";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4636738866";s:7:"summary";s:142:"bhawmik: NJISACF 2009: Day 2: [ October 10, 2009; 12:00 pm to 11:00 pm. ] SATURDAY, OCTOBER 10\nALL SCREENINGS AT LOREE .. http://bit.ly/2RF60M";}i:11;a:6:{s:5:"title";s:143:"bhawmik: B2B Legends : A Unique Concert from Que Zara Productions: [ October 24, 2009; 6:30 pm to 11:30 pm. ] New Jersey.. http://bit.ly/17PXVA";s:11:"description";s:143:"bhawmik: B2B Legends : A Unique Concert from Que Zara Productions: [ October 24, 2009; 6:30 pm to 11:30 pm. ] New Jersey.. http://bit.ly/17PXVA";s:7:"pubdate";s:31:"Mon, 05 Oct 2009 18:26:22 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4634127578";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4634127578";s:7:"summary";s:143:"bhawmik: B2B Legends : A Unique Concert from Que Zara Productions: [ October 24, 2009; 6:30 pm to 11:30 pm. ] New Jersey.. http://bit.ly/17PXVA";}i:12;a:6:{s:5:"title";s:140:"bhawmik: Digg! Please Digg!: \n\n\nIf you like any article, please Digg it by clicking the Digg button on the top right .. http://bit.ly/2Ph719";s:11:"description";s:140:"bhawmik: Digg! Please Digg!: \n\n\nIf you like any article, please Digg it by clicking the Digg button on the top right .. http://bit.ly/2Ph719";s:7:"pubdate";s:31:"Thu, 01 Oct 2009 14:31:19 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4525740132";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4525740132";s:7:"summary";s:140:"bhawmik: Digg! Please Digg!: \n\n\nIf you like any article, please Digg it by clicking the Digg button on the top right .. http://bit.ly/2Ph719";}i:13;a:6:{s:5:"title";s:142:"bhawmik: NJPA Kali Puja 2009: [ October 10, 2009; 3:00 pm to 11:00 pm. ] NJPA cordially invites you to celebrate Kali Pu.. http://bit.ly/7681b";s:11:"description";s:142:"bhawmik: NJPA Kali Puja 2009: [ October 10, 2009; 3:00 pm to 11:00 pm. ] NJPA cordially invites you to celebrate Kali Pu.. http://bit.ly/7681b";s:7:"pubdate";s:31:"Thu, 01 Oct 2009 14:31:10 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4525736929";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4525736929";s:7:"summary";s:142:"bhawmik: NJPA Kali Puja 2009: [ October 10, 2009; 3:00 pm to 11:00 pm. ] NJPA cordially invites you to celebrate Kali Pu.. http://bit.ly/7681b";}i:14;a:6:{s:5:"title";s:139:"bhawmik: New Jersey Durga Puja 2009 : A Review: \n\n\nFinally the annual Durga Puja celebrations are over. I was mostly .. http://bit.ly/cWEFw";s:11:"description";s:139:"bhawmik: New Jersey Durga Puja 2009 : A Review: \n\n\nFinally the annual Durga Puja celebrations are over. I was mostly .. http://bit.ly/cWEFw";s:7:"pubdate";s:31:"Wed, 30 Sep 2009 23:22:46 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4510189589";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4510189589";s:7:"summary";s:139:"bhawmik: New Jersey Durga Puja 2009 : A Review: \n\n\nFinally the annual Durga Puja celebrations are over. I was mostly .. http://bit.ly/cWEFw";}i:15;a:6:{s:5:"title";s:139:"bhawmik: Dadasaheb Phalke Award for Manna Dey: \n\n\nNinety-year-old playback legend Manna Dey - who belted out evergree.. http://bit.ly/hAvoH";s:11:"description";s:139:"bhawmik: Dadasaheb Phalke Award for Manna Dey: \n\n\nNinety-year-old playback legend Manna Dey - who belted out evergree.. http://bit.ly/hAvoH";s:7:"pubdate";s:31:"Wed, 30 Sep 2009 20:24:06 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4506210011";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4506210011";s:7:"summary";s:139:"bhawmik: Dadasaheb Phalke Award for Manna Dey: \n\n\nNinety-year-old playback legend Manna Dey - who belted out evergree.. http://bit.ly/hAvoH";}i:16;a:6:{s:5:"title";s:140:"bhawmik: Like a Great Deal?: \n\n\nDo you like a great deal? Check out the Deals page on this site.  This page receives .. http://bit.ly/WUYAp";s:11:"description";s:140:"bhawmik: Like a Great Deal?: \n\n\nDo you like a great deal? Check out the Deals page on this site.  This page receives .. http://bit.ly/WUYAp";s:7:"pubdate";s:31:"Fri, 25 Sep 2009 00:23:20 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4355678037";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4355678037";s:7:"summary";s:140:"bhawmik: Like a Great Deal?: \n\n\nDo you like a great deal? Check out the Deals page on this site.  This page receives .. http://bit.ly/WUYAp";}i:17;a:6:{s:5:"title";s:141:"bhawmik: Durga Puja and Cultural Events: The 2009 New Jersey Lineup: \n\n\nIn New Jersey, Durga Puja is a special time wh.. http://bit.ly/2nqwen";s:11:"description";s:141:"bhawmik: Durga Puja and Cultural Events: The 2009 New Jersey Lineup: \n\n\nIn New Jersey, Durga Puja is a special time wh.. http://bit.ly/2nqwen";s:7:"pubdate";s:31:"Wed, 23 Sep 2009 21:37:43 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4325834062";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4325834062";s:7:"summary";s:141:"bhawmik: Durga Puja and Cultural Events: The 2009 New Jersey Lineup: \n\n\nIn New Jersey, Durga Puja is a special time wh.. http://bit.ly/2nqwen";}i:18;a:6:{s:5:"title";s:143:"bhawmik: Raag-Rang presents - Kal Ke Kalakar: [ October 11, 2009; 3:00 pm to 5:30 pm. ] For the first time Raag-Rang pres.. http://bit.ly/ojrxE";s:11:"description";s:143:"bhawmik: Raag-Rang presents - Kal Ke Kalakar: [ October 11, 2009; 3:00 pm to 5:30 pm. ] For the first time Raag-Rang pres.. http://bit.ly/ojrxE";s:7:"pubdate";s:31:"Wed, 23 Sep 2009 16:23:11 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4318946147";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4318946147";s:7:"summary";s:143:"bhawmik: Raag-Rang presents - Kal Ke Kalakar: [ October 11, 2009; 3:00 pm to 5:30 pm. ] For the first time Raag-Rang pres.. http://bit.ly/ojrxE";}i:19;a:6:{s:5:"title";s:140:"bhawmik: Mahalaya in New Jersey - A Tradition of Our Own: \n\n\nMahalaya in Bengal is synonymous to the seventy year old .. http://bit.ly/sO8QF";s:11:"description";s:140:"bhawmik: Mahalaya in New Jersey - A Tradition of Our Own: \n\n\nMahalaya in Bengal is synonymous to the seventy year old .. http://bit.ly/sO8QF";s:7:"pubdate";s:31:"Tue, 22 Sep 2009 20:23:40 +0000";s:4:"guid";s:46:"http://twitter.com/bhawmik/statuses/4297348509";s:4:"link";s:46:"http://twitter.com/bhawmik/statuses/4297348509";s:7:"summary";s:140:"bhawmik: Mahalaya in New Jersey - A Tradition of Our Own: \n\n\nMahalaya in Bengal is synonymous to the seventy year old .. http://bit.ly/sO8QF";}}s:7:"channel";a:6:{s:5:"title";s:17:"Twitter / bhawmik";s:4:"link";s:26:"http://twitter.com/bhawmik";s:11:"description";s:39:"Twitter updates from bhawmik / bhawmik.";s:8:"language";s:5:"en-us";s:3:"ttl";s:2:"40";s:7:"tagline";s:39:"Twitter updates from bhawmik / bhawmik.";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:4:"etag";s:36:""ecef238191dda4757479315598e07572"\r\n";s:13:"last_modified";s:31:"Wed, 25 Nov 2009 21:05:37 GMT\r\n";}', 'no'),
(971, 0, 'rss_76fc9acfa1213580b26930d64c8c6215_ts', '1259266597', 'no'),
(772, 0, 'kontera_publisher_id', '52252', 'yes'),
(773, 0, 'kontera_adlinkcolor', '0000ff', 'yes'),
(774, 0, 'kontera_disabled_categories', '', 'yes'),
(775, 0, 'kontera_disabled_pages', '95', 'yes'),
(776, 0, 'limit_kontera_to_content', '', 'yes'),
(777, 0, 'allow_kontera_on_comments', '', 'yes'),
(778, 0, 'toggle_kontera_tag', 'enable', 'yes'),
(779, 0, 'run_ads_on_full_page', 'on', 'yes'),
(780, 0, 'from_date', '', 'yes'),
(781, 0, 'to_date', '', 'yes'),
(782, 0, 'color_value', '#000000', 'yes'),
(675, 0, 'wga', 'a:5:{s:4:"code";s:416:"<script type="text/javascript">\r\nvar gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");\r\ndocument.write(unescape("%3Cscript src=''" + gaJsHost + "google-analytics.com/ga.js'' type=''text/javascript''%3E%3C/script%3E"));\r\n</script>\r\n<script type="text/javascript">\r\nvar pageTracker = _gat._getTracker("UA-272067-2");\r\npageTracker._initData();\r\npageTracker._trackPageview();\r\n</script>";s:8:"log_404s";s:4:"true";s:12:"log_searches";s:4:"true";s:12:"log_outgoing";s:4:"true";s:17:"ignore_admin_area";s:5:"false";}', 'yes'),
(156, 0, 'pixline_page2cat_version', '3', 'yes'),
(157, 0, 'p2c_use_img', 'no', 'yes'),
(158, 0, 'p2c_use_empty', 'yes', 'yes'),
(2115, 0, 'podPress_config', 'a:39:{s:11:"lastChecked";s:3:"8.8";s:19:"compatibilityChecks";a:3:{s:11:"themeTested";b:1;s:7:"wp_head";b:1;s:9:"wp_footer";b:1;}s:11:"enableStats";b:1;s:10:"statMethod";s:10:"permalinks";s:11:"statLogging";s:6:"Counts";s:19:"enable3rdPartyStats";s:2:"No";s:18:"enableBlubrryStats";b:0;s:13:"rss_copyright";s:9:"2006-2007";s:20:"enablePremiumContent";b:0;s:13:"premiumMethod";s:6:"Digest";s:20:"enableTorrentCasting";b:0;s:14:"podcastFeedURL";s:36:"http://nynjbengali.com/?feed=podcast";s:12:"mediaWebPath";s:41:"http://nynjbengali.com/wp-content/uploads";s:13:"maxMediaFiles";s:1:"5";s:17:"contentBeforeMore";s:3:"yes";s:15:"contentLocation";s:3:"end";s:12:"contentImage";s:6:"button";s:13:"contentPlayer";s:4:"both";s:17:"videoPreviewImage";s:86:"http://ethnomediallc.com/wpress/wp-content/plugins/podpress/images/vpreview_center.png";s:19:"disableVideoPreview";b:0;s:15:"contentDownload";s:7:"enabled";s:19:"contentDownloadText";s:7:"enabled";s:20:"contentDownloadStats";s:7:"enabled";s:15:"contentDuration";s:7:"enabled";s:24:"contentAutoDisplayPlayer";b:1;s:12:"enableFooter";b:1;s:6:"player";a:12:{s:2:"bg";s:7:"#F8F8F8";s:6:"leftbg";s:7:"#EEEEEE";s:7:"rightbg";s:7:"#CCCCCC";s:12:"rightbghover";s:7:"#999999";s:8:"lefticon";s:7:"#666666";s:9:"righticon";s:7:"#666666";s:14:"righticonhover";s:7:"#FFFFFF";s:4:"text";s:7:"#666666";s:6:"slider";s:7:"#666666";s:5:"track";s:7:"#FFFFFF";s:6:"loader";s:7:"#9FFFB8";s:6:"border";s:7:"#666666";}s:6:"iTunes";a:10:{s:6:"FeedID";s:0:"";s:12:"new-feed-url";s:7:"Disable";s:7:"summary";s:71:"Sudipta Bhawmik\\''s Blog about Bengali life in New York, New Jersey Area";s:5:"image";s:81:"http://nynjbengali.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg";s:6:"author";s:0:"";s:8:"subtitle";s:0:"";s:8:"keywords";s:0:"";s:8:"category";a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}s:8:"explicit";s:2:"No";s:5:"block";s:2:"No";}s:25:"autoDetectedMediaFilePath";s:51:"/home/sudipta/public_html/wpress/wp-content/uploads";s:12:"rss_category";s:0:"";s:13:"rss_showlinks";s:2:"no";s:11:"protectFeed";s:2:"No";s:13:"mediaFilePath";s:51:"/home/sudipta/public_html/wpress/wp-content/uploads";s:25:"statBluBrryProgramKeyword";s:0:"";s:24:"enablePodangoIntegration";b:0;s:22:"protectedMediaFilePath";s:0:"";s:27:"premiumContentFakeEnclosure";b:0;s:9:"mp3Player";s:7:"podango";s:14:"playerSettings";a:1:{s:13:"listenWrapper";b:0;}}', 'yes'),
(2106, 0, 'blogdescription', 'Sudipta Bhawmik\\''s Blog about Bengali life in New York, New Jersey Area', 'yes'),
(184, 0, 'awsom_news_use_presetdiv', '1', 'yes'),
(185, 0, 'awsom_news_db_version', '4', 'yes'),
(186, 0, 'awsom_news_use_tinymce', '1', 'yes'),
(187, 0, 'awsom_news_use_phpcode', '0', 'yes'),
(188, 0, 'aiosp_home_description', 'A Blog site about the Bengali experience in arts, culture, music, theater, films in the US East Coast.', 'yes'),
(189, 0, 'aiosp_home_title', 'New York  New Jersey Bengali', 'yes'),
(190, 0, 'aiosp_rewrite_titles', 'on', 'yes'),
(191, 0, 'aiosp_use_categories', 'on', 'yes'),
(192, 0, 'aiosp_max_words_excerpt', '', 'yes'),
(193, 0, 'aiosp_category_noindex', 'on', 'yes'),
(194, 0, 'aiosp_archive_noindex', 'on', 'yes'),
(195, 0, 'aiosp_tags_noindex', 'on', 'yes'),
(196, 0, 'aiosp_generate_descriptions', 'on', 'yes'),
(197, 0, 'aiosp_post_title_format', '%post_title% | %blog_title%', 'yes'),
(198, 0, 'aiosp_page_title_format', '%page_title% | %blog_title%', 'yes'),
(199, 0, 'aiosp_category_title_format', '%category_title% | %blog_title%', 'yes'),
(200, 0, 'aiosp_archive_title_format', '%date% | %blog_title%', 'yes'),
(201, 0, 'aiosp_tag_title_format', '%tag% | %blog_title%', 'yes'),
(202, 0, 'aiosp_search_title_format', '%search% | %blog_title%', 'yes'),
(261, 0, 'podPress_category_13', 'a:27:{s:15:"categoryCasting";s:5:"false";s:14:"podcastFeedURL";s:47:"http://ethnomediallc.com/wpress/?feed=rss2&cat=";s:12:"iTunesFeedID";s:0:"";s:16:"iTunesNewFeedURL";s:9:"#Global##";s:14:"blognameChoice";s:6:"Global";s:8:"blogname";N;s:21:"blogdescriptionChoice";s:6:"Global";s:20:"iTunesSubtitleChoice";s:6:"Global";s:14:"iTunesSubtitle";s:0:"";s:19:"iTunesSummaryChoice";s:6:"Global";s:13:"iTunesSummary";s:0:"";s:20:"iTunesKeywordsChoice";s:6:"Global";s:14:"iTunesKeywords";s:0:"";s:18:"iTunesAuthorChoice";s:6:"Global";s:12:"iTunesAuthor";s:0:"";s:23:"iTunesAuthorEmailChoice";s:6:"Global";s:17:"iTunesAuthorEmail";s:0:"";s:12:"rss_language";s:10:"##Global##";s:14:"iTunesExplicit";s:10:"##Global##";s:11:"iTunesBlock";s:10:"##Global##";s:17:"iTunesImageChoice";s:6:"Global";s:11:"iTunesImage";s:0:"";s:15:"rss_imageChoice";s:6:"Global";s:9:"rss_image";s:0:"";s:19:"rss_copyrightChoice";s:6:"Global";s:13:"rss_copyright";s:0:"";s:14:"iTunesCategory";a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}}', 'yes'),
(236, 0, 'ald_spa_settings', 'a:12:{s:3:"url";s:24:"ethnomediallc.com/wpress";s:3:"key";s:32:"a40720807fba3644c4e42461e17a1c06";s:9:"searchbox";b:1;s:8:"alllinks";b:1;s:10:"locallinks";b:0;s:9:"link_icon";b:0;s:15:"preview_trigger";s:4:"both";s:12:"previewshots";b:0;s:5:"theme";s:3:"ice";s:11:"userpreview";b:1;s:10:"customlogo";b:0;s:6:"footer";b:1;}', 'yes'),
(268, 0, '', '2007-09-10 15:15:27', 'yes'),
(269, 0, 'tla_last_update', '2011-08-29 14:39:23', 'yes'),
(270, 0, '', '6', 'yes'),
(271, 0, 'tla_last_sync_post_id', '174', 'yes'),
(272, 0, 'tla_max_sync_post_id', '174', 'yes'),
(205, 0, 'podPress_version', '8.8', 'yes'),
(2112, 0, 'rss_image', 'http://nynjbengali.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg', 'yes'),
(2111, 0, 'rss_ttl', '1440', 'yes'),
(119, 0, 'ec3_version', '3.1.2', 'yes'),
(120, 0, 'ec3_event_category', '5', 'yes'),
(121, 0, 'ec3_tz', 'America/New_York', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(125, 0, 'subscribe2_options', 'a:16:{s:7:"autosub";s:3:"yes";s:8:"wpregdef";s:3:"yes";s:10:"autoformat";s:4:"text";s:5:"pages";s:3:"yes";s:8:"password";s:2:"no";s:10:"email_freq";s:5:"daily";s:7:"exclude";s:0:"";s:6:"sender";s:5:"admin";s:12:"reg_override";s:1:"1";s:11:"show_button";s:1:"1";s:6:"barred";s:0:"";s:8:"mailtext";s:232:"Dear Friends,\r\n\r\nBLOGNAME has posted a new item, \\''TITLE\\''\r\n\r\nPOST\r\n\r\nYou may view the latest post at\r\nPERMALINK\r\n\r\nYou received this e-mail because you asked to be notified when new updates are posted.\r\nBest regards,\r\nMYNAME\r\nEMAIL";s:13:"confirm_email";s:228:"BLOGNAME has received a request to ACTION for this email address. To complete your request please click on the link below:\r\n\r\nLINK\r\n\r\nIf you did not request this, please feel free to disregard this notice!\r\n\r\nThank you,\r\nMYNAME.";s:12:"remind_email";s:349:"This email address was subscribed for notifications at BLOGNAME (BLOGLINK) but the subscription remains incomplete.\r\n\r\nIf you wish to complete your subscription please click on the link below:\r\n\r\nLINK\r\n\r\nIf you do not wish to complete your subscription please ignore this email and your address will be removed from our database.\r\n\r\nRegards,\r\nMYNAME";s:7:"version";s:3:"3.7";s:11:"last_s2cron";s:19:"2007-09-19 13:36:17";}', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(716, 0, 'rss_1f4b9097024a0c00bdef1523b9b1ecad', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:25:{i:0;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-7859692677919663814";s:9:"published";s:29:"2010-04-23T12:56:00.002+05:30";s:7:"updated";s:29:"2010-04-23T13:00:10.468+05:30";s:5:"title";s:25:"Taxmen zero in on 2 deals";s:12:"atom_content";s:1221:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">While the Income Tax department and Enforcement Directorate officials zeroed in on two key money transfers related to the Indian Premier League on Thursday, the Board of Control for Cricket in India set about examining all the major deals Lalit Modi had entered into as IPL chairman.<br /><br />The I-T department and ED are looking into two transactions of $10.27 million (Rs 50 crore) and $15.3 million (Rs 59 crore), remitted from the Development Bank of Singapore to a bank account in Mauritius. The money went from Multi Screen Media, Singapore to the World Sport Group (WSG), Mauritius in two installments in April and June last year.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=23_04_2010_001_019&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-7859692677919663814?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/7859692677919663814/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=7859692677919663814";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7859692677919663814";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7859692677919663814";s:4:"link";s:76:"http://epaper.hindustantimes.com/blog/2010/04/taxmen-zero-in-on-2-deals.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:1;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-6823557547521268524";s:9:"published";s:29:"2010-04-22T11:32:00.003+05:30";s:7:"updated";s:29:"2010-04-22T11:37:11.613+05:30";s:5:"title";s:33:"Income Tax targets teams, players";s:12:"atom_content";s:1119:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Income Tax officials searched offices of four Indian Premier League (IPL) teams and broadcasters on Wednesday amid allegations of financial irregularities and murky deal- ings as the controversy-scarred tournament''s first semis got underway in Mumbai.<br /><br />The operation, dubbed in simple terms as a “survey“, was part of a pincer attack in which Enforcement Directorate (ED) officials are separately chasing foreign exchange law violations in a maze of transactions linking tax havens to mysterious stakeholders in some teams.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=22_04_2010_001_025&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com/">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-6823557547521268524?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/6823557547521268524/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=6823557547521268524";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/6823557547521268524";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/6823557547521268524";s:4:"link";s:83:"http://epaper.hindustantimes.com/blog/2010/04/income-tax-targets-teams-players.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:2;a:13:{s:2:"id";s:69:"tag:blogger.com,1999:blog-5647182702539025099.post-503667598811354314";s:9:"published";s:29:"2010-04-21T10:02:00.002+05:30";s:7:"updated";s:29:"2010-04-21T11:10:45.577+05:30";s:5:"title";s:52:"Shun Indian Premier League boss: Government to Pawar";s:12:"atom_content";s:1209:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Agriculture Minister Sharad Pawar on Tuesday was delivered a simple message by Finance Minister Pranab Mukherjee and Home Minister P. Chidambaram: Indian Premier League boss Lalit Modi was bad company.<br /><br />Pawar was told the government was getting “incriminating details“ on Modi''s alleged role in helping his family and friends buy stakes in various IPL teams and related businesses.<br /><br />Pawar was reportedly confronted with details of the “irregularities“ of the IPL bidding process under Modi, which included telephone transcripts and other documents obtained by government agencies in the last few days.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=21_04_2010_001_023&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-503667598811354314?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:170:"http://www.blogger.com/feeds/5647182702539025099/503667598811354314/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=503667598811354314";s:9:"link_edit";s:81:"http://www.blogger.com/feeds/5647182702539025099/posts/default/503667598811354314";s:9:"link_self";s:81:"http://www.blogger.com/feeds/5647182702539025099/posts/default/503667598811354314";s:4:"link";s:82:"http://epaper.hindustantimes.com/blog/2010/04/shun-indian-premier-league-boss.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:3;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-2442533508292780496";s:9:"published";s:29:"2010-04-20T11:03:00.001+05:30";s:7:"updated";s:29:"2010-04-20T11:18:17.410+05:30";s:5:"title";s:24:"Volcano causes Euro-mess";s:12:"atom_content";s:1474:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">As airline losses from the volcanic ash cloud spiraled over $1 billion on Monday, airlines started demanding EU compensation and the aviation industry sharply criticised European governments for not using scientific measures to evaluate the ash and open up their airspace. “A European mess,“ IATA chief Giovanni Bisignani said.<br /><br />Shares of some European airlines fell as flight disruptions from the volcanic cloud moved into a fifth day, and the International Air Transport Association complained of “no leadership“ from government leaders one of whom admitted to EU dissension about how to respond. The IATA particularly criticised Europe''s methodology of closing airspace based on theoretical modeling of the ash cloud. “We have seen volcanic activity in many parts of the world, but rarely has it resulted in airspace closures  and never at this scale,“ Bisignani said.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=20_04_2010_019_004&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-2442533508292780496?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/2442533508292780496/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=2442533508292780496";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/2442533508292780496";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/2442533508292780496";s:4:"link";s:75:"http://epaper.hindustantimes.com/blog/2010/04/volcano-causes-euro-mess.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:4;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-1238241066004863335";s:9:"published";s:29:"2010-04-19T09:48:00.001+05:30";s:7:"updated";s:29:"2010-04-19T16:14:59.111+05:30";s:5:"title";s:26:"Tharoor, Sunanda both quit";s:12:"atom_content";s:1216:"<div  style="text-align: justify; font-family: verdana;font-family:verdana;"><span style="font-size:85%;">Minister of State for External Affairs Shashi Tharoor on Sunday resigned following days of accusations and counter accusations over his role in the purchase of an Indian Premier League franchise.<br /><br />Tharoor quit after his second meeting of the day with Prime Minister Manmohan Singh. His continuation in office was embarrassing the party and stalling Parliament.<br /><br />“His resignation has been accepted,“ said a government source, adding, “but it should not be seen as endorsing the charges against him as an inquiry is under way.“ Late at night, President Pratibha Patil accepted the resignation.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=19_04_2010_001_013&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com/">http://epaper.hindustantimes.com</a></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-1238241066004863335?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/1238241066004863335/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=1238241066004863335";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1238241066004863335";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1238241066004863335";s:4:"link";s:76:"http://epaper.hindustantimes.com/blog/2010/04/tharoor-sunanda-both-quit.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:5;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-7400807772038462962";s:9:"published";s:29:"2010-04-16T10:52:00.001+05:30";s:7:"updated";s:29:"2010-04-16T10:59:25.295+05:30";s:5:"title";s:36:"Delhi airport turns nation''s busiest";s:12:"atom_content";s:1123:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Traffic at Delhi''s airport overtook Mumbai''s ­ traditionally the country''s busiest airport ­ in 2009.<br /><br />Total passenger traffic at Indira Gandhi International Airport was 25.25 million flyers against 24.80 million at Chhatrapati Shivaji International Airport, government figures show.<br /><br />In 2008, Mumbai was ahead with 24.33 million against Delhi''s 23.24 million.<br /><br />“Delhi has developed faster than Mumbai. Satellite towns like Gurgaon and Noida generate huge traf- fic,“ said Tulsi Keshwarni, aviation expert.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=16_04_2010_001_024&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-7400807772038462962?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/7400807772038462962/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=7400807772038462962";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7400807772038462962";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7400807772038462962";s:4:"link";s:86:"http://epaper.hindustantimes.com/blog/2010/04/delhi-airport-turns-nations-busiest.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:6;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-1880241810136283042";s:9:"published";s:29:"2010-04-15T09:44:00.002+05:30";s:7:"updated";s:29:"2010-04-15T09:56:19.519+05:30";s:5:"title";s:22:"400 die in China quake";s:12:"atom_content";s:1433:"<div style="text-align: justify;"><span style="font-family: verdana;font-size:85%;" >A magnitude 7.1 earthquake left over 400 dead and thousands injured in the sleepy pastures, mud and brick villages and county buildings of China''s Qinghai province on the Tibetan plateau.</span><br /><br /><span style="font-family: verdana;font-size:85%;" >The earthquake struck at 7.49 am on Wednesday, with its epi- centre about 800 km away from the provincial capital of Xining and 200 km away from the Qinghai-Tibet Railway line. Initial reports said the high-altitude mountainous line was unaffected.</span><br /><br /><span style="font-family: verdana;font-size:85%;" >But the earthquake, China''s worst since the Sichuan earthquake of May 2008 killed 87,000, again sparked concerns of student deaths in poorly constructed schools.</span><br /><br /><span style="font-family: verdana;font-size:85%;" >To read the full article,<a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=15_04_2010_015_014&amp;kword=&amp;mode=1"> click here...</a></span><br /><span style="font-family: verdana;font-size:85%;" >To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a></span><br /></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-1880241810136283042?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/1880241810136283042/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=1880241810136283042";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1880241810136283042";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1880241810136283042";s:4:"link";s:73:"http://epaper.hindustantimes.com/blog/2010/04/400-die-in-china-quake.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:7;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-5578097604092333532";s:9:"published";s:29:"2010-04-14T10:02:00.002+05:30";s:7:"updated";s:29:"2010-04-14T10:10:57.109+05:30";s:5:"title";s:34:"Strong rupee bites Infosys profits";s:12:"atom_content";s:1222:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Information Technology bellwether Infosys Technologies signalled a mood of business recovery in quarterly results declared on Tuesday, but its sunny outlook in US dollar terms was over- shadowed by an erosion of value in rupee terms as the Indian currency''s strength hit export profits.<br /><br />Infosys reported a marginal decline of 0.9 per cent in its net profit for January-March 2010 from the same period a year ago, at Rs 1,600 crore compared with Rs 1,615 crore.<br /><br />However, in US dollar terms, the same number showed net profit soared by 8.7 per cent at $349 million in January-March 2010 from $321 million a year earlier.<br /><br />To read the full article,<a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=14_04_2010_701_006&amp;kword=&amp;mode=1"> click here...</a><br />To read the ePaper, visit:<a href="http://epaper.hindustantimes.com/"> http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-5578097604092333532?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/5578097604092333532/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=5578097604092333532";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/5578097604092333532";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/5578097604092333532";s:4:"link";s:85:"http://epaper.hindustantimes.com/blog/2010/04/strong-rupee-bites-infosys-profits.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:8;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-4589554382040718034";s:9:"published";s:29:"2010-04-13T09:46:00.002+05:30";s:7:"updated";s:29:"2010-04-13T10:04:06.780+05:30";s:5:"title";s:28:"Kochi franchise may sue Modi";s:12:"atom_content";s:1155:"<div style="text-align: justify;"><span style="font-family: verdana;font-size:85%;" >The tug of war between one of the two newcomers on the Indian Premier League (IPL) block, the Kochi franchise, and IPL chairman Lalit Modi took an uglier turn on Monday.<br /><br />The franchise, Rendezvous, threatened to take Modi to court for announcing the identities of each member of their consortium and the percentage stake they held, on Twitter.<br /><br />“There was no need to announce it in a public forum,“ a franchise source told HT. “If we are asked to furnish all minute details, why not do the same with all the other franchises and announce that too?<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=13_04_2010_001_027&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com/">http://epaper.hindustantimes.com</a></span><br /></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-4589554382040718034?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/4589554382040718034/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=4589554382040718034";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/4589554382040718034";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/4589554382040718034";s:4:"link";s:79:"http://epaper.hindustantimes.com/blog/2010/04/kochi-franchise-may-sue-modi.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:9;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-2057402787485695408";s:9:"published";s:29:"2010-04-12T08:58:00.002+05:30";s:7:"updated";s:29:"2010-04-12T09:11:27.236+05:30";s:5:"title";s:34:"Kabul: India, United States differ";s:12:"atom_content";s:1224:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Differences over regional issues are likely to take centrestage at Prime Minister Manmohan Singh''s meeting with US President Barack Obama on Sunday on the side- lines of the nuclear security summit, said officials in the Indian delegation.<br /><br />New Delhi wants to get a full measure of the drift in relations with the United States in the background of differences over the latter''s Afghanistan- Pakistan policy.<br /><br />US national of Pakistani origin David Headley will also figure in the talks most certainly -- India wants his extradition or direct access to him to question him on his role in the Mumbai attacks in November 2008.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=12_04_2010_001_023&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-2057402787485695408?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/2057402787485695408/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=2057402787485695408";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/2057402787485695408";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/2057402787485695408";s:4:"link";s:83:"http://epaper.hindustantimes.com/blog/2010/04/kabul-india-united-states-differ.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:10;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-4802928791691879475";s:9:"published";s:29:"2010-04-09T10:16:00.003+05:30";s:7:"updated";s:29:"2010-04-12T10:40:53.505+05:30";s:5:"title";s:29:"Untrained cops sent to Bastar";s:12:"atom_content";s:986:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">The Central Reserve Police Force (CRPF) company that was slaughtered by Maoists in Dantewada on Tuesday had not undergone any intensive training at the army''s jungle warfare schools before being deployed in forests to combat the naxals, Army chief General V.K. Singh said on Thursday.<br /><br />Of the 82 security men who set out from their Chintalnar base camp, only seven returned alive, on stretchers.<br /><br />To read the full article,<a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=09_04_2010_001_023&amp;kword=&amp;mode=1"> click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-4802928791691879475?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/4802928791691879475/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=4802928791691879475";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/4802928791691879475";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/4802928791691879475";s:4:"link";s:80:"http://epaper.hindustantimes.com/blog/2010/04/untrained-cops-sent-to-bastar.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:11;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-7337329675431839841";s:9:"published";s:29:"2010-04-08T10:32:00.003+05:30";s:7:"updated";s:29:"2010-04-08T11:02:48.100+05:30";s:5:"title";s:55:"Interior minister, 40 others killed in Kyrgyzstan riots";s:12:"atom_content";s:1159:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Opposition followers killed Kyrgyzstan''s interior minister, took the deputy prime minister hostage and captured state television in a deadly revolt on Wednesday against President Kurmanbek Bakiyev.<br /><br />Riot police fired tear gas and stun grenades in repeated efforts to disperse thousands of protesters surrounding Bakiyev''s offices in the capital Bishkek, but retreated as demonstrators tried to ram the gates with an armoured vehicle.<br /><br />“The number of people who have died during mass unrest in Bishkek has reached 40,“ a health ministry official told AFP.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=08_04_2010_017_007&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-7337329675431839841?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/7337329675431839841/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=7337329675431839841";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7337329675431839841";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7337329675431839841";s:4:"link";s:88:"http://epaper.hindustantimes.com/blog/2010/04/interior-minister-40-others-killed-in.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:12;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-7465256127441390939";s:9:"published";s:29:"2010-04-07T09:36:00.004+05:30";s:7:"updated";s:29:"2010-04-07T09:54:37.178+05:30";s:5:"title";s:49:"Chinese hackers crack India''s top defence secrets";s:12:"atom_content";s:1110:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">The computer systems of scores of Indian embassies, military establishments and corporate bodies, as well as the email account of the Dalai Lama, have been hacked by a Chinese cyber spy ring.<br /><br />Hundreds of documents, including classified files, have been stolen, says a Canadian cyber security team that monitored the ring -- the Shadow Network -- for eight months.<br /><br />The Shadow Network focussed on India, especially its military. The Canadians, in effect, hacked the hackers and saw many documents themselves.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=07_04_2010_001_026&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com/">http://epaper.hindustantimes.com</a></span><br /></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-7465256127441390939?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/7465256127441390939/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=7465256127441390939";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7465256127441390939";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7465256127441390939";s:4:"link";s:83:"http://epaper.hindustantimes.com/blog/2010/04/chinese-hackers-crack-indias-top.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:13;a:13:{s:2:"id";s:69:"tag:blogger.com,1999:blog-5647182702539025099.post-131269557700118211";s:9:"published";s:29:"2010-04-06T10:36:00.002+05:30";s:7:"updated";s:29:"2010-04-06T10:59:54.509+05:30";s:5:"title";s:29:"Pak jumps in to defend Shoaib";s:12:"atom_content";s:1183:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">The Pakistani government batted for cricketer Shoaib Malik on Monday, a day on which police seized his passport following the criminal case registered against him by Ayesha Siddiqui, who has claimed to be his wife.<br /><br />“Shoaib Malik is our star and we are proud of him,“ Foreign Minister Shah Mahmood Qureshi told reporters in Islamabad, adding that he had asked the Pakistani High Commissioner to India to collect information about the case. “We pray for Malik on his marriage decision,“ Qureshi added about the cricketer''s impending wedding on April 15 to Indian tennis ace Sania Mirza.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=06_04_2010_001_027&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-131269557700118211?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:170:"http://www.blogger.com/feeds/5647182702539025099/131269557700118211/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=131269557700118211";s:9:"link_edit";s:81:"http://www.blogger.com/feeds/5647182702539025099/posts/default/131269557700118211";s:9:"link_self";s:81:"http://www.blogger.com/feeds/5647182702539025099/posts/default/131269557700118211";s:4:"link";s:80:"http://epaper.hindustantimes.com/blog/2010/04/pak-jumps-in-to-defend-shoaib.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:14;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-3940944543805507477";s:9:"published";s:29:"2010-04-05T09:53:00.001+05:30";s:7:"updated";s:29:"2010-04-05T09:56:41.142+05:30";s:5:"title";s:32:"Angry Shoaib faces cheating case";s:12:"atom_content";s:1137:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Pakistani cricketer Shoaib Malik must be wishing for all this to get over so that he could jet off to somewhere more peaceful with his shortly-to-be wife Sania Mirza.<br /><br />But his troubles are not going away in a hurry. The family of Ayesha Siddiqui, who claims to be Malik''s wife, went to the police to file a case of cheating against the cricketer.<br /><br />The city police police said they booked a case under Sections 506 (criminal intimidation), 420 (cheating) and 498 (A) (dowry harassment). They will now be looking at the facts of the case.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=05_04_2010_001_018&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-3940944543805507477?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/3940944543805507477/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=3940944543805507477";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/3940944543805507477";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/3940944543805507477";s:4:"link";s:83:"http://epaper.hindustantimes.com/blog/2010/04/angry-shoaib-faces-cheating-case.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:15;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-2343678091117083768";s:9:"published";s:29:"2010-04-01T10:30:00.000+05:30";s:7:"updated";s:29:"2010-04-01T10:34:13.202+05:30";s:5:"title";s:35:"Railways seek young, happening look";s:12:"atom_content";s:962:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Can the 158-year old Indian Railways be made to look good?<br /><br />That''s adman Suhel Seth''s latest challenge. And here''s how he wants to do it.<br /><br />Starting July, passengers will have an in-house Railways magazine to read on the lines of in-flight magazines given free by airlines.<br /><br />In the next stage, Seth said, people can expect Rail Radio and Rail TV.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=01_04_2010_001_018&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-2343678091117083768?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/2343678091117083768/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=2343678091117083768";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/2343678091117083768";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/2343678091117083768";s:4:"link";s:85:"http://epaper.hindustantimes.com/blog/2010/04/railways-seek-young-happening-look.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:16;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-1105077466024116167";s:9:"published";s:29:"2010-03-31T10:34:00.001+05:30";s:7:"updated";s:29:"2010-03-31T10:53:26.101+05:30";s:5:"title";s:47:"Communal riots spread from old Hyderabad to new";s:12:"atom_content";s:957:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">One more person was killed on Tuesday taking the death toll to two, as the four- day communal violence in Hyderabad spilled beyond the boundaries of the Old City.<br /><br />Some Congressmen blamed some of their own party leaders for the disturbances.<br /><br />Tuesday''s victim, the owner of a garment shop died after being hit on the head when a group pelted stones at him.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=31_03_2010_003_021&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-1105077466024116167?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/1105077466024116167/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=1105077466024116167";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1105077466024116167";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1105077466024116167";s:4:"link";s:81:"http://epaper.hindustantimes.com/blog/2010/03/communal-riots-spread-from-old.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:17;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-1537363483458818857";s:9:"published";s:29:"2010-03-30T10:24:00.001+05:30";s:7:"updated";s:29:"2010-03-30T10:36:12.450+05:30";s:5:"title";s:35:"Moscow twin suicide strikes kill 38";s:12:"atom_content";s:1130:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Two female suicide bombers blew themselves up on two packed metro trains here on Monday, killing 38 people. The blasts, near the ex-KGB headquarters and the iconic Gorky Park, were the deadliest attacks in Moscow in five years.<br /><br />Prime Minister Vladimir Putin vowed that the guilty would be “destroyed“ as authorities pointed a finger at militants from the Northern Caucasus.<br /><br />The first blast ripped through a train in Lubyanka station, near the headquarters of the Federal Security Service (FSB), successor to the Soviet KGB.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=30_03_2010_001_017&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-1537363483458818857?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/1537363483458818857/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=1537363483458818857";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1537363483458818857";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1537363483458818857";s:4:"link";s:86:"http://epaper.hindustantimes.com/blog/2010/03/moscow-twin-suicide-strikes-kill-38.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:18;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-6185213989306016661";s:9:"published";s:29:"2010-03-29T10:52:00.001+05:30";s:7:"updated";s:29:"2010-03-29T11:25:54.982+05:30";s:5:"title";s:32:"Safety nets collapse in Balangir";s:12:"atom_content";s:1021:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">Her face aged beyond her 50 years, Jire Bhoi narrates how her sister-in-law Alekha (40) and niece Ghasena (10) died of “stomach ache“.<br /><br />A rash of deaths by “stomach ache“ across this impoverished western district Orissa is revealing a slow cycle of poverty, debt, malnutrition and death that is allowing Orissa and India, as HT''s Hunger Project will explain in the days ahead -- to get away with a growing, chronic hunger.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=29_03_2010_001_026&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-6185213989306016661?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/6185213989306016661/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=6185213989306016661";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/6185213989306016661";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/6185213989306016661";s:4:"link";s:83:"http://epaper.hindustantimes.com/blog/2010/03/safety-nets-collapse-in-balangir.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:19;a:13:{s:2:"id";s:69:"tag:blogger.com,1999:blog-5647182702539025099.post-776111514684710438";s:9:"published";s:29:"2010-03-26T10:32:00.001+05:30";s:7:"updated";s:29:"2010-03-26T10:50:34.924+05:30";s:5:"title";s:48:"China pips India as world''s most diabetic nation";s:12:"atom_content";s:1029:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">After an extensive nationwide survey, China has more than doubled the estimate of its diabetic people to 92.4 mil- lion from 43.2 million in 2009, thus replacing India as the country with the maximum number of diabetics in the world.<br /><br />India has 50.8 million people with diabetes.<br /><br />The China study, published in New England Journal of Medicine on Thursday pushes up the global diabetes estimates from 285 million to 334.2 million.<br /><br />To read the full article,<a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=26_03_2010_001_018&amp;kword=&amp;mode=1"> click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-776111514684710438?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:170:"http://www.blogger.com/feeds/5647182702539025099/776111514684710438/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=776111514684710438";s:9:"link_edit";s:81:"http://www.blogger.com/feeds/5647182702539025099/posts/default/776111514684710438";s:9:"link_self";s:81:"http://www.blogger.com/feeds/5647182702539025099/posts/default/776111514684710438";s:4:"link";s:82:"http://epaper.hindustantimes.com/blog/2010/03/china-pips-india-as-worlds-most.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:20;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-4820490881535282715";s:9:"published";s:29:"2010-03-25T09:51:00.004+05:30";s:7:"updated";s:29:"2010-03-25T10:13:26.897+05:30";s:5:"title";s:33:"Switch to clean fuel from April 1";s:12:"atom_content";s:1110:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">From April 1, consumers in 13 cities -- including Delhi -- may have to pay more for petrol and diesel, following the launch of environment friendly Euro-IV compliant petrol and diesel. Petrol is likely to cost 41 paise more per litre and diesel 26 paise. The figure will be higher at petrol pumps after excise and local taxes.<br /><br />If implemented, this will the third increase in the price of diesel in Delhi (second for those in the other 12 cities) in less than a month. For petrol, this will be the second hike in a row.<br /><br />To read the full article,<a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=25_03_2010_001_023&amp;kword=&amp;mode=1"> click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-4820490881535282715?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/4820490881535282715/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=4820490881535282715";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/4820490881535282715";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/4820490881535282715";s:4:"link";s:84:"http://epaper.hindustantimes.com/blog/2010/03/switch-to-clean-fuel-from-april-1.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:21;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-5510885689819970017";s:9:"published";s:29:"2010-03-24T10:26:00.000+05:30";s:7:"updated";s:29:"2010-03-24T10:33:11.468+05:30";s:5:"title";s:44:"Government paints wrong Bhagat Singh picture";s:12:"atom_content";s:976:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">The government just can''t seem to get its advertisements right.<br /><br />On Tuesday, the 79th death anniversary of Shaheed Bhagat Singh, the Information and Broad- casting Ministry and the Punjab government splashed separate ads in leading newspapers of the Capital and in Punjab featuring paintings of the martyr.<br /><br />Historians and Bhagat Singh''s descendants are unhappy with the paintings.<br /><br />To read the full article,<a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=24_03_2010_001_021&amp;kword=&amp;mode=1"> click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-5510885689819970017?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/5510885689819970017/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=5510885689819970017";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/5510885689819970017";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/5510885689819970017";s:4:"link";s:87:"http://epaper.hindustantimes.com/blog/2010/03/government-paints-wrong-bhagat-singh.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:2:"13";}}i:22;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-7421302950403196428";s:9:"published";s:29:"2010-03-23T10:44:00.003+05:30";s:7:"updated";s:29:"2010-03-23T11:22:51.672+05:30";s:5:"title";s:52:"No mining, probe on: Supreme Court to Reddy brothers";s:12:"atom_content";s:1117:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">In a setback to Karnataka''s Reddy brothers -- two of them state ministers the Supreme Court on Monday stayed their mining operations in Andhra Pradesh.<br /><br />A bench headed by Chief Justice K.G. Balakrishnan advised Tourism Minister Janardhana Reddy, Revenue Minister Karunakara Reddy and former Bellary mayor Somashekhar Reddy to “come clean“ on their alleged illegal activities and ordered a probe into allegations of encroachment by their Obulapuram Mining Corporation (OMC) in reserve forest areas of Andhra and Karnataka.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=23_03_2010_001_017&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com/">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-7421302950403196428?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/7421302950403196428/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=7421302950403196428";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7421302950403196428";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/7421302950403196428";s:4:"link";s:86:"http://epaper.hindustantimes.com/blog/2010/03/no-mining-probe-on-supreme-court-to.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:23;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-3200861775446329617";s:9:"published";s:29:"2010-03-22T10:39:00.001+05:30";s:7:"updated";s:29:"2010-03-22T10:50:29.615+05:30";s:5:"title";s:67:"Kochi, Pune teams give Indian Premier League Rs 3,235 crore bonanza";s:12:"atom_content";s:1007:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">The Sahara Group and a consortium that calls itself Rendezvous Sports World became proud owners of two new Indian Premier League (IPL) teams, based in Pune and Kochi respectively, on Sunday.<br /><br />These will be part of the tournament in the IPL''s next season.<br /><br />When the invitation to tender for new teams was first cancelled on March 7, detractors of the league licked their lips claiming the $225 million<br /><br />To read the full article,<a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=22_03_2010_003_014&amp;kword=&amp;mode=1"> click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-3200861775446329617?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/3200861775446329617/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=3200861775446329617";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/3200861775446329617";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/3200861775446329617";s:4:"link";s:87:"http://epaper.hindustantimes.com/blog/2010/03/kochi-pune-teams-give-indian-premier.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}i:24;a:13:{s:2:"id";s:70:"tag:blogger.com,1999:blog-5647182702539025099.post-1161079877823608769";s:9:"published";s:29:"2010-03-19T10:54:00.001+05:30";s:7:"updated";s:29:"2010-03-19T11:17:49.259+05:30";s:5:"title";s:39:"Jharkhand to shut down its killer mines";s:12:"atom_content";s:1183:"<div style="text-align: justify; font-family: verdana;"><span style="font-size:85%;">A day after HT exposed how iron ore dust from West Singhbhum''s mines and crusher units was choking and killing locals, the Jharkhand government swung into action.<br /><br />"The government will shut down all polluting crushers and mining companies," said Jharkhand Food and Civil Supplies Minister Badkunwar Gagrai, a legislator from the area, which borders Orissa.<br /><br />"They are not just choking our lungs, they are polluting the entire environment land, air and water as well," he said, adding that the government action would begin after the current assembly session, which ends on March 26.<br /><br />To read the full article, <a href="http://epaper.hindustantimes.com/ArticleText.aspx?article=19_03_2010_003_010&amp;kword=&amp;mode=1">click here...</a><br />To read the ePaper, visit: <a href="http://epaper.hindustantimes.com">http://epaper.hindustantimes.com</a><br /></span></div><div class="blogger-post-footer"><img width=''1'' height=''1'' src=''https://blogger.googleusercontent.com/tracker/5647182702539025099-1161079877823608769?l=epaper.hindustantimes.com%2Fblog'' alt='''' /></div>";s:12:"link_replies";s:172:"http://www.blogger.com/feeds/5647182702539025099/1161079877823608769/comments/defaulthttps://www.blogger.com/comment.g?blogID=5647182702539025099&postID=1161079877823608769";s:9:"link_edit";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1161079877823608769";s:9:"link_self";s:82:"http://www.blogger.com/feeds/5647182702539025099/posts/default/1161079877823608769";s:4:"link";s:90:"http://epaper.hindustantimes.com/blog/2010/03/jharkhand-to-shut-down-its-killer-mines.html";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:3:"thr";a:1:{s:5:"total";s:1:"0";}}}s:7:"channel";a:13:{s:2:"id";s:45:"tag:blogger.com,1999:blog-5647182702539025099";s:7:"updated";s:29:"2010-04-23T13:00:10.460+05:30";s:5:"title";s:15:"Hindustan Times";s:9:"link_self";s:62:"http://www.blogger.com/feeds/5647182702539025099/posts/default";s:4:"link";s:38:"http://epaper.hindustantimes.com/blog/";s:8:"link_hub";s:32:"http://pubsubhubbub.appspot.com/";s:9:"link_next";s:92:"http://www.blogger.com/feeds/5647182702539025099/posts/default?start-index=26&max-results=25";s:42:"link_http://schemas.google.com/g/2005#feed";s:46:"http://epaper.hindustantimes.com/blog/atom.xml";s:11:"author_name";s:14:"PressMart Team";s:10:"author_uri";s:51:"http://www.blogger.com/profile/06854082110171648131";s:12:"author_email";s:19:"noreply@blogger.com";s:9:"generator";s:7:"Blogger";s:10:"opensearch";a:3:{s:12:"totalresults";s:3:"583";s:10:"startindex";s:1:"1";s:12:"itemsperpage";s:2:"25";}}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:4:"Atom";s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Fri, 23 Apr 2010 07:30:27 GMT\r\n";s:4:"etag";s:25:""e46f8bd8b6e2ca1:21ec0"\r\n";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3286, 0, 'rss_82b3447c8eb0d9eb52595841f128316f_ts', '1253825317', 'no'),
(717, 0, 'rss_1f4b9097024a0c00bdef1523b9b1ecad_ts', '1277972198', 'no'),
(589, 0, 'update_core', 'O:8:"stdClass":5:{s:12:"last_checked";i:1332923591;s:15:"version_checked";s:5:"2.5.1";s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"current";s:5:"3.3.1";}', 'yes'),
(590, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:8:{s:5:"title";s:0:"";s:3:"url";s:137:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://nynjbengali.com/";s:4:"link";s:127:"http://blogsearch.google.com/blogsearch?hl=en&#038;scoring=d&#038;ie=ISO-8859-1&#038;num=10&#038;q=link:http://nynjbengali.com/";s:5:"items";i:5;s:5:"error";b:0;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:15;}}', 'yes'),
(142, 0, 'picasaweb_init_rule', 'a', ''),
(143, 0, 'picasaweb_css_layout', '1', ''),
(144, 0, 'picasaweb_small_size', '72', ''),
(145, 0, 'picasaweb_medium_size', '72', ''),
(113, 0, 'sg_subscribe_settings', 'a:12:{s:16:"use_custom_style";s:0:"";s:5:"email";s:17:"bhawmik@gmail.com";s:4:"name";s:13:"NY/NJ Bengali";s:6:"header";s:23:"[theme_path]/header.php";s:7:"sidebar";s:0:"";s:6:"footer";s:23:"[theme_path]/footer.php";s:14:"before_manager";s:58:"<div id="content" class="widecolumn subscription-manager">";s:13:"after_manager";s:6:"</div>";s:18:"default_subscribed";s:0:"";s:19:"not_subscribed_text";s:41:"Notify me of followup comments via e-mail";s:15:"subscribed_text";s:90:"You are subscribed to this entry.  <a href="[manager_link]">Manage your subscriptions</a>.";s:11:"author_text";s:85:"You are the author of this entry.  <a href="[manager_link]">Manage subscriptions</a>.";}', 'yes'),
(114, 0, 'sg_subscribe_settings', 'a:2:{s:4:"salt";s:32:"b3695e8617bbf31b0f3f324d9906f602";s:10:"clear_both";s:10:"clear_both";}', 'yes'),
(118, 0, 'akismet_spam_count', '54583', 'yes'),
(577, 0, 'page_uris', 'a:2:{s:9:"subscribe";i:77;s:13:"anandasangbad";i:49;}', 'yes'),
(91, 0, 'doing_cron', '0', 'yes'),
(69, 0, 'rss_867bd5c64f85878d03a060509cd2f92c_ts', '1332955976', 'no'),
(70, 0, 'acmetech_adsensedeluxe', 'a:8:{s:7:"version";s:3:"0.5";s:17:"next_update_check";i:1140625605;s:11:"all_enabled";b:1;s:11:"enabled_for";a:4:{s:4:"home";b:1;s:5:"posts";b:1;s:4:"page";b:1;s:8:"archives";b:1;}s:7:"default";s:10:"YPN_banner";s:13:"reward_author";b:0;s:3:"ads";a:1:{s:10:"YPN_banner";a:3:{s:7:"adsense";s:416:"<script language="JavaScript" type="text/javascript">\r\n<!--\r\nctxt_ad_partner = "9432513790";\r\nctxt_ad_section = "";\r\nctxt_ad_bg = "CCCCFF";\r\nctxt_ad_width = 468;\r\nctxt_ad_height = 60;\r\nctxt_ad_bc = "FFFFFF";\r\nctxt_ad_cc = "FFFFFF";\r\nctxt_ad_lc = "0000FF";\r\nctxt_ad_tc = "000000";\r\nctxt_ad_uc = "999999";\r\n// -->\r\n</script>\r\n<script language="JavaScript" src="http://ypn-js.overture.com/partner/js/ypn.js">\r\n</script>";s:4:"desc";s:44:"YPN_banner 468x60 use at the top of the post";s:7:"enabled";b:1;}}s:14:"latest_version";d:0.7;}', 'yes'),
(71, 0, 'pp_options', 'a:22:{s:17:"pp_options_update";s:6:"update";s:7:"pp_maxk";s:3:"512";s:10:"pp_maxsize";s:3:"450";s:12:"pp_thumbsize";s:3:"180";s:10:"pp_quality";s:2:"80";s:14:"pp_photofolder";s:6:"photos";s:14:"pp_thumbprefix";s:6:"thumb_";s:12:"pp_albumname";s:11:"?pp_album=1";s:15:"pp_albumpostfix";s:10:"&pp_image=";s:13:"pp_catpostfix";s:8:"&pp_cat=";s:15:"pp_insert_thumb";s:1:"1";s:8:"pp_album";s:1:"1";s:12:"pp_meta_link";s:1:"1";s:12:"pp_meta_rand";s:1:"1";s:19:"pp_failsafe_buttons";s:1:"0";s:13:"pp_show_posts";s:1:"1";s:20:"pp_thumbs_in_manager";s:1:"1";s:16:"pp_album_columns";s:1:"2";s:15:"pp_allowedtypes";s:11:"jpg gif png";s:8:"pp_align";s:9:"alignleft";s:12:"pp_min_level";s:1:"2";s:6:"Submit";s:17:"Update Options Â»";}', 'yes'),
(73, 0, 'pp_album_cats', 'a:25:{s:17:"aastegaan_web_jpg";s:6:"Humour";s:21:"baloon_travel_web_jpg";s:6:"Humour";s:25:"if_you_confessed_web2_jpg";s:4:"Arts";s:18:"joraburger_web_jpg";s:6:"Humour";s:18:"kekasarkar_web_jpg";s:4:"Arts";s:14:"anjali_web_jpg";s:6:"Humour";s:24:"auditorium_title_web_jpg";s:6:"Humour";s:23:"baarite_chaanda_web_jpg";s:6:"Humour";s:21:"bazar_kore_wt_web_jpg";s:6:"Humour";s:18:"chingri_wt_web_jpg";s:6:"Humour";s:24:"creditchaanda_wt_web_jpg";s:6:"Humour";s:19:"dhunuchi_wt_web_jpg";s:6:"Humour";s:17:"follow_wt_web_jpg";s:6:"Humour";s:16:"goatmeat_web_jpg";s:6:"Humour";s:16:"kolakuli_web_jpg";s:6:"Humour";s:19:"niramishasi_web_jpg";s:6:"Humour";s:18:"plainfield_web_jpg";s:6:"Humour";s:19:"pujor_saari_web_jpg";s:6:"Humour";s:18:"return_tag_web_jpg";s:6:"Humour";s:17:"bandh_panjika_jpg";s:6:"Humour";s:16:"bangla_bandh_jpg";s:6:"Humour";s:16:"daami_chhobi_jpg";s:6:"Humour";s:16:"kemon_haante_jpg";s:6:"Humour";s:18:"nonta_khaabaar_jpg";s:6:"Humour";s:15:"ulto_chhobi_jpg";s:6:"Humour";}', 'yes'),
(72, 0, 'sa-asides_category', 'Asides', 'yes'),
(74, 0, 'use_trackback', '0', 'yes'),
(75, 0, 'default_role', 'contributor', 'yes'),
(76, 0, 'db_version', '7796', 'yes'),
(77, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(78, 0, 'upload_path', 'wp-content/uploads/', 'yes'),
(79, 0, 'secret', '5@UhYzvt#MAEUUOd8R5#4&#jH9!7UYS^wbvLVf5tAF7jbScPS7SQ5ayXu4cDVa5$', 'yes'),
(80, 0, 'blog_public', '1', 'yes'),
(81, 0, 'default_link_category', '2', 'yes'),
(82, 0, 'show_on_front', 'posts', 'yes'),
(84, 0, 'default_link_category', '12', 'yes'),
(87, 0, 'sidebars_widgets', 'a:1:{s:13:"array_version";i:3;}', 'yes'),
(89, 0, 'cron', 'a:3:{i:1333027960;a:1:{s:14:"s2_digest_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1333479401;a:1:{s:17:"wp_db_backup_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'),
(141, 0, 'picasaweb_skip_jq', '0', ''),
(418, 0, 'aiosp_home_keywords', 'Bengali, New York, New Jersey, India, Calcutta, Kolkata, Bangla, Music, film, movie, theater, play, festival, concert, sudipta bhawmik,  kallol,', 'yes'),
(579, 0, 'tag_base', '', 'yes'),
(580, 0, 'show_avatars', '1', 'yes'),
(581, 0, 'avatar_rating', 'G', 'yes'),
(582, 0, 'upload_url_path', 'http://nynjbengali.com/wp-content/uploads', 'yes'),
(583, 0, 'thumbnail_size_w', '150', 'yes'),
(584, 0, 'thumbnail_size_h', '150', 'yes'),
(585, 0, 'thumbnail_crop', '1', 'yes'),
(586, 0, 'medium_size_w', '300', 'yes'),
(587, 0, 'medium_size_h', '300', 'yes'),
(592, 0, 'rss_a5420c83891a9c88ad2a4f04584a5efc', 'O:9:"MagpieRSS":18:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:27:"Matt Mullenweg on "Akismet"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"Matt Mullenweg";}s:4:"guid";s:39:"15@http://wordpress.org/extend/plugins/";s:11:"description";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"summary";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";}i:1;a:7:{s:5:"title";s:36:"Takayuki Miyoshi on "Contact Form 7"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"pubdate";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:16:"Takayuki Miyoshi";}s:4:"guid";s:41:"2141@http://wordpress.org/extend/plugins/";s:11:"description";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"summary";s:54:"Just another contact form plugin. Simple but flexible.";}i:2;a:7:{s:5:"title";s:38:"Brian Colinger on "WordPress Importer"";s:4:"link";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"pubdate";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"Brian Colinger";}s:4:"guid";s:42:"18101@http://wordpress.org/extend/plugins/";s:11:"description";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"summary";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";}i:3;a:7:{s:5:"title";s:42:"Mike Challis on "Fast Secure Contact Form"";s:4:"link";s:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"pubdate";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Mike Challis";}s:4:"guid";s:42:"12636@http://wordpress.org/extend/plugins/";s:11:"description";s:131:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s:7:"summary";s:131:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";}i:4;a:7:{s:5:"title";s:33:"uberdose on "All in One SEO Pack"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"pubdate";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"uberdose";}s:4:"guid";s:40:"753@http://wordpress.org/extend/plugins/";s:11:"description";s:86:"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.";s:7:"summary";s:86:"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.";}i:5;a:7:{s:5:"title";s:30:"Alex Rabe on "NextGEN Gallery"";s:4:"link";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"pubdate";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"Alex Rabe";}s:4:"guid";s:41:"1169@http://wordpress.org/extend/plugins/";s:11:"description";s:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";s:7:"summary";s:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";}i:6;a:7:{s:5:"title";s:29:"Arne on "Google XML Sitemaps"";s:4:"link";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Arne";}s:4:"guid";s:40:"132@http://wordpress.org/extend/plugins/";s:11:"description";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"summary";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";}i:7;a:7:{s:5:"title";s:19:"kikadev on "gtrans"";s:4:"link";s:54:"http://wordpress.org/extend/plugins/gtrans/#post-30417";s:7:"pubdate";s:31:"Thu, 22 Sep 2011 11:48:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"kikadev";}s:4:"guid";s:42:"30417@http://wordpress.org/extend/plugins/";s:11:"description";s:45:"GTranslate: Google Translate for your website";s:7:"summary";s:45:"GTranslate: Google Translate for your website";}i:8;a:7:{s:5:"title";s:49:"Joost de Valk on "Google Analytics for WordPress"";s:4:"link";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"pubdate";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Joost de Valk";}s:4:"guid";s:41:"2316@http://wordpress.org/extend/plugins/";s:11:"description";s:145:"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.";s:7:"summary";s:145:"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.";}i:9;a:7:{s:5:"title";s:26:"Josh on "Ultimate TinyMCE"";s:4:"link";s:64:"http://wordpress.org/extend/plugins/ultimate-tinymce/#post-32088";s:7:"pubdate";s:31:"Mon, 14 Nov 2011 09:06:40 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Josh";}s:4:"guid";s:42:"32088@http://wordpress.org/extend/plugins/";s:11:"description";s:84:"Description: Beef up your visual tinymce editor with a plethora of advanced options.";s:7:"summary";s:84:"Description: Beef up your visual tinymce editor with a plethora of advanced options.";}i:10;a:7:{s:5:"title";s:28:"Lester Chan on "WP-PageNavi"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"Lester Chan";}s:4:"guid";s:40:"363@http://wordpress.org/extend/plugins/";s:11:"description";s:49:"Adds a more advanced paging navigation interface.";s:7:"summary";s:49:"Adds a more advanced paging navigation interface.";}i:11;a:7:{s:5:"title";s:41:"Joost de Valk on "WordPress SEO by Yoast"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321";s:7:"pubdate";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Joost de Valk";}s:4:"guid";s:41:"8321@http://wordpress.org/extend/plugins/";s:11:"description";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";s:7:"summary";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";}i:12;a:7:{s:5:"title";s:49:"micropat on "Share Buttons by Lockerz / AddToAny"";s:4:"link";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"pubdate";s:31:"Sat, 17 Mar 2007 23:08:16 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"micropat";}s:4:"guid";s:40:"498@http://wordpress.org/extend/plugins/";s:11:"description";s:148:"Help people share, bookmark, and email your posts &#38; pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.";s:7:"summary";s:148:"Help people share, bookmark, and email your posts &#38; pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.";}i:13;a:7:{s:5:"title";s:43:"Takayuki Miyoshi on "Really Simple CAPTCHA"";s:4:"link";s:68:"http://wordpress.org/extend/plugins/really-simple-captcha/#post-9542";s:7:"pubdate";s:31:"Mon, 09 Mar 2009 02:17:35 +0000";s:2:"dc";a:1:{s:7:"creator";s:16:"Takayuki Miyoshi";}s:4:"guid";s:41:"9542@http://wordpress.org/extend/plugins/";s:11:"description";s:138:"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.";s:7:"summary";s:138:"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.";}i:14;a:7:{s:5:"title";s:36:"Donncha O Caoimh on "WP Super Cache"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"pubdate";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:16:"Donncha O Caoimh";}s:4:"guid";s:41:"2572@http://wordpress.org/extend/plugins/";s:11:"description";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"summary";s:73:"A very fast caching engine for WordPress that produces static html files.";}}s:7:"channel";a:7:{s:5:"title";s:39:"WordPress Plugins » View: Most Popular";s:4:"link";s:51:"http://wordpress.org/extend/plugins/browse/popular/";s:11:"description";s:39:"WordPress Plugins » View: Most Popular";s:8:"language";s:5:"en-US";s:7:"pubdate";s:31:"Wed, 28 Mar 2012 17:22:35 +0000";s:9:"generator";s:25:"http://bbpress.org/?v=1.1";s:7:"tagline";s:39:"WordPress Plugins » View: Most Popular";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2007-03-09 22:11:30\r\n";}', 'no'),
(593, 0, 'rss_a5420c83891a9c88ad2a4f04584a5efc_ts', '1332955976', 'no'),
(594, 0, 'rss_57bc725ad6568758915363af670fd8bc', 'O:9:"MagpieRSS":18:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:42:"wetter.info on "Wetter.info Wetter Gadget"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/wetterinfo-wetter/#post-36018";s:7:"pubdate";s:31:"Thu, 22 Mar 2012 15:20:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"wetter.info";}s:4:"guid";s:42:"36018@http://wordpress.org/extend/plugins/";s:11:"description";s:129:"Mit dem Wetter-Widget von wetter.info kann spielend leicht die aktuelle Vorhersagewerte in die eigene Webseite integriert werden.";s:7:"summary";s:129:"Mit dem Wetter-Widget von wetter.info kann spielend leicht die aktuelle Vorhersagewerte in die eigene Webseite integriert werden.";}i:1;a:7:{s:5:"title";s:34:"xuewp.com on "Korean Romanization"";s:4:"link";s:67:"http://wordpress.org/extend/plugins/korean-romanization/#post-36116";s:7:"pubdate";s:31:"Sun, 25 Mar 2012 05:16:27 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"xuewp.com";}s:4:"guid";s:42:"36116@http://wordpress.org/extend/plugins/";s:11:"description";s:97:"????? ???? ??-?????.Convert Korean to Latin alphabets Permalinks.";s:7:"summary";s:97:"????? ???? ??-?????.Convert Korean to Latin alphabets Permalinks.";}i:2;a:7:{s:5:"title";s:40:"Sensei on "TheCartPress Dynamic Options"";s:4:"link";s:76:"http://wordpress.org/extend/plugins/thecartpress-dynamic-options/#post-34982";s:7:"pubdate";s:31:"Fri, 17 Feb 2012 09:51:33 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Sensei";}s:4:"guid";s:42:"34982@http://wordpress.org/extend/plugins/";s:11:"description";s:142:"TheCartPress Dynamic Options is a plugin for TheCartPress eCommerce plugin.\nIt allows to add n-levels options (or variations) to the products.";s:7:"summary";s:142:"TheCartPress Dynamic Options is a plugin for TheCartPress eCommerce plugin.\nIt allows to add n-levels options (or variations) to the products.";}i:3;a:7:{s:5:"title";s:53:"Benjamin on "Contact Form 7 Select Box Editor Button"";s:4:"link";s:87:"http://wordpress.org/extend/plugins/contact-form-7-select-box-editor-button/#post-36036";s:7:"pubdate";s:31:"Fri, 23 Mar 2012 06:26:17 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"Benjamin";}s:4:"guid";s:42:"36036@http://wordpress.org/extend/plugins/";s:11:"description";s:111:"Add a contact form link into article text.\nFor contact forms where the recipient can be chosen in a select box.";s:7:"summary";s:111:"Add a contact form link into article text.\nFor contact forms where the recipient can be chosen in a select box.";}i:4;a:7:{s:5:"title";s:49:"keithics on "Super Plugin Skeleton for Wordpress"";s:4:"link";s:69:"http://wordpress.org/extend/plugins/super-plugin-skeleton/#post-27620";s:7:"pubdate";s:31:"Mon, 20 Jun 2011 02:36:05 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"keithics";}s:4:"guid";s:42:"27620@http://wordpress.org/extend/plugins/";s:11:"description";s:76:"A simple plugin for plugin developers to kickstart their plugin development.";s:7:"summary";s:76:"A simple plugin for plugin developers to kickstart their plugin development.";}i:5;a:7:{s:5:"title";s:54:"jordan.hatch on "Infusionsoft Analytics for WordPress"";s:4:"link";s:72:"http://wordpress.org/extend/plugins/infusionsoft-web-tracker/#post-35760";s:7:"pubdate";s:31:"Tue, 13 Mar 2012 09:34:16 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"jordan.hatch";}s:4:"guid";s:42:"35760@http://wordpress.org/extend/plugins/";s:11:"description";s:93:"Plugin for that injects the Web Tracking Code from the Infusionsoft into your Wordpress site.";s:7:"summary";s:93:"Plugin for that injects the Web Tracking Code from the Infusionsoft into your Wordpress site.";}i:6;a:7:{s:5:"title";s:49:"Eli on "Get Off Malicious Scripts (Anti-Malware)"";s:4:"link";s:54:"http://wordpress.org/extend/plugins/gotmls/#post-34939";s:7:"pubdate";s:31:"Wed, 15 Feb 2012 18:02:20 +0000";s:2:"dc";a:1:{s:7:"creator";s:3:"Eli";}s:4:"guid";s:42:"34939@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"This Anti-Virus/Anti-Malware plugin searches for Malware and other Virus like threats and vulnerabilities on your server and it helps you remove them.";s:7:"summary";s:150:"This Anti-Virus/Anti-Malware plugin searches for Malware and other Virus like threats and vulnerabilities on your server and it helps you remove them.";}i:7;a:7:{s:5:"title";s:29:"chidge on "Stikinotes Widget"";s:4:"link";s:78:"http://wordpress.org/extend/plugins/stikinotes-visitor-book-widget/#post-36042";s:7:"pubdate";s:31:"Fri, 23 Mar 2012 13:25:38 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"chidge";}s:4:"guid";s:42:"36042@http://wordpress.org/extend/plugins/";s:11:"description";s:64:"Plugin to display a Stikinotes widget on your wordpress website.";s:7:"summary";s:64:"Plugin to display a Stikinotes widget on your wordpress website.";}i:8;a:7:{s:5:"title";s:27:"parisvega on "Button It Up"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/button-it-up/#post-36144";s:7:"pubdate";s:31:"Sun, 25 Mar 2012 23:30:33 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"parisvega";}s:4:"guid";s:42:"36144@http://wordpress.org/extend/plugins/";s:11:"description";s:82:"Button It Up changes the upload/insert button style to look like an actual button.";s:7:"summary";s:82:"Button It Up changes the upload/insert button style to look like an actual button.";}i:9;a:7:{s:5:"title";s:42:"gholme4 on "QR Color Code Generator Basic"";s:4:"link";s:77:"http://wordpress.org/extend/plugins/qr-color-code-generator-basic/#post-36125";s:7:"pubdate";s:31:"Sun, 25 Mar 2012 09:48:15 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"gholme4";}s:4:"guid";s:42:"36125@http://wordpress.org/extend/plugins/";s:11:"description";s:39:"Create and manage custom color QR Codes";s:7:"summary";s:39:"Create and manage custom color QR Codes";}i:10;a:7:{s:5:"title";s:30:"Jordan Lyall on "MyTweetLinks"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/mytweetlinks/#post-36032";s:7:"pubdate";s:31:"Thu, 22 Mar 2012 23:43:10 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Jordan Lyall";}s:4:"guid";s:42:"36032@http://wordpress.org/extend/plugins/";s:11:"description";s:67:"Your blog post&#039;s key facts become easy to share Twitter links.";s:7:"summary";s:67:"Your blog post&#039;s key facts become easy to share Twitter links.";}i:11;a:7:{s:5:"title";s:30:"supercleanse on "Social Maven"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/social-maven/#post-35977";s:7:"pubdate";s:31:"Wed, 21 Mar 2012 15:36:44 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"supercleanse";}s:4:"guid";s:42:"35977@http://wordpress.org/extend/plugins/";s:11:"description";s:93:"Simply adds the most popular social media buttons to your pages, posts and custom post types.";s:7:"summary";s:93:"Simply adds the most popular social media buttons to your pages, posts and custom post types.";}i:12;a:7:{s:5:"title";s:22:"Braydon on "AWE Video"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/awe-video/#post-35920";s:7:"pubdate";s:31:"Mon, 19 Mar 2012 19:11:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"Braydon";}s:4:"guid";s:42:"35920@http://wordpress.org/extend/plugins/";s:11:"description";s:94:"A video post type that includes multiple podcast feeds and Creative Commons licensing options.";s:7:"summary";s:94:"A video post type that includes multiple podcast feeds and Creative Commons licensing options.";}i:13;a:7:{s:5:"title";s:34:"leewillis77 on "WP Cart Mailcheck"";s:4:"link";s:68:"http://wordpress.org/extend/plugins/e-commerce-mailcheck/#post-36133";s:7:"pubdate";s:31:"Sun, 25 Mar 2012 18:52:39 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"leewillis77";}s:4:"guid";s:42:"36133@http://wordpress.org/extend/plugins/";s:11:"description";s:217:"Adds mailcheck (<a href="https://github.com/Kicksend/mailcheck" rel="nofollow">https://github.com/Kicksend/mailcheck</a>) support for WP e-Commerce, Jigoshop, or WooCommerce to help you get your customer&#039;s detail";s:7:"summary";s:217:"Adds mailcheck (<a href="https://github.com/Kicksend/mailcheck" rel="nofollow">https://github.com/Kicksend/mailcheck</a>) support for WP e-Commerce, Jigoshop, or WooCommerce to help you get your customer&#039;s detail";}i:14;a:7:{s:5:"title";s:44:"Sean on "Pinterest Pin It Button For Images"";s:4:"link";s:82:"http://wordpress.org/extend/plugins/pinterest-pin-it-button-for-images/#post-36127";s:7:"pubdate";s:31:"Sun, 25 Mar 2012 13:26:47 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"Sean";}s:4:"guid";s:42:"36127@http://wordpress.org/extend/plugins/";s:11:"description";s:81:"Add a &#34;Pin It&#34; over your images, so users can add it to Pinterest easily.";s:7:"summary";s:81:"Add a &#34;Pin It&#34; over your images, so users can add it to Pinterest easily.";}}s:7:"channel";a:7:{s:5:"title";s:33:"WordPress Plugins » View: Newest";s:4:"link";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:11:"description";s:33:"WordPress Plugins » View: Newest";s:8:"language";s:5:"en-US";s:7:"pubdate";s:31:"Wed, 28 Mar 2012 17:20:35 +0000";s:9:"generator";s:25:"http://bbpress.org/?v=1.1";s:7:"tagline";s:33:"WordPress Plugins » View: Newest";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2012-03-22 15:20:13\r\n";}', 'no'),
(595, 0, 'rss_57bc725ad6568758915363af670fd8bc_ts', '1332955976', 'no'),
(634, 0, 'aiosp_post_meta_tags', '', 'yes'),
(635, 0, 'aiosp_page_meta_tags', '', 'yes'),
(636, 0, 'aiosp_home_meta_tags', '', 'yes'),
(637, 0, 'aiosp_do_log', 'on', 'yes'),
(596, 0, 'rss_1a5f760f2e2b48827d4974a60857e7c2', 'O:9:"MagpieRSS":18:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:38:"OddOneOut on "Better WordPress Minify"";s:4:"link";s:58:"http://wordpress.org/extend/plugins/bwp-minify/#post-25706";s:7:"pubdate";s:31:"Wed, 06 Apr 2011 16:16:48 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"OddOneOut";}s:4:"guid";s:42:"25706@http://wordpress.org/extend/plugins/";s:11:"description";s:80:"Allows you to minify your CSS and JS files for faster page loading for visitors.";s:7:"summary";s:80:"Allows you to minify your CSS and JS files for faster page loading for visitors.";}i:1;a:7:{s:5:"title";s:25:"kpgraham on "Kindle This"";s:4:"link";s:59:"http://wordpress.org/extend/plugins/kindle-this/#post-23327";s:7:"pubdate";s:31:"Thu, 30 Dec 2010 16:01:55 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"kpgraham";}s:4:"guid";s:42:"23327@http://wordpress.org/extend/plugins/";s:11:"description";s:73:"Sends a blog post or page to a user&#039;s kindle - widget and shortcode.";s:7:"summary";s:73:"Sends a blog post or page to a user&#039;s kindle - widget and shortcode.";}i:2;a:7:{s:5:"title";s:29:"plastikaweb on "WpToFacebook"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/wptofacebook/#post-32481";s:7:"pubdate";s:31:"Mon, 28 Nov 2011 11:35:36 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"plastikaweb";}s:4:"guid";s:42:"32481@http://wordpress.org/extend/plugins/";s:11:"description";s:128:"WpToFacebook lets you choose contents (manually or automatically) to be shown in one or more &#039;tabs&#039; on a Facebook Page";s:7:"summary";s:128:"WpToFacebook lets you choose contents (manually or automatically) to be shown in one or more &#039;tabs&#039; on a Facebook Page";}i:3;a:7:{s:5:"title";s:27:"jcross on "My Company Menu"";s:4:"link";s:63:"http://wordpress.org/extend/plugins/my-company-menu/#post-31205";s:7:"pubdate";s:31:"Mon, 17 Oct 2011 18:22:15 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"jcross";}s:4:"guid";s:42:"31205@http://wordpress.org/extend/plugins/";s:11:"description";s:104:"Give your clients a Company Menu to manage contact information and custom subpages (like Pods managers).";s:7:"summary";s:104:"Give your clients a Company Menu to manage contact information and custom subpages (like Pods managers).";}i:4;a:7:{s:5:"title";s:24:"Chris Roberts on "Tippy"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/tippy/#post-6191";s:7:"pubdate";s:31:"Sat, 05 Jul 2008 19:24:38 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"Chris Roberts";}s:4:"guid";s:41:"6191@http://wordpress.org/extend/plugins/";s:11:"description";s:78:"Allows users to turn text into a tooltip or popup using a special [tippy] tag.";s:7:"summary";s:78:"Allows users to turn text into a tooltip or popup using a special [tippy] tag.";}i:5;a:7:{s:5:"title";s:32:"JohnRazmus on "Qody''s Framework"";s:4:"link";s:63:"http://wordpress.org/extend/plugins/qodys-framework/#post-29899";s:7:"pubdate";s:31:"Tue, 06 Sep 2011 12:50:54 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"JohnRazmus";}s:4:"guid";s:42:"29899@http://wordpress.org/extend/plugins/";s:11:"description";s:154:"Integrates Qody&#039;s Framework into your site, giving it that competative, stupidly crazy done-for-you boost of awesome needed by the rest of Qody&#38;#";s:7:"summary";s:154:"Integrates Qody&#039;s Framework into your site, giving it that competative, stupidly crazy done-for-you boost of awesome needed by the rest of Qody&#38;#";}i:6;a:7:{s:5:"title";s:28:"Srini on "Quotes Collection"";s:4:"link";s:64:"http://wordpress.org/extend/plugins/quotes-collection/#post-2683";s:7:"pubdate";s:31:"Mon, 17 Dec 2007 09:10:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"Srini";}s:4:"guid";s:41:"2683@http://wordpress.org/extend/plugins/";s:11:"description";s:146:"Quotes Collection plugin with Ajax powered Random Quote sidebar widget helps you collect and display your favourite quotes in your WordPress blog.";s:7:"summary";s:146:"Quotes Collection plugin with Ajax powered Random Quote sidebar widget helps you collect and display your favourite quotes in your WordPress blog.";}i:7;a:7:{s:5:"title";s:42:"wetter.info on "Wetter.info Wetter Gadget"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/wetterinfo-wetter/#post-36018";s:7:"pubdate";s:31:"Thu, 22 Mar 2012 15:20:13 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"wetter.info";}s:4:"guid";s:42:"36018@http://wordpress.org/extend/plugins/";s:11:"description";s:129:"Mit dem Wetter-Widget von wetter.info kann spielend leicht die aktuelle Vorhersagewerte in die eigene Webseite integriert werden.";s:7:"summary";s:129:"Mit dem Wetter-Widget von wetter.info kann spielend leicht die aktuelle Vorhersagewerte in die eigene Webseite integriert werden.";}i:8;a:7:{s:5:"title";s:30:"dartiss on "Artiss Code Embed"";s:4:"link";s:64:"http://wordpress.org/extend/plugins/simple-embed-code/#post-9991";s:7:"pubdate";s:31:"Sat, 04 Apr 2009 21:20:08 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"dartiss";}s:4:"guid";s:41:"9991@http://wordpress.org/extend/plugins/";s:11:"description";s:146:"Artiss Code Embed (formally Simple Code Embed) provides a very easy and efficient way to embed code (JavaScript and HTML) in your posts and pages.";s:7:"summary";s:146:"Artiss Code Embed (formally Simple Code Embed) provides a very easy and efficient way to embed code (JavaScript and HTML) in your posts and pages.";}i:9;a:7:{s:5:"title";s:53:"Benjamin on "Contact Form 7 Select Box Editor Button"";s:4:"link";s:87:"http://wordpress.org/extend/plugins/contact-form-7-select-box-editor-button/#post-36036";s:7:"pubdate";s:31:"Fri, 23 Mar 2012 06:26:17 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"Benjamin";}s:4:"guid";s:42:"36036@http://wordpress.org/extend/plugins/";s:11:"description";s:111:"Add a contact form link into article text.\nFor contact forms where the recipient can be chosen in a select box.";s:7:"summary";s:111:"Add a contact form link into article text.\nFor contact forms where the recipient can be chosen in a select box.";}i:10;a:7:{s:5:"title";s:21:"camu on "WP SlimStat"";s:4:"link";s:59:"http://wordpress.org/extend/plugins/wp-slimstat/#post-17171";s:7:"pubdate";s:31:"Fri, 09 Apr 2010 13:14:49 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"camu";}s:4:"guid";s:42:"17171@http://wordpress.org/extend/plugins/";s:11:"description";s:56:"A powerful real-time web analytics plugin for Wordpress.";s:7:"summary";s:56:"A powerful real-time web analytics plugin for Wordpress.";}i:11;a:7:{s:5:"title";s:40:"endsoftdesign on "Xmail - The Right Way"";s:4:"link";s:67:"http://wordpress.org/extend/plugins/xmail-the-right-way/#post-29979";s:7:"pubdate";s:31:"Fri, 09 Sep 2011 08:27:44 +0000";s:2:"dc";a:1:{s:7:"creator";s:13:"endsoftdesign";}s:4:"guid";s:42:"29979@http://wordpress.org/extend/plugins/";s:11:"description";s:82:"Replaces wp_mail and sends email the right way so it does not get flagged as SPAM.";s:7:"summary";s:82:"Replaces wp_mail and sends email the right way so it does not get flagged as SPAM.";}i:12;a:7:{s:5:"title";s:21:"yathosho on "OGraphr"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/meta-ographr/#post-34874";s:7:"pubdate";s:31:"Mon, 13 Feb 2012 20:59:16 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"yathosho";}s:4:"guid";s:42:"34874@http://wordpress.org/extend/plugins/";s:11:"description";s:149:"This retrieves the artwork of embedded Vimeo, YouTube, Dailymotion, Hulu, Blip.tv, SoundCloud, Mixcloud, Bandcamp, Official.fm player widget and puts";s:7:"summary";s:149:"This retrieves the artwork of embedded Vimeo, YouTube, Dailymotion, Hulu, Blip.tv, SoundCloud, Mixcloud, Bandcamp, Official.fm player widget and puts";}i:13;a:7:{s:5:"title";s:55:"alexanderzagniotov on "Comprehensive Google Map Plugin"";s:4:"link";s:79:"http://wordpress.org/extend/plugins/comprehensive-google-map-plugin/#post-31812";s:7:"pubdate";s:31:"Sat, 05 Nov 2011 05:35:42 +0000";s:2:"dc";a:1:{s:7:"creator";s:18:"alexanderzagniotov";}s:4:"guid";s:42:"31812@http://wordpress.org/extend/plugins/";s:11:"description";s:119:"A simple and intuitive,  yet elegant and fully documented Google map plugin that installs as a widget and a short code.";s:7:"summary";s:119:"A simple and intuitive,  yet elegant and fully documented Google map plugin that installs as a widget and a short code.";}i:14;a:7:{s:5:"title";s:21:"Walter on "Gpx2Chart"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/gpx2chart/#post-26644";s:7:"pubdate";s:31:"Tue, 17 May 2011 08:00:58 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"Walter";}s:4:"guid";s:42:"26644@http://wordpress.org/extend/plugins/";s:11:"description";s:143:"A plugin that generates nice charts from GPX-files. It put&#039;s all information about heartrate, cadence, elevation and speed into one chart.";s:7:"summary";s:143:"A plugin that generates nice charts from GPX-files. It put&#039;s all information about heartrate, cadence, elevation and speed into one chart.";}}s:7:"channel";a:7:{s:5:"title";s:43:"WordPress Plugins » View: Recently Updated";s:4:"link";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s:11:"description";s:43:"WordPress Plugins » View: Recently Updated";s:8:"language";s:5:"en-US";s:7:"pubdate";s:31:"Wed, 28 Mar 2012 17:26:42 +0000";s:9:"generator";s:25:"http://bbpress.org/?v=1.1";s:7:"tagline";s:43:"WordPress Plugins » View: Recently Updated";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2011-04-06 16:16:48\r\n";}', 'no'),
(4550, 0, 'TWITTER_SHOW_AT_USERNAME', 'checked', 'yes'),
(4537, 0, 'twitter_user_ids', 'bhawmik', 'yes'),
(4538, 0, 'twitter_show_status', 'checked', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3288, 0, 'rss_665ec4be0c982ae5bee54aae99dc60ab', 'O:9:"MagpieRSS":18:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:50:{i:0;a:4:{s:5:"title";s:39:"Amazon.com - 52-Piece Knife Set for $10";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/9596031614700acaa43302fb70ae3f55/";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/9596031614700acaa43302fb70ae3f55/";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 11:02:06 GMT";}i:1;a:6:{s:5:"title";s:55:"Amazon.com - Dewalt Hammer Drill Kit for $160 (expired)";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/cc045951baa26a0e049680b3e80f04bd/";s:11:"description";s:439:"<FONT color="#880000"><b>(expired: sold out)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nDewalt 18-Volt Compact Hammer Drill Kit & Accessory Set for <b>$160</b>.\nUsually sells for around $210 to as much as <A href="http://www.hotdealsclub.com/link/?cc045951baa26a0e049680b3e80f04bd-2"><b>$387</b></A>.\nIncludes a 37-Piece screwdriving set, case, two Li-ion batteries, drill, and an LED work light.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/cc045951baa26a0e049680b3e80f04bd/";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 08:18:00 GMT";s:7:"summary";s:439:"<FONT color="#880000"><b>(expired: sold out)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nDewalt 18-Volt Compact Hammer Drill Kit & Accessory Set for <b>$160</b>.\nUsually sells for around $210 to as much as <A href="http://www.hotdealsclub.com/link/?cc045951baa26a0e049680b3e80f04bd-2"><b>$387</b></A>.\nIncludes a 37-Piece screwdriving set, case, two Li-ion batteries, drill, and an LED work light.";}i:2;a:6:{s:5:"title";s:34:"Origin.com - 50% off of some games";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/1e32ec953de4802ef0593878d077032d/";s:11:"description";s:1540:"Some games are on sale at Origin.com for a few more days.\nGames are playable on the PC via download, and some Playstation 3 & and Xbox 360 titles are available with $2.50 shipping.\nTo play on the PC, they may require you to install the Origin app which, much like Steam''s app, handles the launching of your game.\nSome games on the list include:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-3"><b>SimCity Box</b></A> for PC <b>$10</b>.\nIncludes SimCity 4 and the Rush Hour expansion, plus the games Societies, Societies Destinations, and The Sims Carnival SnapCity.\nSimCity 4 has excellent <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-6"><b>reviews</b></A>, however note the other games included in this pack don''t have so good reviews, according to <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-4"><b>reviews</b></A> and <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-5"><b>reviews</b></A>.\nJust <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-7"><b>SimCity 4</b></A> with its expansion is also available for the same price.\n<LI>Battlefield 3 for PC <b>$30</b> (it was $35 during a Black Friday sale 3 months ago)\n<LI>Crysis 2 for PC <b>$20</b>.\n<LI>Crysis 2 for Playstation 3 or Xbox 360 $15 plus $2.50 shipping (<b>$17.50</b>)\n<LI>Batman: Arkham City for PC <b>$25</b>.\nGreat <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-2"><b>reviews</b></A>.\n</UL>";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/1e32ec953de4802ef0593878d077032d/";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 08:00:00 GMT";s:7:"summary";s:1540:"Some games are on sale at Origin.com for a few more days.\nGames are playable on the PC via download, and some Playstation 3 & and Xbox 360 titles are available with $2.50 shipping.\nTo play on the PC, they may require you to install the Origin app which, much like Steam''s app, handles the launching of your game.\nSome games on the list include:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-3"><b>SimCity Box</b></A> for PC <b>$10</b>.\nIncludes SimCity 4 and the Rush Hour expansion, plus the games Societies, Societies Destinations, and The Sims Carnival SnapCity.\nSimCity 4 has excellent <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-6"><b>reviews</b></A>, however note the other games included in this pack don''t have so good reviews, according to <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-4"><b>reviews</b></A> and <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-5"><b>reviews</b></A>.\nJust <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-7"><b>SimCity 4</b></A> with its expansion is also available for the same price.\n<LI>Battlefield 3 for PC <b>$30</b> (it was $35 during a Black Friday sale 3 months ago)\n<LI>Crysis 2 for PC <b>$20</b>.\n<LI>Crysis 2 for Playstation 3 or Xbox 360 $15 plus $2.50 shipping (<b>$17.50</b>)\n<LI>Batman: Arkham City for PC <b>$25</b>.\nGreat <A href="http://www.hotdealsclub.com/link/?1e32ec953de4802ef0593878d077032d-2"><b>reviews</b></A>.\n</UL>";}i:3;a:6:{s:5:"title";s:42:"JR.com - 8-Port 100 Megabit Switch for $15";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/34aefabd5630bd241d250ad901fa7470/";s:11:"description";s:1004:"TrendNet 8-Port 10/100 Ethernet Switch is on sale today for <b>$15</b> with free shipping.\nGood <A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-3"><b>reviews</b></A> and usually sells for around <A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-2"><b>$22</b></A>.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nFor a Gigabit switch, check out Newegg''s:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-4"><b>TP-Link 5-Port Gigabit Switch</b></A> for <b>$20</b>\n<LI><A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-5"><b>LevelOne 5-Port Gigabit Switch</b></A> for <b>$21</b>\n<LI><A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-6"><b>TrendNet 8-Port Gigabit Switch</b></A> for <b>$33</b>\n<LI><A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-7"><b>LevelOne 8-Port Gigabit Switch</b></A> for <b>$33</b>\n</UL>";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/34aefabd5630bd241d250ad901fa7470/";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 23:00:00 GMT";s:7:"summary";s:1004:"TrendNet 8-Port 10/100 Ethernet Switch is on sale today for <b>$15</b> with free shipping.\nGood <A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-3"><b>reviews</b></A> and usually sells for around <A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-2"><b>$22</b></A>.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nFor a Gigabit switch, check out Newegg''s:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-4"><b>TP-Link 5-Port Gigabit Switch</b></A> for <b>$20</b>\n<LI><A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-5"><b>LevelOne 5-Port Gigabit Switch</b></A> for <b>$21</b>\n<LI><A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-6"><b>TrendNet 8-Port Gigabit Switch</b></A> for <b>$33</b>\n<LI><A href="http://www.hotdealsclub.com/link/?34aefabd5630bd241d250ad901fa7470-7"><b>LevelOne 8-Port Gigabit Switch</b></A> for <b>$33</b>\n</UL>";}i:4;a:6:{s:5:"title";s:46:"Dell.com - Inspiron 620 Mini Tower PC for $500";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/120cf59713e0638af0a737c7a6264c2b/";s:11:"description";s:337:"Dell Inspiron 620 MT with Core i5-2320 Sandy Bridge 3.0GHz Processor, 6GB memory, 1TB hard drive, CD/DVD reader/writer drive, built-in Wifi b/g/n, and no monitor for $667.\nCoupon code <b>?$QNC1?HSKNR9F</b> applies $166.75 off.\nA $25 gift card is automatically included free during checkout.\nIncludes a keyboard and mouse, but no monitor.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/120cf59713e0638af0a737c7a6264c2b/";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 22:27:00 GMT";s:7:"summary";s:337:"Dell Inspiron 620 MT with Core i5-2320 Sandy Bridge 3.0GHz Processor, 6GB memory, 1TB hard drive, CD/DVD reader/writer drive, built-in Wifi b/g/n, and no monitor for $667.\nCoupon code <b>?$QNC1?HSKNR9F</b> applies $166.75 off.\nA $25 gift card is automatically included free during checkout.\nIncludes a keyboard and mouse, but no monitor.";}i:5;a:6:{s:5:"title";s:75:"Amazon.com - Guinness Book of World Records 2012 for Kindle $0.01 (expired)";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/5203cf967902d282cc743e9423aa18b0/";s:11:"description";s:240:"<FONT color="#880000"><b>(expired: price raised)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nGuinness World Records 2012, Kindle Edition for <b>$0.01</b>.\nRequires an Amazon Kindle to get this deal.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/5203cf967902d282cc743e9423aa18b0/";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 17:06:00 GMT";s:7:"summary";s:240:"<FONT color="#880000"><b>(expired: price raised)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nGuinness World Records 2012, Kindle Edition for <b>$0.01</b>.\nRequires an Amazon Kindle to get this deal.";}i:6;a:6:{s:5:"title";s:24:"Newegg.com - deals today";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/cbd017b7a769080ba1878cc228d47638/";s:11:"description";s:4010:"SSDs for use inside a laptop or desktop computer:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-3"><b>Intel 520-Series 60GB Solid State Drive</b></A> for <b>$95</b> ($1.58/GB).\nNewly released drive.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-6"><b>Sandisk Ultra 120GB Solid State Drive</b></A> for <b>$120</b> ($1.00/GB).\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-16"><b>OCZ Octane 128GB Solid State Drive</b></A> for <b>$160</b> ($1.25/GB).\nAn 8GB USB Flash Drive is included free with today''s order, and  $30 Prepaid Card is available by <A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-17"><b>mail-in rebate</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-2"><b>Samsung 830-Series 128GB Solid State Drive</b></A> for <b>$170</b> with code <b>EMCNGJD27</b> ($1.33/GB).\nRated one of the best SSDs on the market today.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-4"><b>Intel 520-Series 240GB Solid State Drive</b></A> for <b>$330</b> ($1.38/GB).\nOne of the newest drives on the market, and includes a 2.5"-to-3.5" bracket for mounting inside a desktop computer.\n</UL>\nA <A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-5"><b>2.5"-to-3.5" bracket</b></A> may be required to mount a SSD inside a desktop PC.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nHard Drives:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-9"><b>Western Digital Black 1TB 7200rpm Hard Drive</b></A> for <b>$110</b> with code <b>EMCNGJD24</b> ($0.11/GB).\nNice to see hard drive prices back to reasonable prices, albeit still double the price they were this time last year, but much more reasonable than the prices in the months after the Thailand flood.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-8"><b>Western Digital VelociRaptor 600GB 10,000rpm Hard Drive</b></A> for <b>$200</b> with code <b>EMCNGJD38</b> ($0.33/GB).\nExpensive per GB for a hard drive, but the fast spindle speed may be useful to some people and the price is great since it usually sells for at least $250.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-14"><b>Hitachi Touro Mobile 750GB USB3.0 Portable Drive</b></A> for <b>$80</b> ($0.11/GB).\nDecent <A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-15"><b>reviews</b></A>.\n</UL>\nLaptop Computer Memory:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-7"><b>2x4GB G.Skill DDR3 SO-DIMM 1333MHz 8GB Laptop Computer Memory</b></A> for <b>$35</b> with code <b>EMCNGJD29</b> ($4.38/GB).\nThis has been on sale a lot at around the $35 price lately, but always a great deal since laptop manufacturers often charge a lot more than this to put 8GB of memory inside your laptop computer.\nReplacing your laptop''s memory with these modules should be fairly easy with just a mini screwdriver and the hardware replacement manual for your laptop.\n</UL>\nDesktop Computer Memory:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-10"><b>2x4GB DDR3 Mushkin Enhanced Blackline 8GB 1600MHz Desktop PC Memory</b></A> for <b>$40</b> ($5.00/GB).\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-11"><b>2x4GB DDR3 G.Skill Sniper Series 8GB 2133MHz Desktop PC Memory</b></A> for <b>$55.24</b> with code <b>EMCNGJD28</b> ($6.90/GB).\nOverclocking-friendly memory.\nAlso includes a free 8GB MicroSD Card.\n</UL>\nElectronics:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-12"><b>Plantronics Voyager 520 Bluetooth Headset</b></A> for <b>$25</b> with code <b>PLAN3X6</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-13"><b>$35</b></A>.\n</UL>";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/cbd017b7a769080ba1878cc228d47638/";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 17:00:00 GMT";s:7:"summary";s:4010:"SSDs for use inside a laptop or desktop computer:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-3"><b>Intel 520-Series 60GB Solid State Drive</b></A> for <b>$95</b> ($1.58/GB).\nNewly released drive.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-6"><b>Sandisk Ultra 120GB Solid State Drive</b></A> for <b>$120</b> ($1.00/GB).\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-16"><b>OCZ Octane 128GB Solid State Drive</b></A> for <b>$160</b> ($1.25/GB).\nAn 8GB USB Flash Drive is included free with today''s order, and  $30 Prepaid Card is available by <A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-17"><b>mail-in rebate</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-2"><b>Samsung 830-Series 128GB Solid State Drive</b></A> for <b>$170</b> with code <b>EMCNGJD27</b> ($1.33/GB).\nRated one of the best SSDs on the market today.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-4"><b>Intel 520-Series 240GB Solid State Drive</b></A> for <b>$330</b> ($1.38/GB).\nOne of the newest drives on the market, and includes a 2.5"-to-3.5" bracket for mounting inside a desktop computer.\n</UL>\nA <A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-5"><b>2.5"-to-3.5" bracket</b></A> may be required to mount a SSD inside a desktop PC.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nHard Drives:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-9"><b>Western Digital Black 1TB 7200rpm Hard Drive</b></A> for <b>$110</b> with code <b>EMCNGJD24</b> ($0.11/GB).\nNice to see hard drive prices back to reasonable prices, albeit still double the price they were this time last year, but much more reasonable than the prices in the months after the Thailand flood.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-8"><b>Western Digital VelociRaptor 600GB 10,000rpm Hard Drive</b></A> for <b>$200</b> with code <b>EMCNGJD38</b> ($0.33/GB).\nExpensive per GB for a hard drive, but the fast spindle speed may be useful to some people and the price is great since it usually sells for at least $250.\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-14"><b>Hitachi Touro Mobile 750GB USB3.0 Portable Drive</b></A> for <b>$80</b> ($0.11/GB).\nDecent <A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-15"><b>reviews</b></A>.\n</UL>\nLaptop Computer Memory:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-7"><b>2x4GB G.Skill DDR3 SO-DIMM 1333MHz 8GB Laptop Computer Memory</b></A> for <b>$35</b> with code <b>EMCNGJD29</b> ($4.38/GB).\nThis has been on sale a lot at around the $35 price lately, but always a great deal since laptop manufacturers often charge a lot more than this to put 8GB of memory inside your laptop computer.\nReplacing your laptop''s memory with these modules should be fairly easy with just a mini screwdriver and the hardware replacement manual for your laptop.\n</UL>\nDesktop Computer Memory:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-10"><b>2x4GB DDR3 Mushkin Enhanced Blackline 8GB 1600MHz Desktop PC Memory</b></A> for <b>$40</b> ($5.00/GB).\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-11"><b>2x4GB DDR3 G.Skill Sniper Series 8GB 2133MHz Desktop PC Memory</b></A> for <b>$55.24</b> with code <b>EMCNGJD28</b> ($6.90/GB).\nOverclocking-friendly memory.\nAlso includes a free 8GB MicroSD Card.\n</UL>\nElectronics:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-12"><b>Plantronics Voyager 520 Bluetooth Headset</b></A> for <b>$25</b> with code <b>PLAN3X6</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?cbd017b7a769080ba1878cc228d47638-13"><b>$35</b></A>.\n</UL>";}i:7;a:6:{s:5:"title";s:38:"Logitech.com - Portable Webcam for $38";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/ba93eb99fc7b01e615bdbe62fee6777d/";s:11:"description";s:371:"Logitech C905 Portable Webcam for <b>$38</b> when added to the cart with coupon <b>logi_c905_31512</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?ba93eb99fc7b01e615bdbe62fee6777d-2"><b>$60</b></A>.\nAccording to the <A href="http://www.hotdealsclub.com/link/?ba93eb99fc7b01e615bdbe62fee6777d-3"><b>pictures</b></A>, it includes a desktop stand.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/ba93eb99fc7b01e615bdbe62fee6777d/";s:7:"pubdate";s:29:"Thu, 15 Mar 2012 19:34:00 GMT";s:7:"summary";s:371:"Logitech C905 Portable Webcam for <b>$38</b> when added to the cart with coupon <b>logi_c905_31512</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?ba93eb99fc7b01e615bdbe62fee6777d-2"><b>$60</b></A>.\nAccording to the <A href="http://www.hotdealsclub.com/link/?ba93eb99fc7b01e615bdbe62fee6777d-3"><b>pictures</b></A>, it includes a desktop stand.";}i:8;a:6:{s:5:"title";s:24:"Newegg.com - deals today";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/c6a505703aafd465e34ddf4adf5068cb/";s:11:"description";s:1083:"<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-2"><b>Rosewill 4-Port USB Wall Charger</b></A> for <b>$10</b> with code <b>EMCNGJE63</b>\n<LI><A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-3"><b>Cooler Master HAF-922 Mid-Tower PC Case</b></A> for <b>$80</b> with code <b>EMCNGJE25</b> and a $10 <A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-4"><b>mail-in rebate</b></A> is available (<b>$70</b> after rebate).\nOne of the best PC cases on the market.\nThis is the mid-tower version of the <A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-5"><b>HAF-932</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-6"><b>Seagate 2TB 5900rpm Hard Drive</b></A> for <b>$110</b> with code <b>EMCNGJE22</b> .\n2TB hard drive prices have come down from about $225 in January.\n<LI><A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-7"><b>Netis 8-Port Gigabit Switch</b></A> for <b>$20</b> with code <b>NET315</b>\n</UL>";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/c6a505703aafd465e34ddf4adf5068cb/";s:7:"pubdate";s:29:"Thu, 15 Mar 2012 16:11:00 GMT";s:7:"summary";s:1083:"<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-2"><b>Rosewill 4-Port USB Wall Charger</b></A> for <b>$10</b> with code <b>EMCNGJE63</b>\n<LI><A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-3"><b>Cooler Master HAF-922 Mid-Tower PC Case</b></A> for <b>$80</b> with code <b>EMCNGJE25</b> and a $10 <A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-4"><b>mail-in rebate</b></A> is available (<b>$70</b> after rebate).\nOne of the best PC cases on the market.\nThis is the mid-tower version of the <A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-5"><b>HAF-932</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-6"><b>Seagate 2TB 5900rpm Hard Drive</b></A> for <b>$110</b> with code <b>EMCNGJE22</b> .\n2TB hard drive prices have come down from about $225 in January.\n<LI><A href="http://www.hotdealsclub.com/link/?c6a505703aafd465e34ddf4adf5068cb-7"><b>Netis 8-Port Gigabit Switch</b></A> for <b>$20</b> with code <b>NET315</b>\n</UL>";}i:9;a:6:{s:5:"title";s:48:"Dell.com - XPS 8300 Core i7-2600 Desktop PC $750";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/5ba403b9e7cea9db4e949d72bb8ec8f9/";s:11:"description";s:233:"Dell XPS 8300 Desktop PC with Core i7-2600 Sandy Bridge 3.4GHz processor, 8GB memory, AMD Radeon HD 6450, CD/DVD Burner Drive, and no monitor for $800 and code <b>LM?BF7P$FR9KCK</b> applies $50 off in the cart.\nDeal expires March 31.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/5ba403b9e7cea9db4e949d72bb8ec8f9/";s:7:"pubdate";s:29:"Thu, 15 Mar 2012 05:55:00 GMT";s:7:"summary";s:233:"Dell XPS 8300 Desktop PC with Core i7-2600 Sandy Bridge 3.4GHz processor, 8GB memory, AMD Radeon HD 6450, CD/DVD Burner Drive, and no monitor for $800 and code <b>LM?BF7P$FR9KCK</b> applies $50 off in the cart.\nDeal expires March 31.";}i:10;a:6:{s:5:"title";s:81:"HOT - Newegg.com - Samsung 2TB Hard Drive $110, Samsung 64GB SSD $100 (expired: )";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/dc9bb014354083399f2a18db32228681/";s:11:"description";s:1309:"<FONT color="#880000"><b>(expired)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThe hot deal of the day:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-4"><b>Samsung 2TB 5400rpm (HD204UI) Serial-ATA Hard Drive</b></A> for <b>$110</b> with code <b>24HRSALE314C</b> .\nGreat <A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-5"><b>reviews</b></A>, and has <A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-6"><b>benchmark</b></A> ratings at or better than Western Digital "Black" drives.\nThis is a hot deal at $0.55 per GB.\nCoupon code works on up to 5 drives in a single order.\n</UL>\nSSD:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-3"><b>Samsung 830-Series 64GB SSD</b></A> for <b>$100</b> with code <b>EMCNGNB29</b> ($1.56/GB)\n<LI><A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-2"><b>Samsung 830-Series 256GB SSD</b></A> for <b>$300</b> with code <b>EMCYTZT1302</b> ($1.17/GB).\n</UL>\nElectronics:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-7"><b>Pioneer VSX-821 A/V Receiver</b></A> for <b>$170</b> with code <b>EMCYTZT1306</b> .\nUsually sells for over $200.\n</UL>";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/dc9bb014354083399f2a18db32228681/";s:7:"pubdate";s:29:"Wed, 14 Mar 2012 09:05:00 GMT";s:7:"summary";s:1309:"<FONT color="#880000"><b>(expired)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThe hot deal of the day:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-4"><b>Samsung 2TB 5400rpm (HD204UI) Serial-ATA Hard Drive</b></A> for <b>$110</b> with code <b>24HRSALE314C</b> .\nGreat <A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-5"><b>reviews</b></A>, and has <A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-6"><b>benchmark</b></A> ratings at or better than Western Digital "Black" drives.\nThis is a hot deal at $0.55 per GB.\nCoupon code works on up to 5 drives in a single order.\n</UL>\nSSD:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-3"><b>Samsung 830-Series 64GB SSD</b></A> for <b>$100</b> with code <b>EMCNGNB29</b> ($1.56/GB)\n<LI><A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-2"><b>Samsung 830-Series 256GB SSD</b></A> for <b>$300</b> with code <b>EMCYTZT1302</b> ($1.17/GB).\n</UL>\nElectronics:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?dc9bb014354083399f2a18db32228681-7"><b>Pioneer VSX-821 A/V Receiver</b></A> for <b>$170</b> with code <b>EMCYTZT1306</b> .\nUsually sells for over $200.\n</UL>";}i:11;a:6:{s:5:"title";s:50:"Newegg.com - Kingston 16GB USB Flash Drive for $13";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/a61feb63582a4a010e88013d56f7e5ed/";s:11:"description";s:11:"($0.81/GB).";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/a61feb63582a4a010e88013d56f7e5ed/";s:7:"pubdate";s:29:"Tue, 13 Mar 2012 22:02:00 GMT";s:7:"summary";s:11:"($0.81/GB).";}i:12;a:6:{s:5:"title";s:57:"Buy.com - Belkin PF60 Home Theater Power Console for $125";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/2947f3b158e3ae99c25c0b9ae831a27e/";s:11:"description";s:842:"Belkin PureAV PF60 Home Theater Power Console for <b>$125</b>.\nIt provides 13 power outlets, some which provide isolation from the other to avoid damaging your equipment when things are turned on and off.\nSomeone with poor power isolation may notice things like lights dimming briefly when the A/V Receiver is powered on, or when a laser printer in the room starts printing.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nA home theater power conditioners like this are a worthy investment for someone who has more than $1200 worth of A/V equipment.\nIt also includes a $500,000 connected equipment warranty.\n<A href="http://www.hotdealsclub.com/link/?2947f3b158e3ae99c25c0b9ae831a27e-2"><b>Reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?2947f3b158e3ae99c25c0b9ae831a27e-3"><b>Product overview</b></A>.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/2947f3b158e3ae99c25c0b9ae831a27e/";s:7:"pubdate";s:29:"Tue, 13 Mar 2012 16:41:53 GMT";s:7:"summary";s:842:"Belkin PureAV PF60 Home Theater Power Console for <b>$125</b>.\nIt provides 13 power outlets, some which provide isolation from the other to avoid damaging your equipment when things are turned on and off.\nSomeone with poor power isolation may notice things like lights dimming briefly when the A/V Receiver is powered on, or when a laser printer in the room starts printing.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nA home theater power conditioners like this are a worthy investment for someone who has more than $1200 worth of A/V equipment.\nIt also includes a $500,000 connected equipment warranty.\n<A href="http://www.hotdealsclub.com/link/?2947f3b158e3ae99c25c0b9ae831a27e-2"><b>Reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?2947f3b158e3ae99c25c0b9ae831a27e-3"><b>Product overview</b></A>.";}i:13;a:6:{s:5:"title";s:60:"AmericanExpress.com - $10 credit with $10+ Best Buy purchase";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/0e1e807cbbe2b00883da144434daaea6/";s:11:"description";s:604:"Follow the instructions by syncing your Twitter account with your American Express card, then tweeting <b>#AmexBestBuy10</b>, and you will get a $10 statement credit when spending at least $10 at a Best Buy store by March 31.\nShould work on any in-store purchase where the total checkout price (after all taxes) is $10 or more, including a gift card.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThis deal works in addition to <A href="http://www.hotdealsclub.com/link/?0e1e807cbbe2b00883da144434daaea6-2"><b>another American Express/Twitter deal</b></A> going on right now.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/0e1e807cbbe2b00883da144434daaea6/";s:7:"pubdate";s:29:"Tue, 13 Mar 2012 16:11:00 GMT";s:7:"summary";s:604:"Follow the instructions by syncing your Twitter account with your American Express card, then tweeting <b>#AmexBestBuy10</b>, and you will get a $10 statement credit when spending at least $10 at a Best Buy store by March 31.\nShould work on any in-store purchase where the total checkout price (after all taxes) is $10 or more, including a gift card.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThis deal works in addition to <A href="http://www.hotdealsclub.com/link/?0e1e807cbbe2b00883da144434daaea6-2"><b>another American Express/Twitter deal</b></A> going on right now.";}i:14;a:6:{s:5:"title";s:34:"Origin.com - 50% off of some games";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/bea73a99ad041cceaeb93b96baaadb03/";s:11:"description";s:749:"Some games are on sale at Origin.com for the next week.\nGames are playable on the PC via download, and some Playstation 3 & and Xbox 360 titles are available with $2.50 shipping.\nTo play on the PC, they may require that you install the Origin app which works like Steam''s app to let you play games you purchased from them.\nSome games on the list include:\n<UL>\n<LI>Simcity 4 for PC <b>$10</b>\n<LI>Battlefield 3 for PC <b>$30</b> (it was $35 during a Black Friday sale 3 months ago)\n<LI>Crysis 2 for PC <b>$20</b>.\n<LI>Crysis 2 for Playstation 3 or Xbox 360 $15 plus $2.50 shipping (<b>$17.50</b>)\n<LI>Batman: Arkham City for PC <b>$25</b>.\nGreat <A href="http://www.hotdealsclub.com/link/?bea73a99ad041cceaeb93b96baaadb03-2"><b>reviews</b></A>.\n</UL>";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/bea73a99ad041cceaeb93b96baaadb03/";s:7:"pubdate";s:29:"Tue, 13 Mar 2012 01:48:00 GMT";s:7:"summary";s:749:"Some games are on sale at Origin.com for the next week.\nGames are playable on the PC via download, and some Playstation 3 & and Xbox 360 titles are available with $2.50 shipping.\nTo play on the PC, they may require that you install the Origin app which works like Steam''s app to let you play games you purchased from them.\nSome games on the list include:\n<UL>\n<LI>Simcity 4 for PC <b>$10</b>\n<LI>Battlefield 3 for PC <b>$30</b> (it was $35 during a Black Friday sale 3 months ago)\n<LI>Crysis 2 for PC <b>$20</b>.\n<LI>Crysis 2 for Playstation 3 or Xbox 360 $15 plus $2.50 shipping (<b>$17.50</b>)\n<LI>Batman: Arkham City for PC <b>$25</b>.\nGreat <A href="http://www.hotdealsclub.com/link/?bea73a99ad041cceaeb93b96baaadb03-2"><b>reviews</b></A>.\n</UL>";}i:15;a:6:{s:5:"title";s:39:"Logitech.com - Couch Mouse M515 for $18";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/c9a1c9825c90233be9d495735bf14856/";s:11:"description";s:277:"Logitech Couch Mouse (model M515) in Silver for $30 with free shipping, and code <b>logi_m515_31212</b> applies $12 off in the cart.\nIt''s meant for use on a couch, and has decent <A href="http://www.hotdealsclub.com/link/?c9a1c9825c90233be9d495735bf14856-2"><b>reviews</b></A>.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/c9a1c9825c90233be9d495735bf14856/";s:7:"pubdate";s:29:"Tue, 13 Mar 2012 00:35:38 GMT";s:7:"summary";s:277:"Logitech Couch Mouse (model M515) in Silver for $30 with free shipping, and code <b>logi_m515_31212</b> applies $12 off in the cart.\nIt''s meant for use on a couch, and has decent <A href="http://www.hotdealsclub.com/link/?c9a1c9825c90233be9d495735bf14856-2"><b>reviews</b></A>.";}i:16;a:6:{s:5:"title";s:38:"Google.com - Moneyball eBook for $0.25";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/8e32989b9ef0500fdca694ef5b7c9cae/";s:11:"description";s:448:"Google Play lets you buy books, movies, apps, and games for use on a computer, Android mobile device, and an <A href="http://www.hotdealsclub.com/link/?8e32989b9ef0500fdca694ef5b7c9cae-3"><b>Apple device</b></A> (<A href="http://www.hotdealsclub.com/link/?8e32989b9ef0500fdca694ef5b7c9cae-2"><b>video demo</b></A>).<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nToday the eBook of Moneyball is on sale for <b>$0.25</b>.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/8e32989b9ef0500fdca694ef5b7c9cae/";s:7:"pubdate";s:29:"Mon, 12 Mar 2012 23:55:00 GMT";s:7:"summary";s:448:"Google Play lets you buy books, movies, apps, and games for use on a computer, Android mobile device, and an <A href="http://www.hotdealsclub.com/link/?8e32989b9ef0500fdca694ef5b7c9cae-3"><b>Apple device</b></A> (<A href="http://www.hotdealsclub.com/link/?8e32989b9ef0500fdca694ef5b7c9cae-2"><b>video demo</b></A>).<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nToday the eBook of Moneyball is on sale for <b>$0.25</b>.";}i:17;a:6:{s:5:"title";s:53:"Buy.com - 12% reward points back with purchases today";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/a39af9b432401cc1faf054b7038eb20a/";s:11:"description";s:223:"After pressing their "click here" to enroll, all Buy.com purchases today will earn 12% back in rewards dollars.\nPoints earned today will be available to you 15 days after shipment and you will have just 20 days to use them.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/a39af9b432401cc1faf054b7038eb20a/";s:7:"pubdate";s:29:"Mon, 12 Mar 2012 17:01:00 GMT";s:7:"summary";s:223:"After pressing their "click here" to enroll, all Buy.com purchases today will earn 12% back in rewards dollars.\nPoints earned today will be available to you 15 days after shipment and you will have just 20 days to use them.";}i:18;a:6:{s:5:"title";s:43:"Newegg.com - Lexar 32GB USB Flash Drive $23";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/bbb3e43e5e1d75061b07762affb11202/";s:11:"description";s:63:"Lexar JumpDrive 32GB USB Flash Drive for <b>$23</b> ($0.72/GB).";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/bbb3e43e5e1d75061b07762affb11202/";s:7:"pubdate";s:29:"Mon, 12 Mar 2012 08:03:14 GMT";s:7:"summary";s:63:"Lexar JumpDrive 32GB USB Flash Drive for <b>$23</b> ($0.72/GB).";}i:19;a:6:{s:5:"title";s:61:"HOT - SteamPowered.com - Civilization 5 for $7.50 (expired: )";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/08667d94a6176c8a279542607d69d68a/";s:11:"description";s:1194:"<FONT color="#880000"><b>(expired)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nCivilization 5 for PC and Mac is on sale for the next 24 hours for <b>$7.50</b> through Steam.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nIf you already own Civ 5 through Steam, lots of <A href="http://www.hotdealsclub.com/link/?08667d94a6176c8a279542607d69d68a-4"><b>Downloadable Content</b></A> (DLC) are also available at 75% off ($0.74 to $1.86 each).\nThe DLC include some map packs, as well as new civilizations that you can play as or play against.\nNew buyers of Civ 5 on Steam can buy the <A href="http://www.hotdealsclub.com/link/?08667d94a6176c8a279542607d69d68a-1"><b>Game of the Year</b></A> for <b>$12.50</b> which is the game plus all 11 downloadable content, a hot deal at $5 more than the only the game.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\n<A href="http://www.hotdealsclub.com/link/?08667d94a6176c8a279542607d69d68a-2"><b>Reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?08667d94a6176c8a279542607d69d68a-3"><b>Video Review</b></A>.\nThe game alone usually sells for around $20.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/08667d94a6176c8a279542607d69d68a/";s:7:"pubdate";s:29:"Sun, 11 Mar 2012 18:00:00 GMT";s:7:"summary";s:1194:"<FONT color="#880000"><b>(expired)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nCivilization 5 for PC and Mac is on sale for the next 24 hours for <b>$7.50</b> through Steam.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nIf you already own Civ 5 through Steam, lots of <A href="http://www.hotdealsclub.com/link/?08667d94a6176c8a279542607d69d68a-4"><b>Downloadable Content</b></A> (DLC) are also available at 75% off ($0.74 to $1.86 each).\nThe DLC include some map packs, as well as new civilizations that you can play as or play against.\nNew buyers of Civ 5 on Steam can buy the <A href="http://www.hotdealsclub.com/link/?08667d94a6176c8a279542607d69d68a-1"><b>Game of the Year</b></A> for <b>$12.50</b> which is the game plus all 11 downloadable content, a hot deal at $5 more than the only the game.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\n<A href="http://www.hotdealsclub.com/link/?08667d94a6176c8a279542607d69d68a-2"><b>Reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?08667d94a6176c8a279542607d69d68a-3"><b>Video Review</b></A>.\nThe game alone usually sells for around $20.";}i:20;a:6:{s:5:"title";s:41:"BestBuy.com - Wireless Mini Mouse for $10";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/9f8274a95edab9bffd3117e1d391fae1/";s:11:"description";s:431:"Microsoft Wireless Mobile Mini Mouse 4000 in <A href="http://www.hotdealsclub.com/link/?9f8274a95edab9bffd3117e1d391fae1-1"><b>Blue</b></A> or <A href="http://www.hotdealsclub.com/link/?9f8274a95edab9bffd3117e1d391fae1-2"><b>Red</b></A> for <b>$10</b> with free shipping.\nThe <A href="http://www.hotdealsclub.com/link/?9f8274a95edab9bffd3117e1d391fae1-3"><b>reviews</b></A> are not so good, so this mouse is definitely a $10 mouse.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/9f8274a95edab9bffd3117e1d391fae1/";s:7:"pubdate";s:29:"Sun, 11 Mar 2012 17:46:00 GMT";s:7:"summary";s:431:"Microsoft Wireless Mobile Mini Mouse 4000 in <A href="http://www.hotdealsclub.com/link/?9f8274a95edab9bffd3117e1d391fae1-1"><b>Blue</b></A> or <A href="http://www.hotdealsclub.com/link/?9f8274a95edab9bffd3117e1d391fae1-2"><b>Red</b></A> for <b>$10</b> with free shipping.\nThe <A href="http://www.hotdealsclub.com/link/?9f8274a95edab9bffd3117e1d391fae1-3"><b>reviews</b></A> are not so good, so this mouse is definitely a $10 mouse.";}i:21;a:6:{s:5:"title";s:65:"SteamPowered.com - Bioshock or Bioshock 2 for $5 each (expired: )";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/497be58ab41256397a0947b706df9e33/";s:11:"description";s:2195:"<FONT color="#880000"><b>(expired)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-2"><b>BioShock for PC</b></A> for <b>$5</b>.\nA few years ago it had some of the best <A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-3"><b>reviews</b></A> of any 3D first-person-shooter game of all-time.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-4"><b>Video review</b></A>.\nIf you enjoy this kind of action/adventure 3D shooter game and love a good story, and have not yet played BioShock, we highly recommend it at just $5.\nIntended for mature audiences.\n<LI><A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-2"><b>BioShock 2 for PC</b></A> for <b>$5</b>.\nGreat <A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-5"><b>reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-6"><b>Video review</b></A>.\nThe next game in the series, Bioshock Infinitie, is expected to launch on October 16.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-19"><b>Video interview</b></A> (intended for mature audiences).\n<LI><A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-18"><b>Civilization 5 for PC/Mac</b></A> for <b>$15</b>.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-16"><b>Reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-17"><b>Video review</b></A>.\nFor existing owners of Civilization 5 through Steam, some <A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-18"><b>downloadable content</b></A> are also on sale.\n<LI><A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-15"><b>Freedom Force for PC</b></A> for <b>$2.50</b>.\nRole playing comic book hero game.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-14"><b>Reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-13"><b>Video review</b></A>.\n</UL>";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/497be58ab41256397a0947b706df9e33/";s:7:"pubdate";s:29:"Sat, 10 Mar 2012 21:34:00 GMT";s:7:"summary";s:2195:"<FONT color="#880000"><b>(expired)</b></FONT><BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-2"><b>BioShock for PC</b></A> for <b>$5</b>.\nA few years ago it had some of the best <A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-3"><b>reviews</b></A> of any 3D first-person-shooter game of all-time.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-4"><b>Video review</b></A>.\nIf you enjoy this kind of action/adventure 3D shooter game and love a good story, and have not yet played BioShock, we highly recommend it at just $5.\nIntended for mature audiences.\n<LI><A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-2"><b>BioShock 2 for PC</b></A> for <b>$5</b>.\nGreat <A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-5"><b>reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-6"><b>Video review</b></A>.\nThe next game in the series, Bioshock Infinitie, is expected to launch on October 16.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-19"><b>Video interview</b></A> (intended for mature audiences).\n<LI><A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-18"><b>Civilization 5 for PC/Mac</b></A> for <b>$15</b>.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-16"><b>Reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-17"><b>Video review</b></A>.\nFor existing owners of Civilization 5 through Steam, some <A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-18"><b>downloadable content</b></A> are also on sale.\n<LI><A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-15"><b>Freedom Force for PC</b></A> for <b>$2.50</b>.\nRole playing comic book hero game.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-14"><b>Reviews</b></A>.\n<A href="http://www.hotdealsclub.com/link/?497be58ab41256397a0947b706df9e33-13"><b>Video review</b></A>.\n</UL>";}i:22;a:6:{s:5:"title";s:43:"Newegg.com - RC Military Helicopter for $22";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/4567ef54746c6a2ddc765d3a8adbc9ab/";s:11:"description";s:24:"Great reviews on Newegg.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/4567ef54746c6a2ddc765d3a8adbc9ab/";s:7:"pubdate";s:29:"Sat, 10 Mar 2012 10:43:00 GMT";s:7:"summary";s:24:"Great reviews on Newegg.";}i:23;a:6:{s:5:"title";s:48:"Newegg.com - Sennheiser HD-201 Headphone for $13";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/a0255f1611070007a90e1cf6039b9161/";s:11:"description";s:130:"$25, and code <b>EMCYTZT1285</b> applies $12 off in the cart.\nFree 3-day shipping, and the headphones usually sell for $20 to $25.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/a0255f1611070007a90e1cf6039b9161/";s:7:"pubdate";s:29:"Sat, 10 Mar 2012 10:41:16 GMT";s:7:"summary";s:130:"$25, and code <b>EMCYTZT1285</b> applies $12 off in the cart.\nFree 3-day shipping, and the headphones usually sell for $20 to $25.";}i:24;a:6:{s:5:"title";s:44:"Logitech.com - H760 Wireless Headset for $45";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/05ee132a27e022af5611f24cd0219f3b/";s:11:"description";s:406:"Logitech Wireless Headset (H760) for $100 with free shipping, and code <b>logi_h760_3912</b> applies $55 off in the cart.\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?05ee132a27e022af5611f24cd0219f3b-3"><b>$62</b></A>.\nIts RF wireless range is pretty good, however its <A href="http://www.hotdealsclub.com/link/?05ee132a27e022af5611f24cd0219f3b-2"><b>reviews</b></A> are not so good.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/05ee132a27e022af5611f24cd0219f3b/";s:7:"pubdate";s:28:"Fri, 9 Mar 2012 22:15:00 GMT";s:7:"summary";s:406:"Logitech Wireless Headset (H760) for $100 with free shipping, and code <b>logi_h760_3912</b> applies $55 off in the cart.\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?05ee132a27e022af5611f24cd0219f3b-3"><b>$62</b></A>.\nIts RF wireless range is pretty good, however its <A href="http://www.hotdealsclub.com/link/?05ee132a27e022af5611f24cd0219f3b-2"><b>reviews</b></A> are not so good.";}i:25;a:6:{s:5:"title";s:50:"Newegg.com - 2x4GB DDR3 Laptop Computer Memory $36";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/2545290c511e1449087d71937ffd3078/";s:11:"description";s:147:"A pair of G.Skill 4GB DDR3 SO-DIMM 1600MHz Laptop Computer Memory for $45 with free shipping, and code <b>EMCNGNA43</b> applies $9 off in the cart.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/2545290c511e1449087d71937ffd3078/";s:7:"pubdate";s:28:"Fri, 9 Mar 2012 16:35:27 GMT";s:7:"summary";s:147:"A pair of G.Skill 4GB DDR3 SO-DIMM 1600MHz Laptop Computer Memory for $45 with free shipping, and code <b>EMCNGNA43</b> applies $9 off in the cart.";}i:26;a:6:{s:5:"title";s:54:"Godaddy.com - 10 year domain name registration for $31";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/8b837a3d0b400ba249f3c1ce4b7f693c/";s:11:"description";s:922:"Find a ".com" domain name that you want to register, select registration length of 1 to 10 years, and the price comes to $2.95 per year plus a $0.18 ICANN fee.\nIf you choose 10 years, the final price would be <b>$31.30</b> ($3.13 per year).\nThis is a hot deal, since domain name registrations usually cost anywhere from $5 to $35 per year.\nThis promotion works on up to 3 domains.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nEligible domains must be a ".com", and must be brand new (no renewals, no transfers).<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nAlso <A href="http://www.hotdealsclub.com/link/?8b837a3d0b400ba249f3c1ce4b7f693c-2"><b>another promotion</b></A> for $2.49 plus $0.18 for a new domain name for 1 year only, ending in .com, .us, .mobi, .biz, .net, .org, .ca, .co.uk and .in.\nAlso only valid on brand new names (not renewals, not transfers).";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/8b837a3d0b400ba249f3c1ce4b7f693c/";s:7:"pubdate";s:28:"Fri, 9 Mar 2012 06:00:00 GMT";s:7:"summary";s:922:"Find a ".com" domain name that you want to register, select registration length of 1 to 10 years, and the price comes to $2.95 per year plus a $0.18 ICANN fee.\nIf you choose 10 years, the final price would be <b>$31.30</b> ($3.13 per year).\nThis is a hot deal, since domain name registrations usually cost anywhere from $5 to $35 per year.\nThis promotion works on up to 3 domains.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nEligible domains must be a ".com", and must be brand new (no renewals, no transfers).<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nAlso <A href="http://www.hotdealsclub.com/link/?8b837a3d0b400ba249f3c1ce4b7f693c-2"><b>another promotion</b></A> for $2.49 plus $0.18 for a new domain name for 1 year only, ending in .com, .us, .mobi, .biz, .net, .org, .ca, .co.uk and .in.\nAlso only valid on brand new names (not renewals, not transfers).";}i:27;a:6:{s:5:"title";s:52:"Twitter.com - discounts on AmEx purchases with Tweet";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/0d22937bf8d1928161d3100c94c9955c/";s:11:"description";s:2709:"You must have an American Express card.\n<UL>\n<LI>Sign up for a <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-3"><b>Twitter</b></A> account if you don''t have one.\n<LI>Go to <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-2"><b>sync.americanexpress.com/twitter</b></A> and log in with your Twitter account.\n<LI>Go to <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-1"><b>twitter.com/AmericanExpress/favorites</b></A> to find the hash tags that you can use to get a discount.\n<LI>Go on your Twitter page and tweet the hashtag or hashtags of your choice, such as <b>#AmexWholefoods</b> or <b>#AmexFedEx</b>, depending on which discounts you want applied to your American Express card.\nYou can tweet multiple tags on a single tweet, and they don''t need to say anything more than that.\n<LI>Go to the retailer, and use your American Express card for a single purchase of at least the required amount on the promotion.\nIt only works on a single transaction.\nCredit should appear on your AmEx statement in a couple weeks.\n</UL>\nSome <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-1"><b>promotions on the list</b></A> include:\n<UL>\n<LI>$20 credit on $75 Whole Foods Market purchase\n<LI>$10 credit on $20 Cheesecake Factory purchase\n<LI>10% credit on Virgin America main cabin airfare\n<LI>$5 credit on $5 McDonald''s purchase\n</UL>\nAmerican Express only looks at the credit card purchase amount, and they will not know what you are buying at the store or whether you use any other coupons or discounts.\nBecause of this, you can use this promo along with coupons or any other discounts you may have.\nIt should also work with gift cards.\nFor example, if you want the $20 credit on a $75 purchase at Whole Foods, but don''t want to spend $75 during a single visit before the expiration date, you can buy a $75 gift card for yourself.\nAmerican Express will only see "Whole Foods" on your statement, and as long as the single transaction meets or exceeds the required minimum, you will get the statement credit.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nMore details on this promotion can be seen <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-4"><b>here</b></A>.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\n<FONT color="#880000"><b>Update (1pm EST):</b></FONT>\nAdditionally, anyone using an AmEx card within the city of Austin from today until March 13 can tweet <b>#AmexAustin10</b> to get a $10 statement credit.\nDetails <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-4"><b>here</b></A>.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/0d22937bf8d1928161d3100c94c9955c/";s:7:"pubdate";s:28:"Fri, 9 Mar 2012 06:00:00 GMT";s:7:"summary";s:2709:"You must have an American Express card.\n<UL>\n<LI>Sign up for a <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-3"><b>Twitter</b></A> account if you don''t have one.\n<LI>Go to <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-2"><b>sync.americanexpress.com/twitter</b></A> and log in with your Twitter account.\n<LI>Go to <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-1"><b>twitter.com/AmericanExpress/favorites</b></A> to find the hash tags that you can use to get a discount.\n<LI>Go on your Twitter page and tweet the hashtag or hashtags of your choice, such as <b>#AmexWholefoods</b> or <b>#AmexFedEx</b>, depending on which discounts you want applied to your American Express card.\nYou can tweet multiple tags on a single tweet, and they don''t need to say anything more than that.\n<LI>Go to the retailer, and use your American Express card for a single purchase of at least the required amount on the promotion.\nIt only works on a single transaction.\nCredit should appear on your AmEx statement in a couple weeks.\n</UL>\nSome <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-1"><b>promotions on the list</b></A> include:\n<UL>\n<LI>$20 credit on $75 Whole Foods Market purchase\n<LI>$10 credit on $20 Cheesecake Factory purchase\n<LI>10% credit on Virgin America main cabin airfare\n<LI>$5 credit on $5 McDonald''s purchase\n</UL>\nAmerican Express only looks at the credit card purchase amount, and they will not know what you are buying at the store or whether you use any other coupons or discounts.\nBecause of this, you can use this promo along with coupons or any other discounts you may have.\nIt should also work with gift cards.\nFor example, if you want the $20 credit on a $75 purchase at Whole Foods, but don''t want to spend $75 during a single visit before the expiration date, you can buy a $75 gift card for yourself.\nAmerican Express will only see "Whole Foods" on your statement, and as long as the single transaction meets or exceeds the required minimum, you will get the statement credit.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nMore details on this promotion can be seen <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-4"><b>here</b></A>.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\n<FONT color="#880000"><b>Update (1pm EST):</b></FONT>\nAdditionally, anyone using an AmEx card within the city of Austin from today until March 13 can tweet <b>#AmexAustin10</b> to get a $10 statement credit.\nDetails <A href="http://www.hotdealsclub.com/link/?0d22937bf8d1928161d3100c94c9955c-4"><b>here</b></A>.";}i:28;a:6:{s:5:"title";s:49:"Newegg.com - Samsung 830-Series 64GB SSD for $100";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/6de25a854d256367e24b8c2d1a9246b1/";s:11:"description";s:154:"Samsung 830-Series 64GB Solid State Drive for $110, and code <b>EMCNGNB29</b> applies $10 off in the cart.\nRated one of the best SSDs on the market today.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/6de25a854d256367e24b8c2d1a9246b1/";s:7:"pubdate";s:28:"Thu, 8 Mar 2012 16:18:00 GMT";s:7:"summary";s:154:"Samsung 830-Series 64GB Solid State Drive for $110, and code <b>EMCNGNB29</b> applies $10 off in the cart.\nRated one of the best SSDs on the market today.";}i:29;a:6:{s:5:"title";s:44:"Amazon.com - Philips Hair Clipper for $20.39";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/857eb1c0695163c4416cb66f03a8e4e2/";s:11:"description";s:356:"Philips Norelco Qc5340/40 Hair Clipper Pro for $34 with free shipping, and an automatic $13.60 discount applies on the final checkout page.\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?857eb1c0695163c4416cb66f03a8e4e2-2"><b>$34</b></A> to <A href="http://www.hotdealsclub.com/link/?857eb1c0695163c4416cb66f03a8e4e2-3"><b>$45</b></A>.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/857eb1c0695163c4416cb66f03a8e4e2/";s:7:"pubdate";s:28:"Wed, 7 Mar 2012 21:01:00 GMT";s:7:"summary";s:356:"Philips Norelco Qc5340/40 Hair Clipper Pro for $34 with free shipping, and an automatic $13.60 discount applies on the final checkout page.\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?857eb1c0695163c4416cb66f03a8e4e2-2"><b>$34</b></A> to <A href="http://www.hotdealsclub.com/link/?857eb1c0695163c4416cb66f03a8e4e2-3"><b>$45</b></A>.";}i:30;a:6:{s:5:"title";s:44:"SteamPowered.com - Sims 3 game for PC $10.19";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/9f419a66e6cf48b86702f69e6ec1fcb4/";s:11:"description";s:655:"The Sims 3 game for PC is available for <b>$10.19</b> through Steam.\nThe life-simulation game has great <A href="http://www.hotdealsclub.com/link/?9f419a66e6cf48b86702f69e6ec1fcb4-2"><b>reviews</b></A>, and usually sells for over $20.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThey also have 66% off of some downloadable content (DLC) for this game.\nDLC are add-ons which require that you own The Sims 3 through Steam.\nTo see all the available DLC, <A href="http://www.hotdealsclub.com/link/?9f419a66e6cf48b86702f69e6ec1fcb4-1"><b>go here</b></A> and click "See All" under the "Downloadable Content For This Game" section.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/9f419a66e6cf48b86702f69e6ec1fcb4/";s:7:"pubdate";s:28:"Wed, 7 Mar 2012 17:20:41 GMT";s:7:"summary";s:655:"The Sims 3 game for PC is available for <b>$10.19</b> through Steam.\nThe life-simulation game has great <A href="http://www.hotdealsclub.com/link/?9f419a66e6cf48b86702f69e6ec1fcb4-2"><b>reviews</b></A>, and usually sells for over $20.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThey also have 66% off of some downloadable content (DLC) for this game.\nDLC are add-ons which require that you own The Sims 3 through Steam.\nTo see all the available DLC, <A href="http://www.hotdealsclub.com/link/?9f419a66e6cf48b86702f69e6ec1fcb4-1"><b>go here</b></A> and click "See All" under the "Downloadable Content For This Game" section.";}i:31;a:6:{s:5:"title";s:63:"Newegg.com - 4-Port USB Charger with International Adapters $10";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/bc8c4aaecbeed1d9cbe840980597d8a4/";s:11:"description";s:519:"4-Port USB Charger with International Plugs for <b>$10</b> with free shipping.\nThis is very useful for phones & mobile devices (including tablets) which charge through a USB cable.\nThe power plug is removable, making this device easy to travel with in a bag.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nIt can charge one or two tablets at once, and up to 4 small devices like phones & MP3 players.\nIt includes no USB cables, so you will have to use the cables that came with your devices.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/bc8c4aaecbeed1d9cbe840980597d8a4/";s:7:"pubdate";s:28:"Wed, 7 Mar 2012 09:04:46 GMT";s:7:"summary";s:519:"4-Port USB Charger with International Plugs for <b>$10</b> with free shipping.\nThis is very useful for phones & mobile devices (including tablets) which charge through a USB cable.\nThe power plug is removable, making this device easy to travel with in a bag.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nIt can charge one or two tablets at once, and up to 4 small devices like phones & MP3 players.\nIt includes no USB cables, so you will have to use the cables that came with your devices.";}i:32;a:6:{s:5:"title";s:64:"Amazon.com - Now That''s What I Call Music 41 MP3 Album for $0.25";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/b909ecd53d30ba7eeaadad08f2a8ca92/";s:11:"description";s:334:"Complete MP3 album download of Now That''s What I Call Music #41 for <b>$0.25</b>.\nIt is a collection of 20 songs from various artists, and you can hear them <A href="http://www.hotdealsclub.com/link/?b909ecd53d30ba7eeaadad08f2a8ca92-2"><b>right here</b></A> before buying.\nA few good songs on the list, including Paradise by Coldplay.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/b909ecd53d30ba7eeaadad08f2a8ca92/";s:7:"pubdate";s:28:"Wed, 7 Mar 2012 08:04:00 GMT";s:7:"summary";s:334:"Complete MP3 album download of Now That''s What I Call Music #41 for <b>$0.25</b>.\nIt is a collection of 20 songs from various artists, and you can hear them <A href="http://www.hotdealsclub.com/link/?b909ecd53d30ba7eeaadad08f2a8ca92-2"><b>right here</b></A> before buying.\nA few good songs on the list, including Paradise by Coldplay.";}i:33;a:6:{s:5:"title";s:47:"SuperBiiz.com - 2TB 5400rpm Hard Drive for $132";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/094a3c93cd07981478582b2947e54a7c/";s:11:"description";s:1029:"Western Digital Caviar Green (WD20EARX) 2TB 5400rpm Serial-ATA Hard Drive for $130 plus about $12 shipping, and coupon <b>BRACKET</b> applies $10 off in the cart.\nPretty good <A href="http://www.hotdealsclub.com/link/?094a3c93cd07981478582b2947e54a7c-2"><b>reviews</b></A> on this drive.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nAs we mentioned a couple weeks ago, hard drive prices have been slowly falling over the last few weeks, and should continue to fall as manufacturing keeps up with the demand.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nOther available deals worth noting, both from Newegg.\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?094a3c93cd07981478582b2947e54a7c-3"><b>Samsung 1TB 7200rpm Hard Drive</b></A> for <b>$140</b> with code <b>EMCNGND23</b> ($0.14/GB)\n<LI><A href="http://www.hotdealsclub.com/link/?094a3c93cd07981478582b2947e54a7c-4"><b>Samsung 2TB 5400rpm Hard Drive</b></A> for <b>$157</b> after shipping fee ($0.0785/GB)\n</UL>";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/094a3c93cd07981478582b2947e54a7c/";s:7:"pubdate";s:28:"Wed, 7 Mar 2012 02:00:00 GMT";s:7:"summary";s:1029:"Western Digital Caviar Green (WD20EARX) 2TB 5400rpm Serial-ATA Hard Drive for $130 plus about $12 shipping, and coupon <b>BRACKET</b> applies $10 off in the cart.\nPretty good <A href="http://www.hotdealsclub.com/link/?094a3c93cd07981478582b2947e54a7c-2"><b>reviews</b></A> on this drive.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nAs we mentioned a couple weeks ago, hard drive prices have been slowly falling over the last few weeks, and should continue to fall as manufacturing keeps up with the demand.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nOther available deals worth noting, both from Newegg.\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?094a3c93cd07981478582b2947e54a7c-3"><b>Samsung 1TB 7200rpm Hard Drive</b></A> for <b>$140</b> with code <b>EMCNGND23</b> ($0.14/GB)\n<LI><A href="http://www.hotdealsclub.com/link/?094a3c93cd07981478582b2947e54a7c-4"><b>Samsung 2TB 5400rpm Hard Drive</b></A> for <b>$157</b> after shipping fee ($0.0785/GB)\n</UL>";}i:34;a:6:{s:5:"title";s:50:"1saleaday.com - SteelSeries Gaming Headset for $45";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/fdb5fc0859346701d875729c0e40ab35/";s:11:"description";s:338:"SteelSeries Siberia v2 Universal Gaming Headset with Mic for $40 plus $5 shipping.\nLots of positive <A href="http://www.hotdealsclub.com/link/?fdb5fc0859346701d875729c0e40ab35-2"><b>reviews</b></A> and <A href="http://www.hotdealsclub.com/link/?fdb5fc0859346701d875729c0e40ab35-3"><b>more reviews</b></A>, and usually sells for over $100.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/fdb5fc0859346701d875729c0e40ab35/";s:7:"pubdate";s:28:"Tue, 6 Mar 2012 18:00:00 GMT";s:7:"summary";s:338:"SteelSeries Siberia v2 Universal Gaming Headset with Mic for $40 plus $5 shipping.\nLots of positive <A href="http://www.hotdealsclub.com/link/?fdb5fc0859346701d875729c0e40ab35-2"><b>reviews</b></A> and <A href="http://www.hotdealsclub.com/link/?fdb5fc0859346701d875729c0e40ab35-3"><b>more reviews</b></A>, and usually sells for over $100.";}i:35;a:6:{s:5:"title";s:73:"Newegg.com - Altec Lansing In-Ear Headphone for $8, and other deals today";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/d6bcf83517533cea4de6f2d9e06e4156/";s:11:"description";s:2308:"<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-1"><b>Altec Lansing Backbeat Plus In-Ear Headphone</b></A> for <b>$8</b> with free shipping.\nThe <A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-2"><b>reviews</b></A> are "not bad."\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-6"><b>Sennheiser CX-200 In-Ear Headphone</b></A> for <b>$20</b> with code <b>EMCNGND57</b>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-7"><b>Sandisk Sansa Clip+ Tiny Portable 2GB MP3 Player</b></A> for <b>$28</b> with code <b>EMCNGND76</b>\n</UL>\nLaptop Computer Memory:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-3"><b>single 4GB SO-DIMM DDR3 G.Skill 1333MHz Laptop Memory Module</b></A> for <b>$20</b> ($5.00/GB).\n</UL>\nComputer Parts:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-4"><b>Corsair Force 60GB Solid State Drive</b></A> for <b>$90</b> ($1.50/GB) and a $15 Prepaid Card is available by\n<A href="http://images10.newegg.com/uploadfilesfornewegg/rebate/SH/Corsair20-233-223Mar06Mar1212cd12.pdf"><b>mail-in rebate</b></b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-11"><b>Asus Wifi-N Adapter for Desktop PC</b></A> for <b>$15</b> with code <b>EMCNGND46</b>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-12"><b>Zyxen 16-port Gigabit Switch</b></A> for <b>$60</b> with code <b>EMCNGND49</b>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-13"><b>Brother HL-3070CW Color LED Printer with Wifi</b></A> for <b>$142</b>.\nUsually sells for around $200.\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-8"><b>Samsung CD/DVD Reader & Writer with 25-pack DVD-R Lightscribe discs</b></A> for <b>$19</b>.\nThe combo is cheaper than just <A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-9"><b>the drive</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-5"><b>Lite-On Blu-Ray/CD/DVD Reader & Writer</b></A> for <b>$870</b> with code <b>EMCNGND34</b>\n</UL>\nThe two disc drives are internal, and go inside a desktop PC.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/d6bcf83517533cea4de6f2d9e06e4156/";s:7:"pubdate";s:28:"Tue, 6 Mar 2012 16:21:00 GMT";s:7:"summary";s:2308:"<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-1"><b>Altec Lansing Backbeat Plus In-Ear Headphone</b></A> for <b>$8</b> with free shipping.\nThe <A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-2"><b>reviews</b></A> are "not bad."\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-6"><b>Sennheiser CX-200 In-Ear Headphone</b></A> for <b>$20</b> with code <b>EMCNGND57</b>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-7"><b>Sandisk Sansa Clip+ Tiny Portable 2GB MP3 Player</b></A> for <b>$28</b> with code <b>EMCNGND76</b>\n</UL>\nLaptop Computer Memory:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-3"><b>single 4GB SO-DIMM DDR3 G.Skill 1333MHz Laptop Memory Module</b></A> for <b>$20</b> ($5.00/GB).\n</UL>\nComputer Parts:\n<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-4"><b>Corsair Force 60GB Solid State Drive</b></A> for <b>$90</b> ($1.50/GB) and a $15 Prepaid Card is available by\n<A href="http://images10.newegg.com/uploadfilesfornewegg/rebate/SH/Corsair20-233-223Mar06Mar1212cd12.pdf"><b>mail-in rebate</b></b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-11"><b>Asus Wifi-N Adapter for Desktop PC</b></A> for <b>$15</b> with code <b>EMCNGND46</b>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-12"><b>Zyxen 16-port Gigabit Switch</b></A> for <b>$60</b> with code <b>EMCNGND49</b>\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-13"><b>Brother HL-3070CW Color LED Printer with Wifi</b></A> for <b>$142</b>.\nUsually sells for around $200.\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-8"><b>Samsung CD/DVD Reader & Writer with 25-pack DVD-R Lightscribe discs</b></A> for <b>$19</b>.\nThe combo is cheaper than just <A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-9"><b>the drive</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?d6bcf83517533cea4de6f2d9e06e4156-5"><b>Lite-On Blu-Ray/CD/DVD Reader & Writer</b></A> for <b>$870</b> with code <b>EMCNGND34</b>\n</UL>\nThe two disc drives are internal, and go inside a desktop PC.";}i:36;a:6:{s:5:"title";s:64:"Logitech.com - Lapdesk N600 Retractable Touchpad for Laptops $40";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/aaa2da65bc19148842c50d462daf9ca6/";s:11:"description";s:664:"Logitech Touch Lapdesk N600 Retractable Touchpad Tray for Laptop Computers for $70 with free shipping, and code <b>logi_n600_3512</b> applies $30 off in the cart.\nYour laptop computer rests on the tray which shields your lap from heat, and a slide-out pad gives a large touchpad.\nThis could be useful for someone who uses the little touchpad on their laptop, but wants a larger pad for easier use.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThe product description says this comes in a "dented box", but even if the box does come with cosmetic damage, the item inside will be brand new and covered by a full manufacturer''s warranty.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/aaa2da65bc19148842c50d462daf9ca6/";s:7:"pubdate";s:28:"Mon, 5 Mar 2012 19:00:00 GMT";s:7:"summary";s:664:"Logitech Touch Lapdesk N600 Retractable Touchpad Tray for Laptop Computers for $70 with free shipping, and code <b>logi_n600_3512</b> applies $30 off in the cart.\nYour laptop computer rests on the tray which shields your lap from heat, and a slide-out pad gives a large touchpad.\nThis could be useful for someone who uses the little touchpad on their laptop, but wants a larger pad for easier use.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThe product description says this comes in a "dented box", but even if the box does come with cosmetic damage, the item inside will be brand new and covered by a full manufacturer''s warranty.";}i:37;a:6:{s:5:"title";s:55:"Newegg.com - Sennheiser CX-485 In-Ear Headphone for $25";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/ff7a1a76739b6fc48de66538fcdd46ea/";s:11:"description";s:209:"Usually sells for <A href="http://www.hotdealsclub.com/link/?ff7a1a76739b6fc48de66538fcdd46ea-2"><b>$32</b></A> to <A href="http://www.hotdealsclub.com/link/?ff7a1a76739b6fc48de66538fcdd46ea-3"><b>$35</b></A>.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/ff7a1a76739b6fc48de66538fcdd46ea/";s:7:"pubdate";s:28:"Mon, 5 Mar 2012 09:20:01 GMT";s:7:"summary";s:209:"Usually sells for <A href="http://www.hotdealsclub.com/link/?ff7a1a76739b6fc48de66538fcdd46ea-2"><b>$32</b></A> to <A href="http://www.hotdealsclub.com/link/?ff7a1a76739b6fc48de66538fcdd46ea-3"><b>$35</b></A>.";}i:38;a:6:{s:5:"title";s:61:"NetworkSolutions.com - 1 year domain name registration for $5";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/30800dee5c224a2ea9ab27d53fb55249/";s:11:"description";s:328:"After the first year, they charge $35/year.\nAlthough if you call Network Solutions a few months prior to the expiration, they usually can match the price of other registrars such as Godaddy.\nIf they don''t, you are always free to transfer your domain name to any other registrar after the domain has been registered for 2 months.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/30800dee5c224a2ea9ab27d53fb55249/";s:7:"pubdate";s:28:"Mon, 5 Mar 2012 06:00:00 GMT";s:7:"summary";s:328:"After the first year, they charge $35/year.\nAlthough if you call Network Solutions a few months prior to the expiration, they usually can match the price of other registrars such as Godaddy.\nIf they don''t, you are always free to transfer your domain name to any other registrar after the domain has been registered for 2 months.";}i:39;a:6:{s:5:"title";s:43:"Walmart.com - Bean Bag Chair for $17 or $22";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/698b82f288d62e30500412febeb9afd6/";s:11:"description";s:228:"Bean Bag Chair, 19-inches wide and 14-inches height, is available in several color choices for <b>$17</b> with in-store pickup.\nIt takes about 1 week for the order to be available for pickup, or choose home delivery for $5 more.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/698b82f288d62e30500412febeb9afd6/";s:7:"pubdate";s:28:"Sun, 4 Mar 2012 12:37:00 GMT";s:7:"summary";s:228:"Bean Bag Chair, 19-inches wide and 14-inches height, is available in several color choices for <b>$17</b> with in-store pickup.\nIt takes about 1 week for the order to be available for pickup, or choose home delivery for $5 more.";}i:40;a:6:{s:5:"title";s:61:"Newegg.com - Fuji T300 Compact Camera, Case, 4GB Card for $90";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/7a673ad93793b9b516ddd22d3ef36550/";s:11:"description";s:120:"Fuji FinePix T300 Compact Digital Camera with 4GB SD Card and Case for <b>$90</b> today.\nUsually sells for $115 or more.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/7a673ad93793b9b516ddd22d3ef36550/";s:7:"pubdate";s:28:"Sun, 4 Mar 2012 12:34:57 GMT";s:7:"summary";s:120:"Fuji FinePix T300 Compact Digital Camera with 4GB SD Card and Case for <b>$90</b> today.\nUsually sells for $115 or more.";}i:41;a:6:{s:5:"title";s:38:"BaskinRobbins - Buy 1 Cone, Get 1 Free";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/f701c890e20361146a2666f34b26bede/";s:11:"description";s:69:"Buy 1 3-Point Chocolate Ice Cream Cone, get one free.\nExpires Monday.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/f701c890e20361146a2666f34b26bede/";s:7:"pubdate";s:28:"Sat, 3 Mar 2012 15:02:50 GMT";s:7:"summary";s:69:"Buy 1 3-Point Chocolate Ice Cream Cone, get one free.\nExpires Monday.";}i:42;a:6:{s:5:"title";s:40:"Logitech.com - Gaming Mouse G500 for $38";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/9d15919dc65aa8129fef9a0603a97162/";s:11:"description";s:1445:"Logitech Gaming Mouse G500 for $70 with free shipping, and coupon  <b>logi_g500_3212</b> applies $32 off in the cart.\nWhen doing a copy/paste of the coupon code, make sure no extra spaces are put in after the code, or it may not work when submitted.\nThis mouse usually sells for around <A href="http://www.hotdealsclub.com/link/?9d15919dc65aa8129fef9a0603a97162-2"><b>$59</b></A> and has great <A href="http://www.hotdealsclub.com/link/?9d15919dc65aa8129fef9a0603a97162-3"><b>reviews</b></A>.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nIt''s a wired USB mouse (not wireless).\nThey call it a "gaming" mouse because its adjustable 200 to 5700 dpi setting makes the mouse good for gamers who demand precise movements and accuracy.\nIts added precision and responsiveness also makes web browsing, Photoshop, word processing, and general computer tasks feel better, and we like it better than most other mice on the market.\nAlso has an adjustable weight cartridge, so you can make the mouse feel as light or heavy as you feel comfortable with.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThe Logitech site says this comes in a "dented box", but we ordered a dozen "dented box" items and not noticed a single cosmetic or physical issue with the boxes.\nBesides, even if your box comes scratched, the product inside will be brand new, undamaged, and covered by a full manufacturer''s warranty.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/9d15919dc65aa8129fef9a0603a97162/";s:7:"pubdate";s:28:"Fri, 2 Mar 2012 18:07:00 GMT";s:7:"summary";s:1445:"Logitech Gaming Mouse G500 for $70 with free shipping, and coupon  <b>logi_g500_3212</b> applies $32 off in the cart.\nWhen doing a copy/paste of the coupon code, make sure no extra spaces are put in after the code, or it may not work when submitted.\nThis mouse usually sells for around <A href="http://www.hotdealsclub.com/link/?9d15919dc65aa8129fef9a0603a97162-2"><b>$59</b></A> and has great <A href="http://www.hotdealsclub.com/link/?9d15919dc65aa8129fef9a0603a97162-3"><b>reviews</b></A>.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nIt''s a wired USB mouse (not wireless).\nThey call it a "gaming" mouse because its adjustable 200 to 5700 dpi setting makes the mouse good for gamers who demand precise movements and accuracy.\nIts added precision and responsiveness also makes web browsing, Photoshop, word processing, and general computer tasks feel better, and we like it better than most other mice on the market.\nAlso has an adjustable weight cartridge, so you can make the mouse feel as light or heavy as you feel comfortable with.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nThe Logitech site says this comes in a "dented box", but we ordered a dozen "dented box" items and not noticed a single cosmetic or physical issue with the boxes.\nBesides, even if your box comes scratched, the product inside will be brand new, undamaged, and covered by a full manufacturer''s warranty.";}i:43;a:6:{s:5:"title";s:37:"Newegg.com - home theater deals today";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/315c58ee8b91882e1b0b820ac588aeef/";s:11:"description";s:2031:"<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-2"><b>Pioneer VSX-821 Home Theater A/V Receiver</b></A> for <b>$180</b> with code <b>EMCNGNH22</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-8"><b>$225</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-7"><b>$235</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-3"><b>Pair of Pioneer Floorstanding Speakers</b></A> for <b>$120</b> with code <b>EMCNGNH26</b> .\nUsually sells found around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-9"><b>$200</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-10"><b>$205</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-4"><b>Pair of Pioneer Bookshelf Speakers</b></A> for <b>$50</b> with code <b>EMCNGNH24</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-11"><b>$90</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-12"><b>$100</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-6"><b>Pioneer Center Channel Speaker</b></A> for <b>$50</b> with code <b>EMCNGNH25</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-14"><b>$80</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-13"><b>$85</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-5"><b>Pioneer 100-Watt Subwoofer</b></A> for <b>$80</b> with code <b>EMCNGNH23</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-15"><b>$114</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-16"><b>$160</b></A>.\n</UL>\nVideo cables and speaker wires are not included.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/315c58ee8b91882e1b0b820ac588aeef/";s:7:"pubdate";s:28:"Fri, 2 Mar 2012 16:59:00 GMT";s:7:"summary";s:2031:"<UL>\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-2"><b>Pioneer VSX-821 Home Theater A/V Receiver</b></A> for <b>$180</b> with code <b>EMCNGNH22</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-8"><b>$225</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-7"><b>$235</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-3"><b>Pair of Pioneer Floorstanding Speakers</b></A> for <b>$120</b> with code <b>EMCNGNH26</b> .\nUsually sells found around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-9"><b>$200</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-10"><b>$205</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-4"><b>Pair of Pioneer Bookshelf Speakers</b></A> for <b>$50</b> with code <b>EMCNGNH24</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-11"><b>$90</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-12"><b>$100</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-6"><b>Pioneer Center Channel Speaker</b></A> for <b>$50</b> with code <b>EMCNGNH25</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-14"><b>$80</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-13"><b>$85</b></A>.\n<LI><A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-5"><b>Pioneer 100-Watt Subwoofer</b></A> for <b>$80</b> with code <b>EMCNGNH23</b> .\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-15"><b>$114</b></A> to <A href="http://www.hotdealsclub.com/link/?315c58ee8b91882e1b0b820ac588aeef-16"><b>$160</b></A>.\n</UL>\nVideo cables and speaker wires are not included.";}i:44;a:6:{s:5:"title";s:58:"HomeDepot.com - Black & Decker Cordless Screwdriver for $5";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/967d7580f1ccdabb94373a6876090adb/";s:11:"description";s:192:"Black & Decker Rechargeable Cordless Screwdriver for <b>$5</b>.\nGood price, but somewhat poor <A href="http://www.hotdealsclub.com/link/?967d7580f1ccdabb94373a6876090adb-2"><b>reviews</b></A>.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/967d7580f1ccdabb94373a6876090adb/";s:7:"pubdate";s:28:"Fri, 2 Mar 2012 16:21:00 GMT";s:7:"summary";s:192:"Black & Decker Rechargeable Cordless Screwdriver for <b>$5</b>.\nGood price, but somewhat poor <A href="http://www.hotdealsclub.com/link/?967d7580f1ccdabb94373a6876090adb-2"><b>reviews</b></A>.";}i:45;a:6:{s:5:"title";s:34:"Logitech.com - Webcam C260 for $14";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/a1444f86207091c301090d948c7087b8/";s:11:"description";s:108:"Logitech C260 Webcam for $25 with free shipping, and code <b>logi_c260_3112</b> applies $11 off in the cart.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/a1444f86207091c301090d948c7087b8/";s:7:"pubdate";s:28:"Thu, 1 Mar 2012 23:28:00 GMT";s:7:"summary";s:108:"Logitech C260 Webcam for $25 with free shipping, and code <b>logi_c260_3112</b> applies $11 off in the cart.";}i:46;a:6:{s:5:"title";s:55:"OfficeDepot - Logitech M305 Wireless Mini Mouse for $10";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/905016c7997452b46d5d96c90e9ea9c1/";s:11:"description";s:502:"Logitech M305 Wireless Mini Mouse in <A href="http://www.hotdealsclub.com/link/?905016c7997452b46d5d96c90e9ea9c1-1"><b>Midnight Garden</b></A>, <A href="http://www.hotdealsclub.com/link/?905016c7997452b46d5d96c90e9ea9c1-2"><b>Dark Vine</b></A>, and <A href="http://www.hotdealsclub.com/link/?905016c7997452b46d5d96c90e9ea9c1-3"><b>Pink</b></A> for <b>$10</b> with in-store pickup.\nSells elsewhere for around <A href="http://www.hotdealsclub.com/link/?905016c7997452b46d5d96c90e9ea9c1-4"><b>$36</b></A>.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/905016c7997452b46d5d96c90e9ea9c1/";s:7:"pubdate";s:28:"Thu, 1 Mar 2012 22:08:00 GMT";s:7:"summary";s:502:"Logitech M305 Wireless Mini Mouse in <A href="http://www.hotdealsclub.com/link/?905016c7997452b46d5d96c90e9ea9c1-1"><b>Midnight Garden</b></A>, <A href="http://www.hotdealsclub.com/link/?905016c7997452b46d5d96c90e9ea9c1-2"><b>Dark Vine</b></A>, and <A href="http://www.hotdealsclub.com/link/?905016c7997452b46d5d96c90e9ea9c1-3"><b>Pink</b></A> for <b>$10</b> with in-store pickup.\nSells elsewhere for around <A href="http://www.hotdealsclub.com/link/?905016c7997452b46d5d96c90e9ea9c1-4"><b>$36</b></A>.";}i:47;a:4:{s:5:"title";s:32:"Vitamin World - 30% off in-store";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/c1480238aff06eff64c432482e45886b/";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/c1480238aff06eff64c432482e45886b/";s:7:"pubdate";s:28:"Thu, 1 Mar 2012 13:00:00 GMT";}i:48;a:4:{s:5:"title";s:53:"Amazon.com - 25% off Philips Norelco Electric Shavers";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/a731521e62a6afc21bf4553d4c478fce/";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/a731521e62a6afc21bf4553d4c478fce/";s:7:"pubdate";s:28:"Thu, 1 Mar 2012 09:55:49 GMT";}i:49;a:6:{s:5:"title";s:51:"Dell.com - Ultrasharp 24" LCD Monitor with IPS $299";s:4:"link";s:66:"http://www.hotdealsclub.com/deal/c9e33de800414b9134b22fa74f00654f/";s:11:"description";s:470:"Dell Ultrasharp U2412M 24-inch LCD Monitor with IPS for <b>$299</b>.\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?c9e33de800414b9134b22fa74f00654f-2"><b>$329</b></A>.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nIncludes a 3-year advanced-exchange warranty, which means they will send you a replacement monitor before you ship back the broken monitor in the using the box & packing label that the replacement came in.";s:4:"guid";s:66:"http://www.hotdealsclub.com/deal/c9e33de800414b9134b22fa74f00654f/";s:7:"pubdate";s:29:"Wed, 29 Feb 2012 22:27:00 GMT";s:7:"summary";s:470:"Dell Ultrasharp U2412M 24-inch LCD Monitor with IPS for <b>$299</b>.\nUsually sells for around <A href="http://www.hotdealsclub.com/link/?c9e33de800414b9134b22fa74f00654f-2"><b>$329</b></A>.<BR><IMG src="http://www.hotdealsclub.com/spacer.gif" width=1 height=4><BR>\nIncludes a 3-year advanced-exchange warranty, which means they will send you a replacement monitor before you ship back the broken monitor in the using the box & packing label that the replacement came in.";}}s:7:"channel";a:9:{s:5:"title";s:36:"Hot Deals Club - main index of deals";s:4:"link";s:27:"http://www.hotdealsclub.com";s:11:"description";s:22:"RSS Feed of Hot Deals.";s:8:"language";s:2:"en";s:9:"copyright";s:53:"Copyright 2012 Hot Deals Club and Website Network LLC";s:7:"pubdate";s:29:"Mon, 19 Mar 2012 02:10:01 GMT";s:13:"lastbuilddate";s:29:"Mon, 19 Mar 2012 02:10:01 GMT";s:4:"docs";s:27:"http://www.hotdealsclub.com";s:7:"tagline";s:22:"RSS Feed of Hot Deals.";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:31:"Mon, 19 Mar 2012 02:10:01 GMT\r\n";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3289, 0, 'rss_665ec4be0c982ae5bee54aae99dc60ab_ts', '1332123217', 'no'),
(3111, 0, 'exclude_pages', 'a:0:{}', 'yes'),
(597, 0, 'rss_1a5f760f2e2b48827d4974a60857e7c2_ts', '1332955976', 'no'),
(1700, 0, 'p2c_styles', '', 'yes'),
(1332, 0, 'current_theme', 'Pool', 'yes'),
(606, 0, 'k2installed', 'r167', 'yes'),
(607, 0, 'k2aboutblurp', 'This is the about text', 'yes'),
(608, 0, 'k2asidescategory', '0', 'yes'),
(609, 0, 'k2asidesposition', '0', 'yes'),
(598, 0, 'rss_1471d1c4e6d4a1ecf6fc8191238dc061', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:5:{s:5:"title";s:58:"link:http://ethnomediallc.com/wpress/ - Google Blog Search";s:4:"link";s:116:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://ethnomediallc.com/wpress/";s:11:"description";s:92:"Your search - <b>link:http://ethnomediallc.com/wpress/</b> - did not match any documents.   ";s:10:"opensearch";a:3:{s:12:"totalresults";s:1:"0";s:10:"startindex";s:1:"1";s:12:"itemsperpage";s:2:"10";}s:7:"tagline";s:92:"Your search - <b>link:http://ethnomediallc.com/wpress/</b> - did not match any documents.   ";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no'),
(599, 0, 'rss_1471d1c4e6d4a1ecf6fc8191238dc061_ts', '1301348130', 'no'),
(601, 0, 'update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1314729142;s:7:"checked";a:63:{s:35:"adsense-manager/adsense-manager.php";s:3:"2.4";s:19:"akismet/akismet.php";s:5:"2.1.4";s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";s:7:"1.4.6.8";s:37:"awsom-news-announcement/awsomnews.php";s:5:"1.5.1";s:27:"bookmarkify/bookmarkify.php";s:5:"1.1.2";s:21:"page2cat/page2cat.php";s:5:"0.4.2";s:36:"contact-form-7/wp-contact-form-7.php";s:7:"1.8.0.2";s:21:"diggz-et/diggZ-Et.php";s:5:"1.2.2";s:33:"event-calendar/eventcalendar3.php";s:5:"3.1.2";s:25:"event-calendar/widget.php";s:5:"3.1.2";s:49:"google-transliteration/google_transliteration.php";s:3:"0.8";s:36:"google-sitemap-generator/sitemap.php";s:5:"3.1.2";s:24:"headspace2/headspace.php";s:6:"3.6.21";s:9:"hello.php";s:3:"1.5";s:25:"hl-twitter/hl_twitter.php";s:9:"2011.7.30";s:25:"hotlink-2-link/wphl2l.php";s:3:"1.1";s:21:"insights/insights.php";s:3:"0.1";s:34:"instant-web-highlighter/roohit.php";s:8:"1.6.6.16";s:39:"kb-easy-picasaweb/kb-easy-picasaweb.php";s:5:"1.2.1";s:19:"kontera/kontera.php";s:3:"1.0";s:40:"lightbox-2-wordpress-plugin/lightbox.php";s:5:"2.0.2";s:13:"lightbox2.php";s:3:"1.7";s:21:"mailtest/mailtest.php";s:3:"1.0";s:31:"multifeedsnap/multifeedsnap.php";s:3:"1.1";s:21:"no-flash-uploader.php";s:3:"1.0";s:21:"pagemash/pagemash.php";s:5:"1.3.0";s:25:"wordpressPlugin/pdf24.php";s:3:"1.2";s:34:"picasa-wordpress-widget/picasa.php";s:3:"1.1";s:23:"picasaweb/picasaweb.php";s:7:"1.1.3.1";s:21:"podpress/podpress.php";s:5:"8.8.1";s:25:"podpress.old/podpress.php";s:3:"8.2";s:53:"wordpress-google-seo-positioner/position_yourself.php";s:3:"1.1";s:43:"post-plugin-library/post-plugin-library.php";s:7:"2.5.0.4";s:21:"postwall/postwall.php";s:3:"1.0";s:39:"referrer-detector/referrer_detector.php";s:3:"3.2";s:37:"search-unleashed/search-unleashed.php";s:6:"0.2.23";s:14:"share-this.php";s:3:"1.4";s:37:"shutter-reloaded/shutter-reloaded.php";s:3:"1.0";s:21:"sideblog/sideblog.php";s:3:"5.1";s:31:"similar-posts/similar-posts.php";s:5:"2.5.0";s:32:"simply-exclude/simplyexclude.php";s:5:"1.7.2";s:19:"ald-spa/ald-spa.php";s:3:"1.3";s:25:"solvemedia/solvemedia.php";s:5:"1.0.5";s:25:"subscribe2/subscribe2.php";s:3:"3.7";s:47:"subscribe-to-comments/subscribe-to-comments.php";s:5:"2.1.1";s:11:"nynjtla.php";s:5:"3.2.4";s:12:"nynjplug.php";s:5:"1.2.1";s:39:"thumbnail-viewer/wp-thumbnailviewer.php";s:3:"1.2";s:37:"tinymce-advanced/tinymce-advanced.php";s:5:"3.0.1";s:12:"tla_plug.php";s:5:"1.1.2";s:15:"tla_inlinks.php";s:5:"1.1.1";s:30:"twitter-feed/twitterPlugin.php";s:3:"1.2";s:33:"twitter-for-wordpress/twitter.php";s:5:"1.9.1";s:17:"wassup/wassup.php";s:5:"1.6.2";s:25:"webcollage/webcollage.php";s:3:"1.0";s:15:"stats/stats.php";s:5:"1.1.1";s:59:"wordpress-automatic-upgrade/wordpress-automatic-upgrade.php";s:3:"1.1";s:16:"wp-db-backup.php";s:5:"2.1.2";s:25:"wp-cumulus/wp-cumulus.php";s:4:"1.19";s:29:"wp-recaptcha/wp-recaptcha.php";s:5:"2.9.6";s:39:"wp-recentcomments/wp-recentcomments.php";s:5:"1.8.1";s:15:"wp125/wp125.php";s:5:"1.2.2";s:23:"wp-google-analytics.php";s:5:"1.1.0";}s:8:"response";a:26:{s:35:"adsense-manager/adsense-manager.php";O:8:"stdClass":5:{s:2:"id";s:3:"431";s:4:"slug";s:15:"adsense-manager";s:11:"new_version";s:5:"3.3.3";s:3:"url";s:52:"http://wordpress.org/extend/plugins/adsense-manager/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/adsense-manager.zip";}s:37:"awsom-news-announcement/awsomnews.php";O:8:"stdClass":5:{s:2:"id";s:3:"770";s:4:"slug";s:23:"awsom-news-announcement";s:11:"new_version";s:5:"1.5.2";s:3:"url";s:60:"http://wordpress.org/extend/plugins/awsom-news-announcement/";s:7:"package";s:65:"http://downloads.wordpress.org/plugin/awsom-news-announcement.zip";}s:21:"page2cat/page2cat.php";O:8:"stdClass":5:{s:2:"id";s:3:"758";s:4:"slug";s:8:"page2cat";s:11:"new_version";s:3:"2.5";s:3:"url";s:45:"http://wordpress.org/extend/plugins/page2cat/";s:7:"package";s:54:"http://downloads.wordpress.org/plugin/page2cat.2.5.zip";}s:33:"event-calendar/eventcalendar3.php";O:8:"stdClass":5:{s:2:"id";s:4:"4929";s:4:"slug";s:14:"event-calendar";s:11:"new_version";s:5:"3.1.4";s:3:"url";s:51:"http://wordpress.org/extend/plugins/event-calendar/";s:7:"package";s:62:"http://downloads.wordpress.org/plugin/event-calendar.3.1.4.zip";}s:25:"event-calendar/widget.php";O:8:"stdClass":5:{s:2:"id";s:4:"4929";s:4:"slug";s:14:"event-calendar";s:11:"new_version";s:5:"3.1.4";s:3:"url";s:51:"http://wordpress.org/extend/plugins/event-calendar/";s:7:"package";s:62:"http://downloads.wordpress.org/plugin/event-calendar.3.1.4.zip";}s:49:"google-transliteration/google_transliteration.php";O:8:"stdClass":5:{s:2:"id";s:5:"10674";s:4:"slug";s:22:"google-transliteration";s:11:"new_version";s:3:"1.7";s:3:"url";s:59:"http://wordpress.org/extend/plugins/google-transliteration/";s:7:"package";s:64:"http://downloads.wordpress.org/plugin/google-transliteration.zip";}s:36:"google-sitemap-generator/sitemap.php";O:8:"stdClass":5:{s:2:"id";s:3:"132";s:4:"slug";s:24:"google-sitemap-generator";s:11:"new_version";s:5:"3.2.5";s:3:"url";s:61:"http://wordpress.org/extend/plugins/google-sitemap-generator/";s:7:"package";s:72:"http://downloads.wordpress.org/plugin/google-sitemap-generator.3.2.5.zip";}s:21:"insights/insights.php";O:8:"stdClass":5:{s:2:"id";s:4:"4519";s:4:"slug";s:8:"insights";s:11:"new_version";s:5:"1.0.4";s:3:"url";s:45:"http://wordpress.org/extend/plugins/insights/";s:7:"package";s:50:"http://downloads.wordpress.org/plugin/insights.zip";}s:34:"instant-web-highlighter/roohit.php";O:8:"stdClass":5:{s:2:"id";s:4:"9272";s:4:"slug";s:23:"instant-web-highlighter";s:11:"new_version";s:3:"4.0";s:3:"url";s:60:"http://wordpress.org/extend/plugins/instant-web-highlighter/";s:7:"package";s:69:"http://downloads.wordpress.org/plugin/instant-web-highlighter.4.0.zip";}s:39:"kb-easy-picasaweb/kb-easy-picasaweb.php";O:8:"stdClass":5:{s:2:"id";s:4:"1513";s:4:"slug";s:17:"kb-easy-picasaweb";s:11:"new_version";s:5:"1.3.2";s:3:"url";s:54:"http://wordpress.org/extend/plugins/kb-easy-picasaweb/";s:7:"package";s:59:"http://downloads.wordpress.org/plugin/kb-easy-picasaweb.zip";}s:25:"wordpressPlugin/pdf24.php";O:8:"stdClass":5:{s:2:"id";s:4:"1599";s:4:"slug";s:17:"pdf24-post-to-pdf";s:11:"new_version";s:5:"3.1.1";s:3:"url";s:54:"http://wordpress.org/extend/plugins/pdf24-post-to-pdf/";s:7:"package";s:65:"http://downloads.wordpress.org/plugin/pdf24-post-to-pdf.3.1.1.zip";}s:21:"podpress/podpress.php";O:8:"stdClass":5:{s:2:"id";s:3:"455";s:4:"slug";s:8:"podpress";s:11:"new_version";s:9:"8.8.10.10";s:3:"url";s:45:"http://wordpress.org/extend/plugins/podpress/";s:7:"package";s:60:"http://downloads.wordpress.org/plugin/podpress.8.8.10.10.zip";}s:25:"podpress.old/podpress.php";O:8:"stdClass":5:{s:2:"id";s:3:"455";s:4:"slug";s:8:"podpress";s:11:"new_version";s:9:"8.8.10.10";s:3:"url";s:45:"http://wordpress.org/extend/plugins/podpress/";s:7:"package";s:60:"http://downloads.wordpress.org/plugin/podpress.8.8.10.10.zip";}s:53:"wordpress-google-seo-positioner/position_yourself.php";O:8:"stdClass":5:{s:2:"id";s:4:"3326";s:4:"slug";s:31:"wordpress-google-seo-positioner";s:11:"new_version";s:3:"1.3";s:3:"url";s:68:"http://wordpress.org/extend/plugins/wordpress-google-seo-positioner/";s:7:"package";s:73:"http://downloads.wordpress.org/plugin/wordpress-google-seo-positioner.zip";}s:43:"post-plugin-library/post-plugin-library.php";O:8:"stdClass":5:{s:2:"id";s:4:"2728";s:4:"slug";s:19:"post-plugin-library";s:11:"new_version";s:7:"2.6.2.1";s:3:"url";s:56:"http://wordpress.org/extend/plugins/post-plugin-library/";s:7:"package";s:69:"http://downloads.wordpress.org/plugin/post-plugin-library.2.6.2.1.zip";}s:39:"referrer-detector/referrer_detector.php";O:8:"stdClass":5:{s:2:"id";s:4:"5260";s:4:"slug";s:17:"referrer-detector";s:11:"new_version";s:7:"4.2.1.0";s:3:"url";s:54:"http://wordpress.org/extend/plugins/referrer-detector/";s:7:"package";s:67:"http://downloads.wordpress.org/plugin/referrer-detector.4.2.1.0.zip";}s:21:"sideblog/sideblog.php";O:8:"stdClass":5:{s:2:"id";s:3:"607";s:4:"slug";s:8:"sideblog";s:11:"new_version";s:3:"6.0";s:3:"url";s:45:"http://wordpress.org/extend/plugins/sideblog/";s:7:"package";s:50:"http://downloads.wordpress.org/plugin/sideblog.zip";}s:31:"similar-posts/similar-posts.php";O:8:"stdClass":5:{s:2:"id";s:4:"2757";s:4:"slug";s:13:"similar-posts";s:11:"new_version";s:7:"2.6.2.0";s:3:"url";s:50:"http://wordpress.org/extend/plugins/similar-posts/";s:7:"package";s:63:"http://downloads.wordpress.org/plugin/similar-posts.2.6.2.0.zip";}s:12:"nynjplug.php";O:8:"stdClass":5:{s:2:"id";s:5:"10328";s:4:"slug";s:17:"inlinks-ad-plugin";s:11:"new_version";s:5:"1.3.7";s:3:"url";s:54:"http://wordpress.org/extend/plugins/inlinks-ad-plugin/";s:7:"package";s:59:"http://downloads.wordpress.org/plugin/inlinks-ad-plugin.zip";}s:33:"twitter-for-wordpress/twitter.php";O:8:"stdClass":5:{s:2:"id";s:4:"1011";s:4:"slug";s:21:"twitter-for-wordpress";s:11:"new_version";s:5:"1.9.7";s:3:"url";s:58:"http://wordpress.org/extend/plugins/twitter-for-wordpress/";s:7:"package";s:63:"http://downloads.wordpress.org/plugin/twitter-for-wordpress.zip";}s:17:"wassup/wassup.php";O:8:"stdClass":6:{s:2:"id";s:4:"1124";s:4:"slug";s:6:"wassup";s:11:"new_version";s:5:"1.8.1";s:14:"upgrade_notice";s:170:"Urgent bug fix upgrade plus code improvements. This upgrade is required for WassUp 1.8 users. Read plugin Installation instructions for important new upgrade information.";s:3:"url";s:43:"http://wordpress.org/extend/plugins/wassup/";s:7:"package";s:54:"http://downloads.wordpress.org/plugin/wassup.1.8.1.zip";}s:16:"wp-db-backup.php";O:8:"stdClass":6:{s:2:"id";s:3:"419";s:4:"slug";s:12:"wp-db-backup";s:11:"new_version";s:5:"2.2.3";s:14:"upgrade_notice";s:155:"Fixes problems users had when using localized WordPress installations.\nFixes a bug that caused the size of gzipped backup files to be reported incorrectly.";s:3:"url";s:49:"http://wordpress.org/extend/plugins/wp-db-backup/";s:7:"package";s:60:"http://downloads.wordpress.org/plugin/wp-db-backup.2.2.3.zip";}s:25:"wp-cumulus/wp-cumulus.php";O:8:"stdClass":5:{s:2:"id";s:4:"4210";s:4:"slug";s:10:"wp-cumulus";s:11:"new_version";s:4:"1.23";s:3:"url";s:47:"http://wordpress.org/extend/plugins/wp-cumulus/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/wp-cumulus.1.23.zip";}s:39:"wp-recentcomments/wp-recentcomments.php";O:8:"stdClass":5:{s:2:"id";s:4:"3930";s:4:"slug";s:17:"wp-recentcomments";s:11:"new_version";s:5:"2.0.7";s:3:"url";s:54:"http://wordpress.org/extend/plugins/wp-recentcomments/";s:7:"package";s:59:"http://downloads.wordpress.org/plugin/wp-recentcomments.zip";}s:15:"wp125/wp125.php";O:8:"stdClass":5:{s:2:"id";s:4:"4175";s:4:"slug";s:5:"wp125";s:11:"new_version";s:5:"1.4.0";s:3:"url";s:42:"http://wordpress.org/extend/plugins/wp125/";s:7:"package";s:53:"http://downloads.wordpress.org/plugin/wp125.1.4.0.zip";}s:23:"wp-google-analytics.php";O:8:"stdClass":5:{s:2:"id";s:4:"3087";s:4:"slug";s:19:"wp-google-analytics";s:11:"new_version";s:5:"1.2.4";s:3:"url";s:56:"http://wordpress.org/extend/plugins/wp-google-analytics/";s:7:"package";s:67:"http://downloads.wordpress.org/plugin/wp-google-analytics.1.2.4.zip";}}}', 'yes'),
(4527, 0, 'adcopy', 'a:18:{s:6:"pubkey";s:32:"GT87t1.wFpWjPp5QRYF4aRtzQ8-aCIoz";s:7:"privkey";s:32:"K0wmmTL8y8hmRdhfOuINZLgHB6lwE6j2";s:7:"hashkey";s:32:"1TSd5jdhm-jvy428ZnxozqmF4uNl.C06";s:9:"re_bypass";s:2:"on";s:14:"re_bypasslevel";s:4:"read";s:8:"re_theme";s:3:"red";s:12:"re_theme_reg";s:3:"red";s:12:"re_theme_cf7";s:3:"red";s:7:"re_lang";s:2:"en";s:11:"re_tabindex";s:1:"5";s:11:"re_comments";s:1:"1";s:15:"re_registration";s:1:"1";s:17:"re_contact_form_7";s:1:"1";s:8:"re_xhtml";N;s:11:"error_blank";s:59:"<strong>ERROR</strong>: Please fill in the solvemedia form.";s:15:"error_incorrect";s:63:"<strong>ERROR</strong>: That solvemedia response was incorrect.";s:15:"error_blank_cf7";s:42:"ERROR: Please fill in the solvemedia form.";s:19:"error_incorrect_cf7";s:46:"ERROR: That solvemedia response was incorrect.";}', 'yes'),
(610, 0, 'k2livesearch', 'live', 'yes'),
(611, 0, 'k2asidesnumber', '3', 'yes'),
(612, 0, 'k2widthtype', 'flexible', 'yes'),
(613, 0, 'k2deliciousname', '', 'yes'),
(614, 0, 'k2archives', '', 'yes'),
(615, 0, 'k2scheme', '', 'yes'),
(616, 0, 'k2livecomments', '0', 'yes'),
(638, 0, 'aiosp_debug_info', '', 'yes'),
(625, 0, 'positionyourself_options', 'a:7:{s:10:"pyKeywords";s:129:"bengali, bengal, india, west bengal, kolkata, india, indian, immigrant, nynjbengali, theater, theatre, stage, acting, performance";s:13:"pyCompetitors";s:0:"";s:8:"pyRegion";s:2:"in";s:10:"pyLanguage";s:2:"en";s:6:"pyMeta";s:0:"";s:10:"pyPageRank";s:2:"no";s:12:"pyNumResults";i:30;}', 'yes'),
(626, 0, 'position_yourself_db_version', '1.1', 'yes'),
(631, 0, 'aiosp_description_format', '%description%', 'yes'),
(632, 0, 'aiosp_paged_format', '- Part %page%', 'yes'),
(633, 0, 'aiosp_404_title_format', 'Nothing found for %request_words%', 'yes'),
(627, 0, 'similar-posts-feed', 'a:30:{i:0;b:0;s:5:"limit";i:3;s:4:"skip";i:0;s:3:"age";a:3:{s:9:"direction";s:4:"none";s:6:"length";i:0;s:8:"duration";s:5:"month";}s:7:"divider";s:0:"";s:17:"omit_current_post";s:4:"true";s:12:"show_private";s:5:"false";s:10:"show_pages";s:4:"true";s:9:"none_text";s:10:"None Found";s:7:"no_text";s:5:"false";s:7:"tag_str";s:0:"";s:13:"excluded_cats";s:0:"";s:13:"included_cats";s:0:"";s:16:"excluded_authors";s:0:"";s:16:"included_authors";s:0:"";s:14:"included_posts";s:0:"";s:14:"excluded_posts";s:0:"";s:10:"stripcodes";a:1:{i:0;a:0:{}}s:6:"prefix";s:18:"Similar Posts:<ul>";s:6:"suffix";s:5:"</ul>";s:15:"output_template";s:15:"<li>{link}</li>";s:9:"match_cat";s:5:"false";s:10:"match_tags";s:5:"false";s:6:"custom";a:3:{s:3:"key";s:0:"";s:2:"op";s:1:"=";s:5:"value";s:0:"";}s:4:"sort";a:6:{s:3:"by1";s:0:"";s:6:"order1";i:4;s:5:"case1";s:5:"false";s:3:"by2";s:0:"";s:6:"order2";i:4;s:5:"case2";s:5:"false";}s:14:"group_template";s:0:"";s:14:"weight_content";d:0.90000000000000002220446049250313080847263336181640625;s:12:"weight_title";d:0.1000000000000000055511151231257827021181583404541015625;s:11:"weight_tags";d:0;s:9:"num_terms";i:20;}', 'yes'),
(628, 0, 'similar-posts', 'a:37:{i:0;b:0;s:11:"feed_active";s:4:"true";s:5:"limit";i:4;s:4:"skip";i:0;s:3:"age";a:3:{s:9:"direction";s:4:"none";s:6:"length";i:0;s:8:"duration";s:5:"month";}s:7:"divider";s:0:"";s:17:"omit_current_post";s:4:"true";s:12:"show_private";s:5:"false";s:10:"show_pages";s:4:"true";s:9:"none_text";s:10:"None Found";s:7:"no_text";s:5:"false";s:7:"tag_str";s:0:"";s:13:"excluded_cats";s:1:"5";s:13:"included_cats";s:21:"8,11,161,1,10,260,2,7";s:16:"excluded_authors";s:0:"";s:16:"included_authors";s:0:"";s:14:"included_posts";s:0:"";s:14:"excluded_posts";s:0:"";s:10:"stripcodes";a:1:{i:0;a:2:{s:5:"start";s:0:"";s:3:"end";s:0:"";}}s:6:"prefix";s:27:"<ul><h2>Related Posts:</h2>";s:6:"suffix";s:5:"</ul>";s:15:"output_template";s:15:"<li>{link}</li>";s:9:"match_cat";s:4:"true";s:10:"match_tags";s:5:"false";s:14:"content_filter";s:5:"false";s:6:"custom";a:3:{s:3:"key";s:0:"";s:2:"op";s:1:"=";s:5:"value";s:0:"";}s:4:"sort";a:6:{s:3:"by1";s:0:"";s:6:"order1";i:4;s:5:"case1";s:5:"false";s:3:"by2";s:0:"";s:6:"order2";i:4;s:5:"case2";s:5:"false";}s:14:"group_template";s:0:"";s:14:"weight_content";d:0.79999860000419997785314762950292788445949554443359375;s:12:"weight_title";d:0.10000069999789999719563837743407930247485637664794921875;s:11:"weight_tags";d:0.10000069999789999719563837743407930247485637664794921875;s:9:"num_terms";s:2:"20";s:4:"utf8";s:5:"false";s:3:"cjk";N;s:11:"use_stemmer";s:5:"false";s:5:"batch";i:100;s:10:"crossmatch";N;}', 'yes'),
(881, 0, 'ec3_advanced', '0', 'yes'),
(882, 0, 'ec3_disable_popups', '1', 'yes'),
(1090, 0, 'podPress_category_176', 'a:27:{s:15:"categoryCasting";s:5:"false";s:14:"podcastFeedURL";s:47:"http://ethnomediallc.com/wpress/?feed=rss2&cat=";s:12:"iTunesFeedID";s:0:"";s:16:"iTunesNewFeedURL";s:9:"#Global##";s:14:"blognameChoice";s:6:"Global";s:8:"blogname";N;s:21:"blogdescriptionChoice";s:6:"Global";s:20:"iTunesSubtitleChoice";s:6:"Global";s:14:"iTunesSubtitle";s:0:"";s:19:"iTunesSummaryChoice";s:6:"Global";s:13:"iTunesSummary";s:0:"";s:20:"iTunesKeywordsChoice";s:6:"Global";s:14:"iTunesKeywords";s:0:"";s:18:"iTunesAuthorChoice";s:6:"Global";s:12:"iTunesAuthor";s:0:"";s:23:"iTunesAuthorEmailChoice";s:6:"Global";s:17:"iTunesAuthorEmail";s:0:"";s:12:"rss_language";s:10:"##Global##";s:14:"iTunesExplicit";s:10:"##Global##";s:11:"iTunesBlock";s:10:"##Global##";s:17:"iTunesImageChoice";s:6:"Global";s:11:"iTunesImage";s:0:"";s:15:"rss_imageChoice";s:6:"Global";s:9:"rss_image";s:0:"";s:19:"rss_copyrightChoice";s:6:"Global";s:13:"rss_copyright";s:0:"";s:14:"iTunesCategory";a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}}', 'yes'),
(898, 0, 'WPInsights_options', 'a:9:{s:12:"post_results";i:5;s:13:"image_results";i:16;s:12:"wiki_results";i:10;s:13:"video_results";i:20;s:10:"image_tags";s:2:"on";s:10:"image_text";s:2:"on";s:11:"interactive";N;s:5:"gmaps";s:2:"on";s:8:"maps_api";s:86:"ABQIAAAA391R69FFk4DTkCHSrlAnYBTlhgchHiPCdEGJSkCELFtJE8vzvhQqiGLlQjG8YLCRUC05AT32zbbB0Q";}', 'yes'),
(872, 0, 'wassup_settings', 'a:47:{s:14:"wassup_refresh";s:1:"3";s:16:"wassup_userlevel";s:1:"8";s:17:"wassup_screen_res";s:3:"800";s:19:"wassup_default_type";s:10:"everything";s:23:"wassup_default_spy_type";s:10:"everything";s:20:"wassup_default_limit";s:2:"10";s:12:"wassup_top10";s:256:"a:10:{s:9:"topsearch";s:1:"1";s:11:"topreferrer";s:1:"1";s:10:"toprequest";s:1:"1";s:10:"topbrowser";s:1:"1";s:5:"topos";s:1:"1";s:9:"toplocale";N;s:10:"topvisitor";s:1:"1";s:7:"topfeed";s:1:"0";s:10:"topcrawler";s:1:"0";s:19:"topreferrer_exclude";s:0:"";}";s:22:"wassup_dashboard_chart";s:1:"1";s:16:"wassup_geoip_map";N;s:21:"wassup_googlemaps_key";s:0:"";s:18:"wassup_time_format";s:2:"24";s:13:"wassup_active";s:1:"1";s:15:"wassup_loggedin";s:1:"1";s:13:"wassup_spider";s:1:"1";s:13:"wassup_attack";s:1:"1";s:11:"wassup_hack";s:1:"1";s:14:"wassup_exclude";s:0:"";s:18:"wassup_exclude_url";s:0:"";s:16:"wassup_spamcheck";s:1:"1";s:11:"wassup_spam";s:1:"1";s:14:"wassup_refspam";s:1:"1";s:15:"wassup_savepath";N;s:11:"delete_auto";s:9:"-3 months";s:16:"delete_auto_size";N;s:16:"wassup_remind_mb";s:2:"10";s:18:"wassup_remind_flag";N;s:16:"wassup_uninstall";s:1:"0";s:15:"wassup_optimize";i:1332855647;s:12:"wassup_chart";i:1;s:17:"wassup_chart_type";s:1:"2";s:19:"wassup_widget_title";s:15:"Visitors Online";s:21:"wassup_widget_ulclass";s:5:"links";s:22:"wassup_widget_loggedin";s:1:"1";s:21:"wassup_widget_comauth";s:1:"1";s:20:"wassup_widget_search";s:1:"1";s:25:"wassup_widget_searchlimit";s:1:"5";s:17:"wassup_widget_ref";s:1:"1";s:22:"wassup_widget_reflimit";s:1:"5";s:19:"wassup_widget_topbr";s:1:"1";s:24:"wassup_widget_topbrlimit";s:1:"5";s:19:"wassup_widget_topos";s:1:"1";s:24:"wassup_widget_toposlimit";s:1:"5";s:19:"wassup_widget_chars";s:2:"18";s:20:"wassup_alert_message";s:0:"";s:5:"wmark";i:0;s:3:"wip";N;s:5:"whash";s:32:"c68bca74d42216e3b7536c77aafc8e0b";}', 'yes'),
(729, 0, 'rss_3a56fb13e6ddd6976f9dc5fea9fba2b4', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:0:{}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";N;s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no'),
(730, 0, 'rss_3a56fb13e6ddd6976f9dc5fea9fba2b4_ts', '1215112571', 'no'),
(737, 0, 'rss_4dbd5b42de0da23f4a7afaeaa9f4febc', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:0:{}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";N;s:12:"feed_version";N;s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no'),
(738, 0, 'rss_4dbd5b42de0da23f4a7afaeaa9f4febc_ts', '1332937542', 'no'),
(1583, 0, 'bookmarkify_IncludeConnotea', '0', 'yes'),
(1584, 0, 'bookmarkify_Includedelicious', '1', 'yes'),
(1585, 0, 'bookmarkify_IncludeDigg', '1', 'yes'),
(1586, 0, 'bookmarkify_Includediigo', '0', 'yes'),
(1587, 0, 'bookmarkify_IncludeDotNetKicks', '0', 'yes'),
(1588, 0, 'bookmarkify_IncludeDropJack', '0', 'yes'),
(1589, 0, 'bookmarkify_Includedzone', '0', 'yes'),
(1590, 0, 'bookmarkify_IncludeFacebook', '1', 'yes'),
(1591, 0, 'bookmarkify_IncludeFark', '0', 'yes'),
(1119, 0, 'do_not_mail', '', 'yes'),
(1576, 0, 'bookmarkify_IncludeBloglines', '1', 'yes'),
(1577, 0, 'bookmarkify_IncludeBlogMarks', '1', 'yes'),
(1578, 0, 'bookmarkify_IncludeBlogsvine', '1', 'yes'),
(1579, 0, 'bookmarkify_IncludeBuddyMarks', '0', 'yes'),
(1580, 0, 'bookmarkify_IncludeBUMPzee!', '0', 'yes'),
(1581, 0, 'bookmarkify_IncludeCiteULike', '0', 'yes'),
(1582, 0, 'bookmarkify_Includecomments', '0', 'yes'),
(1014, 0, 'podPress_category_161', 'a:27:{s:15:"categoryCasting";s:5:"false";s:14:"podcastFeedURL";s:47:"http://ethnomediallc.com/wpress/?feed=rss2&cat=";s:12:"iTunesFeedID";s:0:"";s:16:"iTunesNewFeedURL";s:9:"#Global##";s:14:"blognameChoice";s:6:"Global";s:8:"blogname";N;s:21:"blogdescriptionChoice";s:6:"Global";s:20:"iTunesSubtitleChoice";s:6:"Global";s:14:"iTunesSubtitle";s:0:"";s:19:"iTunesSummaryChoice";s:6:"Global";s:13:"iTunesSummary";s:0:"";s:20:"iTunesKeywordsChoice";s:6:"Global";s:14:"iTunesKeywords";s:0:"";s:18:"iTunesAuthorChoice";s:6:"Global";s:12:"iTunesAuthor";s:0:"";s:23:"iTunesAuthorEmailChoice";s:6:"Global";s:17:"iTunesAuthorEmail";s:0:"";s:12:"rss_language";s:10:"##Global##";s:14:"iTunesExplicit";s:10:"##Global##";s:11:"iTunesBlock";s:10:"##Global##";s:17:"iTunesImageChoice";s:6:"Global";s:11:"iTunesImage";s:0:"";s:15:"rss_imageChoice";s:6:"Global";s:9:"rss_image";s:0:"";s:19:"rss_copyrightChoice";s:6:"Global";s:13:"rss_copyright";s:0:"";s:14:"iTunesCategory";a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}}', 'yes'),
(1288, 0, 'wp125_ad_orientation', '1c', 'yes'),
(1289, 0, 'wp125_num_slots', '1', 'yes'),
(1290, 0, 'wp125_ad_order', 'random', 'yes'),
(1291, 0, 'wp125_buyad_url', '', 'yes'),
(1292, 0, 'wp125_disable_default_style', '', 'yes'),
(1293, 0, 'wp125_widget_title', 'Ads', 'yes'),
(1294, 0, 'wp125_dofollow', '', 'yes'),
(1295, 0, 'wp125_emailonexp', 'bhawmik@gmail.com', 'yes'),
(1296, 0, 'wp125_daysbeforeexp', '3', 'yes'),
(1297, 0, 'wp125_defaultad', 'http://ethnomediallc.com/wpress/wp-content/plugins/wp125/youradhere.jpg', 'yes'),
(1298, 0, 'wp125_db_version', '1.33671', 'yes'),
(940, 0, 'wpcf7', 'a:1:{s:13:"contact_forms";a:1:{i:1;a:5:{s:5:"title";s:14:"Contact form 1";s:4:"form";s:375:"<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>Enter the text below in the box(required)\r\n     [captchac captcha-586 size:m]</p>\r\n<p>[captchar captcha-586]</p>\r\n<p>[submit \\"Send\\"]</p>";s:4:"mail";a:4:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:14:"[your-message]";s:9:"recipient";s:17:"bhawmik@gmail.com";}s:6:"mail_2";a:5:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:14:"[your-message]";s:9:"recipient";s:12:"[your-email]";}s:7:"options";a:1:{s:9:"recipient";s:17:"bhawmik@gmail.com";}}}}', 'yes'),
(1055, 0, 'search_unleashed_version', '2', 'yes'),
(1056, 0, 'search_unleashed', 'a:17:{s:9:"highlight";a:5:{i:0;s:6:"FFFF00";i:1;s:6:"F7B34F";i:2;s:6:"A0F74F";i:3;s:6:"4FCFF7";i:4;s:6:"F7C7F1";}s:13:"force_display";b:0;s:16:"highlight_search";b:1;s:5:"count";i:18090;s:20:"theme_title_position";i:1;s:9:"protected";b:0;s:5:"draft";b:0;s:5:"posts";b:1;s:5:"pages";b:1;s:6:"future";b:0;s:7:"private";b:0;s:6:"kitten";b:0;s:11:"search_mode";s:4:"like";s:8:"incoming";s:3:"all";s:10:"page_title";b:1;s:11:"include_css";b:1;s:6:"active";a:9:{s:19:"search_post_content";s:19:"search_post_content";s:17:"search_post_title";s:17:"search_post_title";s:19:"search_post_excerpt";s:19:"search_post_excerpt";s:21:"search_comment_author";s:21:"search_comment_author";s:22:"search_comment_content";s:22:"search_comment_content";s:18:"search_comment_url";s:18:"search_comment_url";s:18:"search_post_author";s:18:"search_post_author";s:14:"search_nextgen";s:14:"search_nextgen";s:20:"search_post_category";s:20:"search_post_category";}}', 'yes'),
(1092, 0, 'podPress_category_5', 'a:27:{s:15:"categoryCasting";s:5:"false";s:14:"podcastFeedURL";s:48:"http://ethnomediallc.com/wpress/?feed=rss2&cat=5";s:12:"iTunesFeedID";s:0:"";s:16:"iTunesNewFeedURL";s:9:"#Global##";s:14:"blognameChoice";s:6:"Global";s:8:"blogname";N;s:21:"blogdescriptionChoice";s:6:"Global";s:20:"iTunesSubtitleChoice";s:6:"Global";s:14:"iTunesSubtitle";s:0:"";s:19:"iTunesSummaryChoice";s:6:"Global";s:13:"iTunesSummary";s:0:"";s:20:"iTunesKeywordsChoice";s:6:"Global";s:14:"iTunesKeywords";s:0:"";s:18:"iTunesAuthorChoice";s:6:"Global";s:12:"iTunesAuthor";s:0:"";s:23:"iTunesAuthorEmailChoice";s:6:"Global";s:17:"iTunesAuthorEmail";s:0:"";s:12:"rss_language";s:10:"##Global##";s:14:"iTunesExplicit";s:10:"##Global##";s:11:"iTunesBlock";s:10:"##Global##";s:17:"iTunesImageChoice";s:6:"Global";s:11:"iTunesImage";s:0:"";s:15:"rss_imageChoice";s:6:"Global";s:9:"rss_image";s:0:"";s:19:"rss_copyrightChoice";s:6:"Global";s:13:"rss_copyright";s:0:"";s:14:"iTunesCategory";a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}}', 'yes'),
(1592, 0, 'bookmarkify_IncludeFaves', '0', 'yes'),
(1593, 0, 'bookmarkify_IncludeFeedMeLinks', '0', 'yes'),
(1594, 0, 'bookmarkify_IncludeFriendsite', '0', 'yes'),
(1595, 0, 'bookmarkify_Includefolkdcom', '0', 'yes'),
(1596, 0, 'bookmarkify_IncludeFurl', '0', 'yes'),
(1597, 0, 'bookmarkify_IncludeGoogle', '1', 'yes'),
(1598, 0, 'bookmarkify_IncludeHugg', '0', 'yes'),
(1599, 0, 'bookmarkify_IncludeJamespot', '0', 'yes'),
(1600, 0, 'bookmarkify_IncludeJeqq', '0', 'yes'),
(1601, 0, 'bookmarkify_IncludeKaboodle', '0', 'yes'),
(1602, 0, 'bookmarkify_Includekirtsy', '0', 'yes'),
(1603, 0, 'bookmarkify_IncludelinkaGoGo', '0', 'yes'),
(1604, 0, 'bookmarkify_IncludeLinkedIn', '1', 'yes'),
(1605, 0, 'bookmarkify_IncludeLinksMarker', '0', 'yes'),
(1606, 0, 'bookmarkify_IncludeMagnolia', '0', 'yes'),
(1607, 0, 'bookmarkify_IncludeMisterWong', '1', 'yes'),
(1608, 0, 'bookmarkify_IncludeMixx', '1', 'yes'),
(1609, 0, 'bookmarkify_IncludeMySpace', '0', 'yes'),
(1610, 0, 'bookmarkify_IncludeMyWeb', '0', 'yes'),
(1611, 0, 'bookmarkify_IncludeNetvouz', '0', 'yes'),
(1612, 0, 'bookmarkify_IncludeNewsvine', '0', 'yes'),
(1613, 0, 'bookmarkify_Includeoneview', '0', 'yes'),
(1614, 0, 'bookmarkify_IncludeOnlyWire', '0', 'yes'),
(1615, 0, 'bookmarkify_IncludePlugIM', '0', 'yes'),
(1616, 0, 'bookmarkify_IncludePropeller', '0', 'yes'),
(1617, 0, 'bookmarkify_IncludeReddit', '1', 'yes'),
(1618, 0, 'bookmarkify_IncludeRojo', '0', 'yes'),
(1619, 0, 'bookmarkify_IncludeSegnalo', '0', 'yes'),
(1620, 0, 'bookmarkify_IncludeShoutwire', '0', 'yes'),
(1621, 0, 'bookmarkify_IncludeSimpy', '0', 'yes'),
(1622, 0, 'bookmarkify_IncludeSlashdot', '0', 'yes'),
(1623, 0, 'bookmarkify_IncludeSphere', '0', 'yes'),
(1624, 0, 'bookmarkify_IncludeSphinn', '0', 'yes'),
(1625, 0, 'bookmarkify_IncludeSpurl', '0', 'yes'),
(1626, 0, 'bookmarkify_IncludeSquidoo', '0', 'yes'),
(1627, 0, 'bookmarkify_IncludeStumbleUpon', '1', 'yes'),
(1628, 0, 'bookmarkify_IncludeTechnorati', '1', 'yes'),
(1629, 0, 'bookmarkify_IncludeThisNext', '0', 'yes'),
(1630, 0, 'bookmarkify_IncludeTwitter', '1', 'yes'),
(1631, 0, 'bookmarkify_IncludeWebride', '0', 'yes'),
(1632, 0, 'bookmarkify_IncludeWindowsLive', '1', 'yes'),
(1633, 0, 'bookmarkify_IncludeWorldsMovies', '0', 'yes'),
(1634, 0, 'bookmarkify_IncludeYahoo!', '1', 'yes'),
(1635, 0, 'bookmarkify_IncludeEmail', '1', 'yes'),
(1636, 0, 'bookmarkify_MoreLink', '1', 'yes'),
(1637, 0, 'bookmarkify_CenterFade', '0', 'yes'),
(1638, 0, 'bookmarkify_FeedBurnerID', '', 'yes'),
(1639, 0, 'bookmarkify_FeedBurnerAddress', '', 'yes'),
(1640, 0, 'bookmarkify_HideBrand', '1', 'yes'),
(1641, 0, 'bookmarkify_ExcludeFromFeed', '0', 'yes'),
(1642, 0, 'bookmarkify_DocType', 'XHTML', 'yes'),
(1643, 0, 'bookmarkify_IsSetup', '1', 'yes'),
(1859, 0, 'sideblog_options', 'a:4:{s:13:"displayformat";a:11:{i:8;s:32:"<li>%content% - %permalink%</li>";i:11;s:32:"<li>%content% - %permalink%</li>";i:161;s:32:"<li>%content% - %permalink%</li>";i:4;s:32:"<li>%content% - %permalink%</li>";i:5;s:32:"<li>%content% - %permalink%</li>";i:1;s:32:"<li>%content% - %permalink%</li>";i:10;s:32:"<li>%content% - %permalink%</li>";i:6;s:32:"<li>%content% - %permalink%</li>";i:260;s:20:"<li>%title_url%</li>";i:2;s:46:"<li>%content% %excerpt_200% - %permalink%</li>";i:7;s:30:"<li>%title% - %permalink%</li>";}s:10:"numentries";a:11:{i:8;s:1:"1";i:11;s:1:"1";i:161;s:1:"1";i:4;s:1:"1";i:5;s:1:"1";i:1;s:1:"1";i:10;s:1:"1";i:6;s:1:"1";i:260;s:1:"4";i:2;s:1:"1";i:7;s:1:"1";}s:5:"order";a:11:{i:8;s:4:"DESC";i:11;s:4:"DESC";i:161;s:4:"DESC";i:4;s:4:"DESC";i:5;s:4:"DESC";i:1;s:4:"DESC";i:10;s:4:"DESC";i:6;s:4:"DESC";i:260;s:4:"DESC";i:2;s:4:"DESC";i:7;s:4:"DESC";}s:8:"setaside";a:1:{i:260;s:3:"260";}}', 'yes'),
(1485, 0, 'awsom_news_display_credit', '1', 'yes'),
(1284, 0, 'diggZEtAdminOptions', 'a:14:{s:4:"home";s:4:"true";s:4:"post";s:4:"true";s:4:"page";s:4:"true";s:3:"tag";s:4:"true";s:4:"arch";s:4:"true";s:4:"srch";s:4:"true";s:7:"promote";s:4:"true";s:2:"bg";s:4:"true";s:8:"display1";s:4:"true";s:4:"skin";s:4:"true";s:3:"win";s:4:"true";s:4:"body";s:4:"true";s:5:"media";s:4:"true";s:5:"topic";s:4:"true";}', 'yes'),
(1415, 0, 'tadv_toolbars', 'a:4:{s:9:"toolbar_1";a:11:{i:0;s:13:"strikethrough";i:1;s:10:"separator1";i:2;s:10:"styleprops";i:3;s:11:"separator12";i:4;s:7:"wp_more";i:5;s:7:"wp_page";i:6;s:10:"separator5";i:7;s:12:"spellchecker";i:8;s:6:"search";i:9;s:10:"separator6";i:10;s:10:"fullscreen";}s:9:"toolbar_2";a:13:{i:0;s:12:"removeformat";i:1;s:10:"separator8";i:2;s:7:"charmap";i:3;s:5:"print";i:4;s:10:"separator9";i:5;s:8:"emotions";i:6;s:11:"separator10";i:7;s:3:"sup";i:8;s:3:"sub";i:9;s:5:"media";i:10;s:11:"separator11";i:11;s:7:"attribs";i:12;s:7:"wp_help";}s:9:"toolbar_3";a:19:{i:0;s:4:"bold";i:1;s:6:"italic";i:2;s:9:"underline";i:3;s:4:"undo";i:4;s:10:"separator2";i:5;s:4:"redo";i:6;s:7:"bullist";i:7;s:7:"numlist";i:8;s:7:"outdent";i:9;s:6:"indent";i:10;s:10:"separator3";i:11;s:11:"justifyleft";i:12;s:13:"justifycenter";i:13;s:12:"justifyright";i:14;s:10:"separator4";i:15;s:4:"link";i:16;s:6:"unlink";i:17;s:5:"image";i:18;s:6:"wp_adv";}s:9:"toolbar_4";a:5:{i:0;s:14:"fontsizeselect";i:1;s:12:"formatselect";i:2;s:9:"pastetext";i:3;s:9:"pasteword";i:4;s:9:"forecolor";}}', 'no'),
(1416, 0, 'tadv_options', 'a:6:{s:7:"advlink";i:1;s:8:"advimage";i:1;s:9:"importcss";i:0;s:11:"contextmenu";i:1;s:11:"tadvreplace";i:0;s:9:"fix_autop";i:1;}', 'no'),
(1417, 0, 'tadv_plugins', 'a:8:{i:0;s:5:"style";i:1;s:8:"emotions";i:2;s:5:"print";i:3;s:13:"searchreplace";i:4;s:10:"xhtmlxtras";i:5;s:7:"advlink";i:6;s:8:"advimage";i:7;s:11:"contextmenu";}', 'no'),
(1418, 0, 'tadv_btns1', 'a:11:{i:0;s:13:"strikethrough";i:1;s:9:"separator";i:2;s:10:"styleprops";i:3;s:9:"separator";i:4;s:7:"wp_more";i:5;s:7:"wp_page";i:6;s:9:"separator";i:7;s:12:"spellchecker";i:8;s:6:"search";i:9;s:9:"separator";i:10;s:10:"fullscreen";}', 'no'),
(1419, 0, 'tadv_btns2', 'a:13:{i:0;s:12:"removeformat";i:1;s:9:"separator";i:2;s:7:"charmap";i:3;s:5:"print";i:4;s:9:"separator";i:5;s:8:"emotions";i:6;s:9:"separator";i:7;s:3:"sup";i:8;s:3:"sub";i:9;s:5:"media";i:10;s:9:"separator";i:11;s:7:"attribs";i:12;s:7:"wp_help";}', 'no'),
(1420, 0, 'tadv_btns3', 'a:19:{i:0;s:4:"bold";i:1;s:6:"italic";i:2;s:9:"underline";i:3;s:4:"undo";i:4;s:9:"separator";i:5;s:4:"redo";i:6;s:7:"bullist";i:7;s:7:"numlist";i:8;s:7:"outdent";i:9;s:6:"indent";i:10;s:9:"separator";i:11;s:11:"justifyleft";i:12;s:13:"justifycenter";i:13;s:12:"justifyright";i:14;s:9:"separator";i:15;s:4:"link";i:16;s:6:"unlink";i:17;s:5:"image";i:18;s:6:"wp_adv";}', 'no'),
(1421, 0, 'tadv_btns4', 'a:5:{i:0;s:14:"fontsizeselect";i:1;s:12:"formatselect";i:2;s:9:"pastetext";i:3;s:9:"pasteword";i:4;s:9:"forecolor";}', 'no'),
(1422, 0, 'tadv_allbtns', 'a:63:{i:0;s:6:"wp_adv";i:1;s:10:"blockquote";i:2;s:4:"bold";i:3;s:6:"italic";i:4;s:13:"strikethrough";i:5;s:9:"underline";i:6;s:7:"bullist";i:7;s:7:"numlist";i:8;s:7:"outdent";i:9;s:6:"indent";i:10;s:11:"justifyleft";i:11;s:13:"justifycenter";i:12;s:12:"justifyright";i:13;s:11:"justifyfull";i:14;s:3:"cut";i:15;s:4:"copy";i:16;s:5:"paste";i:17;s:4:"link";i:18;s:6:"unlink";i:19;s:5:"image";i:20;s:7:"wp_more";i:21;s:7:"wp_page";i:22;s:6:"search";i:23;s:7:"replace";i:24;s:10:"fontselect";i:25;s:14:"fontsizeselect";i:26;s:7:"wp_help";i:27;s:10:"fullscreen";i:28;s:11:"styleselect";i:29;s:12:"formatselect";i:30;s:9:"forecolor";i:31;s:9:"pastetext";i:32;s:9:"pasteword";i:33;s:12:"removeformat";i:34;s:7:"cleanup";i:35;s:12:"spellchecker";i:36;s:7:"charmap";i:37;s:5:"print";i:38;s:4:"undo";i:39;s:4:"redo";i:40;s:13:"tablecontrols";i:41;s:4:"cite";i:42;s:3:"ins";i:43;s:3:"del";i:44;s:4:"abbr";i:45;s:7:"acronym";i:46;s:7:"attribs";i:47;s:5:"layer";i:48;s:5:"advhr";i:49;s:4:"code";i:50;s:11:"visualchars";i:51;s:11:"nonbreaking";i:52;s:3:"sub";i:53;s:3:"sup";i:54;s:9:"visualaid";i:55;s:10:"insertdate";i:56;s:10:"inserttime";i:57;s:6:"anchor";i:58;s:10:"styleprops";i:59;s:8:"emotions";i:60;s:5:"media";i:61;s:9:"separator";i:62;s:1:"|";}', 'no'),
(1409, 0, 'wpcumulus_options', 'a:11:{s:5:"width";s:3:"250";s:6:"height";s:3:"200";s:6:"tcolor";s:6:"000000";s:7:"tcolor2";s:6:"333333";s:7:"hicolor";s:6:"444444";s:7:"bgcolor";s:6:"ffffff";s:5:"speed";s:3:"100";s:5:"trans";s:0:"";s:5:"distr";s:0:"";s:4:"args";s:0:"";s:4:"mode";s:4:"tags";}', 'yes'),
(1410, 0, 'wpcumulus_widget', 'a:11:{s:5:"width";s:3:"160";s:6:"height";s:3:"160";s:6:"tcolor";s:6:"333333";s:7:"tcolor2";s:6:"333333";s:7:"hicolor";s:6:"000000";s:7:"bgcolor";s:6:"ffffff";s:5:"speed";s:3:"100";s:5:"trans";s:5:"false";s:5:"distr";s:5:"false";s:4:"args";s:0:"";s:4:"mode";s:4:"tags";}', 'yes'),
(1437, 0, 'wphl2l', 'a:3:{s:15:"enable-on-posts";s:2:"on";s:15:"enable-on-pages";s:2:"on";s:10:"popup-text";s:0:"";}', 'yes'),
(1534, 0, 'sm_options', 'a:55:{s:18:"sm_b_prio_provider";s:41:"GoogleSitemapGeneratorPrioByCountProvider";s:13:"sm_b_filename";s:11:"sitemap.xml";s:10:"sm_b_debug";b:0;s:8:"sm_b_xml";b:1;s:9:"sm_b_gzip";b:1;s:9:"sm_b_ping";b:1;s:14:"sm_b_pingyahoo";b:0;s:13:"sm_b_yahookey";s:0:"";s:12:"sm_b_pingask";b:1;s:12:"sm_b_pingmsn";b:1;s:19:"sm_b_manual_enabled";b:0;s:17:"sm_b_auto_enabled";b:1;s:15:"sm_b_auto_delay";b:1;s:15:"sm_b_manual_key";s:32:"ca4d426154602d5f12b259934dfcec92";s:11:"sm_b_memory";s:0:"";s:9:"sm_b_time";i:-1;s:14:"sm_b_max_posts";i:-1;s:13:"sm_b_safemode";b:0;s:18:"sm_b_style_default";b:1;s:10:"sm_b_style";s:0:"";s:11:"sm_b_robots";b:1;s:12:"sm_b_exclude";a:0:{}s:17:"sm_b_exclude_cats";a:0:{}s:18:"sm_b_location_mode";s:6:"manual";s:20:"sm_b_filename_manual";s:44:"/home/sudipta/public_html/wpress/sitemap.xml";s:19:"sm_b_fileurl_manual";s:34:"http://nynjbengali.com/sitemap.xml";s:10:"sm_in_home";b:1;s:11:"sm_in_posts";b:1;s:15:"sm_in_posts_sub";b:0;s:11:"sm_in_pages";b:1;s:10:"sm_in_cats";b:1;s:10:"sm_in_arch";b:1;s:10:"sm_in_auth";b:0;s:10:"sm_in_tags";b:0;s:10:"sm_cf_home";s:5:"daily";s:11:"sm_cf_posts";s:7:"monthly";s:11:"sm_cf_pages";s:6:"weekly";s:10:"sm_cf_cats";s:6:"weekly";s:10:"sm_cf_auth";s:6:"weekly";s:15:"sm_cf_arch_curr";s:5:"daily";s:14:"sm_cf_arch_old";s:6:"yearly";s:10:"sm_cf_tags";s:6:"weekly";s:10:"sm_pr_home";d:1;s:11:"sm_pr_posts";d:0.59999999999999997779553950749686919152736663818359375;s:15:"sm_pr_posts_min";d:0.200000000000000011102230246251565404236316680908203125;s:11:"sm_pr_pages";d:0.59999999999999997779553950749686919152736663818359375;s:10:"sm_pr_cats";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_arch";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_auth";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_tags";d:0.299999999999999988897769753748434595763683319091796875;s:12:"sm_i_donated";b:0;s:17:"sm_i_hide_donated";b:0;s:17:"sm_i_install_date";i:1237569233;s:14:"sm_i_hide_note";b:0;s:16:"sm_i_hide_donors";b:0;}', 'yes'),
(1535, 0, 'sm_status', 'O:28:"GoogleSitemapGeneratorStatus":34:{s:10:"_startTime";d:1330974366.1933090686798095703125;s:8:"_endTime";d:1330974366.880587100982666015625;s:11:"_hasChanged";b:1;s:12:"_memoryUsage";i:24117248;s:9:"_lastPost";i:364;s:9:"_lastTime";d:1330974366.379695892333984375;s:8:"_usedXml";b:1;s:11:"_xmlSuccess";b:1;s:8:"_xmlPath";s:44:"/home/sudipta/public_html/wpress/sitemap.xml";s:7:"_xmlUrl";s:34:"http://nynjbengali.com/sitemap.xml";s:8:"_usedZip";b:1;s:11:"_zipSuccess";b:1;s:8:"_zipPath";s:47:"/home/sudipta/public_html/wpress/sitemap.xml.gz";s:7:"_zipUrl";s:37:"http://nynjbengali.com/sitemap.xml.gz";s:11:"_usedGoogle";b:1;s:10:"_googleUrl";b:1;s:15:"_gooogleSuccess";b:1;s:16:"_googleStartTime";d:1330974366.395175933837890625;s:14:"_googleEndTime";d:1330974366.5582520961761474609375;s:10:"_usedYahoo";b:0;s:9:"_yahooUrl";s:0:"";s:13:"_yahooSuccess";b:0;s:15:"_yahooStartTime";i:0;s:13:"_yahooEndTime";i:0;s:8:"_usedAsk";b:1;s:7:"_askUrl";s:85:"http://submissions.ask.com/ping?sitemap=http%3A%2F%2Fnynjbengali.com%2Fsitemap.xml.gz";s:11:"_askSuccess";b:1;s:13:"_askStartTime";d:1330974366.5588428974151611328125;s:11:"_askEndTime";d:1330974366.684092998504638671875;s:8:"_usedMsn";b:1;s:7:"_msnUrl";s:89:"http://webmaster.live.com/ping.aspx?siteMap=http%3A%2F%2Fnynjbengali.com%2Fsitemap.xml.gz";s:11:"_msnSuccess";b:1;s:13:"_msnStartTime";d:1330974366.68459796905517578125;s:11:"_msnEndTime";d:1330974366.8800280094146728515625;}', 'no'),
(2036, 0, 'page_on_front', '0', 'yes'),
(2037, 0, 'page_for_posts', '', 'yes'),
(1347, 0, 'dZEt_home', '', 'yes'),
(1348, 0, 'dZEt_post', '', 'yes'),
(1349, 0, 'dZEt_page', 'checked=on', 'yes'),
(1350, 0, 'dZEt_tag', '', 'yes'),
(1351, 0, 'dZEt_arch', '', 'yes'),
(1352, 0, 'dZEt_srch', '', 'yes'),
(1353, 0, 'dZEt_promote', '', 'yes'),
(1354, 0, 'dZEt_bg', '#FFFFFF', 'yes'),
(1355, 0, 'dZEt_display1', '', 'yes'),
(1356, 0, 'dZEt_skin', '', 'yes'),
(1357, 0, 'dZEt_win', '', 'yes'),
(1358, 0, 'dZEt_body', '', 'yes'),
(1359, 0, 'dZEt_media', 'news', 'yes'),
(1360, 0, 'dZEt_topic', '', 'yes'),
(2253, 0, 'headspace_version', '10', 'yes'),
(2254, 0, 'headspace_options', 'a:1:{s:12:"site_modules";a:5:{s:13:"analytics.php";s:13:"hss_analytics";s:18:"google-ad-wrap.php";s:16:"hss_googleadwrap";s:8:"mint.php";s:8:"hss_mint";s:23:"yahoo-site-explorer.php";s:21:"hss_yahoositeexplorer";s:22:"first-time-visitor.php";s:20:"hss_firsttimevisitor";}}', 'yes'),
(1698, 0, 'podPress_category_260', 'a:27:{s:15:"categoryCasting";s:5:"false";s:14:"podcastFeedURL";s:47:"http://ethnomediallc.com/wpress/?feed=rss2&cat=";s:12:"iTunesFeedID";s:0:"";s:16:"iTunesNewFeedURL";s:9:"#Global##";s:14:"blognameChoice";s:6:"Global";s:8:"blogname";N;s:21:"blogdescriptionChoice";s:6:"Global";s:20:"iTunesSubtitleChoice";s:6:"Global";s:14:"iTunesSubtitle";s:0:"";s:19:"iTunesSummaryChoice";s:6:"Global";s:13:"iTunesSummary";s:0:"";s:20:"iTunesKeywordsChoice";s:6:"Global";s:14:"iTunesKeywords";s:0:"";s:18:"iTunesAuthorChoice";s:6:"Global";s:12:"iTunesAuthor";s:0:"";s:23:"iTunesAuthorEmailChoice";s:6:"Global";s:17:"iTunesAuthorEmail";s:0:"";s:12:"rss_language";s:10:"##Global##";s:14:"iTunesExplicit";s:10:"##Global##";s:11:"iTunesBlock";s:10:"##Global##";s:17:"iTunesImageChoice";s:6:"Global";s:11:"iTunesImage";s:0:"";s:15:"rss_imageChoice";s:6:"Global";s:9:"rss_image";s:0:"";s:19:"rss_copyrightChoice";s:6:"Global";s:13:"rss_copyright";s:0:"";s:14:"iTunesCategory";a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}}', 'yes'),
(1570, 0, 'bookmarkify_WidgetTitle', 'Share this article', 'yes'),
(1571, 0, 'bookmarkify_Location', 'boc', 'yes'),
(1572, 0, 'bookmarkify_IncludeAsk', '1', 'yes'),
(1573, 0, 'bookmarkify_Includebackflip', '0', 'yes'),
(1574, 0, 'bookmarkify_Includeblinklist', '1', 'yes'),
(1575, 0, 'bookmarkify_IncludeBlogBookmark', '0', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3295, 0, 'rss_3ed4a5612ed09cb77415b2b86b652afb', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:33:{i:0;a:7:{s:5:"title";s:80:"AGFindings Leather Vertical Universal Case for Phones (brown) $5 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/7yQ2G0g7V7c/71068";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4080426";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 21:46:59 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/7yQ2G0g7V7c" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71068";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/7yQ2G0g7V7c" height="1" width="1"/>";}i:1;a:7:{s:5:"title";s:86:"Buy Final Fantasy XIII-2, Get Final Fantasy XIII for Free $50 for both + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/NkRHiaPJgrc/71060";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4081270";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 21:28:52 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/NkRHiaPJgrc" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71060";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/NkRHiaPJgrc" height="1" width="1"/>";}i:2;a:7:{s:5:"title";s:63:"Men''s and Women''s Reebok ZigTech Sneakers (Various Colors) $51 ";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/GuvxM3-FUSk/71066";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4082052";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 21:25:54 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/GuvxM3-FUSk" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71066";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/GuvxM3-FUSk" height="1" width="1"/>";}i:3;a:7:{s:5:"title";s:64:"Prototype 2 Game Pre-order (Xbox 360 or PS3) $48 + Free shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/pvonE-lrY8c/71005";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4078607";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 20:05:25 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/pvonE-lrY8c" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71005";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/pvonE-lrY8c" height="1" width="1"/>";}i:4;a:7:{s:5:"title";s:114:"Cricket Muve Samsung Vitality No-Contract Mobile Phone (red) with Monster iClarity Speaker $50 + Free Store Pickup";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/JSpfhRoDBMQ/71062";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4081906";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 19:37:41 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/JSpfhRoDBMQ" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71062";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/JSpfhRoDBMQ" height="1" width="1"/>";}i:5;a:7:{s:5:"title";s:78:"Magazine Subscriptions: Teen Vogue $3.50 per year, Entrepreneur $3.50 per year";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/QAhU1QZjbeU/71058";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4081962";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 16:42:03 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/QAhU1QZjbeU" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71058";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/QAhU1QZjbeU" height="1" width="1"/>";}i:6;a:7:{s:5:"title";s:76:"Delonghi EMK6 Alicia Electric Moka Espresso Coffee Maker $29 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/kc7ALJU_2yI/71044";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4081856";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 15:42:26 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/kc7ALJU_2yI" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71044";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/kc7ALJU_2yI" height="1" width="1"/>";}i:7;a:7:{s:5:"title";s:148:"Foxconn Mini/Booksize Barebone System: AMD Dual Core E-350 1.6GHz, Radeon HD 6310 w/ HDMI, WiFi N, USB 3.0 (NTA350-0H0W-B-A-NA) $160 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/Rr9WYRyJOAw/71050";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4077090";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 14:33:08 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/Rr9WYRyJOAw" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71050";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/Rr9WYRyJOAw" height="1" width="1"/>";}i:8;a:7:{s:5:"title";s:191:"HP Pavilion dv6-6C10US Laptop: Quad Core A6-3420M 2.4GHz, 6GB DDR3, 640GB HDD, 15.6" 1336x768 LED, Radeon HD 6520G, WiFi N, USB 3.0, 6-cell, Win 7 Prem $400 after $150 rebates + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/1wWmmleTLUU/71034";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4076314";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 13:34:33 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/1wWmmleTLUU" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71034";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/1wWmmleTLUU" height="1" width="1"/>";}i:9;a:7:{s:5:"title";s:61:"300-count Scott 10"x12" Rags in a Box $10 + Free Store Pickup";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/klJJS8W0y7U/71046";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4080228";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 13:06:44 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/klJJS8W0y7U" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71046";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/klJJS8W0y7U" height="1" width="1"/>";}i:10;a:7:{s:5:"title";s:96:"NuGiant NSS03 Galaxy 7-outlet Power Surge Strip + Atlona 6'' HDMI 1.3 Cable Make $3 after Rebates";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/-QMY4UHFvH0/71042";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4081638";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 13:04:11 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/-QMY4UHFvH0" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71042";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/-QMY4UHFvH0" height="1" width="1"/>";}i:11;a:7:{s:5:"title";s:141:"PC Download Games: NBA 2K12 $10, Sonic 4 Episode 1 $5, Sonic Generations $7.50, Dreamcast Collection $7.50, Genesis 48-Game Collection $7.50 ";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/zyTsJbWHQA8/71040";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4081252";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 11:32:16 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/zyTsJbWHQA8" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71040";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/zyTsJbWHQA8" height="1" width="1"/>";}i:12;a:7:{s:5:"title";s:72:"Banana Republic Printable Coupon: 50% off Up to 5 Regular Priced Items  ";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/YmToPEKWi9U/71030";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4080252";s:7:"pubdate";s:29:"Sun, 18 Mar 2012 07:00:02 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/YmToPEKWi9U" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71030";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/YmToPEKWi9U" height="1" width="1"/>";}i:13;a:7:{s:5:"title";s:64:"Pioneer VSX-1121-K 7.1-Channel A/V Receiver $400 + Free shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/otrZAg0KfNY/71011";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4078605";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 23:23:29 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/otrZAg0KfNY" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71011";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/otrZAg0KfNY" height="1" width="1"/>";}i:14;a:7:{s:5:"title";s:183:"Lysol $2 Off Coupon: 75 Ct. Dual Action Disinfecting Wipes (Citrus) $2.31, 105Ct Disinfecting Wipes (Lemon & Lime) $5.59, 160Ct. Disinfecting Wipes (Ocean Fresh) $9.38 + Free shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/RGKtn-ZA_Iw/71022";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4079982";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 20:33:47 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/RGKtn-ZA_Iw" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71022";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/RGKtn-ZA_Iw" height="1" width="1"/>";}i:15;a:7:{s:5:"title";s:146:"Crucial M4 2.5" SATA III MLC Internal Solid State Drives (SSD): 128GB SSD (CT128M4SSD2) $150, 256GB SSD (CT256M4SSD2) $290 or less + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/VQUio5n7CzE/71020";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4077200";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 17:52:02 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/VQUio5n7CzE" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71020";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/VQUio5n7CzE" height="1" width="1"/>";}i:16;a:7:{s:5:"title";s:98:"32GB Samsung Water & Shock Proof Class 10 Micro SDHC Memory Card (MB-MSBGA/US) $37 + Free shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/rgXcIXeMVUA/71019";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4076842";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 16:48:31 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/rgXcIXeMVUA" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71019";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/rgXcIXeMVUA" height="1" width="1"/>";}i:17;a:7:{s:5:"title";s:228:"6PM Sale: Men''s New Balance Fleece Jacket $17, Marc Ecko Apparel $10+, IZOD Sunglasses $13+, Women''s Shirts & Tops $13+, Hoodies & Sweatshirts $13+, Crocs $17, Kids'' Crocs $12+, Coats & Outerwear $13+  &amp; More + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/LMXg2h9HZ5A/71013";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4079099";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 15:34:57 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/LMXg2h9HZ5A" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/71013";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/LMXg2h9HZ5A" height="1" width="1"/>";}i:18;a:7:{s:5:"title";s:99:"Barchetta LT Premier Series Electric Guitar (DBZ BARLT) in black, grey, or red $160 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/yFe3PDoEj5g/70988";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4076050";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 11:39:01 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/yFe3PDoEj5g" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70988";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/yFe3PDoEj5g" height="1" width="1"/>";}i:19;a:7:{s:5:"title";s:40:"Battlefield 3 (PC Digital Download) $30 ";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/HdTb9fKGras/70954";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4073056";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 11:27:44 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/HdTb9fKGras" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70954";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/HdTb9fKGras" height="1" width="1"/>";}i:20;a:7:{s:5:"title";s:71:"Ace Hardware Coupon: Free Quart of Clark+Kensington Flat Enamel Paint  ";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/1O0HW-J0vFE/70994";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4075758";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 07:00:02 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/1O0HW-J0vFE" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70994";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/1O0HW-J0vFE" height="1" width="1"/>";}i:21;a:7:{s:5:"title";s:207:"REI Odds & Ends Sale: Men''s Orage Lemsford Hoodie Jacket $26, Saucony Poly Stripe Polo Shirt $13, Women''s Sierra Designs Microlight Jacket $11, Gellies Handlebar Grips $3  &amp; Many More + Free Store Pickup";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/yFm0L0lRCVQ/70998";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4076668";s:7:"pubdate";s:29:"Sat, 17 Mar 2012 03:26:23 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/yFm0L0lRCVQ" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70998";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/yFm0L0lRCVQ" height="1" width="1"/>";}i:22;a:7:{s:5:"title";s:95:"SanDisk Ultra SDXC UHS-I High Speed Memory Cards: 64GB  $60, 32GB $33, 16GB $20 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/KWEHkQgH3Ws/70992";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4076652";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 23:37:29 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/KWEHkQgH3Ws" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70992";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/KWEHkQgH3Ws" height="1" width="1"/>";}i:23;a:7:{s:5:"title";s:144:"32GB Corsair Flash Voyager Flash Drives: USB 2.0 (CMFVYA32GB) $17 after $12 rebate, USB 3.0 (CMFVY3S-32GB) $21 after $16 rebate  + Free shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/6Czwqgwluvw/70968";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4073530";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 22:31:31 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/6Czwqgwluvw" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70968";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/6Czwqgwluvw" height="1" width="1"/>";}i:24;a:7:{s:5:"title";s:81:"Logitech Wireless Anywhere Mouse MX for PC & Mac (Dented Box) $35 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/ZhMcAQkxfEA/70986";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4076166";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 21:21:59 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/ZhMcAQkxfEA" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70986";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/ZhMcAQkxfEA" height="1" width="1"/>";}i:25;a:7:{s:5:"title";s:85:"Discount Tire: $100 Rebate with Purchase of Select 4 Tires or Wheels  + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/vW1lbeBGCps/70982";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4076294";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 20:59:57 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/vW1lbeBGCps" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70982";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/vW1lbeBGCps" height="1" width="1"/>";}i:26;a:7:{s:5:"title";s:127:"30-in-1 Screw Driver Tool Kit $2.69, 6-In-1 Multifunctional LED Light with Magnifier, Money Detector and Pen $1 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/8SBrxabWcb4/70972";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4073580";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 16:37:20 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/8SBrxabWcb4" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70972";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/8SBrxabWcb4" height="1" width="1"/>";}i:27;a:7:{s:5:"title";s:126:"Laundry Pedestal with Drawer: 15" Samsung WE357A0 (various colors) $99, 13.7" LG WDP4 (various colors) $86 + Free Store Pickup";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/c3B7sDuhEpk/70960";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4070838";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 15:28:50 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/c3B7sDuhEpk" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70960";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/c3B7sDuhEpk" height="1" width="1"/>";}i:28;a:7:{s:5:"title";s:175:"Men''s St. John''s Bay Flat-Front or Pleated Pants: Worry Free Loose-Fit $13, Worry Free Relaxed-Fit $13, Worry Free Slider $13, 5-Pocket Corduroy Pants $10 + Free Ship to Store";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/d_VtMj3mS_U/70966";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4075676";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 15:13:56 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/d_VtMj3mS_U" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70966";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/d_VtMj3mS_U" height="1" width="1"/>";}i:29;a:7:{s:5:"title";s:38:"Just Dance 2 (Wii) $20 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/kVXlzDdQNPM/70948";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4072418";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 12:08:50 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/kVXlzDdQNPM" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70948";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/kVXlzDdQNPM" height="1" width="1"/>";}i:30;a:7:{s:5:"title";s:83:"32GB Samsung Water & Shock Proof Class 10 Micro SDHC Memory Card (MB-MSBGA/US) $37 ";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/IW87H63VS9I/70950";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4071754";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 10:37:25 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/IW87H63VS9I" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70950";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/IW87H63VS9I" height="1" width="1"/>";}i:31;a:7:{s:5:"title";s:39:"BJ''s Wholesale Club Free 60-day Trial  ";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/2_LUJbcb_qQ/70952";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4072444";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 10:27:44 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/2_LUJbcb_qQ" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70952";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/2_LUJbcb_qQ" height="1" width="1"/>";}i:32;a:7:{s:5:"title";s:57:"SteelSeries Siberia v2 Gaming Headset $40 + Free Shipping";s:4:"link";s:67:"http://feedproxy.google.com/~r/SlickdealsnetFP/~3/-uh2ou-DemY/70944";s:8:"comments";s:60:"http://forums.slickdeals.net/showthread.php?threadid=4070734";s:7:"pubdate";s:29:"Fri, 16 Mar 2012 07:00:06 GMT";s:11:"description";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/-uh2ou-DemY" height="1" width="1"/>";s:10:"feedburner";a:1:{s:8:"origlink";s:37:"http://slickdeals.net/permadeal/70944";}s:7:"summary";s:95:"<img src="http://feeds.feedburner.com/~r/SlickdealsnetFP/~4/-uh2ou-DemY" height="1" width="1"/>";}}s:7:"channel";a:7:{s:5:"title";s:14:"SlickDeals.net";s:4:"link";s:26:"http://www.slickdeals.net/";s:11:"description";s:28:"Slick online shopping deals.";s:8:"language";s:5:"en-us";s:9:"copyright";s:19:"Copyright 1999-2008";s:9:"webmaster";s:25:"slickdeals@slickdeals.net";s:7:"tagline";s:28:"Slick online shopping deals.";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:4:"etag";s:29:"nHwUcsN7QZ5VPRVl1vPXCIuoQmY\r\n";s:13:"last_modified";s:31:"Mon, 19 Mar 2012 02:12:24 GMT\r\n";}', 'no'),
(3296, 0, 'rss_3ed4a5612ed09cb77415b2b86b652afb_ts', '1332123217', 'no'),
(3606, 0, 'g_trans_options', 'a:4:{s:16:"default_language";s:2:"bn";s:19:"enable_comment_form";s:4:"true";s:27:"enable_default_comment_form";s:4:"true";s:15:"comment_form_id";s:7:"comment";}', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_page2cat`
--

DROP TABLE IF EXISTS `wp_page2cat`;
CREATE TABLE IF NOT EXISTS `wp_page2cat` (
  `rel_ID` bigint(20) NOT NULL auto_increment,
  `page_ID` bigint(20) NOT NULL default '0',
  `cat_ID` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`rel_ID`),
  KEY `page_ID` (`page_ID`,`cat_ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `wp_page2cat`
--

INSERT INTO `wp_page2cat` (`rel_ID`, `page_ID`, `cat_ID`) VALUES
(3, 259, 5),
(4, 320, 260);

-- --------------------------------------------------------

--
-- Table structure for table `wp_podpress_statcounts`
--

DROP TABLE IF EXISTS `wp_podpress_statcounts`;
CREATE TABLE IF NOT EXISTS `wp_podpress_statcounts` (
  `postID` int(11) NOT NULL default '0',
  `media` varchar(255) NOT NULL default '',
  `total` int(11) default '1',
  `feed` int(11) default '0',
  `web` int(11) default '0',
  `play` int(11) default '0',
  PRIMARY KEY  (`media`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `wp_podpress_statcounts`
--

INSERT INTO `wp_podpress_statcounts` (`postID`, `media`, `total`, `feed`, `web`, `play`) VALUES
(175, 'BaadProtibaad21MINS.mp3', 725, 0, 701, 24),
(88, 'krittibas.mp3', 409, 0, 407, 2);

-- --------------------------------------------------------

--
-- Table structure for table `wp_podpress_stats`
--

DROP TABLE IF EXISTS `wp_podpress_stats`;
CREATE TABLE IF NOT EXISTS `wp_podpress_stats` (
  `id` int(11) unsigned NOT NULL auto_increment,
  `postID` int(11) NOT NULL default '0',
  `media` varchar(255) NOT NULL default '',
  `method` varchar(50) NOT NULL default '',
  `remote_ip` varchar(15) NOT NULL default '',
  `country` varchar(50) NOT NULL default '',
  `language` varchar(5) NOT NULL default '',
  `domain` varchar(255) NOT NULL default '',
  `referer` varchar(255) NOT NULL default '',
  `resource` varchar(255) NOT NULL default '',
  `user_agent` varchar(255) NOT NULL default '',
  `platform` varchar(50) NOT NULL default '',
  `browser` varchar(50) NOT NULL default '',
  `version` varchar(15) NOT NULL default '',
  `dt` int(10) unsigned NOT NULL default '0',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  `meta_id` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=12867 ;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 36, 'Banga Sammelan', 'General'),
(3, 36, 'banga sammelan', 'general'),
(4, 36, 'Banga Sammelan', 'General'),
(27, 77, '_wp_page_template', 'default'),
(36, 78, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/08/img_6449.JPG'),
(37, 78, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1600;s:6:"height";i:1067;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:72:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/08/img_6449.JPG";s:5:"thumb";s:22:"img_6449.thumbnail.JPG";}'),
(60, 82, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:398;s:6:"height";i:268;s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/08/nsake_web.jpg";s:5:"thumb";s:23:"nsake_web.thumbnail.jpg";}'),
(59, 82, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/08/nsake_web.jpg'),
(850, 84, 'description', 'Report on Ethnomedia Center for Theater Arts\\'' (ECTA) staging of their new play \\"Satyameva\\" (Truth Only..) in Kolkata, India. The play was presented by Ganakrsihti.'),
(849, 84, 'keywords', 'theater, play, software, production, india, calcutta, kolkata, act, acting, bengali, body, shop, recruit, thrill, critic'),
(1492, 93, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5981, 88, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(385, 88, 'description', 'About Krittibas, a poetry magazine published from Kolkata.'),
(384, 88, 'keywords', 'poetry, kolkata, bengali, bengal, sunil ganguly, podcast, tarapada, magazine, literature, history'),
(386, 88, 'title', 'Krittibas: A Poetry Magazine That Created History'),
(134, 89, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/09/krittibas.mp3'),
(135, 89, '_wp_attachment_metadata', 'a:0:{}'),
(377, 88, 'podPressMedia', 'a:1:{i:0;a:10:{s:3:"URI";s:72:"http://ethnomediallc.com/wpress/wp-content/uploads/2007/09/krittibas.mp3";s:5:"title";s:20:"Poems from Krittibas";s:4:"type";s:9:"audio_mp3";s:4:"size";s:1:"1";s:8:"duration";s:0:"";s:12:"previewImage";s:87:"http://ethnomediallc.com/wpress/wp-content/plugins/podpress//images/vpreview_center.png";s:10:"dimensionW";s:3:"320";s:10:"dimensionH";s:3:"240";s:3:"rss";s:2:"on";s:4:"atom";s:2:"on";}}'),
(594, 93, 'description', 'Kallol of NJ will be celebrating Durga Puja at the Ukranian Community Center off Davidson Avenue in Somerset, NJ, USA. A broad range of cultural programs have been arranged.'),
(595, 93, 'title', 'Kallol Durga Puja 2007'),
(469, 94, 'title', 'ICC Durga Puja'),
(593, 93, 'keywords', 'Durga, puja, kallol, new jersey, festival, bengal, bangla, music, sarod, subhomita, tejendra narayan majumdar, sahjahan, play, drama'),
(809, 91, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1193, 81, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(467, 94, 'keywords', 'Durga, puja, ICC, new jersey, festival, bengal, bangla, music, sarod, subhomita, tejendra narayan majumdar, sahjahan, play, drama'),
(817, 91, 'title', 'Sanford Meisner: The Guru of Acting'),
(816, 91, 'description', 'About Sanford Meisner and his acting technique.'),
(468, 94, 'description', 'We are happy to let you know that ICC will be celebrating this year\\''s Durga Puja on Oct 12 th (7pm-10pm), Oct 13th (11am – 10pm) & Oct 14th (11am -10pm) at\r\n\r\nEISENHOWER MIDDLE SCHOOL\r\n47 Eyland Avenue\r\nSuccasunna , NJ 07876\r\n(973) 584 – 2973'),
(5471, 94, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6669, 77, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(539, 95, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(547, 95, 'title', 'New Email Service'),
(546, 95, 'description', 'New newsletter service using zookoda.com'),
(545, 95, 'keywords', 'newsletter, india, bengali, bangla, immigrant, zookoda, email'),
(526, 96, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(534, 96, 'title', 'MAHALAYA LIVE'),
(533, 96, 'description', 'A live musical event.'),
(532, 96, 'keywords', 'mahalaya, durga, puja, anandamandir, usa, radio, new jersey, artist, festival'),
(1194, 97, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(582, 97, 'title', '\\"Chak De\\" and Koni'),
(581, 97, 'description', 'An article about the film \\"Chak De India\\" and an old Bengali sports film, \\"Koni\\".'),
(580, 97, 'keywords', 'film, cricket, ICC, world cup, \\"Chak De India\\", India, Bengal, Calcutta, film, movie, sports, swim, soumitra chatterjee, koni, photography'),
(583, 86, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5905, 110, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(1190, 108, 'keywords', 'Calcutta, mall, India, shopping, Sen, Gariahat, Ballygunge, toilet, restroom, bathroom, Hyatt, Taj, hotel, sonar Bangla, mozart, shankar'),
(5980, 99, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(642, 100, 'description', 'Hindustani Classical Vocal concert announcement'),
(643, 100, 'title', 'Hindustani Classical Vocal Concert'),
(635, 100, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(641, 100, 'keywords', 'india, classical, vocal, harmonium, tabla, hindustani, music, mp3, concert, princeton, new jersey, NJ'),
(669, 101, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/10/jhorasomoy.jpg'),
(670, 101, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:299;s:6:"height";i:448;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/10/jhorasomoy.jpg";s:5:"thumb";s:24:"jhorasomoy.thumbnail.jpg";}'),
(843, 84, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(851, 84, 'title', 'Satyameva in Kolkata'),
(754, 99, 'description', 'An article on Ganakrishti and its role in the group theater movement of Kolkata.'),
(753, 99, 'keywords', 'theater, play, ganakrishti, festival, group, production, india, calcutta, kolkata, act, acting, bengali, body, shop, recruit, thrill, critic'),
(755, 99, 'title', 'Ganakrishti: A Beacon for the Group Theater Movement in Kolkata'),
(797, 102, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(804, 102, 'description', 'YouTube video release of \\"Phera\\" a play written and directed by Sudipta Bhawmik, produced by Ethnomedia.'),
(805, 102, 'title', 'YouTube Video Release of \\"Phera\\"'),
(803, 102, 'keywords', 'youtube, theater, video, play, bengali, natok, natak, immigration, industry, bengal, struggle'),
(815, 91, 'keywords', 'acting, theater, stage, school, actor, film, meisner, dvd, book, technique'),
(954, 103, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(826, 104, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/10/pratidin_stayameva_review_bw.jpg'),
(827, 104, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:302;s:6:"height";i:820;s:14:"hwstring_small";s:22:"height=''96'' width=''35''";s:4:"file";s:92:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/10/pratidin_stayameva_review_bw.jpg";s:5:"thumb";s:42:"pratidin_stayameva_review_bw.thumbnail.jpg";}'),
(1145, 112, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:437;s:6:"height";i:359;s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:72:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/10/dsc_0770.jpg";s:5:"thumb";s:22:"dsc_0770.thumbnail.jpg";}'),
(960, 103, 'keywords', 'ETV, TV, Bangla, gaane mor indradhanu, contest, music, india, television'),
(961, 103, 'description', 'A review of music contest shows on ETV Bangla'),
(962, 103, 'title', 'Reality Music Contests on Indian TV Channels'),
(1144, 112, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/10/dsc_0770.jpg'),
(1191, 108, 'description', 'An article on Toilets and Shopping malls of Calcutta'),
(1192, 108, 'title', 'Of Shopping Malls and Toilets'),
(1102, 111, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/10/toilet.JPG'),
(1103, 111, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:650;s:6:"height";i:438;s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:70:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/10/toilet.JPG";s:5:"thumb";s:20:"toilet.thumbnail.JPG";}'),
(1184, 108, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(1059, 109, 'description', 'ANanda Mandir celebrates Kali Puja'),
(1060, 109, 'title', 'Kali Puja at Ananda Mandir'),
(1052, 109, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1058, 109, 'keywords', 'kali puja, ananda, mandir, NJ, Bengali'),
(1178, 110, 'keywords', 'Kallol, festival, hindu, religion, lakshmi, puja, durga, subhomita, kaya, bangla, band, tejendra narayan, anubrata, tabla, sarod'),
(1179, 110, 'description', 'Article on Kallol\\''s Durga Puja celebration 2007'),
(1180, 110, 'title', 'Durga Puja 2007'),
(1281, 113, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1239, 114, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/11/charuthefilmcom.jpg'),
(1240, 114, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:76;s:6:"height";i:132;s:14:"hwstring_small";s:22:"height=''96'' width=''55''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/11/charuthefilmcom.jpg";s:5:"thumb";s:29:"charuthefilmcom.thumbnail.jpg";}'),
(1287, 113, 'keywords', 'film, satyajit Ray, charulata, amitabha, sudipta, screenplay, movie, calcutta,'),
(1288, 113, 'description', 'Article on Charu: Unspoken, a film by Amitabha Neil Ray'),
(1289, 113, 'title', 'Remaking Charulata'),
(5239, 72, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(1332, 115, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1339, 115, 'description', 'A review of Wes Anderson\\''s recent film, Darjeeling Limited.'),
(1340, 115, 'title', 'Darjeeling Limited : But Where is Darjeeling?'),
(1338, 115, 'keywords', 'Film, review, wes anderson, mira nair, lydia dean pilcher, darjeeling, owen wilson'),
(1388, 116, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1396, 116, 'title', 'ENAD to stage \\"Ron\\" in California'),
(1395, 116, 'description', 'Play announcement'),
(1394, 116, 'keywords', 'ENAD, Palo Alto, theater, play, ganakrishti, festival, group, production, india, calcutta, kolkata, act, acting, bengali, body, shop, recruit, thrill, critic'),
(1376, 117, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1384, 117, 'title', 'IIPA presents Indian Classical Dance and Music Concert'),
(1383, 117, 'description', 'Concert Announcement'),
(1382, 117, 'keywords', 'india, classical, vocal, harmonium, tabla, hindustani, music, mp3, concert, princeton, new jersey, NJ'),
(7877, 118, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(1454, 119, 'title', 'Erica Jong and Yusef Komunyakaa POETRY READING'),
(1453, 119, 'description', 'Fundraising dinner'),
(1452, 119, 'keywords', 'erica jong, poetry, kolkata'),
(1446, 119, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1476, 118, 'keywords', 'magazine, kolkata, news, bangla, india, bengali'),
(1477, 118, 'description', 'Discussion on Bengali magazine, India Doot.'),
(1478, 118, 'title', 'India Doot: A Monthly Magazine for Non Resident Bengalees'),
(1483, 120, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1489, 120, 'keywords', 'music, temple'),
(1490, 120, 'description', 'Concert Announcement'),
(1716, 121, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(1491, 120, 'title', 'Ananda Sandhya'),
(1562, 121, 'keywords', 'Sicko, HR 676, healthcare, insurance, HMO, michael moore, election, congress, senator, medicare'),
(1563, 121, 'description', 'About sicko and HR 676'),
(1564, 121, 'title', 'Sicko: A Documentary that can change America'),
(1539, 122, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/12/70068652.jpg'),
(1540, 122, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:110;s:6:"height";i:150;s:14:"hwstring_small";s:22:"height=''96'' width=''70''";s:4:"file";s:72:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/12/70068652.jpg";s:5:"thumb";s:22:"70068652.thumbnail.jpg";}'),
(1610, 123, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1616, 123, 'keywords', 'theater, bengali, california, music'),
(1617, 123, 'description', 'About Enad and Theater'),
(1618, 123, 'title', 'We and our Theater'),
(1574, 124, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/12/pc084405_2.jpg'),
(1575, 124, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1024;s:6:"height";i:768;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/12/pc084405_2.jpg";s:5:"thumb";s:24:"pc084405_2.thumbnail.jpg";}'),
(8258, 125, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(1775, 125, 'title', 'Satyameva in New Jersey'),
(1774, 125, 'description', 'Play announcement'),
(2063, 135, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(2981, 126, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(1682, 127, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2007/12/satyameva_logo.jpg'),
(1683, 127, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:138;s:14:"hwstring_small";s:23:"height=''96'' width=''100''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads/2007/12/satyameva_logo.jpg";s:5:"thumb";s:28:"satyameva_logo.thumbnail.jpg";}'),
(1715, 126, 'title', 'Satyameva: A New Play by ECTA'),
(1714, 126, 'description', 'A new play'),
(1713, 126, 'keywords', 'theater, bengali, california, music, new jersey, edison'),
(1721, 128, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1728, 128, 'description', 'announcement'),
(1729, 128, 'title', 'Arpita Majumdar - Ananda Sandhya'),
(1727, 128, 'keywords', 'music'),
(1734, 129, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1741, 129, 'description', 'Fundraising Event'),
(1742, 129, 'title', 'Bharat Sevashram Sangha Fundraising Event'),
(1740, 129, 'keywords', 'theater, bengali, california, music, new jersey, edison'),
(1748, 130, 'title', 'CONCERT VIOLET SAMUDRA with DIBYARKA CHATTERJEE'),
(1747, 130, 'keywords', 'music, temple'),
(1755, 131, 'title', 'Saraswati Puja'),
(1749, 130, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1754, 131, 'keywords', 'Puja, Durga, Saraswati, Anandamandir, NJ'),
(1762, 132, 'title', 'Ananda Sandhya'),
(1756, 131, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(1761, 132, 'keywords', 'acting, theater, stage, school, actor, film, meisner, dvd, book, technique'),
(1773, 125, 'keywords', 'play, theater, bengali, bhawmik'),
(3549, 132, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11962, 133, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(1857, 134, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/01/mqp1.jpg'),
(5762, 133, 'description', 'On why go to the theater.'),
(5761, 133, 'keywords', 'theater, bengali, california, music, new jersey, edison'),
(1858, 134, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:244;s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:68:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/01/mqp1.jpg";s:5:"thumb";s:18:"mqp1.thumbnail.jpg";}'),
(1943, 135, 'description', 'Pronoy Chatterjee\\''s novel \\"A Living Memory\\", published by Authorhouse.'),
(1944, 135, 'title', 'A Living Memory : A New Novel by Pronoy Chatterjee'),
(1942, 135, 'keywords', 'book, novel, author, pronoy, chatterjee, jhumpa lahiri, amitav ghosh, publication'),
(1895, 136, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/01/living_memory.jpg'),
(1896, 136, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:605;s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/01/living_memory.jpg";s:5:"thumb";s:27:"living_memory.thumbnail.jpg";}'),
(6177, 137, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(2062, 137, 'title', 'Moglai Porota'),
(2061, 137, 'description', 'Moglai porota recipe.'),
(1998, 138, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/02/moglai.jpg'),
(1999, 138, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:500;s:6:"height";i:375;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:70:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/02/moglai.jpg";s:5:"thumb";s:20:"moglai.thumbnail.jpg";}'),
(2060, 137, 'keywords', 'food, recipe, indian, moglai, mughlai, porota, dough, anadi'),
(2072, 139, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2093, 140, 'keywords', 'shiva'),
(2094, 140, 'description', 'Shiva Ratri announcement'),
(2095, 140, 'title', 'Shiva Ratri at Anandamandir'),
(2087, 140, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2110, 141, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2114, 141, 'title', 'Ananda Sandhya Vocal Concert'),
(2120, 142, 'title', 'Chhandayan Concert featuring Mitali Bhawmik'),
(2119, 142, 'keywords', 'concert, classical'),
(2121, 142, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2123, 143, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2189, 144, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2197, 144, 'title', 'Cultural Association of Bengal (CAB)'),
(2196, 144, 'description', 'Discussion on CAB and its election'),
(2195, 144, 'keywords', 'Cultural, Bengal, CAB, India, NABC, election'),
(2205, 145, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2208, 2, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(2229, 146, 'description', 'Play announcement'),
(2230, 146, 'title', 'Satyameva in Philadelphia'),
(2222, 146, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2228, 146, 'keywords', 'theater, play, software, production, india, calcutta, kolkata, act, acting, bengali, body, shop, recruit, thrill, critic'),
(3229, 147, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(2243, 147, 'description', 'Concert announcement'),
(2244, 147, 'title', 'Ananda Sandhya featuring Mitali Bhawmik'),
(2242, 147, 'keywords', 'concert, classical'),
(5976, 148, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(2292, 148, 'title', 'Pandit V. G. Jog Memorial Concert'),
(2291, 148, 'description', 'In memory of Late Pt V.G.Jog, Raag-Rang presents its first concert of Hindustani & Carnatic Jugalbandi, a blend of North Indian & South Indian music featuring <strong>Smt Joya Biswas</strong> the first lady of sitar and<strong> Sri Ananta Krishnan</strong> on Violin accompanying them on tabla by <strong>Pt Samir Chhaterjee</strong> and Mridangem by <strong>Sri Suresh Ramchandran</strong>'),
(2290, 148, 'keywords', 'concert, classical, sitar, violin, mridangam'),
(12480, 588, '_edit_last', '1'),
(12479, 588, '_edit_lock', '1317008802'),
(12478, -1316673167, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(2335, 150, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2342, 150, 'description', 'Actors needed for ECTA\\''s upcoming production'),
(2343, 150, 'title', 'Actors Needed'),
(2341, 150, 'keywords', 'theater, play, ganakrishti, festival, group, production, india, calcutta, kolkata, act, acting, bengali, body, shop, recruit, thrill, critic'),
(2356, 151, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2350, 152, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/04/020.JPG'),
(2351, 152, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1920;s:6:"height";i:1080;s:14:"hwstring_small";s:23:"height=''72'' width=''128''";s:4:"file";s:67:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/04/020.JPG";s:5:"thumb";s:17:"020.thumbnail.JPG";}'),
(2362, 151, 'title', 'Some Upcoming Shows of ECTA'),
(2361, 151, 'description', 'Show announcement'),
(2367, 153, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2374, 153, 'description', 'Announcement'),
(2375, 153, 'title', 'Kabi Jayanti Celebration by Kallol of NJ'),
(2373, 153, 'keywords', 'Rabindranath, tagore, kabi, kobi, bengali'),
(2403, 154, 'title', 'Chhandayan All-Night Concert'),
(2402, 154, 'description', 'Concert announcement'),
(2395, 154, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2401, 154, 'keywords', 'concert, classical, sitar, violin, mridangam, jasraj, flute, bansuri'),
(2424, 155, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2430, 155, 'title', 'Rabindranath: Universe and Beyond'),
(2429, 155, 'keywords', 'Rabindranath, tagore, kabi, kobi, bengali'),
(2410, 156, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/04/tagore.jpg'),
(2411, 156, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:301;s:6:"height";i:405;s:14:"hwstring_small";s:22:"height=''96'' width=''71''";s:4:"file";s:70:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/04/tagore.jpg";s:5:"thumb";s:20:"tagore.thumbnail.jpg";}'),
(5684, 157, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(2759, 157, 'keywords', 'Cultural, Bengal, CAB, India, NABC, election, artist'),
(2760, 157, 'description', 'Discussion on North America Bengali Conference'),
(2761, 157, 'title', 'North America Bengali Conference (NABC) and the North American Bengali'),
(2522, 158, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2528, 158, 'title', 'Hindustani Classical Vocal Concert by Pt. Ganapati Bhat'),
(2527, 158, 'keywords', 'concert, classical, sitar, violin, mridangam, jasraj, flute, bansuri'),
(2784, 159, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2554, 160, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/red_oleanders.jpg'),
(2555, 160, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:181;s:6:"height";i:268;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/red_oleanders.jpg";s:5:"thumb";s:27:"red_oleanders.thumbnail.jpg";}'),
(2786, 159, 'description', 'Book release'),
(2787, 159, 'title', 'A New Translation of Tagore\\''s \\"Rakta Karabi\\" - The Red Oleanders a book of drama Kolkata India theater book review'),
(2616, 161, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2623, 161, 'description', 'concert announcement'),
(2624, 161, 'title', 'Ananda Sandhya Featuring Pandit Madhav Gudi'),
(2622, 161, 'keywords', 'concert, classical, sitar, violin, mridangam, jasraj, flute, bansuri, bhimsen'),
(2655, 162, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2662, 162, 'description', 'Art Exhibition'),
(2663, 162, 'title', 'Exhibition of Water Colors by Indrani Choudhury'),
(2661, 162, 'keywords', 'art, water color, exhibit, library'),
(2638, 163, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/indrani.jpg'),
(2639, 163, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:457;s:6:"height";i:293;s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:71:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/indrani.jpg";s:5:"thumb";s:21:"indrani.thumbnail.jpg";}'),
(2770, 164, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2687, 165, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/debesh_das.jpg'),
(2688, 165, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:190;s:6:"height";i:135;s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/debesh_das.jpg";s:5:"thumb";s:24:"debesh_das.thumbnail.jpg";}'),
(2772, 164, 'description', 'Article on the state of IT industry in West Bengal'),
(2773, 164, 'title', 'West Bengal IT Revolution kolkata calcutta debesh das minister'),
(2734, 164, '_edit_lock', '1211492026'),
(2735, 164, '_edit_last', '1'),
(2748, 157, '_edit_lock', '1229011275'),
(2749, 157, '_edit_last', '1'),
(2774, 159, '_edit_lock', '1211386605'),
(2771, 164, 'keywords', 'west bengal, CPI(M), IT, industry, technology, semiconductor, chip, buddhadev bhattacharya, debesh das, minister, jyoti basu, tata, nano, singur, nandigram'),
(2775, 159, '_edit_last', '1'),
(2785, 159, 'keywords', 'Tagore, book, punascha, review, theater, kolkata, india, bengali'),
(3110, 166, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2789, 166, '_edit_lock', '1213107261'),
(2790, 166, '_edit_last', '1'),
(2823, 167, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/satyameva_banner.jpg'),
(2824, 167, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:180;s:6:"height";i:150;s:14:"hwstring_small";s:23:"height=''96'' width=''115''";s:4:"file";s:80:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/satyameva_banner.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"satyameva_banner-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(3111, 166, 'keywords', 'theater, play, ganakrishti, festival, group, production, india, calcutta, kolkata, act, acting, bengali, body, shop, recruit, thrill, critic'),
(3112, 166, 'description', 'ECTA to produce theater in Bengali at the Edison Valley Playhouse.'),
(3113, 166, 'title', 'ECTA Mini Theater Festival: Satyameva, Ashomoy, Taconic Parkway'),
(2948, 168, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2914, 168, '_edit_lock', '1211638339'),
(2915, 168, '_edit_last', '1'),
(2990, 169, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2949, 168, 'keywords', 'west bengal, CPI(M), IT, industry, technology, semiconductor, chip, buddhadev bhattacharya, debesh das, minister, jyoti basu, tata, nano, singur, nandigram'),
(2950, 168, 'description', 'A Video on the IT Industry Opportunities in West Bengal with commentaries from the business leaders as well as the political leaders.'),
(2951, 168, 'title', 'Advantage Bengal: A Video on the IT Industry Opportunities in West Bengal'),
(2953, 169, '_edit_lock', '1212120039'),
(2954, 169, '_edit_last', '1'),
(3073, 170, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(2992, 170, '_edit_lock', '1216739576'),
(2993, 170, '_edit_last', '1'),
(3023, 171, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/398px-vijay_tendulkar.jpg'),
(3024, 171, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:398;s:6:"height";i:599;s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:85:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/05/398px-vijay_tendulkar.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"398px-vijay_tendulkar-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:33:"398px-vijay_tendulkar-199x300.jpg";s:5:"width";i:199;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(3076, 170, 'title', 'Vijay Tendulkar : A Real Indian Playwright'),
(3075, 170, 'description', 'An obituary to the great playwright of India, Vijay Tendulkar.'),
(3132, 172, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3074, 170, 'keywords', 'vijay tendulkar, india, play, theater, marathi, drama, film'),
(3115, 172, '_edit_lock', '1213107857'),
(3116, 172, '_edit_last', '1'),
(3146, 172, 'title', 'ECTA Festival: Satyameva'),
(3144, 172, 'keywords', 'theater, play, ganakrishti, festival, group, production, india, calcutta, kolkata, act, acting, bengali, body, shop, recruit, thrill, critic'),
(3145, 172, 'description', 'Satyameva, a play in Bengali with English SuperTitles.'),
(3250, 173, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3148, 173, '_edit_lock', '1213382344'),
(3149, 173, '_edit_last', '1'),
(9487, 174, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(3255, 72, '_edit_last', '1'),
(3253, 173, 'title', 'California Natyamela 2008 and Taconic Parkway'),
(3251, 173, 'keywords', 'theater, play, ganakrishti, festival, group, production, india, calcutta, kolkata, act, acting, bengali, body, shop, recruit, thrill, critic, california, taconic'),
(3252, 173, 'description', 'On Californiya Natyamela or theater festival and ECTA\\''s production Taconic Parkway'),
(3254, 72, '_edit_lock', '1241463985'),
(3279, 72, 'title', 'Saving Gas'),
(3278, 72, 'description', 'Few tips on how to save gas.'),
(3277, 72, 'keywords', 'gasoline, gas, car, mileage, driving, pump'),
(3281, 174, '_edit_lock', '1215461869'),
(3282, 174, '_edit_last', '1'),
(7664, 175, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3348, 174, 'description', 'A play about the gasoline price increase.'),
(3349, 174, 'title', 'Gas and Us'),
(3347, 174, 'keywords', 'gasoline, gas, car, mileage, driving, pump'),
(3351, 175, '_edit_lock', '1241364653'),
(3352, 175, '_edit_last', '1'),
(7666, 175, 'description', 'Podcast: \\"Baad Protibad\\" A (Hilarious) Play in Bengali'),
(7667, 175, 'title', 'Podcast: \\"Baad Protibad\\" A (Hilarious) Play in Bengali'),
(7663, 175, 'podPressMedia', 'a:1:{i:0;a:10:{s:3:"URI";s:76:"http://nynjbengali.com/wp-content/uploads/2008/Audio/BaadProtibaad21MINS.mp3";s:5:"title";s:0:"";s:4:"type";s:9:"audio_mp3";s:4:"size";s:1:"1";s:8:"duration";s:7:"UNKNOWN";s:12:"previewImage";s:87:"http://ethnomediallc.com/wpress/wp-content/plugins/podpress//images/vpreview_center.png";s:10:"dimensionW";s:3:"320";s:10:"dimensionH";s:3:"240";s:3:"rss";s:2:"on";s:4:"atom";s:2:"on";}}'),
(11809, 176, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(3443, 176, '_edit_lock', '1215100631'),
(3444, 176, '_edit_last', '1'),
(3469, 176, 'title', 'CAB Honors Pronoy Chatterjee'),
(3468, 176, 'description', 'CAB Honors Pronoy Chatterjee'),
(3467, 176, 'keywords', 'book, novel, author, pronoy, chatterjee, jhumpa lahiri, amitav ghosh, publication'),
(12295, -1314646139, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10014, 177, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(3474, 177, '_edit_lock', '1264449081'),
(3475, 177, '_edit_last', '1'),
(3482, 177, '_wp_page_template', 'default'),
(3539, 178, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3489, 178, '_edit_lock', '1215725443'),
(3490, 178, '_edit_last', '1'),
(3535, 179, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/07/bmlogo.jpg'),
(3536, 179, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:149;s:6:"height";i:345;s:14:"hwstring_small";s:22:"height=''96'' width=''41''";s:4:"file";s:70:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/07/bmlogo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"bmlogo-149x150.jpg";s:5:"width";i:149;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:18:"bmlogo-129x300.jpg";s:5:"width";i:129;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(3547, 180, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3541, 180, '_edit_lock', '1215792402'),
(3542, 180, '_edit_last', '1'),
(3663, 186, '_edit_last', '1'),
(5308, 181, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(3551, 181, '_edit_lock', '1216238577'),
(3552, 181, '_edit_last', '1'),
(3584, 182, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3596, 181, 'title', 'Barack Obama\\''s Strategy for a New World'),
(3595, 181, 'description', 'Barack Obama\\''s speech on foreign policy and Iraq.'),
(3594, 181, 'keywords', 'Barack Obama, election, president, foreign, oil, Iraq, USA, world'),
(3579, 182, '_edit_lock', '1216238250'),
(3580, 182, '_edit_last', '1'),
(3610, 183, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3598, 183, '_edit_lock', '1216649974'),
(3599, 183, '_edit_last', '1'),
(3662, 186, '_edit_lock', '1225770483'),
(3612, 183, 'description', 'Fundraising Concert'),
(3613, 183, 'title', 'An Evening of Songs by Lopamudra Mitra'),
(3611, 183, 'keywords', 'lopamudra, fundraising, adyapith'),
(8365, 186, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(3618, 185, '_edit_lock', '1224006558'),
(3619, 185, '_edit_last', '1'),
(5057, 185, 'title', 'Cartoon of the Week: Quality of Art'),
(5056, 185, 'description', 'Cartoon'),
(5055, 185, 'keywords', 'cartoon, art, Bengali, social'),
(5054, 185, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3897, 196, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:110;s:6:"height";i:150;s:14:"hwstring_small";s:22:"height=''96'' width=''70''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/lopamudra.jpg";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(3896, 196, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/lopamudra.jpg'),
(3773, 188, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3758, 188, '_edit_lock', '1217262204'),
(3759, 188, '_edit_last', '1'),
(5269, 189, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(3775, 188, 'description', 'Anandamandir Event Announcement'),
(3776, 188, 'title', 'Bhajan Sandhya at Anandamandir'),
(3774, 188, 'keywords', 'music, devotion, bhajan, anandamandir, new jersey'),
(3778, 189, '_edit_lock', '1224006542'),
(3779, 189, '_edit_last', '1'),
(3797, 190, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/07/ulto_chhobi.jpg'),
(3798, 190, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:295;s:14:"hwstring_small";s:23:"height=''83'' width=''128''";s:4:"file";s:75:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/07/ulto_chhobi.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"ulto_chhobi-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:23:"ulto_chhobi-300x196.jpg";s:5:"width";i:300;s:6:"height";i:196;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(3868, 195, '_edit_last', '1'),
(5045, 189, 'title', 'Cartoon of the week 2: Abstract Art'),
(5044, 189, 'description', 'A cartoon on abstract art'),
(5043, 189, 'keywords', 'art, water color, exhibit, library, humor, cartoon'),
(8411, 195, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(3867, 195, '_edit_lock', '1217949051'),
(4029, 203, '_edit_lock', '1219281501'),
(4049, 203, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3852, 193, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3848, 193, '_edit_lock', '1217512829'),
(3849, 193, '_edit_last', '1'),
(3921, 197, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3912, 195, 'title', 'Lopamudra Concert in New Jersey'),
(3911, 195, 'description', 'Review of Lopamudra concert'),
(3910, 195, 'keywords', 'music, devotion, bhajan, anandamandir, new jersey, lopamudra, drsa, bengali'),
(3914, 197, '_edit_lock', '1218394863'),
(3915, 197, '_edit_last', '1'),
(3983, 198, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3923, 198, '_edit_lock', '1219292633'),
(3924, 198, '_edit_last', '1'),
(3928, 199, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/bartaman_festival_all.pdf'),
(3929, 199, '_wp_attachment_metadata', 'a:0:{}'),
(5018, 200, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(3984, 198, 'keywords', 'review, festival, theater, india abroad, bartaman, alolika, madhu rye'),
(3985, 198, 'description', 'Reviews about ECTA theater festival.'),
(3986, 198, 'title', 'Some Reviews on ECTA\\''s Theater Festival'),
(3988, 200, '_edit_lock', '1224006489'),
(3989, 200, '_edit_last', '1'),
(4001, 201, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/kemon_haante.jpg'),
(4002, 201, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:310;s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:76:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/kemon_haante.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"kemon_haante-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:24:"kemon_haante-300x206.jpg";s:5:"width";i:300;s:6:"height";i:206;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5021, 200, 'title', 'Cartoon of the Week 3: The Selection Process'),
(5020, 200, 'description', 'cartoon on arranged marriage'),
(5019, 200, 'keywords', 'marriage, cartoon, proma, bride, groom, bengali'),
(4027, 202, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4017, 202, '_edit_lock', '1218750703'),
(4018, 202, '_edit_last', '1'),
(4030, 203, '_edit_last', '1'),
(8274, 204, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4038, 204, '_edit_lock', '1219281615'),
(4039, 204, '_edit_last', '1'),
(4068, 205, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4054, 205, '_edit_lock', '1219329202'),
(4055, 205, '_edit_last', '1'),
(4080, 206, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4069, 205, 'keywords', 'IIT, kaharagpur, india, picnic, usa, nj, alumnii'),
(4070, 205, 'description', 'Picnic announcement'),
(4071, 205, 'title', 'IIT Kharagpur Alumni – East Coast Summer Picnic 2008'),
(4073, 206, '_edit_lock', '1219329442'),
(4074, 206, '_edit_last', '1'),
(9617, 207, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4082, 207, '_edit_lock', '1219342687'),
(4083, 207, '_edit_last', '1'),
(4119, 208, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/babul-supriyo.jpg'),
(4120, 208, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:320;s:6:"height";i:422;s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/babul-supriyo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"babul-supriyo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"babul-supriyo-227x300.jpg";s:5:"width";i:227;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(4180, 209, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4132, 207, 'description', 'Discussion on Durga Puja crowd control.'),
(4133, 207, 'title', 'New Jersey Durga Puja 2008'),
(4131, 207, 'keywords', 'durga, puja, new jersey, usa, kallol, babul supriyo, registration'),
(4135, 209, '_edit_lock', '1219950980'),
(4136, 209, '_edit_last', '1'),
(4139, 210, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/mitali.jpg'),
(4140, 210, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:318;s:6:"height";i:370;s:14:"hwstring_small";s:22:"height=''96'' width=''82''";s:4:"file";s:70:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/mitali.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"mitali-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:18:"mitali-257x300.jpg";s:5:"width";i:257;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5006, 211, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4150, 211, '_edit_lock', '1224006470'),
(4151, 211, '_edit_last', '1'),
(4160, 212, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/niramishasi_web.jpg'),
(4161, 212, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:297;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/08/niramishasi_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"niramishasi_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:27:"niramishasi_web-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5009, 211, 'title', 'Cartoon of the Week 4: Pujor Chanda'),
(5008, 211, 'description', 'Cartoon on Durga Pujo Chanda'),
(5007, 211, 'keywords', 'cartoon, pujo, puja, durga, new jersey'),
(4995, 213, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4182, 213, '_edit_lock', '1224006459'),
(4183, 213, '_edit_last', '1'),
(4202, 214, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/goatmeat_web.jpg'),
(4203, 214, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:270;s:14:"hwstring_small";s:23:"height=''76'' width=''128''";s:4:"file";s:76:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/goatmeat_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"goatmeat_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:24:"goatmeat_web-300x180.jpg";s:5:"width";i:300;s:6:"height";i:180;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(4230, 215, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4996, 213, 'description', 'Cartoon about Pujo community dinner'),
(4997, 213, 'title', 'Cartoon of the Week 5: Pujo Cartoon'),
(4215, 215, '_edit_lock', '1220494147'),
(4216, 215, '_edit_last', '1'),
(4985, 216, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4232, 216, '_edit_lock', '1224006446'),
(4233, 216, '_edit_last', '1'),
(4235, 217, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/aastegaan_web.jpg'),
(4236, 217, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:377;s:14:"hwstring_small";s:23:"height=''96'' width=''114''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/aastegaan_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"aastegaan_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"aastegaan_web-300x251.jpg";s:5:"width";i:300;s:6:"height";i:251;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(4306, 218, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4988, 216, 'title', 'Cartoon of the Week 6: The Pujo Entertainment'),
(4987, 216, 'description', 'Pujo Cartoon'),
(4986, 216, 'keywords', 'cartoon, pujo, puja, durga, new jersey'),
(4301, 218, '_edit_lock', '1221143696'),
(4302, 218, '_edit_last', '1'),
(12021, 219, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4308, 219, '_edit_lock', '1237832410'),
(4309, 219, '_edit_last', '1'),
(4333, 220, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/800px-indian_food_set.jpg'),
(4334, 220, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:600;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:85:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/800px-indian_food_set.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"800px-indian_food_set-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:33:"800px-indian_food_set-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6814, 219, 'keywords', 'AAPI, diet, nutrition, Indian, India, food, health, diabetes, bengali, oriya'),
(6815, 219, 'description', 'Book review of Indian Food guide'),
(6816, 219, 'title', 'Indian Food and Nutrition'),
(4391, 221, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4385, 221, '_edit_lock', '1221794401'),
(4386, 221, '_edit_last', '1'),
(4433, 222, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4393, 222, '_edit_lock', '1221847696'),
(4394, 222, '_edit_last', '1'),
(4424, 222, 'keywords', 'durga puja, new jersey, 2008'),
(4425, 222, 'title', 'Durga Puja in New Jersey'),
(4431, 223, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4429, 223, '_edit_lock', '1221849144'),
(4430, 223, '_edit_last', '1'),
(4432, 223, '_wp_page_template', 'default'),
(4435, 224, '_edit_lock', '1222448954'),
(4436, 224, '_edit_last', '1'),
(4466, 225, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/ab.jpg'),
(4467, 225, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:90;s:6:"height";i:67;s:14:"hwstring_small";s:22:"height=''67'' width=''90''";s:4:"file";s:66:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/ab.jpg";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11100, 226, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4554, 224, 'title', 'Big B\\''s Blog'),
(4553, 224, 'description', 'About Amitabh Bachchan\\''s blog'),
(4552, 224, 'keywords', 'Amitabh bachchan, blog, celebrity, movie, bollywood'),
(4551, 224, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4482, 226, '_edit_lock', '1224006428'),
(4483, 226, '_edit_last', '1'),
(4497, 227, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/baarite_chaanda_web.jpg'),
(4498, 227, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:353;s:14:"hwstring_small";s:23:"height=''96'' width=''122''";s:4:"file";s:83:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/09/baarite_chaanda_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"baarite_chaanda_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:31:"baarite_chaanda_web-300x235.jpg";s:5:"width";i:300;s:6:"height";i:235;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(4976, 226, 'title', 'Cartoon of the week 7: Durga Puja Chaanda Collection Service'),
(4974, 226, 'keywords', 'durga puja, collection, kallol, new jersey'),
(4975, 226, 'description', 'Cartoon on NJ durga puja'),
(4861, 238, '_edit_lock', '1223477055'),
(8261, 238, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4904, 229, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4556, 229, '_edit_lock', '1222797706'),
(4557, 229, '_edit_last', '1'),
(4617, 230, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4604, 229, 'description', 'Comment on pre-registration of Durga Puja celebrations in New Jersey.'),
(4605, 229, 'title', 'Kallol and GSCA Durga Puja Registrations Sold Out!!!'),
(4611, 230, '_edit_lock', '1222871684'),
(4612, 230, '_edit_last', '1'),
(10113, 231, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4622, 231, '_edit_lock', '1236375385'),
(4623, 231, '_edit_last', '1'),
(4625, 231, '_wp_page_template', 'default'),
(4961, 232, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4627, 232, '_edit_lock', '1224006408'),
(4628, 232, '_edit_last', '1'),
(4654, 233, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/auditorium_title_web.jpg'),
(4655, 233, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:343;s:14:"hwstring_small";s:23:"height=''96'' width=''125''";s:4:"file";s:84:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/auditorium_title_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"auditorium_title_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:32:"auditorium_title_web-300x228.jpg";s:5:"width";i:300;s:6:"height";i:228;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(4885, 234, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4962, 232, 'keywords', 'Durga Puja, Bengali, celebration, dinner, community'),
(4963, 232, 'description', 'One of the most enjoyable things at the Durga Puja festivals is the community dinner. Sitting together and having a nice meal with the rest of the community gives a great feeling of solidarity. But these dinners are also a source of major logistical issues.'),
(4964, 232, 'title', 'Cartoon of the Week 8: Puja Prasad'),
(4686, 234, '_edit_lock', '1223477196'),
(4687, 234, '_edit_last', '1'),
(4781, 235, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/dhunuchi_wt_web.jpg'),
(4782, 235, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:308;s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/dhunuchi_wt_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"dhunuchi_wt_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:27:"dhunuchi_wt_web-300x205.jpg";s:5:"width";i:300;s:6:"height";i:205;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(4856, 236, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4887, 234, 'description', 'A review on Kallol\\''s Durga Puja 2008.'),
(4888, 234, 'title', 'Another Successful Durga Puja by Kallol of NJ'),
(4886, 234, 'keywords', 'babul supriyo, cactus, bangla band, pujo, kallol, new jersey'),
(4823, 236, '_edit_lock', '1223397637'),
(4824, 236, '_edit_last', '1'),
(4845, 237, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/neel.jpg'),
(4846, 237, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:239;s:6:"height";i:300;s:14:"hwstring_small";s:22:"height=''96'' width=''76''";s:4:"file";s:68:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/neel.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"neel-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(4862, 238, '_edit_last', '1'),
(4858, 236, 'description', 'Neel Kashkari to Oversee $700bn Bailout'),
(4859, 236, 'title', 'Neel Kashkari to Oversee $700bn Bailout'),
(4857, 236, 'keywords', 'neel kashkari, bailout, economy, wall street, mortgage'),
(4875, 238, 'description', 'in this global era, thinking in terms of only a conventional community is thinking backward. Society and community as we have known it, is probably dead for us here. Better be prepared for a Kobi-Joyonti-Dhamaka in the summer and a globalized Hangama in New Year’s Eve, but do not expect the comfort of familiarity.'),
(4876, 238, 'title', 'Are you still Relevant?'),
(4874, 238, 'keywords', 'Durga Puja, New Jersey, Kallol, Social, Bengali'),
(4894, 239, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4890, 239, '_edit_lock', '1223505682'),
(4891, 239, '_edit_last', '1'),
(4903, 240, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4896, 240, '_edit_lock', '1223506351'),
(4897, 240, '_edit_last', '1'),
(5908, 241, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(4906, 241, '_edit_lock', '1239736781'),
(4907, 241, '_edit_last', '1'),
(5064, 242, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(4950, 241, 'description', 'About twitter'),
(4951, 241, 'title', 'Twitter - The latest craze in micro-blogging'),
(4949, 241, 'keywords', 'twitter, blog, social network'),
(5059, 242, '_edit_lock', '1224033423'),
(5060, 242, '_edit_last', '1'),
(5128, 243, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5066, 243, '_edit_lock', '1224170324'),
(5067, 243, '_edit_last', '1'),
(5088, 244, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/pujor_saari_web.jpg'),
(5089, 244, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:348;s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/pujor_saari_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"pujor_saari_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:27:"pujor_saari_web-300x232.jpg";s:5:"width";i:300;s:6:"height";i:232;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5117, 243, 'title', 'Cartoon of the Week 9: Are we Missing Something?'),
(5116, 243, 'description', 'Durga Puja festival and cartoon'),
(5115, 243, 'keywords', 'durga puja, cartoon, new jersey, bengali'),
(5130, 246, '_edit_lock', '1224688586'),
(8100, 246, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5126, 77, '_edit_last', '1'),
(5125, 77, '_edit_lock', '1237558220'),
(5131, 246, '_edit_last', '1'),
(5474, 247, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5197, 246, 'title', 'Chandrayaan-1 Lifts Off'),
(5196, 246, 'description', 'The Indian Lunar mission Chandrayaan lifts off.'),
(5195, 246, 'keywords', 'Chandrayaan, moon, lunar, ISRO, India, NASA'),
(8107, -1243392336, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5199, 247, '_edit_lock', '1225731619'),
(5200, 247, '_edit_last', '1'),
(5211, 248, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/nonta_khaabaar.jpg'),
(5212, 248, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:306;s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/nonta_khaabaar.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"nonta_khaabaar-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:26:"nonta_khaabaar-300x204.jpg";s:5:"width";i:300;s:6:"height";i:204;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5296, 247, 'title', 'Cartoon of the Week 10: The Power of Salt'),
(5295, 247, 'description', 'Cartoon on arranged marriage.'),
(5294, 247, 'keywords', 'cartoon, bengali, salt, alibaba, marriage'),
(5381, 249, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5241, 249, '_edit_lock', '1225345727'),
(5242, 249, '_edit_last', '1'),
(5245, 250, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/obama8.jpg'),
(5246, 250, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:375;s:14:"hwstring_small";s:22:"height=''96'' width=''76''";s:4:"file";s:70:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/obama8.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"obama8-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:18:"obama8-240x300.jpg";s:5:"width";i:240;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";d:13;s:6:"credit";s:0:"";s:6:"camera";s:13:"Canon EOS 10D";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1129628434;s:9:"copyright";s:0:"";s:12:"focal_length";i:115;s:3:"iso";i:400;s:13:"shutter_speed";d:0.0040000000000000000832667268468867405317723751068115234375;s:5:"title";s:0:"";}}'),
(11963, 251, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5257, 249, 'description', 'Article by Amitava Sen'),
(5258, 249, 'title', 'Barack Obama: Son-in-Law'),
(5256, 249, 'keywords', 'barack obama, election, bengali society'),
(5260, 251, '_edit_lock', '1225902869'),
(5261, 251, '_edit_last', '1'),
(5262, 252, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/bazar_kore_wt_web.jpg'),
(5263, 252, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:450;s:6:"height";i:321;s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:81:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/10/bazar_kore_wt_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"bazar_kore_wt_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:29:"bazar_kore_wt_web-300x214.jpg";s:5:"width";i:300;s:6:"height";i:214;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5278, 253, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5272, 253, '_edit_lock', '1225731275'),
(5273, 253, '_edit_last', '1'),
(5284, 254, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5280, 254, '_edit_lock', '1225731367'),
(5281, 254, '_edit_last', '1'),
(5307, 255, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5298, 255, '_edit_lock', '1225731952'),
(5299, 255, '_edit_last', '1'),
(5372, 256, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5311, 256, '_edit_lock', '1225988133'),
(5312, 256, '_edit_last', '1'),
(5374, 256, 'description', 'A tribute to Obama'),
(5375, 256, 'title', 'OBAMA WINS'),
(5336, 257, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/capt2c23ea48aa4e4bdf9ffe6d5aabb29e1bindia_us_election_reax_amd101.jpg'),
(5337, 257, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:399;s:6:"height";i:244;s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:129:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/capt2c23ea48aa4e4bdf9ffe6d5aabb29e1bindia_us_election_reax_amd101.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:77:"capt2c23ea48aa4e4bdf9ffe6d5aabb29e1bindia_us_election_reax_amd101-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:77:"capt2c23ea48aa4e4bdf9ffe6d5aabb29e1bindia_us_election_reax_amd101-300x183.jpg";s:5:"width";i:300;s:6:"height";i:183;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:2:"AP";s:6:"camera";s:0:"";s:7:"caption";s:192:"An Indian artist makes a painting of American president elect Barack Obama and Mahatma Gandhi to mark the victory of Obama in Ahmadabad, India, Wednesday, Nov. 5, 2008. (AP Photo/Ajit Solanki)";s:17:"created_timestamp";i:1225903170;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:22:"India US Election Reax";}}'),
(5338, 258, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/captcpsocy13061108011057photo00photodefault-512x347.jpg'),
(5339, 258, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:399;s:6:"height";i:270;s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:115:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/captcpsocy13061108011057photo00photodefault-512x347.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:63:"captcpsocy13061108011057photo00photodefault-512x347-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:63:"captcpsocy13061108011057photo00photodefault-512x347-300x203.jpg";s:5:"width";i:300;s:6:"height";i:203;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5373, 256, 'keywords', 'barack obama, election, bengali society'),
(5506, 262, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5472, 29, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5382, 25, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5465, 260, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5384, 260, '_edit_lock', '1226506772'),
(5385, 260, '_edit_last', '1'),
(5426, 261, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/zoo_web.jpg'),
(5427, 261, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:583;s:6:"height";i:431;s:14:"hwstring_small";s:23:"height=''94'' width=''128''";s:4:"file";s:71:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/zoo_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"zoo_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:19:"zoo_web-300x221.jpg";s:5:"width";i:300;s:6:"height";i:221;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5467, 260, 'description', 'The other day I was at the Union County College (UCC) to participate in a seminar/talk about immigrant issues as portrayed in works of art and literature. The topic emerged from the works of Jhumpa Lahiri as her two books, \\"Interpreter of Maladies\\" and \\"The Namesake\\", are being selected as the college novels for the 2008-2009 term. After my talk, few of us were chatting regarding how we deal with cultural differences in our everyday life in this country. Each of us were narrating some incidents in our life and in connection to \\"The Namesake\\" we were talking about the significance of names in different cultures,'),
(5468, 260, 'title', 'Cartoon of the week 12: Culture Shock'),
(5466, 260, 'keywords', 'jhumpa lahiri, the namesake, union county college, college novel, culture, shock, seminar'),
(5477, 262, '_edit_lock', '1227065141'),
(5478, 262, '_edit_last', '1'),
(5508, 262, 'description', 'BSL : Bangla as a Second Language'),
(5509, 262, 'title', 'BSL : Bangla as a Second Language'),
(5507, 262, 'keywords', 'bangla, language, play, stage, durga, puja, kallol, new jersey, nj'),
(5511, 263, '_edit_lock', '1227280247'),
(5512, 263, '_edit_last', '1'),
(5533, 264, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/astrology_web.jpg'),
(5534, 264, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:545;s:6:"height";i:379;s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/astrology_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"astrology_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"astrology_web-300x208.jpg";s:5:"width";i:300;s:6:"height";i:208;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9579, 263, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5546, 263, 'description', 'Many of us are strong believers in astrology and other similar practices like palmistry, tarot cards etc. etc. that claim to predict one\\''s future. A huge industry runs on servicing such people and also provides employment to millions.'),
(5547, 263, 'title', 'Cartoon of the Week 13: Prediction'),
(5545, 263, 'keywords', 'astrology, palmistry, prediction, cartoon, bengali, bangla, train'),
(5557, 265, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5549, 265, '_edit_lock', '1227231243'),
(5550, 265, '_edit_last', '1'),
(6176, 266, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5559, 266, '_edit_lock', '1227813925'),
(5560, 266, '_edit_last', '1'),
(5600, 266, 'description', 'It is Thanksgiving eve and this dastardly scene unfolds in front of me on the Indian News networks - Mumbai under attack. Soon CNN picked it up and all news networks focused on the financial capital of India - Mumbai. It was dramatic, to say the least, to witness the Taj, Oberoi and Trident hotels on fire, gun shots and explosions, and the closeups of blood stained people and property. As I write this, the siege is still on with several hostages under the clutches of the terrorists.'),
(5601, 266, 'title', 'Terror in Mumbai'),
(5599, 266, 'keywords', 'terrorist, deccan mujahedin, mumbai, india, cnn, police, ats'),
(5635, 267, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5603, 267, '_edit_lock', '1237833657'),
(5604, 267, '_edit_last', '1'),
(5637, 267, 'description', 'A new Bengali/English webzine, <a href=\\"http://urhalpool.com\\">Urhalpool</a>, has been launched by the local New Jersey group Shrishti.  The magazine is edited by Gautam Dutta and the first issue consists of contributions from some great writers like Sunil Ganguly, Taslima Nasreen, Sreejato, Subodh Sarkar, Maillika Sengupta, Alolika Mukherjee, Jyotirmoy Dutta and others. The issue also includes interviews of Bratya Basu, Suman Ghosh, Gautam Ghosh, Noam Chomsky and others. The cover is painted by the celebrated artist Paritosh Sen.'),
(5638, 267, 'title', 'Urhalpool: A New Bengali/English Webzine'),
(5625, 268, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/urhalpool.jpg'),
(5626, 268, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1000;s:6:"height";i:686;s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/11/urhalpool.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"urhalpool-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:21:"urhalpool-300x205.jpg";s:5:"width";i:300;s:6:"height";i:205;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5636, 267, 'keywords', 'webzine, bangla, kolkata'),
(5680, 269, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5640, 269, '_edit_lock', '1228443061'),
(5641, 269, '_edit_last', '1'),
(5669, 270, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/12/tag_web.jpg'),
(5670, 270, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:511;s:6:"height";i:410;s:14:"hwstring_small";s:23:"height=''96'' width=''119''";s:4:"file";s:71:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/12/tag_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"tag_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:19:"tag_web-300x240.jpg";s:5:"width";i:300;s:6:"height";i:240;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6470, 271, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5682, 269, 'description', 'Last week the holiday shopping season kicked off with mad black Friday. With the current economic turmoil and officially declared recession looming on us, many pundits predicted that this shopping season will be less than stellar. However, the black Friday sales reports say something different. Shoppers flocked to the stores in hordes, many camped outside their favorite stores overnight. The tragic stampede death of a security worker at the Long Island Wal-mart clearly indicated the shopper frenzy was not at all dampened by any economic concerns. On the other hand, some may argue, that this shopper frenzy is caused due to the economic conditions since people want to spend the minimum this season. Hence black Friday was possibly their only option to get the best possible deals. \r\nThe other day I heard another pundit on the NPR who suggested that whatever disposable (now that\\''s a loaded word) income one makes this season, they should spend at the stores. This not only helps the economy, but also is the best use of the money at this moment since neither the stock market nor the bank can be relied upon. Hence enjoy while you can.'),
(5683, 269, 'title', 'Cartoon of the Week 14: Buy and Return'),
(5681, 269, 'keywords', 'market, economy, shopping, black friday'),
(5686, 271, '_edit_lock', '1240933349'),
(5687, 271, '_edit_last', '1'),
(5750, 133, '_edit_lock', '1239739914'),
(5747, 271, 'description', 'Like me, if any of you watch ETV Bangla in your homes, you must be watching this new tele-serial \\"Dhoop Chhaya\\" or \\"Sun and Shade\\" the latest remake of \\"The Godfather\\". Since Francis Ford Coppola made his classic mafia-gangster movie trilogy and created film making history, there has been several attempts to make films inspired by these great classics. Ram Gopal Verma made his Sarkar and Sarkar Raj adapted directly from the Coppola classics with the Bachchan father son duo - Amitabh and Abhishek. And now ETV Bangla is doing their share - \\"Dhoop Chhaya\\" a new tele-serial directed by Debangshu Sengupta and produced by Atanu Roy.'),
(5748, 271, 'title', 'Dhoop Chhaya : Yet Another Godfather Remake'),
(5746, 271, 'keywords', 'etv, etv bangla, teleserial, godfather, coppola, television');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5751, 133, '_edit_last', '1'),
(5763, 133, 'title', 'Why Go to the Theater?'),
(6333, 289, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6253, 289, '_edit_lock', '1235709416'),
(5843, 273, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5770, 273, '_edit_lock', '1241458117'),
(5771, 273, '_edit_last', '1'),
(5830, 274, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2008/12/slumdog_millionaire_poster.jpg'),
(5831, 274, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:444;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:90:"/home/sudipta/public_html/wpress/wp-content/uploads/2008/12/slumdog_millionaire_poster.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"slumdog_millionaire_poster-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:38:"slumdog_millionaire_poster-202x300.jpg";s:5:"width";i:202;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5901, 275, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5845, 273, 'description', 'When you watch Danny Boyle\\''s latest rags-to-riches fairy tale \\"Slumdog Millionaire\\", you\\''ll experience an emotional roller-coaster ride that only Mumbai can offer.  The city that never sleeps, the city that is in the center of the center of the world (as mentioned by Salim in the movie), a city that has an economic and social contrast ratio of 20,000,000:1, reveals itself on the screen as Danny Boyle and his screen writer Simon Beaufoy (based on the novel Q&A by Vikas Swarup) masterfully crafts the film using the television game show \\"Kaun Banega Crorepati?\\" or \\"Who wants to be a Millionaire?\\" as the spine of the story.'),
(5846, 273, 'title', 'Slumdog Millionaire: A Mumbai Two Crore Opera'),
(5844, 273, 'keywords', 'slumdog millionaire, danny boyle, film, mira nair, mumbai, oscar, golden globe'),
(5850, 275, '_edit_lock', '1230867662'),
(5851, 275, '_edit_last', '1'),
(5903, 275, 'description', 'Year 2008 is finally over, and what a year it has been. I am sure this year will go down in history as one of the most significant year of this century.  If we look back to this year, the two events that stand out the most are - the global economic meltdown and the historic presidential election.'),
(5904, 275, 'title', 'Goodbye 2008 - Welcome 2009'),
(5902, 275, 'keywords', 'economy, olympics, market, finance, global, terrorism, india, obama'),
(5972, 276, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(5910, 276, '_edit_lock', '1232074100'),
(5911, 276, '_edit_last', '1'),
(5941, 277, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/01/wt_web.jpg'),
(5942, 277, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:539;s:6:"height";i:341;s:14:"hwstring_small";s:23:"height=''80'' width=''128''";s:4:"file";s:70:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/01/wt_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"wt_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:18:"wt_web-300x189.jpg";s:5:"width";i:300;s:6:"height";i:189;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(5975, 276, 'title', 'Cartoon of the Week 15: Train Travel'),
(5974, 276, 'description', 'Traveling long distance by train was one of the most enjoyable modes of transportation in India. Once you get over the initial hurdles of getting a reserved seat or squeeze yourself in through the crowded doors as the train slowly rolls in to the platform or the frantic attempts to manage the porter and the family, the journey becomes much easy and enjoyable. Overnight train rides are especially thrilling when you not only need to manage a berth to sleep, but also keep an eye on your luggage and belongings to protect them from the \\"highly suspicious\\" co-passengers around you. When I was a child, I remember the train journeys from Kolkata (Sealdah or Howrah depending on which train you take) to Siliguri.'),
(5973, 276, 'keywords', 'train, india, siliguri, farakka, ticket, lallu yadav, railways'),
(5979, 85, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(5983, 278, '_edit_lock', '1234452302'),
(5984, 278, '_edit_last', '1'),
(6089, 278, 'title', '\\"Jadio Galpo\\": Globalization in Bengali Theatre'),
(6088, 278, 'description', 'Theatre Workshop, the leading theater company/group of Kolakata, will be premiering their new production \\"Jadio Galpo\\" at the Academy of Fine Arts theater in Kolkata at 3.00pm on Saturday February 7th. The play is written by yours truly and was earlier produced by our group ECTA in Kolkata and USA as \\"Satyameva\\". The play has also been published in the Bohurupi theater magazine in 2008.'),
(6087, 278, 'keywords', 'kolkata, theater, theatre workshop, ashok Mukhopadhyay, play, globalization, stage, lebedeff'),
(6086, 278, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6316, 290, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:298;s:6:"height";i:264;s:14:"hwstring_small";s:23:"height=''96'' width=''108''";s:4:"file";s:72:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/slumdogs.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"slumdogs-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6315, 290, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/slumdogs.gif'),
(6254, 289, '_edit_last', '1'),
(6051, 280, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6039, 280, '_edit_lock', '1234382380'),
(6040, 280, '_edit_last', '1'),
(8257, 281, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6053, 280, 'description', 'Sanjoy, a young software professional, has arrived in USA, the \\"land of opportunity\\", for just over six months and works for a software body shopping company \\"InterSoft\\" owned and operated by Bill (a Bengali American living in the States for over thirty years.) On the day of the play Bill fires Sanjoy and asks him to go back to India. Sanjoy, however, is not happy with this decision and refuses to oblige. He informs Bill that he is not going to return to India under any circumstances. He states that returning to India is synonymous to signing a death warrant for himself. He cannot subject himself to such a grave risk. And to justify himself, and to win his ultimate motive, he has to make a choice between truth or deceit.'),
(6054, 280, 'title', 'Jadio Galpo by Theater Workshop'),
(6052, 280, 'keywords', 'theater, theatre workshop, kolkata, calcutta, india, ashok mukhopadhyay'),
(6056, 281, '_edit_lock', '1234382569'),
(6057, 281, '_edit_last', '1'),
(7105, 282, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6063, 282, '_edit_lock', '1238806845'),
(6064, 282, '_edit_last', '1'),
(6076, 283, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/jodiogolpo_web.jpg'),
(7106, 282, 'keywords', 'Theater, theatre, play, AIDS, HIV, Calcutta, India, Virology'),
(7107, 282, 'description', 'A Play in Bengali with English Sub-Titles\r\n\r\nWritten by Sudipta Bhawmik\r\nDirected by Indranil Mukherjee\r\n\r\n“A senior Bengali virologist returns to India, after retiring from his medical practice of 35 years, to find peace, tranquility and solace amongst his family and old friends. But soon he discovers that his nemesis has followed him and he has nowhere to hide. \\"\r\n\r\nCast:\r\n\r\nGargi Mukherjee, Samya Goswami, Keka Sirkar, Kaninika Dutta, Sudipta Bhawmik, Subhodev Das, Indranil Mukherjee,\r\n\r\nKaushik Dutta, and Lilabati Majumdar\r\n\r\nMusic: Partha Sarathi Mukhopadhyay\r\n\r\nEdison Valley Playhouse, 2196 Oak Tree Road, Edison, NJ'),
(6077, 283, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:338;s:6:"height";i:352;s:14:"hwstring_small";s:22:"height=''96'' width=''92''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/jodiogolpo_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"jodiogolpo_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:26:"jodiogolpo_web-288x300.jpg";s:5:"width";i:288;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8147, 284, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6091, 284, '_edit_lock', '1235074120'),
(6092, 284, '_edit_last', '1'),
(6093, 285, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/bank-report-web.jpg'),
(6094, 285, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:478;s:6:"height";i:310;s:14:"hwstring_small";s:23:"height=''83'' width=''127''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/bank-report-web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"bank-report-web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:27:"bank-report-web-300x194.jpg";s:5:"width";i:300;s:6:"height";i:194;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6174, 284, 'description', 'Healthcare cost management, one of the major election issues last year, is once again in the back burner - being overshadowed by the economic meltdown. Although the recent economic stimulus package contains a provision to modernize health-care record keeping which can potentially reduce some of the costs and also provide for some computer programming jobs, it can hardly put a dent on this monstrous problem. Health-care cost is poised to be the next bubble to burst and it can also have devastating effects on the population and businesses. This needs to be dealt with as soon as possible before the entire system disintegrates. Many hospitals are reporting higher rates of ER admissions for patients without insurance. This is expected with the high unemployment numbers.  Soon the hospitals will be asking for bail out money.'),
(6175, 284, 'title', 'Cartoon of the Week 16: Healthcare Costs'),
(6173, 284, 'keywords', 'healthcare, health, doctor, cost, crisis, stimulus package, bill, health insurance, HMO, medical, hospital'),
(8146, 286, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6183, 286, '_edit_lock', '1236883888'),
(6184, 286, '_edit_last', '1'),
(6218, 287, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/cover-3916.gif'),
(6219, 287, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:125;s:6:"height";i:194;s:14:"hwstring_small";s:22:"height=''96'' width=''61''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/cover-3916.gif";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"cover-3916-125x150.gif";s:5:"width";i:125;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6220, 288, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/dasgupta-3916.jpg'),
(6221, 288, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:125;s:6:"height";i:190;s:14:"hwstring_small";s:22:"height=''96'' width=''63''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/02/dasgupta-3916.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"dasgupta-3916-125x150.jpg";s:5:"width";i:125;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6247, 286, 'title', 'Mothers in Sex Trade : An In-depth Look'),
(6246, 286, 'description', 'As per the promotional material, the book <strong>Mothers for Sale</strong> attempts to offer an understanding of sex workers as mothers that goes beyond the current debate on the viability and legitimacy of sex work for women. It highlights the aspirations and fears, joys and disappointments, triumphs and failures that sex workers share with all mothers. The book is based on information gathered from more than 750 sex workers and more than 300 of their children through detailed interviews that the authors conducted since 2006.  This is not fiction or fantasy that many writers and film makers have resorted to,  to portray the conditions of the sex traders. This is an objective and compassionate study of a class of working women who are trying to make a living for themselves and their children.'),
(6250, 36, '_edit_lock', '1235681940'),
(6251, 36, '_edit_last', '1'),
(6335, 289, 'title', 'Slumdogs, Oscars, and Artists'),
(6334, 289, 'description', 'The recent success of \\"Slumdog Millionaire\\" at the Oscars have resurfaced a new crisis that has often plagued us, the people of India and Indian origin. Well, I should possibly qualify that statement by saying that not everybody is complaining. In fact the slum dwellers are celebrating the fact the Oscar win as their won victory. It is only those people who feel insecure of their reality has been complaining the most by accusing that these artists and film makers are making millions by exploiting the poverty of India.'),
(6405, 291, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6339, 291, '_edit_lock', '1236394984'),
(6340, 291, '_edit_last', '1'),
(6408, 291, 'title', '\\"Origins of the Financial Crisis\\" and Other Lessons'),
(6407, 291, 'description', 'While the current economic crisis still bogging us down to our knees, I chanced upon an insightful lecture by Dr. Alan Blinder, a Professor of Economics and Public Affairs at the Woodrow Wilson School, Princeton University. Prof. Blinder speaks very eloquently about the multiple causes and culprits of the current economic crisis and also spells out the possible remedies. It was an extremely educational experience for me, and I think will be the same for many people like me who keep on hearing multiple different stories from different sources.'),
(6406, 291, 'keywords', 'education, online education, opencourse, MIT, Yale, Harvard, Stanford, economy, Alan Blinder, Tom Friedman, Academic Earth, school, university'),
(9569, 441, '_edit_lock', '1256787730'),
(9568, -1256787284, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8260, 293, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6410, 293, '_edit_lock', '1237833583'),
(6411, 293, '_edit_last', '1'),
(6455, 294, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/bhoomi-band.jpg'),
(6456, 294, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:563;s:6:"height";i:395;s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:75:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/bhoomi-band.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"bhoomi-band-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:23:"bhoomi-band-300x210.jpg";s:5:"width";i:300;s:6:"height";i:210;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6487, 295, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6468, 293, 'description', 'Bengali music found its new voice through band music that has recently proliferated across the land and one of the pioneers of this music is \\"Bhoomi\\" the legendary band from Kolkata. The key to Bhoomi\\''s success is their use of Bengali folk tunes and enrich them using modern musical arrangements. The six member team, with occasional guest artists, have been entrancing their audiences since 1999 with their captivating music. Folk musicals styles like baul, bhatiyali , moishaal, jhumur,saari gaan and qawaali constitutes the primary source of  inspiration for Bhoomi\\''s music.'),
(6469, 293, 'title', 'Bhoomi : The Modern Voice of Bengal'),
(6467, 293, 'keywords', 'Bhoomi, Bengal, Kolkata, folk, music, band, Bangla Band, Baranday Roddur, ETV Bangla, Show, Dance'),
(6472, 295, '_edit_lock', '1236889184'),
(6473, 295, '_edit_last', '1'),
(6488, 295, 'title', 'Chhandayan\\''s 10th Annual All-Night Concert of Indian Music'),
(6517, 296, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6490, 296, '_edit_lock', '1236907819'),
(6491, 296, '_edit_last', '1'),
(8264, 297, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6519, 296, 'description', 'Google has announced a new service, Google Voice. In 2007 Google acquired GrandCentral, a phone management service, for $50+ million. Since then GrandCentral was almost forgotten. Now Google unveils the GrandCentral service as voice call service that can give Skype a run for their money.'),
(6520, 296, 'title', 'Skype Beware! Google Voice is Coming!'),
(6518, 296, 'keywords', 'Google, Google Voice, Skype, GrandCentral, Voice mail, cell phone, mobile'),
(6522, 297, 'lightboxoff', 'false'),
(6523, 297, '_edit_lock', '1237344132'),
(6524, 297, '_edit_last', '1'),
(6545, 298, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6538, 298, 'lightboxoff', 'false'),
(6539, 298, '_edit_lock', '1237342587'),
(6540, 298, '_edit_last', '1'),
(6546, 299, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/bengali_sweet.jpg'),
(6547, 299, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:416;s:6:"height";i:276;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/bengali_sweet.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"bengali_sweet-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"bengali_sweet-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6612, 300, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6558, 297, 'description', 'The famous Joynagar moa, a confectionery prepared from date palm jaggery (nalen gur) and puffed,  rice could be given a geographical indication (GI) patent. If awarded, the patent would be the second for a produce of Bengal, after Darjeeling tea. Also in the pipeline for a GI patent are Bardhamaner Sithabhog, Shaktigarer lyangcha and Mursidabad silk.'),
(6559, 297, 'title', 'Jaynagarer Moa to be Patented'),
(6557, 297, 'keywords', 'Jaynagarer Moa, Sweet, bengali, bardhaman, sitabhog, saktigarer langchya, murshibad silk, GI, patent, darjeeling, basmati'),
(6561, 300, 'lightboxoff', 'false'),
(6562, 300, '_edit_lock', '1237475031'),
(6563, 300, '_edit_last', '1'),
(6576, 301, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/mahasweta.jpg'),
(6577, 301, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:260;s:6:"height";i:297;s:14:"hwstring_small";s:22:"height=''96'' width=''84''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/mahasweta.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"mahasweta-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6613, 300, 'keywords', 'Mahasweta Devi, Booker Prize, Novel, Novelist, Activist, Bengal, Bengali, Naipaul, Joyce Carol Oates'),
(6614, 300, 'description', 'On Wednesday (18th March), fourteen authors across the world were been named as the contenders for the Man Booker International prize. The long list of writers includes the name of prolific veteran Bengali writer Mahasweta Devi.   Sir V. S. Naipaul is also included in the list. In all 14 authors from 12 countries have been nominated for Booker Prize, which is one of the most prestigious literary awards in the world. The prize given in two years carries prize money of 60,000 pounds and can be won by any author worldwide, provided their work is available in English.'),
(6615, 300, 'title', 'Mahasweta Devi Nominated for the 2009 Man Booker Prize'),
(6617, 302, 'lightboxoff', 'false'),
(6618, 302, '_edit_lock', '1237513696'),
(6619, 302, '_edit_last', '1'),
(6631, 303, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/sunil_ganguly.jpg'),
(6632, 303, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:600;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/sunil_ganguly.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"sunil_ganguly-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"sunil_ganguly-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6670, 77, 'lightboxoff', 'false'),
(6667, 302, 'description', 'Few months ago I wrote about the debut of a new Bengali webzine, Urhalpool.com. The magazine has now reached new heights with the introduction of the first hard copy version at the 2009 Kolkata Book Fair. On\r\nSaturday 7th February 2009, at 6PM, the UBI auditorium at the Kolkata Book Fair ground was completely packed with people standing all over. Sunil Gangopadhyay introduced Urhalpool with a short speech which was  followed by editor Goutam Datta talking about the vision of the magazine.'),
(6668, 302, 'title', 'Urhalpool Inaugurated at the 2009 Kolkata Book Fair'),
(6666, 302, 'keywords', 'kolkata book fair, urhalpool, sunil ganguly, srijato, nabaneeta debsen'),
(8386, 302, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6672, 304, 'lightboxoff', 'false'),
(6673, 304, '_edit_lock', '1237564689'),
(6674, 304, '_edit_last', '1'),
(8272, 305, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6686, 304, 'description', 'Jay Leno talks to President Obama on the Tonight Show'),
(6687, 304, 'title', 'President Obama on the Tonight Show'),
(6685, 304, 'keywords', 'Obama, Jay Leno, AIG, Recession, economy, USA, America, President, Washington'),
(7641, 304, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6689, 305, 'lightboxoff', 'false'),
(6690, 305, '_edit_lock', '1237824713'),
(6691, 305, '_edit_last', '1'),
(6704, 306, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/kgp_heart.jpg'),
(6705, 306, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:460;s:6:"height";i:345;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/kgp_heart.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"kgp_heart-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:21:"kgp_heart-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6724, 307, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/indian_food_healthy.jpg'),
(6722, 305, 'description', 'The Total Artificial Heart (TAH) — said to be the first such in the country — has been developed by a team of scientists at IIT-Kgp\\''s school of medical science and technology.'),
(6723, 305, 'title', 'IIT Kharagpur Develops Artificial Heart'),
(6721, 305, 'keywords', 'heart, artificial, IIT, kharagpur, Tata, Nano, TAH, jarvik, India, Technology'),
(6725, 307, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:400;s:6:"height";i:300;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:83:"/home/sudipta/public_html/wpress/wp-content/uploads/2009/03/indian_food_healthy.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"indian_food_healthy-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:31:"indian_food_healthy-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6738, 219, 'lightboxoff', 'false'),
(8262, 308, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6740, 308, 'lightboxoff', 'false'),
(6741, 308, '_edit_lock', '1237828474'),
(6742, 308, '_edit_last', '1'),
(6773, 309, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/03/iit_kharagpur.jpg'),
(6774, 309, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:116;s:6:"height";i:87;s:14:"hwstring_small";s:23:"height=''87'' width=''116''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/03/iit_kharagpur.jpg";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6818, 135, '_edit_last', '1'),
(6804, 308, 'title', 'Trouble in IIT Campus'),
(6803, 308, 'description', 'It is ironic to say the least that just when I was enthusiastically reporting the news of the development of an artificial heart by IIT Kharagpur, a young heart stopped beating in the campus. Rohit Kumar, a third year Electrical Engineering student (LLR Hall) died due to the apparent neglect by the in-campus \\"B.C.Roy Technology Hospital\\".  Details about this event can be found in the campus students newspaper \\"Scholars Avenue\\" and I will refrain from reporting them once again out here.  However this incident resulted in a student uproar that i was unprecedented in the IIT Kharagpur\\''s history. The angry students demonstrated their frustration at the residence of the director of the Institute which resulted in the resignation of the director as well as some other administrative staff.'),
(6802, 308, 'keywords', 'IIT, Kharagpur, Rohit kumar, director, damodar acharya, hospital, B.C. Roy, campus'),
(6819, 91, '_edit_lock', '1237835055'),
(6817, 135, '_edit_lock', '1237834976'),
(6820, 91, '_edit_last', '1'),
(6821, 88, '_edit_lock', '1237836218'),
(6822, 88, '_edit_last', '1'),
(6831, 310, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6824, 310, '_edit_lock', '1237864436'),
(6825, 310, '_edit_last', '1'),
(6837, 311, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(6833, 311, '_edit_lock', '1237906139'),
(6834, 311, '_edit_last', '1'),
(6914, 312, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(6839, 312, '_edit_lock', '1237928129'),
(6840, 312, '_edit_last', '1'),
(6907, 312, 'title', 'Community News Bites: Sudhindra Dutta Award and San Francisco Asian American Film Festival'),
(6906, 312, 'description', 'Gargi Mukherjee, the well known New Jersey actress, will feature in two films to be screened at the 27th San Francisco Asian American Film Festival. The first one is a short film. Dida Reema Anjana, directed by Bornila Chatterjee and the other a feature length comedy, Karma Calling, directed by Sarba Das.  Gargi\\''s son Birsa also featured in Dida Reema Anjana along with another local actress Lilabati Majumdar.\r\nBirsa also acted in  a short film directed by Mira Nair, How Can It Be? as part of 8 short films for the United Nations Millennium Project, directed by world-renowned directors.\r\nBoth Gargi and Birsa had earlier acted in Mira Nair\\''s acclaimed film \\"The Namesake\\"'),
(6905, 312, 'keywords', 'Mira Nair, Film Festival, How can it be?, Asian American Film festival, Gargi Mukherjee, Rituparna Sengupta, Raj Basu, Sabyasachi Chakraborty, Kaushik Sen, Piyalir Password'),
(7026, 314, 'keywords', 'blog, traffic, web traffic, money, SEO, Alexa, google, Adsense, Yahoo, page rank, long tail, chris anderson, amazon, netflix'),
(6916, 314, '_edit_lock', '1239131467'),
(6917, 314, '_edit_last', '1'),
(12321, 314, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7027, 314, 'description', 'Anybody who is even least interested in making money with their blog has done a google search this title phrase and have landed up with thousands of articles, posts, advertorials, videos and other material that provide a hash-up of few different techniques that can bring in the greens. But when you look at them with some curiosity, you\\''ll see that almost all off them give you a bullet list of techniques that can bring in traffic and can potentially bring in some dough. You\\''ll learn about SEO techniques to improve search engine rankings, you\\''ll know how important it is to have in-links to your site, you\\''ll discover what article marketing is, and how to effectively use the social networking and bookmarking sites (Facebook, Orkut, Del.icio.us, Reddit, Stumbleupon etc. etc.). You\\''ll know the benefits of enlisting your blog to multiple blog networks and directories, tricks to improve Alexa rankings and the secrets of setting up RSS feeds for potential subscribers.'),
(7028, 314, 'title', 'How to Bring Traffic to Your Blog or How to Make Money with Your Blog!'),
(6989, 315, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/long_tail.png'),
(6990, 315, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:800;s:6:"height";i:416;s:14:"hwstring_small";s:23:"height=''66'' width=''128''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/long_tail.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"long_tail-150x150.png";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:21:"long_tail-300x156.png";s:5:"width";i:300;s:6:"height";i:156;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(6991, 316, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/make_money_blog.jpg'),
(6992, 316, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:347;s:6:"height";i:346;s:14:"hwstring_small";s:22:"height=''95'' width=''96''";s:4:"file";s:80:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/make_money_blog.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"make_money_blog-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:27:"make_money_blog-300x299.jpg";s:5:"width";i:300;s:6:"height";i:299;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11810, 317, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7030, 317, '_edit_lock', '1238768984'),
(7031, 317, '_edit_last', '1'),
(7032, 318, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/zakir_hussain.jpg'),
(7033, 318, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:127;s:6:"height";i:100;s:14:"hwstring_small";s:23:"height=''96'' width=''121''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/zakir_hussain.jpg";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(7044, 317, 'description', 'Shiv Kumar Sharma and Zakir Hussain Concert in Delaware'),
(7045, 317, 'title', 'Shiv Kumar Sharma and Zakir Hussain'),
(7043, 317, 'keywords', 'Santoor, Tabla, Zakir Hussain, Shiv Kumar Sharma, Concert'),
(7108, 282, 'title', 'Banaprastha: ECTA\\''s New Production'),
(7141, 321, 'description', 'Actor Kal Penn is taking a job in the Obama administration as a liaison to Asian-American groups, a White House spokesman said. The Hollywood star, who appeared in Fox TV’s drama “House” and several movies like \\"The Namesake\\", \\"Harold and Kumar\\" etc., is joining the White House Office of Public Liaison as a link to Asian-American and Pacific- Islander communities, spokesman Shin Inouye said.'),
(7139, 321, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(7125, 321, '_edit_lock', '1239212137'),
(7126, 321, '_edit_last', '1'),
(7142, 321, 'title', 'Kal Penn in White House'),
(7140, 321, 'keywords', 'Kal Penn, Namesake, Obama, White House, Harold and Kumar'),
(7144, 322, '_edit_lock', '1240932197'),
(7145, 322, '_edit_last', '1'),
(7187, 323, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/sms_cell_phone_teen.jpg'),
(7245, 322, 'title', 'Facebook, Social  Network and Teens'),
(7244, 322, 'description', 'Recently I heard an excellent talk by Dr. Jeffrey Cole (Director, Center for the Digital Future, of the USC Annenberg School) about Social Networks, the digital media and our teens. His research and insights into this digital revolution that we are growing through threw some interesting light on our teen generation. The teens today use technology in ways we never thought about. The entire digital industry is geared up to develop new gadgets and gizmos for the new generation. The social networking phenomenon like Facebook, Orkut and others have demonstrated how much power does this new generation has in defining the shape of digital media.  Dr. Cole lists few characteristics of a teen in this digital generation.'),
(7243, 322, 'keywords', 'Facebook, Orkut, Social Network, MySpace, Mobile, Jeffrey Cole, Teenager, Linked-In'),
(7242, 322, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(7188, 323, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:288;s:6:"height";i:201;s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:84:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/sms_cell_phone_teen.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"sms_cell_phone_teen-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(7218, 324, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(7202, 324, '_edit_lock', '1239337669'),
(7203, 324, '_edit_last', '1'),
(7220, 324, 'description', 'It seems the \\"Ghost who walks\\" is not aware of the rampant piracy that\\''s going on in the Indian ocean. Phantom, the nemesis of the pirates, is needed once again. The Somali pirates have been ravaging the shipping lanes off the horn of Africa. The recent attack on Maersk and the kidnapping of its American captain has suddenly caught the attention of the media.\r\n\r\nWhere is Phantom? Let the drums of Denkali once again summon the great comic book hero - Phantom - The Ghost Who Walks!'),
(7221, 324, 'title', 'Phantom - Where are You?'),
(7219, 324, 'keywords', 'Phantom, Ghost, Denkali, Somali, Somalia, Pirate, Maersk, Lee Falk'),
(8263, 325, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7247, 325, '_edit_lock', '1239633871'),
(7248, 325, '_edit_last', '1'),
(8275, 326, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7264, 325, 'title', 'New Jersey Independent South Asian Cine Fest Spring Festival 2009'),
(7263, 325, 'keywords', 'Film Festival, Mrinal Sen, Gautam Ghosh'),
(7266, 326, '_edit_lock', '1241492353'),
(7267, 326, '_edit_last', '1'),
(7320, 327, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(7705, 326, 'title', 'Limbaugh\\''s Slumdogs'),
(7704, 326, 'description', 'Rush Limbaugh once again pushed the limit of political correctness - this time referring to workers handling outsourced jobs in India as \\"slumdogs\\".'),
(7703, 326, 'keywords', 'Rush Limbaugh, slumdog, Barack Obama, BPO, Outsourcing, Jobs, Economy, Radio'),
(7286, 327, '_edit_lock', '1239741340'),
(7287, 327, '_edit_last', '1'),
(7323, 327, 'title', 'Want to Outsource that Term Paper Assignment?'),
(8388, 328, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7322, 327, 'description', 'ust heard this news on the radio. Now you can outsource your term paper to some online company who employs writers in India, Philippines, Pakistan and other countries to write original essays for you. Note, that these essays are not plagiarized versions, rather they are crisp original - rather custom made. Although in some cases they have raised suspicion because some of the essay\\''s quality was far better than what the teachers expect of the student. Not only short term papers and essays, these enterprising writers can write an entire dissertation for you. In one case (I understand it was for an MIT student) the online essay mill delivered a dissertation on aerospace engineering (read rocket science).'),
(7321, 327, 'keywords', 'Online, essay mill, essaywriters, NPR, outsource, plagiarism, term paper, dissertation'),
(7325, 328, '_edit_lock', '1240031224'),
(7326, 328, '_edit_last', '1'),
(7378, 329, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/gregory-house-md.jpg'),
(7379, 329, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:400;s:6:"height";i:310;s:14:"hwstring_small";s:23:"height=''96'' width=''123''";s:4:"file";s:81:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/gregory-house-md.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"gregory-house-md-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:28:"gregory-house-md-300x232.jpg";s:5:"width";i:300;s:6:"height";i:232;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(7405, 328, 'title', 'The House Formula'),
(7404, 328, 'description', 'I kind of like Gregory House, MD. And who doesn\\''t? House is one of the most popular TV shows that has catapulted Fox network to lead the popularity ratings (along with 24 and other shows). The quirky, obnoxious and ill mannered medical genius has become everybody\\''s dream doctor.  We the New Jersey viewers specially feel his absence in real life since Gregory House works in this fictitious \\"Princeton-Plainsboro\\" hospital and to whom people come crossing the rough seas risking their lives (no pun intended) to get treated.'),
(7403, 328, 'keywords', 'House, Gregory House, TV, Television, Fox, Hugh Laurie, Kal Penn, Princeton, Plainsboro, New Jersey'),
(7411, 330, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(7407, 330, '_edit_lock', '1240255615'),
(7408, 330, '_edit_last', '1'),
(11806, 331, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7414, 331, '_edit_lock', '1240348143'),
(7415, 331, '_edit_last', '1'),
(7422, 332, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/hilary-swank-freedom-writers.jpg'),
(7423, 332, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:410;s:6:"height";i:273;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:93:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/hilary-swank-freedom-writers.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:40:"hilary-swank-freedom-writers-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:40:"hilary-swank-freedom-writers-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8151, 333, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7429, 333, '_edit_lock', '1240350769'),
(7430, 333, '_edit_last', '1'),
(7456, 334, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(7446, 333, 'description', 'I was searching for an online Bengali dictionary that I can use not only to check meanings of Bengali words but also to use it as a spell checker. Then I chanced upon this website, Samsad Bengali-English Dictionary by Sailendra Biswas. The dictionary is quite effective, however you may need few tries to get accustomed. The dictionary is partly funded by the US Dept of Education.'),
(7447, 333, 'title', 'Online Bengali to English Dictionary'),
(7445, 333, 'keywords', 'bengali, english, dictionary, samsad, online'),
(7449, 334, '_edit_lock', '1240417709'),
(7450, 334, '_edit_last', '1'),
(7714, 335, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7458, 335, '_edit_lock', '1241541212'),
(7459, 335, '_edit_last', '1'),
(7510, 336, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/bp_logo-copy.jpg'),
(7511, 336, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:216;s:6:"height";i:288;s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/bp_logo-copy.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"bp_logo-copy-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(7526, 337, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/buladi.jpg'),
(7717, 335, 'title', 'Banaprastha and AIDS - The Genesis'),
(7715, 335, 'keywords', 'HIV, AIDS, INDIA,  NGO, SONATA, Theater, Philadelphia, Red Ribbon, Edison Valley Playhouse, ECTA, Theatre, India, Calcutta, Angels in America, Voice of America, sex worker, prostitution'),
(7716, 335, 'description', 'I think it was in 2004 when I met Pranay Dutta, an AIDS activist from Calcutta who was on a world tour attending several AIDS conferences in Europe, Asia and America. Pranay Dutta was then (and I understand he still is) the secretary of Sonata Foundation, an NGO in Calcutta who was trying to spread AIDS awareness in West Bengal and India through music, documentaries and performing arts.'),
(7527, 337, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:170;s:6:"height";i:162;s:14:"hwstring_small";s:23:"height=''96'' width=''100''";s:4:"file";s:71:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/04/buladi.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"buladi-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(7578, -1240944261, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7665, 175, 'keywords', 'radio, play, bengali, humor, podcast'),
(10966, 504, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10937, 504, '_edit_lock', '1283390417'),
(10938, 504, '_edit_last', '1'),
(7587, -1240949009, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7588, 339, '_edit_lock', '1241020582'),
(7589, 339, '_edit_last', '1'),
(7619, 339, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(7620, -1241020595, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7621, 340, '_edit_lock', '1241021109'),
(7622, 340, '_edit_last', '1'),
(7668, -1241468928, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7638, 340, 'description', 'The Mason Gross School of Arts at the Rutgers University in New Jersey is opening up a whole new department of Indian Dance and Music.  The program is being introduced with a concert of Indian music and dance on Sunday, June 28th from 2 to 3.45 p.m. at Nicolas Center, Cook Douglass Campus, Rutgers University, NJ featuring most of the faculty.'),
(7639, 340, 'title', 'Rutgers University Offers Training in Indian Music and Dance'),
(7637, 340, 'keywords', 'Rutgers, Mason Gross, Arts, Music, Dance, Indian, Training, Faculty, Sitar, Vocal, Odissi'),
(7640, 340, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7669, 341, '_edit_lock', '1241817391'),
(7670, 341, '_edit_last', '1'),
(7891, 341, 'title', 'ETV Bangla New Schedule for USA'),
(7890, 341, 'description', 'ETV Bangla has changed its broadcast schedule in USA. They claim that the schedule is now follows the current Kolkata broadcast schedule only with the time shifted. In other words a show at 8.00pm in Kolkata will be broadcast at 8.00pm Eastern in USA. Although, now we have the privilge of watching the current shows instead of  a huge lag, the popular serials have now fast forwarded quite a bit with lot of story being lost in the process. The scheduling also doesn\\''t seem to be stabilzed - we often have to experience erratic programming.'),
(7889, 341, 'keywords', 'ETV, TV, bangla, Direct TV, DVR, Tivo'),
(11244, 341, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7719, -1241551800, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7720, 342, '_edit_lock', '1241552125'),
(7721, 342, '_edit_last', '1'),
(7735, 342, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(7739, -1241578727, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7737, 342, 'description', 'Want to search the web in Bengali for websites in Bengali? Visit google.co.in and select the language (Bengali) from the menu below the search window.  Now type in your search keyword using your keyboard. Google uses a transliteration scheme to form the word in Bangla. It will also offer multiple options as you type in. Select your option, and voila\\'' - several Bangla websites will splash on your screen.'),
(7738, 342, 'title', 'Use Google to Search in Bengali'),
(7736, 342, 'keywords', 'Bangla, Bengali, google'),
(7740, 343, '_edit_lock', '1241659420'),
(7741, 343, '_edit_last', '1'),
(7975, 343, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7776, 344, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/subho_sammo.jpg'),
(7777, 344, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:219;s:6:"height";i:360;s:14:"hwstring_small";s:22:"height=''96'' width=''58''";s:4:"file";s:76:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/subho_sammo.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"subho_sammo-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:23:"subho_sammo-182x300.jpg";s:5:"width";i:182;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(7831, -1241639752, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7830, 343, 'title', 'Banaprastha Rehearsals in Final Phase'),
(7829, 343, 'description', 'After a long preparation phase, the end is now in sight. In two weeks time, ECTA will be launching their latest production, \\"Banaprastha\\" or \\"The Retirement\\". ECTA\\''s play have always generated interest amongst the theater lover audience of this area. \\"Banaprastha\\" is no exception either. People are eagerly waiting for the new play with lot of expectation. We hope this play will live up to that.'),
(7828, 343, 'keywords', 'Play, India, AIDS, HIV, Theater, Theatre, Edison, Bhawmik'),
(7793, 343, '_headspace_page_title', 'Banaprastha: A New Play'),
(7794, 343, '_headspace_description', 'After a long preparation phase, the end is now in sight. In two weeks time, ECTA will be launching their latest production, "Banaprastha" or "The Retirement". ECTA''s play have always generated interest amongst the theater lover audience of this area. "Banaprastha" is no exception either. People are eagerly waiting for the new play with lot of expectation. We hope this play will live up to that.'),
(7832, 345, '_edit_lock', '1241712394'),
(7833, 345, '_edit_last', '1'),
(12018, 345, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7878, 346, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/etv-bangla.jpg'),
(7868, 345, 'description', 'Alexa ranking is now the defacto standard for determining web popularity - the less the rank number the higher is your popularity. For example Google has the highest rank - 1. Most online advertisers use Alexa rank as the key metric to decide whether to spend their precious advertising dollars on a site.'),
(7869, 345, 'title', 'The Elusive Alexa Rank and How to Improve It'),
(7867, 345, 'keywords', 'alexa, google, rank improve, advertise, online, asia, traffic, chrome, google chrome'),
(7870, 345, '_headspace_page_title', 'The Elusive Alexa Rank and How to Improve It'),
(7871, 345, '_headspace_description', 'Alexa ranking is now the defacto standard for determining web popularity - the less the rank number the higher is your popularity. For example Google has the highest rank - 1. Most online advertisers use Alexa rank as the key metric to decide whether to spend their precious advertising dollars on a site.'),
(7879, 346, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:318;s:6:"height";i:318;s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:75:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/etv-bangla.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"etv-bangla-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:22:"etv-bangla-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(7892, -1242066377, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7893, 347, '_edit_lock', '1242068836'),
(7894, 347, '_edit_last', '1'),
(7971, 347, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(7906, 348, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/quillpad-bengali.jpg'),
(7907, 348, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:203;s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:81:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/quillpad-bengali.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"quillpad-bengali-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(7976, -1242183025, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(7973, 347, 'description', 'Quillpad.in is an online Bengali wordprocessor'),
(7974, 347, 'title', 'Quillpad.in: The New Tool to Write in Bengali'),
(7972, 347, 'keywords', 'quillpad, quillpad.in, bengali wordprocessor, firefox, google chrome, hindi wordprocessor,'),
(7977, 349, '_edit_lock', '1242224398'),
(7978, 349, '_edit_last', '1'),
(8025, 350, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/indian-idol-anu-malik.jpg'),
(8049, 349, 'description', 'The reality TV show \\"American Idol\\" has triggered a new trend - Idol search! All TV channels all over the world are searching for idols - or talents. But this search is not only limited to the television screen, but it has also proliferated onto the stage in various forms. Although the primary objective of this kind of shows is to screen for talent, but in reality (excuse the pun) it is nothing but an entertainment show. The excitement, the drama, and the occasional emotional outbursts, are all part of the show. Undoubtedly, such shows do bring many talented men, women and children to the limelight, but is this the right way to do explore talent. In many cases, the exploration turns to exploitation - especially for the young participants.'),
(8050, 349, 'title', 'Search for Idol'),
(8099, 349, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8026, 350, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:351;s:6:"height";i:293;s:14:"hwstring_small";s:23:"height=''96'' width=''115''";s:4:"file";s:86:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/indian-idol-anu-malik.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:33:"indian-idol-anu-malik-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:33:"indian-idol-anu-malik-300x250.jpg";s:5:"width";i:300;s:6:"height";i:250;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8048, 349, 'keywords', 'Idol, Indian Idol, NABC, CAB, wireless, cell phone, celebrity'),
(8051, -1242927320, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8052, 351, '_edit_lock', '1242929335'),
(8053, 351, '_edit_last', '1'),
(8082, 351, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8088, -1242929952, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8084, 351, 'description', 'ECTA\\''s latest production \\"Banaprastha\\" premiered at the Edison Valley Playhouse on May 16th in front of a full house. The play was very well received by the audience as you can see in the accompanying video. After the smashing success of the first edition, the 2nd edition of online bilingual (Bengali & English) magazine URHALPOOL (www.urhalpool.com) is out.'),
(8085, 351, 'title', 'Community News Bites: Banaprastha and Urhalpool'),
(8083, 351, 'keywords', 'ECTA, Banaprastha, ezine, play, drama, globalization, theater, art'),
(8086, 351, '_headspace_page_title', 'Community News Bites: Banaprastha and Urhalpool'),
(8087, 351, '_headspace_description', 'ECTA''s latest production "Banaprastha" premiered at the Edison Valley Playhouse on May 16th in front of a full house. The play was very well received by the audience as you can see in the accompanying video.'),
(8089, 352, '_edit_lock', '1242931922'),
(8090, 352, '_edit_last', '1'),
(8098, 352, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8108, 353, '_edit_lock', '1243393758'),
(8109, 353, '_edit_last', '1'),
(8140, 353, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8143, 353, 'title', 'Aila Causes Devastation in West Bengal'),
(8142, 353, 'description', 'I am watching the devastation caused by hurricane Aila on ETV Bangla news. It looks really bad. Although the local adminstration has ramped up the rescue operation quite efficiently, the wide spread destruction is very difficult to handle. The recent election seems to have been responsible for this quick response from the Left Front State Govt who wants to prove that they have not lost contact with the people.'),
(8141, 353, 'keywords', 'Aila, India, West Bengal, Hurricane, Trinamool'),
(8273, 57, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8153, -1243479154, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8154, 354, '_edit_lock', '1243541266'),
(8155, 354, '_edit_last', '1'),
(8199, 355, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/kathak-kalamandir.jpg'),
(8200, 355, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:760;s:6:"height";i:436;s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:82:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/05/kathak-kalamandir.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"kathak-kalamandir-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:29:"kathak-kalamandir-300x172.jpg";s:5:"width";i:300;s:6:"height";i:172;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8253, 354, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8228, -1243523063, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8256, 354, 'title', 'Kathak in America - The Story of Kalamandir'),
(8255, 354, 'description', 'The classical Indian dance form Kathak is now quite well known amongst the dance connoisseurs of America.  Americans who have some familiarity with classical music and dance of India, know about Kathak - a dance form that truly blends together the various components of Indian music - melody, rhythm and the beauty of the physical form.  It is true that many stalwarts of the Kathak dance form like Pandit Birju Maharaj and others have graced the American stage with their amazing performances'),
(8254, 354, 'keywords', 'kathak, indian music, Indian dance, kalamandir'),
(8229, 356, '_edit_lock', '1243523220'),
(8230, 356, '_edit_last', '1'),
(8234, 356, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8276, -1244084439, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8265, -1243897352, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10999, 503, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8277, 358, '_edit_lock', '1244086000'),
(8278, 358, '_edit_last', '1'),
(8300, 358, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8291, 359, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/06/suranjana-and-pallab-web.jpg'),
(8292, 359, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:288;s:6:"height";i:191;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:89:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/06/suranjana-and-pallab-web.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"suranjana-and-pallab-web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8301, 70, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8302, 70, '_edit_lock', '1244417103'),
(8303, 70, '_edit_last', '1'),
(8304, -1244666367, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8305, 360, '_edit_lock', '1254772765'),
(8306, 360, '_edit_last', '1'),
(8309, -1244666547, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9431, 360, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8310, 361, '_edit_lock', '1244666874'),
(8311, 361, '_edit_last', '1'),
(8318, 361, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8319, -1244667000, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8320, 362, '_edit_lock', '1244668519'),
(8321, 362, '_edit_last', '1'),
(8339, 363, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/06/habib-tanvir.jpg'),
(8340, 363, '_wp_attachment_metadata', 'a:0:{}'),
(8366, -1244748910, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8364, 362, 'title', 'Habib Tanvir : The Legend Lives On'),
(8363, 362, 'description', 'Very few theatre personalities in India have become legends in their life times. Habib Tanvir was one of them. Born as Habib Ahmed Khan on September 1, 1923 in Raipur, Chattisgarh, Habib Tanvir has reinvented Indian folk theater and brought it out on the world stage in its full glory.  I still remember the evening in Calcutta when I watched his brilliant creation \\"Charandas Chor\\".  The presentation of the play in a traditional folk form looked so modern, so fresh, that I couldn\\''t think of anything comparable in contemporary theatre. Habib thorogh is work has left a legacy that is difficult to carry on - cause it demands a level of dedication that many of our modern theatre workers will fail to match. The sensitivity with which he nurtured the folk forms, experimented with content and presented them with such grace and simplicity - only a true genius can achieve such excellence.'),
(8362, 362, 'keywords', 'habib tanvir, theatre, theater, folk theatre'),
(8361, 362, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8367, 364, '_edit_lock', '1245180831'),
(8368, 364, '_edit_last', '1'),
(8444, 364, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8371, 365, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/06/banaprastha-biswajit-web.jpg'),
(8372, 365, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:252;s:6:"height";i:168;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:89:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/06/banaprastha-biswajit-web.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"banaprastha-biswajit-web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8410, 364, 'title', 'Banaprastha - Only if the message could be clearer'),
(8409, 364, 'description', 'The play was about a returning Bengali doctor with the expectation that he would spend his retirement amongst his own people.  Instead he found himself in an unlikely family situation and in a native city, which was different than what he left behind decades ago.'),
(8408, 364, 'keywords', 'HIV, AIDS, India, Calcutta, stigma, theatre, theater, play, bhawmik'),
(8412, -1246389614, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8413, 366, '_edit_lock', '1246459554'),
(8414, 366, '_edit_last', '1'),
(8431, 366, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8432, -1246530540, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10936, -1283388441, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10856, 503, '_edit_lock', '1282794908'),
(10857, 503, '_edit_last', '1'),
(8437, -1246530683, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10851, 502, 'keywords', 'kallol, nabc, atlantic city, bengali'),
(10852, 502, 'description', 'Kallol has done it again, a very successful and thoroughly enjoyable Banga Sammelan and Kallol deserves our gratitude. We needed it, a three days’ escape from humdrum of the life and for some of us from depressing economic uncertainty.  Do not forget that this is a very difficult economic time in America, never encountered since thirties.  It is never far from our minds.  To venture into such a huge undertaking at this difficult time takes courage and boldness; Kallol accepted the challenge and succeeded under the very able leadership of Timir Hore, Sudhir Nag and Soumen Roy. Thank you.'),
(8445, 369, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/tagore.jpg'),
(8446, 369, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:301;s:6:"height";i:405;s:14:"hwstring_small";s:22:"height=''96'' width=''71''";s:4:"file";s:71:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/tagore.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"tagore-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:18:"tagore-222x300.jpg";s:5:"width";i:222;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8447, 370, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/tagore-thumb.jpg'),
(8448, 370, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:182;s:6:"height";i:244;s:14:"hwstring_small";s:22:"height=''96'' width=''71''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/tagore-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"tagore-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8452, 373, '_edit_lock', '1247074619'),
(8453, 373, '_edit_last', '1'),
(8476, 374, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/time-zone-web.jpg'),
(8475, 373, 'title', 'Jayanti\\''s are For Ever!'),
(8474, 373, 'description', 'The derivative meaning of the word “Jayanti” in Bengali is, an occasion to acclaim and praise, linguistically speaking. But the word really means a Jubilee, celebration of certain anniversaries. More often it means celebration of birthdays of famous persons, usually dead than alive. In our case, the dates of these anniversaries could be an amalgam of many calendars. Saints and spiritual gurus are observed according to lunar calendar; Sri Ramakrishna is celebrated on the second day of the new moon on the eleventh month (Falgun) of the Bengali era. Poets and littérateurs have their assigned days in accordance with the dates of Bengali calendar, as in 25th of the first month (Baisakh) of the calendar for the poet Rabindra Nath Thakur and for some, the ones dealing with science, politics, sports etc. as per the Christian calendar; January 23rd for Subhas Chandra Bose, for example.'),
(8473, 373, 'keywords', 'Rabindranath Tagore, Najrul, Jibanananda, Poet, bengali'),
(8517, 373, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8477, 374, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:482;s:6:"height";i:480;s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/time-zone-web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"time-zone-web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"time-zone-web-300x298.jpg";s:5:"width";i:300;s:6:"height";i:298;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8478, 375, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/time-zone-web-thumb.jpg'),
(8479, 375, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:296;s:6:"height";i:295;s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:84:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/time-zone-web-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"time-zone-web-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8480, 376, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/sahaj-ma.jpg'),
(8481, 376, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:350;s:6:"height";i:233;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/sahaj-ma.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sahaj-ma-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:20:"sahaj-ma-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8482, 377, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/sahaj-ma-thumb.jpg'),
(8483, 377, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:244;s:6:"height";i:164;s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/07/sahaj-ma-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"sahaj-ma-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8485, 378, '_edit_lock', '1247161827'),
(8486, 378, '_edit_last', '1'),
(8509, -1247085070, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8526, 378, 'keywords', 'NABC, Sahaj Maa, Srikanto Acharya, Shaan, Kallol, 2010'),
(8527, 378, 'description', 'On July 4th, Saturday night, the curtains came down upon the NABC 2009 at the San Jose McEnery Convention Center. But as the NABC lights faded out in the West Coast, Kallol of New Jersey got into full gear to herald in the NABC of 2010 to be held at the Atlantic City Convention center from July 9th to 11th, 2010. Although I was not able to attend the San Jose NABC, but judging from the excellent coverage on Urhalpool, it seemed that it was a successful one from an overall perspective. It seemed that the shows ran on time (which was unthinkable even a few years ago, NABC seems to have fixed that vexing problem and made this cartoon irrelevant), they were entertaining and dazzling, food was good, as were the long adda sessions. The second generation kids also seemed to have enjoyed themselves, some made new friends and some met old ones they met at previous NABCs.'),
(8528, 378, 'title', 'Goodbye NABC 2009 - Welcome NABC 2010'),
(10333, 378, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8510, 379, '_edit_lock', '1247085248'),
(8511, 379, '_edit_last', '1'),
(8516, 379, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8529, -1247497025, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8530, 380, '_edit_lock', '1247497138'),
(8531, 380, '_edit_last', '1'),
(8534, -1248133341, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8533, 380, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8535, 381, '_edit_lock', '1248133536'),
(8536, 381, '_edit_last', '1'),
(8788, 381, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8542, -1249298849, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8547, -1249503145, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8548, 383, '_edit_lock', '1249504709'),
(8549, 383, '_edit_last', '1'),
(8567, 383, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8555, 384, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/08/desh-review-web.jpg'),
(8556, 384, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:669;s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:80:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/08/desh-review-web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"desh-review-web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:27:"desh-review-web-229x300.jpg";s:5:"width";i:229;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8574, 386, '_wp_attachment_metadata', 'a:0:{}'),
(8569, 383, 'description', 'Subrata Ghosh, an emiment theater critic from Kolkata, recently reviewed Theater Workshop\\''s production \\"Jadiyo Galpo\\" in Desh patrika.  \\"Jadiyo Galpo\\" is the play that we had staged last year as \\"Satyameva\\". Check out this review and tell your friends and family in Kolkata to watch this play at their latest opportunity.'),
(8570, 383, 'title', 'Jadiyo Galpo - A Review'),
(8568, 383, 'keywords', 'Theater Workshop, Jadiyo Galpo'),
(8573, 386, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/08/wp-app.php'),
(8576, -1250102254, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10850, 502, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8585, -1250564026, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8586, 388, '_edit_lock', '1250694176'),
(8587, 388, '_edit_last', '1'),
(8725, 388, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8617, -1250566005, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8618, 389, '_edit_lock', '1250566139'),
(8619, 389, '_edit_last', '1'),
(8623, 389, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8624, -1250566140, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8625, 390, '_edit_lock', '1250566290'),
(8626, 390, '_edit_last', '1'),
(8679, 391, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/08/nissan_altima.jpg'),
(8628, 390, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8680, 391, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:180;s:6:"height";i:90;s:14:"hwstring_small";s:23:"height=''64'' width=''128''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/08/nissan_altima.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"nissan_altima-150x90.jpg";s:5:"width";i:150;s:6:"height";i:90;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8728, 388, 'title', 'Buying a Used Car'),
(8727, 388, 'description', 'Recently I was in the market for a used car for my son. It has been quite a long time since I bought a used or should I say \\"preowned\\" vehicle. Even when I had bought couple of \\"pre-owned\\" cars during my early days in this country, I bought them through my colleagues and friends. The first car I bought was a Dodge Aries wagon that was sold to me by a colleague of mine when I was desperate to get a car that had four wheels and could take me from my home to work and maybe some shopping. Hence I ignored several of its \\"minor\\" blemishes - like the rear passenger door which was disabled permanently. A previous accident had bent it awkwardly and  my colleague warned me that if I attempt to open the door from inside, it may swing out violently and injure a bystander. I never opened the door. But the car served me very well. It was the time when minivans were just appearing in the market and station wagons were in high demand to haul luggage to the airports. My friends loved the car. It could sit six people quite comfortably and the huge trunk could pack in a whole apartment.'),
(8726, 388, 'keywords', 'Car, altima, nissan, dodge, aries, sentra, sulekha, carfax, autocheck'),
(8712, -1250654106, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8713, 392, '_edit_lock', '1250654332'),
(8714, 392, '_edit_last', '1'),
(8717, 392, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(8729, -1250801428, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8730, 393, '_edit_lock', '1250803941'),
(8731, 393, '_edit_last', '1'),
(8787, 393, 'title', 'Durga Puja 2009 - Just a Month Away'),
(8786, 393, 'description', 'Bengali Associations of NJ are gearing up for the biggest festival of the year - Durga Puja. This year the festival starts quite early, around 25th-26th of September. Kallol, GSCA and Anandamandir will be celebrating their Durga Puja during that weekend.  And just like last year we should expect that the registration frenzy will start soon. GSCA has already opened their online registration, and Kallol is expected to open theirs in early September.'),
(8785, 393, 'keywords', 'durga puja, kallol, GSCA, New Jersey, Bengali'),
(8789, 393, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8790, -1251471541, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8791, 394, '_edit_lock', '1252951541'),
(8792, 394, '_edit_last', '1'),
(8796, -1251472497, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8972, 394, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8797, 395, '_edit_lock', '1251473316'),
(8798, 395, '_edit_last', '1'),
(8817, 395, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8821, -1251878167, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8819, 395, 'description', 'I mean Vishal Varadwaj\\''s latest film \\"Kaminey\\". I liked it a lot! I was pleasantly surprised when I saw his previous film \\"Omkara\\".  So I went to the theater with high hopes. And Kaminey exceeded my expectations. I can say that it is the best Bollywood gangsta movie ever made.'),
(8820, 395, 'title', 'Did You Like Kaminey?'),
(8818, 395, 'keywords', 'kaminey, bollywood, tarantino, vishal bharadwaj, Vishal varadwaj, Sahid Kapoor, Priyanka Chopra'),
(10855, -1282782170, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10826, 502, '_edit_lock', '1279675108'),
(10827, 502, '_edit_last', '1'),
(10853, 502, 'title', 'Banga Sammelan 2010: A Review and Some Views'),
(8826, -1252466162, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8827, 397, '_edit_lock', '1252466802'),
(8828, 397, '_edit_last', '1'),
(8844, 397, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8848, -1252511499, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8846, 397, 'description', 'For folks who follow the Weight Watchers diet system of points, the following table illustrates some of the popular Indian food items found in restaurants. However, note that this is not what we eat at home on a daily basis.  Now how do we calculate points for Maachher Jhol, Begun Bhaja, Mung-dal, Posto-bata?'),
(8847, 397, 'title', 'Indian Food and Weight Watchers'),
(8845, 397, 'keywords', 'indian food, weight watchers, korma'),
(9570, 441, '_edit_last', '1'),
(9578, 441, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8922, 399, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/billygoatprofile1.jpg'),
(8923, 399, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:325;s:6:"height";i:480;s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:82:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/billygoatprofile1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"billygoatprofile1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:29:"billygoatprofile1-203x300.jpg";s:5:"width";i:203;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8924, 400, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/billygoatprofile1-thumb.jpg'),
(8925, 400, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:166;s:6:"height";i:244;s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:88:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/billygoatprofile1-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"billygoatprofile1-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8927, 402, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/goat.jpg'),
(8928, 402, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:300;s:6:"height";i:263;s:14:"hwstring_small";s:23:"height=''96'' width=''109''";s:4:"file";s:69:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/goat.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"goat-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8929, 403, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/goat-thumb.jpg'),
(8930, 403, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:205;s:6:"height";i:180;s:14:"hwstring_small";s:23:"height=''96'' width=''109''";s:4:"file";s:75:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/goat-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"goat-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(8934, 406, '_edit_lock', '1252604711'),
(8935, 406, '_edit_last', '1'),
(8948, -1252592272, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8945, 406, 'description', 'The intelligentsia (as defined by Wikipedia) is a social class of people engaged in complex mental and creative labor directed to the development and dissemination of culture, encompassing intellectuals and social groups close to them.  You can very well attribute this term to the Bengali society who fits this definition quite well.  But what does a timid and herbivorous (although Bengalis think goats to be omnivorous - chhagole ki na khay) mammal like goat got to do with this elite group of people?  The answer to this is well known to all of us - Bengalis love goat meat. Although in other parts of the World, goat milk and milk products (cheese) are also extremely popular, but we the Bengalis don\\''t care much about the milk.  It is the meat that is most important to us - the ultimate food in any Bengali plate.  Historically, goat meat is the only kind of meat that Bengalis (especially the Hindu Bengalis) ate. Goats were the most popular offerings to Goddess Kali and Durga - and the meat then cooked in a recipe void of any garlic or onions and hence termed as \\"vegetarian meat\\".'),
(8946, 406, 'title', 'Goat and the Bengali Intelligentsia'),
(8944, 406, 'keywords', 'bengali, goat, lamb, mutton, kosha mangsho, recipe, food, indian food, lamb curry, lamb biriyani, mutton'),
(8970, 406, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8949, 407, '_edit_lock', '1253200556'),
(8950, 407, '_edit_last', '1'),
(8964, -1252594496, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8988, 407, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8965, 408, '_edit_lock', '1252594660'),
(8966, 408, '_edit_last', '1'),
(8974, 409, '_edit_lock', '1253214216'),
(8968, 408, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(8975, 409, '_edit_last', '1'),
(8990, -1253646085, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8985, 409, 'description', 'Multiple bills have been floating in the Capitol and today Senator Baucus unveiled the so-called bipartisan bill (which apparently only one Republican Sen. Olympia Snowe is likely to support) which has no option for a public-option, requires families to contribute 13% of their income for health insurance premiums and imposes fines ($3800 per family) on those who do not purchase insurance. The bill does however impose some restrictions on insurance companies to prevent them from rejecting people with pre-existing conditions or from increasing the rates for people with serious illnesses. This bill, if accepted, would cost $856 billion over 10 year time.'),
(8986, 409, 'title', 'The Health Care Debate'),
(8984, 409, 'keywords', 'healthcare, Obama, Baucus, bill, Medicare, Insurance, health insurance, malpractice, doctor, hospital, transplant, dialysis'),
(8989, 409, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(8991, 410, '_edit_lock', '1253828416'),
(8992, 410, '_edit_last', '1'),
(9176, 410, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9038, -1253718860, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9178, 410, 'description', 'Mahalaya in Bengal is synonymous to the seventy year old radio musical \\"Mahisashur Mardini\\" written by Bani Kumar and composed by Pankaj Mallik.'),
(9177, 410, 'keywords', 'Mahalaya, Durga Puja, India, All India radio, Pankaj Mallik, Birendra Krishna Bhadra, Anandamandir'),
(9179, 410, 'title', 'Mahalaya in New Jersey - A Tradition of Our Own'),
(9039, 411, '_edit_lock', '1253719079'),
(9040, 411, '_edit_last', '1'),
(9046, 411, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9047, 410, '_headspace_page_title', 'Mahalaya in New Jersey'),
(9048, 409, '_headspace_page_title', 'The Health Care Debate'),
(9049, -1253732059, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9050, 412, '_edit_lock', '1253827435'),
(9051, 412, '_edit_last', '1'),
(9165, 412, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9117, 413, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/ujjaini.jpg'),
(9118, 413, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:350;s:6:"height";i:450;s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:72:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/ujjaini.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"ujjaini-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:19:"ujjaini-233x300.jpg";s:5:"width";i:233;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9121, 414, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/subhomita.jpg'),
(9122, 414, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:190;s:6:"height";i:125;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/subhomita.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"subhomita-150x125.jpg";s:5:"width";i:150;s:6:"height";i:125;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9148, -1253825256, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9166, 412, 'keywords', 'Durga Puja, Kallol, New Jersey, GSCA, Ujjaini, Debojit, Subhomita'),
(9167, 412, 'description', 'In New Jersey, Durga Puja is a special time when the festive mood brings with it a flurry of entertainment and cultural programs across the state. This year too the line up looks very promising although the spirits have dampened a bit due to the tough economic times and with the rejection of visas of few of the performers.  Still the combination of local talents and professionals from India is bound to enthrall the Puja attendees on the coming weekends.'),
(9168, 412, 'title', 'Durga Puja and Cultural Events: The 2009 New Jersey Lineup'),
(9149, 415, '_edit_lock', '1253826131'),
(9150, 415, '_edit_last', '1'),
(9157, 415, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9155, 415, '_wp_page_template', 'default'),
(9180, -1253832881, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9181, 416, '_edit_lock', '1253833046'),
(9182, 416, '_edit_last', '1'),
(9186, 416, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9187, -1254276065, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9188, 417, '_edit_lock', '1254492623'),
(9189, 417, '_edit_last', '1'),
(9486, 417, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9291, -1254338964, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9292, 418, '_edit_lock', '1254339254'),
(9293, 418, '_edit_last', '1'),
(9299, 418, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9295, 419, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/manna-dey.jpg'),
(9296, 419, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:281;s:6:"height";i:321;s:14:"hwstring_small";s:22:"height=''95'' width=''84''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/manna-dey.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"manna-dey-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:21:"manna-dey-262x300.jpg";s:5:"width";i:262;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9301, 420, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/durga-protima.jpg'),
(9302, 420, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:384;s:6:"height";i:257;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/durga-protima.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"durga-protima-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"durga-protima-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9317, 421, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/pandit-jasraj-kallol.jpg'),
(9318, 421, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:288;s:6:"height";i:216;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:85:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/pandit-jasraj-kallol.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"pandit-jasraj-kallol-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9320, 422, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/kallol-pujo-dance.jpg'),
(9321, 422, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:223;s:6:"height";i:235;s:14:"hwstring_small";s:22:"height=''96'' width=''91''";s:4:"file";s:82:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/kallol-pujo-dance.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"kallol-pujo-dance-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9344, 423, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/debojit-kallol-2009.jpg'),
(9345, 423, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:310;s:6:"height";i:247;s:14:"hwstring_small";s:23:"height=''96'' width=''120''";s:4:"file";s:84:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/debojit-kallol-2009.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"debojit-kallol-2009-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:31:"debojit-kallol-2009-300x239.jpg";s:5:"width";i:300;s:6:"height";i:239;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9347, 424, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/kallol-crowd.jpg'),
(9348, 424, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:384;s:6:"height";i:257;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/09/kallol-crowd.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"kallol-crowd-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:24:"kallol-crowd-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9377, -1254406092, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9402, 417, 'keywords', 'durga puja, kallol, GSCA, New Jersey, Bengali'),
(9403, 417, 'description', 'Finally the annual Durga Puja celebrations are over. I was mostly present at the Kallol pujo but also paid (no pun intended) short visits at the Bharat Sevashram Sangha and Anandamandir. Kallol, just like the previous year, had a full house and had to turn away several people. In one of my previous blogs I had requested, rather wished, that Kallol provide a daily ticket for people who would like to come in for a day. However, for whatever reasons, Kallol decided on the contrary and the result was that I had to listen to complaints from several disappointed friends and family.  Well, rules are rules - that\\''s what I said.'),
(9404, 417, 'title', 'New Jersey Durga Puja 2009 : A Review'),
(9378, 425, '_edit_lock', '1254406165'),
(9379, 425, '_edit_last', '1'),
(9382, -1254407026, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9511, 425, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9383, 426, '_edit_lock', '1254407247'),
(9384, 426, '_edit_last', '1'),
(9405, -1254765873, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9391, 426, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9406, 427, '_edit_lock', '1254766570'),
(9407, 427, '_edit_last', '1'),
(9414, -1254772068, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9411, 427, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9415, 428, '_edit_lock', '1254772357'),
(9416, 428, '_edit_last', '1'),
(9423, -1254772446, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9422, 428, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9424, 429, '_edit_lock', '1254772636'),
(9425, 429, '_edit_last', '1'),
(9429, 429, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9434, -1254924711, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9435, 430, '_edit_lock', '1254944494'),
(9436, 430, '_edit_last', '1'),
(9456, 430, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9444, 431, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/venkatraman-ramakrishnan.jpg'),
(9445, 431, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:199;s:6:"height";i:330;s:14:"hwstring_small";s:22:"height=''96'' width=''57''";s:4:"file";s:89:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/venkatraman-ramakrishnan.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"venkatraman-ramakrishnan-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:36:"venkatraman-ramakrishnan-180x300.jpg";s:5:"width";i:180;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9457, -1255011681, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9458, 432, '_edit_lock', '1255012394'),
(9459, 432, '_edit_last', '1'),
(9512, 432, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9465, 433, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/herta-muller.jpg'),
(9466, 433, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:162;s:6:"height";i:227;s:14:"hwstring_small";s:22:"height=''96'' width=''68''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/herta-muller.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"herta-muller-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9480, -1255033077, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9478, 432, 'description', 'Herta Muller, \\"who, with the concentration of poetry and the frankness of prose, depicts the landscape of the dispossessed\\" won the 2009 Nobel Prize in literature.\r\nHerta Müller was born on August 17, 1953 in the German-speaking town Nitzkydorf in Banat, Romania. Her parents were members of the German-speaking minority in Romania. Her father had served in the Waffen SS during World War II. Many German Romanians were deported to the Soviet Union in 1945, including Müller\\''s mother who spent five years in a work camp in present-day Ukraine.'),
(9479, 432, 'title', 'Herta Muller Awarded the 2009 Nobel Prize in Literature'),
(9477, 432, 'keywords', 'Herta Muller, Nobel Prize, Germany, Romania, Author, Literature'),
(9481, 434, '_edit_lock', '1255033436'),
(9482, 434, '_edit_last', '1'),
(9485, 434, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9488, -1255331562, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10824, 500, 'title', 'NABC 2010 : The Plight of the Domestic Performers'),
(9493, 436, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/oru-pennum-randaanum-srilanka.jpg'),
(9494, 436, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:220;s:6:"height";i:146;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:94:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/oru-pennum-randaanum-srilanka.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"oru-pennum-randaanum-srilanka-150x146.jpg";s:5:"width";i:150;s:6:"height";i:146;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9495, 437, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/oru-pennum-randaanum-srilanka-thumb.jpg'),
(9496, 437, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:224;s:6:"height";i:150;s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:100:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/oru-pennum-randaanum-srilanka-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:47:"oru-pennum-randaanum-srilanka-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9498, 438, '_edit_lock', '1255558094'),
(9499, 438, '_edit_last', '1'),
(9513, -1256156989, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9509, 438, 'description', 'The three day long 3rd Annual New Jersey Independent South Asian Cine Fest (NJISACF) concluded on Sunday, October 11, 2009 at the Rutgers Busch Campus Student Center. The festival does not have the clout that some of the other major films festivals around the World enjoy, but it is gradually gaining in momentum. The festival does not boast of stars and glitterati, but is more focused on quality films made by artists of South Asian descent.'),
(9510, 438, 'title', 'NJ Independent South Asian Cine Fest 2009: A Brief Report'),
(9508, 438, 'keywords', 'film festival, new jersey, south asia, sri lanka, afganisthan'),
(9507, 438, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9514, 439, '_edit_lock', '1256160062'),
(9515, 439, '_edit_last', '1'),
(9564, 439, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9566, 439, 'description', 'I came to know Gayatri-di mainly through her literary works and her love for anything artistic.  She used to love coming to our plays and appreciated them very much. Several times she has written about our plays in Anandasambad and other magazines. Her appreciation and encouragement meant a lot to me and my team mates.'),
(9567, 439, 'title', 'Loss of a Friend'),
(9554, 440, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/gayatri_gamarsh_poet.jpg'),
(9555, 440, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:189;s:6:"height";i:162;s:14:"hwstring_small";s:23:"height=''96'' width=''112''";s:4:"file";s:85:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/10/gayatri_gamarsh_poet.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"gayatri_gamarsh_poet-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9580, -1257286842, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9565, 439, 'keywords', 'Literature, Gayatri Gamarsh'),
(9581, 442, '_edit_lock', '1257288344'),
(9582, 442, '_edit_last', '1'),
(9618, -1259168998, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9614, 442, 'description', 'I have been an ardent reader of \\"Desh\\", the premier Bengali literary magazine since my childhood days. As I moved to the US, I continued my subscription through the \\"House of Ananda\\", a New York based agency of ABP (Ananda Bazar Publications). I could pay my subscription dues using a credit card or via Paypal through their website. I used to get the magazine regularly and in time.'),
(9615, 442, 'title', '(Un)Availability of Desh Patrika in USA'),
(9613, 442, 'keywords', 'Desh, ABP, Anandabazar, Kolkata, magazine, literature, publisher, book seller'),
(10259, 442, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9619, 443, '_edit_lock', '1259181287'),
(9620, 443, '_edit_last', '1'),
(9677, 443, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9655, 444, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/11/manmohan_singh_obama.jpg'),
(9656, 444, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:399;s:6:"height";i:340;s:14:"hwstring_small";s:23:"height=''96'' width=''112''";s:4:"file";s:85:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/11/manmohan_singh_obama.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"manmohan_singh_obama-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:32:"manmohan_singh_obama-300x255.jpg";s:5:"width";i:300;s:6:"height";i:255;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9657, 445, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/11/obama_manmohan_state_dinner.jpg'),
(9658, 445, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:400;s:6:"height";i:278;s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:92:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/11/obama_manmohan_state_dinner.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"obama_manmohan_state_dinner-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:39:"obama_manmohan_state_dinner-300x208.jpg";s:5:"width";i:300;s:6:"height";i:208;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:2:"AP";s:6:"camera";s:0:"";s:7:"caption";s:215:"Guests are seen in a tent on the South Lawn of the White House during a State Dinner with President Barack Obama and Indian Prime Minister Manmohan Singh in Washington, Tuesday, Nov. 24, 2009. (AP Photo/Susan Walsh)";s:17:"created_timestamp";i:1259095749;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:14:"Obama US India";}}'),
(9664, -1259181050, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9665, 446, '_edit_lock', '1259181157'),
(9666, 446, '_edit_last', '1'),
(9669, 446, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9681, -1259797751, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9679, 443, 'description', 'On November 24th, 2009, President Barack Obama  hosted the first state dinner, since his inauguration, in honor of Dr. Manmohan Singh, the honorable Prime Minister of India and his wife Mrs. Gursharan Kaur.  State dinners honoring foreign head of states are huge events and are attended by members of the top echelon of the society.'),
(9680, 443, 'title', 'The Green State Dinner'),
(9678, 443, 'keywords', 'Barack Obama, Michelle Obama. Manmohan Singh, State Dinner, Green, White House, India, Democracy'),
(9682, 447, '_edit_lock', '1260506617'),
(9683, 447, '_edit_last', '1'),
(10010, 447, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9736, 448, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/12/sapphire_sdt.jpg'),
(9737, 448, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:559;s:6:"height";i:600;s:14:"hwstring_small";s:22:"height=''96'' width=''89''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/12/sapphire_sdt.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"sapphire_sdt-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:24:"sapphire_sdt-279x300.jpg";s:5:"width";i:279;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9738, 449, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/12/sapphire_sdt1.jpg'),
(9739, 449, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:559;s:6:"height";i:600;s:14:"hwstring_small";s:22:"height=''96'' width=''89''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/12/sapphire_sdt1.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"sapphire_sdt1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"sapphire_sdt1-279x300.jpg";s:5:"width";i:279;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9740, 450, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2009/12/sapphire_rituranga.jpg'),
(9741, 450, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:446;s:6:"height";i:600;s:14:"hwstring_small";s:22:"height=''96'' width=''71''";s:4:"file";s:83:"/home/sudipta/public_html/wpress/wp-content/uploads//2009/12/sapphire_rituranga.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"sapphire_rituranga-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:30:"sapphire_rituranga-223x300.jpg";s:5:"width";i:223;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(9766, -1259825057, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9765, 447, 'title', 'Countdown to NABC 2010'),
(9764, 447, 'description', 'he count down to NABC 2010 has started.  In little more than seven months from now, Bengalis from all over USA and abroad will converge upon Atlantic City in New Jersey. Kallol of New Jersey, the host organization of NABC 2010, is working at a hectic pace to make it a great event. Most of the performers have been lined up, registrations pouring in and the committee members are busy working on the final details like scheduling and fund raising. On January 8th, 2010, a kickoff meeting/press-conference will be held in Kolkata in the presence of most of the artists and performers.'),
(9763, 447, 'keywords', 'Kallol, NABC 2010, New Jersey, Bengali, India, Sapphire Creations, Dance'),
(9771, -1260417961, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9772, 452, '_edit_lock', '1260420611'),
(9773, 452, '_edit_last', '1'),
(9846, 452, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(9847, 452, 'keywords', 'Sahaj Ma, Utpal faqir, NABC 2010, Baul, Minstrel, Kallol'),
(9849, 452, 'title', 'NABC 2010: Sahaj-Ma and Utpal Faqir'),
(9848, 452, 'description', 'Sahaj Ma and Utpal Faqir are not only house hold names in Kolkata, but also getting popular amongst the music lovers around the world.  Her music (a collaborative fusion album with Bikram Ghosh) now plays on MTV.'),
(9852, -1263436206, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9853, 453, '_edit_lock', '1263499459'),
(9854, 453, '_edit_last', '1'),
(10386, 453, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9979, -1264046744, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(9980, 454, '_edit_lock', '1264448568'),
(9981, 454, '_edit_last', '1'),
(10005, 455, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/01/bari_siddiqui.jpg'),
(10006, 455, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:200;s:6:"height";i:178;s:14:"hwstring_small";s:23:"height=''96'' width=''107''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/01/bari_siddiqui.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"bari_siddiqui-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10015, -1264621955, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10013, 454, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10016, 456, '_edit_lock', '1264630569'),
(10017, 456, '_edit_last', '1'),
(10115, 456, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10104, 456, 'title', 'The Complete Works of Tagore Now Online'),
(10103, 456, 'description', 'If someone is asked,  what a Bengali must have in his/her bookcase, the answer is obvious. It is the sixteen volume set of Rabindra Rachanabali - the complete works of Rabindranath Tagore. Over the years, the works of Tagore has been one of the key source of revenue for Bishwabharati. However, after the expiry of the extended copyright, publishers were free to reprint Tagore without having to pay any royalty to Bishwabharati. The Society for Natural Language Technology Research (SNLTR) grabbed this opportunity and made the entire published works of Tagore (Rabindra Rachanabali) available online through their website http://rabindra-rachanabali.nltr.org.'),
(10102, 456, 'keywords', 'Rabindranath Tagore, Bangla, India, rachanabali'),
(10072, 456, '_headspace_page_title', 'The Complete Works of Tagore Now Online'),
(10073, 456, '_headspace_description', 'If someone is asked,  what a Bengali must have in his/her bookcase, the answer is obvious. It is the sixteen volume set of Rabindra Rachanabali - the complete works of Rabindranath Tagore. Over the years, the works of Tagore has been one of the key source of revenue for Bishwabharati. However, after the expiry of the extended copyright, publishers were free to reprint Tagore without having to pay any royalty to Bishwabharati. The Society for Natural Language Technology Research (SNLTR) grabbed this opportunity and made the entire published works of Tagore (Rabindra Rachanabali) available online through their website http://rabindra-rachanabali.nltr.org.'),
(10105, -1264636260, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10106, 457, '_edit_lock', '1264636441'),
(10107, 457, '_edit_last', '1'),
(10111, 457, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10116, -1265217600, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10117, 458, '_edit_lock', '1265230323'),
(10118, 458, '_edit_last', '1'),
(12294, 458, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10129, -1265231090, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10130, 459, '_edit_lock', '1265231551'),
(10131, 459, '_edit_last', '1'),
(10309, 459, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10142, -1265231552, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10143, 460, '_edit_lock', '1268250193'),
(10144, 460, '_edit_last', '1'),
(10332, 460, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10153, -1265255348, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10154, 461, '_edit_lock', '1265256962'),
(10155, 461, '_edit_last', '1'),
(10310, 461, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10181, 461, '_headspace_page_title', 'Google Bengali Transliteration'),
(10182, 461, '_headspace_description', 'Want to write in Bengali? Google now offers transliteration service from several Indian languages including Bengali. Visit http://google.com/transliterate and set up the language to Bengali using the drop down menu on the upper left corner.'),
(10183, -1265751176, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10184, 462, '_edit_lock', '1265754092'),
(10185, 462, '_edit_last', '1'),
(11660, 462, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10213, 463, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/02/kaivalya_kumar_gurav.jpg'),
(10214, 463, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:100;s:6:"height";i:150;s:14:"hwstring_small";s:22:"height=''96'' width=''64''";s:4:"file";s:85:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/02/kaivalya_kumar_gurav.jpg";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10219, -1266236523, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11663, -1294885360, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10825, -1279674576, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10822, 500, 'keywords', 'music, India, Bengali, NABC,'),
(10823, 500, 'description', 'Finally the 2010 NABC came to an end on Sunday July 11th at the Atlantic City convention center in New Jersey with a \\"blow out\\" performance by Abhijeet. Although his mockery of Bengali culture was not well appreciated by many Bengalees who slowly drifted away from the hall (which was not liked by the singer at all), his performance was just what was expected of a Bollywood performer - entertaining but nothing extraordinary. However, people who came to the conference went back with memories - some of which may not be very pleasant but I would think most of them would be happy memories.'),
(10225, -1266442752, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10226, 465, '_edit_lock', '1266442869'),
(10227, 465, '_edit_last', '1'),
(10232, 465, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10234, -1266938573, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10235, 466, '_edit_lock', '1266938757'),
(10236, 466, '_edit_last', '1'),
(10241, -1266938954, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10260, 466, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10242, 467, '_edit_lock', '1266939506'),
(10243, 467, '_edit_last', '1'),
(10252, 467, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10253, -1266956897, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10254, 468, '_edit_lock', '1266957012'),
(10255, 468, '_edit_last', '1'),
(10258, 468, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10261, -1267138559, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11066, 508, '_edit_lock', '1285039269'),
(11065, -1285039192, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10265, 470, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/supriyo-samajdar.jpg'),
(10266, 470, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:144;s:6:"height";i:143;s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:81:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/supriyo-samajdar.jpg";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10267, 471, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/supriyo-samajdar-thumb.jpg'),
(10268, 471, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:162;s:6:"height";i:161;s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:87:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/supriyo-samajdar-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"supriyo-samajdar-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10269, 472, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/bibhaban.jpg'),
(10270, 472, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:216;s:6:"height";i:303;s:14:"hwstring_small";s:22:"height=''96'' width=''68''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/bibhaban.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"bibhaban-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:20:"bibhaban-213x300.jpg";s:5:"width";i:213;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10271, 473, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/bibhaban-thumb.jpg'),
(10272, 473, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:175;s:6:"height";i:244;s:14:"hwstring_small";s:22:"height=''96'' width=''68''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/bibhaban-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"bibhaban-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10274, -1267586136, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10275, 475, '_edit_lock', '1267588890'),
(10276, 475, '_edit_last', '1'),
(10307, 475, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10304, 476, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/kumar_roy.jpg'),
(10305, 476, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:185;s:6:"height";i:200;s:14:"hwstring_small";s:22:"height=''96'' width=''88''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/03/kumar_roy.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"kumar_roy-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10311, -1268195826, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10316, -1268249556, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10317, 478, '_edit_lock', '1268249862'),
(10318, 478, '_edit_last', '1'),
(10324, -1268249977, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10323, 478, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10325, 479, '_edit_lock', '1268250126'),
(10326, 479, '_edit_last', '1'),
(10330, 479, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10334, -1268852866, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10335, 480, '_edit_lock', '1268854899'),
(10336, 480, '_edit_last', '1'),
(10366, 480, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10367, -1268855711, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10361, 480, '_headspace_page_title', 'NABC 2010: Youth Programs'),
(10362, 480, '_headspace_description', 'One of the greatest challenge of any NABC event is to come up with events and programs that can attract and engage the the next generation of young Bengalis. Most of the cultural events that happen on the stages of NABC are of little interest to them. They need their own kind of entertainment and engagement, else they have nothing to do except hang out around the convention center with a long faces while their parents have all the fun. However, the trend seems to be changing over the last few years. The NABC organizing committees are making a conscious effort to come up with events that are targeted towards the young Bengalis of USA.'),
(10368, 481, '_edit_lock', '1268855829'),
(10369, 481, '_edit_last', '1'),
(10373, -1269570949, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10371, 481, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10374, 483, '_edit_lock', '1269571131'),
(10375, 483, '_edit_last', '1'),
(10381, 482, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10380, 483, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10382, -1271655176, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10805, 501, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/07/anwesha_abhijeet.jpg'),
(10806, 501, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:228;s:6:"height";i:209;s:14:"hwstring_small";s:23:"height=''96'' width=''104''";s:4:"file";s:81:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/07/anwesha_abhijeet.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"anwesha_abhijeet-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10387, -1271894384, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10388, 485, '_edit_lock', '1271894615'),
(10389, 485, '_edit_last', '1'),
(10395, -1273032649, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10394, 485, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10396, 486, '_edit_lock', '1273034689'),
(10397, 486, '_edit_last', '1'),
(10437, 486, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10427, 487, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/05/music_chair.jpg'),
(10428, 487, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2345;s:6:"height";i:1936;s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:76:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/05/music_chair.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"music_chair-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:23:"music_chair-300x247.jpg";s:5:"width";i:300;s:6:"height";i:247;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10441, 488, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/05/ektignaye-norm.jpg'),
(10438, 486, 'keywords', 'ECTA, Play, drama, Bengali, theater'),
(10439, 486, 'description', 'I wrote the play \\"Musical Chair\\" couple of years ago for a local magazine. That time I had no intention of staging the play, rather it was written more as a piece to be read rather than acted. The theatrical format did consider the staging related logistics, but the play demanded a lot from the actors and the director. Keka Sircar took up the challenge and we decided to stage the play along with \\"Ekti Gnaye Thaki\\".'),
(10440, 486, 'title', 'Musical Chair : An Actor\\''s Perspective'),
(10442, 488, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:390;s:6:"height";i:480;s:14:"hwstring_small";s:22:"height=''96'' width=''78''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/05/ektignaye-norm.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"ektignaye-norm-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:26:"ektignaye-norm-243x300.jpg";s:5:"width";i:243;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10443, 489, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/05/ektignaye-norm-thumb.jpg'),
(10444, 489, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:195;s:6:"height";i:240;s:14:"hwstring_small";s:22:"height=''96'' width=''78''";s:4:"file";s:85:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/05/ektignaye-norm-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"ektignaye-norm-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(10446, 490, '_edit_lock', '1274307439'),
(10447, 490, '_edit_last', '1'),
(10459, -1274306694, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10481, 490, 'title', 'EKti Gnaye Thaki : A Preview'),
(10480, 490, 'description', 'Many of us will intuitively link the title of the play to Rabindranath Tagore’s well know poem, “Ek Gnaye” and correctly so. Sambhu Mitra and Tripta Mitra particularly immortalized the poem in their rendition of it in Bidhayak Bhattacharya’s celebrated radio play, “Tahar Naamti Ranjana”. “Ekti Gnaye Thaki”, written and directed by Sudipta Bhawmik, is the story of a sister, Ranjana and her brother, Rajat, reuniting after fourteen years. Rajat immigrates to the US with his family after Ranjana sponsors their green cards. The reunion is marked by its usual excitement followed by nostalgia for their “gnya” they left both behind.'),
(10479, 490, 'keywords', 'Rabindranath Tagore, Play, Theater, Bengali'),
(10478, 490, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10460, 491, '_edit_lock', '1274307229'),
(10461, 491, '_edit_last', '1'),
(10470, 491, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10482, -1274911952, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10483, 492, '_edit_lock', '1274912489'),
(10484, 492, '_edit_last', '1'),
(10498, -1274912249, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10514, 492, 'title', 'NABC 2010: A Novel Musical Programme'),
(10513, 492, 'description', 'Music and NABC go hand in hand together. Most of the events that happen at any NABC are related to music, and NABC 2010 is no exception either. A slew of musicians, like Abhijeet, Monomoy, Anik, Anwesha, Indrani Sen, Sahaj Ma, Utpal Fakir and many others will be performing at the 2010 NABC at the Atlantic City Convention center.'),
(10511, 492, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10512, 492, 'keywords', 'music, India, Bengali, NABC,'),
(10499, 493, '_edit_lock', '1274912378'),
(10500, 493, '_edit_last', '1'),
(10503, 493, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10515, -1276740270, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10516, 494, '_edit_lock', '1276744263'),
(10517, 494, '_edit_last', '1'),
(10580, 494, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10584, -1276744513, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10582, 494, 'description', 'Since 1989 I have been involved with Bangla Theater in USA. Over the years I have worked with several groups, several associations and have been involved with several theater productions. My theater journey in this country started with the theater group Sansaptak with their production \\"Sabda Moho Bandhane\\". The play was directed by Sakti Sengupta.  Being involved with theater since my childhood, I was a bit skeptic about the theater scenario in USA when I first arrived in this country.  But my first experience was not only a pleasant surprise but an extremely enjoyable one.  All the stereo typical notions of expatriate Bengali theater were shattered with that production.'),
(10583, 494, 'title', 'Bengali Theater in North America : My First Experience'),
(10581, 494, 'keywords', 'Rabindranath Tagore, Play, Theater, Bengali'),
(10585, 495, '_edit_lock', '1276744843'),
(10586, 495, '_edit_last', '1'),
(10593, 495, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10594, -1277350979, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10595, 496, '_edit_lock', '1277351187'),
(10596, 496, '_edit_last', '1'),
(10602, 496, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10603, -1277351189, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10604, 497, '_edit_lock', '1277352119'),
(10605, 497, '_edit_last', '1'),
(10616, 497, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10617, -1278041992, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10618, 498, '_edit_lock', '1279068193'),
(10619, 498, '_edit_last', '1'),
(10698, 498, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10695, 498, 'title', 'Divyendu Sinha : A Life Lost to Teenage Brutality'),
(10694, 498, 'description', 'Last Friday night a horrific incident took place in an otherwise decent neighborhood in Old Bridge New Jersey. Dr. Divyendu Sinha, a forty nine year old Computer scientist, was having a walk outside his house with his wife and two sons when five teenagers came out of their car and started beating Dr. Sinha for no apparent reason. Dr. Sinha was severely injured and was later taken to the hospital where he died on Sunday morning.'),
(10693, 498, 'keywords', 'Divyendu Sinha, Teenager, Criminal, Crime, Indian, Asian, Old Bridge'),
(10699, -1279150480, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10700, 499, '_edit_lock', '1279151274'),
(10701, 499, '_edit_last', '1'),
(10711, 499, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(10712, -1279151511, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10713, 500, '_edit_lock', '1279389726'),
(10714, 500, '_edit_last', '1'),
(10935, 500, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10967, -1284002335, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10968, 505, '_edit_lock', '1284003345'),
(10969, 505, '_edit_last', '1'),
(10993, 505, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11000, -1284599423, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(10995, 505, 'description', 'On August 10, 2010, at the Paschimbanga Bangla Academy, an interesting event took place along with my book launch ceremony. As a part of the book launch, Saptarshi Prakashan arranged for a discussion from a panel of contemporary playwrights which included Ujjal Chattopadhyay, Tirthankar Chanda, Sudipto Chatterjee and myself.'),
(10996, 505, 'title', 'A Panel of Bengali Playwrights'),
(10994, 505, 'keywords', 'ECTA, Play, drama, Bengali, theater'),
(11001, 506, '_edit_lock', '1285039142'),
(11002, 506, '_edit_last', '1'),
(11360, 506, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11054, -1285033442, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11051, 506, '_headspace_page_title', 'Durga Puja 2010 : New Jersey Style'),
(11052, 506, '_headspace_description', 'Durga Puja is here again in New Jersey. The local Bengali associations are gearing up to welcome Ma Durga with the usual pomp and cultural extravaganza, and let me share with you some information about the festivities that has come to my notice.'),
(11055, 507, '_edit_lock', '1285033794'),
(11056, 507, '_edit_last', '1'),
(11071, 507, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11067, 508, '_edit_last', '1'),
(11072, -1285211559, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11069, 508, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11073, 509, '_edit_lock', '1285211691'),
(11074, 509, '_edit_last', '1'),
(11077, 509, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11078, -1285211692, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11079, 510, '_edit_lock', '1285211848'),
(11080, 510, '_edit_last', '1'),
(11083, 510, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11084, -1286418782, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11085, 511, '_edit_lock', '1286419553'),
(11086, 511, '_edit_last', '1'),
(11099, 511, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11101, -1287009093, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11102, 512, '_edit_lock', '1287020203'),
(11103, 512, '_edit_last', '1'),
(11507, 512, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11173, 513, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/photo127.jpg'),
(11174, 513, '_wp_attachment_metadata', 'a:0:{}'),
(11179, 514, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/dsc_0316.jpg'),
(11180, 514, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1600;s:6:"height";i:1061;s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/dsc_0316.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"dsc_0316-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:20:"dsc_0316-300x198.jpg";s:5:"width";i:300;s:6:"height";i:198;}}s:10:"image_meta";a:10:{s:8:"aperture";d:4.20000000000000017763568394002504646778106689453125;s:6:"credit";s:10:"Picasa 2.0";s:6:"camera";s:9:"NIKON D50";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1159692045;s:9:"copyright";s:0:"";s:12:"focal_length";i:26;s:3:"iso";i:0;s:13:"shutter_speed";d:0.0166666666666666664353702032030923874117434024810791015625;s:5:"title";s:0:"";}}'),
(11187, -1287018890, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11188, 515, '_edit_lock', '1287019162'),
(11189, 515, '_edit_last', '1'),
(12749, 515, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11195, -1287019388, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11196, 516, '_edit_lock', '1287173816'),
(11197, 516, '_edit_last', '1'),
(11205, 516, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11206, -1287451941, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11207, 517, '_edit_lock', '1288357317'),
(11208, 517, '_edit_last', '1'),
(11217, 518, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/gayatri-gamarsh-poet.jpg'),
(12092, 517, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11218, 518, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:189;s:6:"height";i:162;s:14:"hwstring_small";s:23:"height=''96'' width=''112''";s:4:"file";s:85:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/gayatri-gamarsh-poet.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:32:"gayatri-gamarsh-poet-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11219, 519, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/gayatri-gamarsh-poet-thumb.jpg'),
(11220, 519, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:193;s:6:"height";i:166;s:14:"hwstring_small";s:23:"height=''96'' width=''111''";s:4:"file";s:91:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/gayatri-gamarsh-poet-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:38:"gayatri-gamarsh-poet-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11222, 521, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/dsc-0770.jpg'),
(11223, 521, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:437;s:6:"height";i:359;s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/dsc-0770.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"dsc-0770-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:20:"dsc-0770-300x246.jpg";s:5:"width";i:300;s:6:"height";i:246;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11224, 522, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/dsc-0770-thumb.jpg'),
(11225, 522, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:244;s:6:"height";i:201;s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:79:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/10/dsc-0770-thumb.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"dsc-0770-thumb-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11227, -1287609945, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11228, 524, '_edit_lock', '1287610430'),
(11229, 524, '_edit_last', '1'),
(11237, 524, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11238, -1288357341, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11239, 525, '_edit_lock', '1288357430'),
(11240, 525, '_edit_last', '1'),
(11243, 525, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11245, -1289442269, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11246, 526, '_edit_lock', '1289442598'),
(11247, 526, '_edit_last', '1'),
(11254, -1289878015, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(11253, 526, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11255, 527, '_edit_lock', '1289878644'),
(11256, 527, '_edit_last', '1'),
(11267, 527, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11268, -1291173346, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11269, 528, '_edit_lock', '1291178819'),
(11270, 528, '_edit_last', '1'),
(11277, 528, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11278, -1291242870, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11279, 529, '_edit_lock', '1291245726'),
(11280, 529, '_edit_last', '1'),
(11322, 530, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/12/shabana_azmi.jpg'),
(11323, 530, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:206;s:6:"height";i:183;s:14:"hwstring_small";s:23:"height=''96'' width=''108''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/12/shabana_azmi.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"shabana_azmi-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11330, -1291852153, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11328, 529, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11331, 531, '_edit_lock', '1291852535'),
(11332, 531, '_edit_last', '1'),
(11346, 531, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11335, 532, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/12/kaachher-manush.jpg'),
(11336, 532, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:160;s:6:"height";i:250;s:14:"hwstring_small";s:22:"height=''96'' width=''61''";s:4:"file";s:80:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/12/kaachher-manush.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"kaachher-manush-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11350, -1292297443, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11348, 531, 'description', 'This summer too I had the opportunity of watching two plays in Kolkata, “Kaachher Manush” by Gandhar and “Srinwantu Comrades” by Nandipat.'),
(11349, 531, 'title', 'Two Plays in Kolkata'),
(11347, 531, 'keywords', 'ECTA, Play, drama, Bengali, theater'),
(11351, 533, '_edit_lock', '1292298132'),
(11352, 533, '_edit_last', '1'),
(11359, 533, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11361, -1292472376, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11362, 534, '_edit_lock', '1292475787'),
(11363, 534, '_edit_last', '1'),
(11504, 534, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11410, -1293063982, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11411, 535, '_edit_lock', '1293068554'),
(11412, 535, '_edit_last', '1'),
(11506, 535, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11478, 536, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2010/12/zuckerberg_facebook.jpg'),
(11479, 536, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:267;s:6:"height";i:189;s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:84:"/home/sudipta/public_html/wpress/wp-content/uploads//2010/12/zuckerberg_facebook.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"zuckerberg_facebook-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11508, -1294195932, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11503, 535, 'title', 'Facebook - Not a Place to Hide Your Face'),
(11502, 535, 'description', 'Time magazine chose Mark Zuckerberg as the 2010 person of the year. A film on the life of Mark Zuckerberg is a strong contender for Oscars next February. He is twenty six years old and is worth 7 billion dollars. He drives an Acura TSX and rents a house. And he is the creator of the phenomenon called \\"Facebook\\".'),
(11501, 535, 'keywords', 'social network, facebook, zuckerberg'),
(11509, 537, '_edit_lock', '1294236951'),
(11510, 537, '_edit_last', '1'),
(11632, 537, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11594, 538, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/thakur_barir_ranna.jpg'),
(11595, 538, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:376;s:6:"height";i:548;s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:83:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/thakur_barir_ranna.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"thakur_barir_ranna-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:30:"thakur_barir_ranna-205x300.jpg";s:5:"width";i:205;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:17:"CanoScan LiDE 100";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1259775457;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11597, 539, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/indian_bengali_food.jpg'),
(11598, 539, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:720;s:6:"height";i:540;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:84:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/indian_bengali_food.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"indian_bengali_food-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:31:"indian_bengali_food-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11636, -1294442397, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11634, 537, 'description', 'he other day, while rearranging the books in my tiny library, I chanced upon a tiny book titled \\"Thakur Barir Ranna\\" (Foods from the Tagore Kitchen) written by Purnima Tagore (daughter of Pramatha Choudhury and Nalini Devi). This year being the 150th birth anniversary of Rabindranath Tagore, anything related to Tagore generates special interest. Hence, after a long time, I started leafing through the book and was pleasantly surprised by the variety of cuisine and recipes listed in the book.'),
(11633, 537, 'keywords', 'Tagore, Rabindranath, Indira, Indian Food, Bengali Food, Recipi, Cookbook'),
(11635, 537, 'title', 'From The Tagore Kitchen'),
(11612, 537, '_headspace_page_title', 'From the Tagore Kitchen'),
(11613, 537, '_headspace_description', 'he other day, while rearranging the books in my tiny library, I chanced upon a tiny book titled "Thakur Barir Ranna" (Foods from the Tagore Kitchen) written by Purnima Tagore (daughter of Pramatha Choudhury and Nalini Devi). This year being the 150th birth anniversary of Rabindranath Tagore, anything related to Tagore generates special interest. Hence, after a long time, I started leafing through the book and was pleasantly surprised by the variety of cuisine and recipes listed in the book. I'),
(11637, 540, '_edit_lock', '1294443396'),
(11638, 540, '_edit_last', '1'),
(11640, 541, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/trash.jpg'),
(11641, 541, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1459;s:6:"height";i:1887;s:14:"hwstring_small";s:22:"height=''96'' width=''74''";s:4:"file";s:70:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/trash.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"trash-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:17:"trash-231x300.jpg";s:5:"width";i:231;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11647, 542, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/unsocial.jpg'),
(11648, 542, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2072;s:6:"height";i:1461;s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/unsocial.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"unsocial-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:20:"unsocial-300x211.jpg";s:5:"width";i:300;s:6:"height";i:211;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11651, 543, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/election_comm.jpg'),
(11652, 543, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1838;s:6:"height";i:1298;s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/election_comm.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"election_comm-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"election_comm-300x211.jpg";s:5:"width";i:300;s:6:"height";i:211;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11655, 544, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/srk.jpg'),
(11656, 544, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1821;s:6:"height";i:1178;s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:68:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/srk.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"srk-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:15:"srk-300x194.jpg";s:5:"width";i:300;s:6:"height";i:194;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11661, 540, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11664, 545, '_edit_lock', '1294893454'),
(11665, 545, '_edit_last', '1'),
(11920, 545, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11721, 546, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/saraswati.jpg'),
(11722, 546, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:199;s:6:"height";i:254;s:14:"hwstring_small";s:22:"height=''96'' width=''75''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/saraswati.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"saraswati-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11731, 545, 'title', 'New Jersey Saraswati Puja'),
(11730, 545, 'keywords', 'Saraswati Puja, New Jersey, Bengali, Hindu'),
(11732, -1295495566, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11733, 547, '_edit_lock', '1295500763'),
(11734, 547, '_edit_last', '1'),
(11781, 548, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/amy_chua.jpg'),
(11782, 548, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:156;s:6:"height";i:220;s:14:"hwstring_small";s:22:"height=''96'' width=''68''";s:4:"file";s:73:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/01/amy_chua.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"amy_chua-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11811, 547, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11787, -1295925730, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11788, 549, '_edit_lock', '1295926237'),
(11789, 549, '_edit_last', '1'),
(11808, 549, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11803, 549, 'description', 'This year we are celebrating the hundred fiftieth birth anniversary of Rabindranath Tagore. In America several organizations are busy in preparing for the celebrations around the year. In New York and New Jersey, Cultural Association of Bengal (CAB) is joining hands with multiple organizations to hold multiple events in New York, New Jersey and Maryland. Amidst all this excitement, I was trying to look at this myriad minded genius from a different perspective - from the perspective of an expatriate Bengali, more specifically a Bengali American.'),
(11804, 549, 'title', 'Rabindranath Tagore and America'),
(11802, 549, 'keywords', 'Tagore, Rabindranath, Indira, Indian Food, Bengali Food, Recipi, Cookbook, America, Nobel Prize'),
(11812, -1296585309, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11813, 550, '_edit_lock', '1296585420'),
(11814, 550, '_edit_last', '1'),
(11818, -1296585487, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11833, 550, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11819, 551, '_edit_lock', '1296708658'),
(11820, 551, '_edit_last', '1'),
(11832, 551, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11823, 552, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/02/fire_dekha_001_web.jpg'),
(11824, 552, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:500;s:6:"height";i:678;s:14:"hwstring_small";s:22:"height=''96'' width=''70''";s:4:"file";s:83:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/02/fire_dekha_001_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"fire_dekha_001_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:30:"fire_dekha_001_web-221x300.jpg";s:5:"width";i:221;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11826, 553, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/02/fire_dekha_002_web.jpg'),
(11827, 553, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:480;s:6:"height";i:664;s:14:"hwstring_small";s:22:"height=''96'' width=''69''";s:4:"file";s:83:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/02/fire_dekha_002_web.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"fire_dekha_002_web-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:30:"fire_dekha_002_web-216x300.jpg";s:5:"width";i:216;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(11834, -1297225746, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11835, 554, '_edit_lock', '1297225836'),
(11836, 554, '_edit_last', '1'),
(11839, -1297306967, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11838, 554, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11840, 555, '_edit_lock', '1297310593'),
(11841, 555, '_edit_last', '1'),
(11905, 555, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11909, -1297310944, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11907, 555, 'description', 'New York City has always  been the launch place for successful American plays. Plays by newcomer playwrights launch their life from off-off Broadway  and gradually filter to Off Broadway and then the lucky few goes to the Broadway. However, recent trends have shown that many new plays now premiere at Regional Theaters around the country and gradually make their way to the glitz and fame of Broadway if they get noticed. Recently, I had the opportunity of watching the premier of Sarah Treem\\''s new play \\"The How and the why\\" at the McCarter theater in Princeton New Jersey. The play was directed by Emily Mann and performed by Mercedes Ruehl (the Oscar winning actress) and Bess Rous.'),
(11908, 555, 'title', 'The How and The Why - A New Play by Sarah Treem'),
(11906, 555, 'keywords', 'McCarter Theatre, Princeton, Sarah Treem, Emily Mann, Mercedes Ruehl, Drama, New Jersey, Theater, oscar'),
(11910, 556, '_edit_lock', '1297311319'),
(11911, 556, '_edit_last', '1'),
(11921, -1297740220, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11919, 556, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11922, 557, '_edit_lock', '1297782538'),
(11923, 557, '_edit_last', '1'),
(11948, -1297907663, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11942, 557, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11944, 557, 'description', 'Anandabazar Patrika is Bengali\\''s most favorite daily newspaper.'),
(11945, 557, 'title', 'Anandabazar in Unicode'),
(11943, 557, 'keywords', 'Anandabazar Patrika, Unicode, Kolkata, Calcutta, Bengali, News'),
(11946, 557, '_headspace_page_title', 'Anandabazar in Unicode'),
(11947, 557, '_headspace_description', 'Anandabazar Patrika is Bengali''s most favorite daily newspaper.'),
(11949, 558, '_edit_lock', '1297908081'),
(11950, 558, '_edit_last', '1'),
(11964, -1298434756, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11961, 558, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11958, 558, '_headspace_page_title', 'Watch "The Redemption"'),
(11959, 558, '_headspace_description', 'My play, "The Redemption" (the English version of "KaalSuddhi") is now available for viewing on YouTube. This recording was done from our show at the Dixon Place in Manhattan during the 2005 New York International Fringe Festival.'),
(11965, 559, '_edit_lock', '1298434907'),
(11966, 559, '_edit_last', '1'),
(11970, 559, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(11971, -1298475825, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11972, 560, '_edit_lock', '1298516828'),
(11973, 560, '_edit_last', '1'),
(12028, 560, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(11990, 561, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/02/click_for_boi.jpg'),
(11991, 561, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:400;s:6:"height";i:350;s:14:"hwstring_small";s:23:"height=''96'' width=''109''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/02/click_for_boi.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"click_for_boi-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"click_for_boi-300x262.jpg";s:5:"width";i:300;s:6:"height";i:262;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12012, 562, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/02/natak_samagra.jpg'),
(12022, -1300329058, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12013, 562, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:200;s:6:"height";i:319;s:14:"hwstring_small";s:22:"height=''96'' width=''60''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/02/natak_samagra.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"natak_samagra-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"natak_samagra-188x300.jpg";s:5:"width";i:188;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12023, 563, '_edit_lock', '1300329168'),
(12024, 563, '_edit_last', '1'),
(12027, 563, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12029, -1302545621, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12030, 564, '_edit_lock', '1302546134'),
(12031, 564, '_edit_last', '1'),
(12034, -1302546135, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12033, 564, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12035, 565, '_edit_lock', '1302547828'),
(12036, 565, '_edit_last', '1'),
(12042, 565, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12043, -1302561887, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12044, 566, '_edit_lock', '1302562620'),
(12045, 566, '_edit_last', '1'),
(12049, 567, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/04/sunil-ganguly.jpg'),
(12050, 567, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:640;s:6:"height";i:480;s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:78:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/04/sunil-ganguly.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"sunil-ganguly-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:25:"sunil-ganguly-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;}}s:10:"image_meta";a:10:{s:8:"aperture";d:5.5;s:6:"credit";s:0:"";s:6:"camera";s:20:"Canon PowerShot A530";s:7:"caption";s:0:"";s:17:"created_timestamp";i:1186476767;s:9:"copyright";s:0:"";s:12:"focal_length";d:23.199999999999999289457264239899814128875732421875;s:3:"iso";i:0;s:13:"shutter_speed";d:0.00625000000000000034694469519536141888238489627838134765625;s:5:"title";s:0:"";}}'),
(12060, -1303956064, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12059, 566, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12056, 566, '_headspace_page_title', 'Why are there Tears in Bengali Eyes?'),
(12057, 566, '_headspace_description', 'Have you noticed that the City of Joy has turned out to actually be a City of Billboards? The skyline as viewed from the roads is plastered with huge hoardings. If only they were placed somewhat lower, they could hide the squalor directly below.'),
(12061, 568, '_edit_lock', '1303956162'),
(12062, 568, '_edit_last', '1'),
(12065, -1303956225, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12064, 568, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12066, 569, '_edit_lock', '1303956855'),
(12067, 569, '_edit_last', '1'),
(12078, 569, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12079, -1303957062, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12080, 570, '_edit_lock', '1303957191'),
(12081, 570, '_edit_last', '1'),
(12084, 570, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12085, -1305587733, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12086, 571, '_edit_lock', '1305587942'),
(12087, 571, '_edit_last', '1'),
(12090, 571, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12093, -1307146721, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12094, 572, '_edit_lock', '1307165208'),
(12095, 572, '_edit_last', '1'),
(12179, 572, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12159, 573, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/06/badal_sircar.jpg'),
(12160, 573, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1936;s:6:"height";i:2048;s:14:"hwstring_small";s:22:"height=''96'' width=''90''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/06/badal_sircar.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"badal_sircar-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:24:"badal_sircar-283x300.jpg";s:5:"width";i:283;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12180, -1307641114, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12181, 574, '_edit_lock', '1307682868'),
(12182, 574, '_edit_last', '1'),
(12183, 575, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/06/tagore_in_berkeley.jpg'),
(12184, 575, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:504;s:6:"height";i:312;s:14:"hwstring_small";s:23:"height=''79'' width=''128''";s:4:"file";s:83:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/06/tagore_in_berkeley.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"tagore_in_berkeley-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:30:"tagore_in_berkeley-300x185.jpg";s:5:"width";i:300;s:6:"height";i:185;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12293, 574, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12245, -1311219723, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12244, 574, 'title', 'Rajar Chithi : A Playwright’s Note'),
(12243, 574, 'description', 'About a year and half ago, when I was researching on Rabindranath Tagore’s visits to the USA, an incident caught my attention. It said, that apparently there was an assassination attempt on Rabindranath  by some Indians during his visit to San Francisco in October of 1916. This piece of information shocked me to say the least and I started to dig into the matter further.'),
(12242, 574, 'keywords', 'Rabindranath Tagore, Tagore, San Francisco, Assassination, Ghadar, Nationalism, Theatre, theater, play, drama, poetry, India, Bengali'),
(12246, 576, '_edit_lock', '1311220750'),
(12247, 576, '_edit_last', '1'),
(12267, 576, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12256, 577, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/07/ektignaye.jpg'),
(12257, 577, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2345;s:6:"height";i:1936;s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/07/ektignaye.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"ektignaye-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:21:"ektignaye-300x247.jpg";s:5:"width";i:300;s:6:"height";i:247;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12268, -1311704318, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12269, 578, '_edit_lock', '1311728667'),
(12270, 578, '_edit_last', '1'),
(12276, -1313107463, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12275, 578, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12277, 579, '_edit_lock', '1313980987'),
(12278, 579, '_edit_last', '1'),
(12281, -1313980289, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12292, 579, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12282, 580, '_edit_lock', '1313980828'),
(12283, 580, '_edit_last', '1'),
(12290, 580, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12514, -1317164001, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12513, 588, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12301, -1314760980, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12302, 582, '_edit_lock', '1314761061'),
(12303, 582, '_edit_last', '1'),
(12306, -1314833501, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12305, 582, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12307, 583, '_edit_lock', '1317007460'),
(12308, 583, '_edit_last', '1'),
(12509, 583, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12322, -1315964438, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12323, 584, '_edit_lock', '1315964725'),
(12324, 584, '_edit_last', '1'),
(12329, 584, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12330, -1315965053, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12331, 585, '_edit_lock', '1316017588'),
(12332, 585, '_edit_last', '1'),
(12465, 585, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12466, -1316136482, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12460, 585, 'keywords', 'Kolkata, India, Bengali, Relationship'),
(12461, 585, 'description', 'We Bengalis have a special characteristic. We tend to setup familial relationships with almost any person we get acquainted with, especially when they are older than us. We cannot just address them by their names. We always want them to be our brothers, sisters, uncles, aunts, grandparents etc. We do it with good intentions.'),
(12462, 585, 'title', 'We All Have Names! Let\\''s Use Them!'),
(12438, 585, '_headspace_page_title', 'We All Have Names! Let''s Use Them!'),
(12439, 585, '_headspace_description', 'We Bengalis have a special characteristic. We tend to setup familial relationships with almost any person we get acquainted with, especially when they are older than us. We cannot just address them by their names. We always want them to be our brothers, sisters, uncles, aunts, grandparents etc. We do it with good intentions.'),
(12467, 586, '_edit_lock', '1316136618'),
(12468, 586, '_edit_last', '1'),
(12471, -1316142564, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12470, 586, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12472, 587, '_edit_lock', '1316142618'),
(12473, 587, '_edit_last', '1'),
(12475, 587, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12515, 589, '_edit_lock', '1317164335'),
(12516, 589, '_edit_last', '1'),
(12521, 589, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12522, -1317263863, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12523, 590, '_edit_lock', '1317266754'),
(12524, 590, '_edit_last', '1'),
(12560, 591, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/09/omkar_souvik.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(12561, 591, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:535;s:6:"height";i:441;s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:77:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/09/omkar_souvik.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"omkar_souvik-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:24:"omkar_souvik-300x247.jpg";s:5:"width";i:300;s:6:"height";i:247;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12571, -1317871905, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12790, 590, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12568, 590, '_headspace_page_title', 'Durga Puja and Our Teenagers'),
(12569, 590, '_headspace_description', 'When we celebrate Durga Puja in this adopted homeland of ours, one thought keeps on playing in our minds - how much does our children enjoy this festival? Do they feel the same as we did when we were kids in our homeland?'),
(12572, 592, '_edit_lock', '1317934829'),
(12573, 592, '_edit_last', '1'),
(12639, 593, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/10/orange_tag.jpg'),
(12640, 593, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:901;s:6:"height";i:825;s:14:"hwstring_small";s:23:"height=''96'' width=''104''";s:4:"file";s:75:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/10/orange_tag.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"orange_tag-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:22:"orange_tag-300x274.jpg";s:5:"width";i:300;s:6:"height";i:274;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12642, 594, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/10/shue_poro.jpg'),
(12643, 594, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1207;s:6:"height";i:825;s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:74:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/10/shue_poro.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"shue_poro-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:21:"shue_poro-300x205.jpg";s:5:"width";i:300;s:6:"height";i:205;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12656, -1320898704, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12655, 592, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12657, 595, '_edit_lock', '1320899029'),
(12658, 595, '_edit_last', '1'),
(12667, 595, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12668, -1322061358, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12669, 596, '_edit_lock', '1322069933'),
(12670, 596, '_edit_last', '1'),
(12682, 596, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12673, 597, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2011/11/bhupen-hazarika.jpg'),
(12674, 597, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:400;s:6:"height";i:329;s:14:"hwstring_small";s:23:"height=''96'' width=''116''";s:4:"file";s:80:"/home/sudipta/public_html/wpress/wp-content/uploads//2011/11/bhupen-hazarika.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"bhupen-hazarika-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:27:"bhupen-hazarika-300x246.jpg";s:5:"width";i:300;s:6:"height";i:246;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12683, -1322713872, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12684, 598, '_edit_lock', '1322714078'),
(12685, 598, '_edit_last', '1'),
(12689, 598, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12690, -1322714333, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12691, 599, '_edit_lock', '1322714575'),
(12692, 599, '_edit_last', '1'),
(12693, 599, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12694, -1322714692, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12695, 600, '_edit_lock', '1322787586'),
(12696, 600, '_edit_last', '1'),
(12705, 600, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12706, -1326000982, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12707, 601, '_edit_lock', '1326001421'),
(12708, 601, '_edit_last', '1'),
(12715, 601, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12716, -1326001422, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12717, 602, '_edit_lock', '1326001528'),
(12718, 602, '_edit_last', '1'),
(12721, -1326001529, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12720, 602, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12722, 603, '_edit_lock', '1326001794'),
(12723, 603, '_edit_last', '1'),
(12728, 603, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12729, -1326001794, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12730, 604, '_edit_lock', '1326001930'),
(12731, 604, '_edit_last', '1'),
(12734, 604, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12735, -1326001930, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12736, 605, '_edit_lock', '1326002245'),
(12737, 605, '_edit_last', '1'),
(12742, 605, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12743, -1326002246, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12744, 606, '_edit_lock', '1326002427'),
(12745, 606, '_edit_last', '1'),
(12748, 606, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12750, -1329755253, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12751, 607, '_edit_lock', '1329760126'),
(12752, 607, '_edit_last', '1'),
(12779, -1329772456, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12848, 607, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12780, 608, '_edit_lock', '1329772873'),
(12781, 608, '_edit_last', '1'),
(12789, 608, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12791, -1330578006, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12792, 609, '_edit_lock', '1330580801'),
(12793, 609, '_edit_last', '1'),
(12827, 610, '_wp_attached_file', '/home/sudipta/public_html/wpress/wp-content/uploads//2012/03/midnight_in_paris_poster.jpg'),
(12828, 610, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:215;s:6:"height";i:317;s:14:"hwstring_small";s:22:"height=''96'' width=''65''";s:4:"file";s:89:"/home/sudipta/public_html/wpress/wp-content/uploads//2012/03/midnight_in_paris_poster.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"midnight_in_paris_poster-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;}s:6:"medium";a:3:{s:4:"file";s:36:"midnight_in_paris_poster-203x300.jpg";s:5:"width";i:203;s:6:"height";i:300;}}s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}'),
(12843, -1330627311, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12839, 609, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12841, 609, 'description', 'Recently I watched Woody Allen\\''s latest film \\"Midnight in Paris\\" in which the central character (Gil Pender), during his visit to Paris with his fiance\\'', manages to slip back in time to the Paris of the early 1920s. There Gil meets the greatest of the worlds literati during the period like F. Scott Fitzgerald, Ernest Hemingway, Gertrude Stein, Pablo Picasso, Salvador Dali and many others.'),
(12842, 609, 'title', 'The Golden Age'),
(12840, 609, 'keywords', 'Midnight in Paris, Woody Allen, Hemmingway, Gertrude Stein, Pablo Picasso, Film, Oscar'),
(12844, 611, '_edit_lock', '1330627392'),
(12845, 611, '_edit_last', '1'),
(12849, -1330973610, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:2:"No";s:12:"itunes:block";s:2:"No";}'),
(12847, 611, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}'),
(12850, 612, '_edit_lock', '1330974329'),
(12851, 612, '_edit_last', '1'),
(12866, 612, 'podPressPostSpecific', 'a:6:{s:15:"itunes:subtitle";s:15:"##PostExcerpt##";s:14:"itunes:summary";s:15:"##PostExcerpt##";s:15:"itunes:keywords";s:17:"##WordPressCats##";s:13:"itunes:author";s:10:"##Global##";s:15:"itunes:explicit";s:7:"Default";s:12:"itunes:block";s:7:"Default";}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE IF NOT EXISTS `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL auto_increment,
  `post_author` bigint(20) NOT NULL default '0',
  `post_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_category` int(4) NOT NULL default '0',
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL default 'publish',
  `comment_status` varchar(20) NOT NULL default 'open',
  `ping_status` varchar(20) NOT NULL default 'open',
  `post_password` varchar(20) NOT NULL default '',
  `post_name` varchar(200) NOT NULL default '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) NOT NULL default '0',
  `guid` varchar(255) NOT NULL default '',
  `menu_order` int(11) NOT NULL default '0',
  `post_type` varchar(20) NOT NULL default 'post',
  `post_mime_type` varchar(100) NOT NULL default '',
  `comment_count` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`ID`),
  KEY `post_name` (`post_name`),
  KEY `post_status` (`post_status`(1)),
  KEY `type_status_date` (`post_type`,`post_status`(1),`post_date`,`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=613 ;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2, 1, '2005-03-05 02:13:24', '2005-03-04 20:43:24', 'Well, this question has been answered several times by many experts. My intentions are perfectly clear. I would like to use this channel to express my  thoughts and to let people know what''s happing in the e-media field especially the ethnic fields.\r\nSo please stay tuned.', 'Why Blog?', 0, '', 'publish', 'open', 'open', '', 'why-blog', '', '', '2005-03-05 02:14:07', '2005-03-04 20:44:07', '', 0, 'http://ethnomediallc.com/wpress/?p=2', 0, 'post', '', 0),
(5, 1, '2005-05-13 21:30:20', '2005-05-13 16:00:20', 'From Pamina Bagchi\r\n\r\nIn Edison, New Jersey, a Korean American is running for mayor in an\r\nupcoming primary race.  An April 25th article in the New Jersey Star\r\nLedger reported that both the Korean American candidate and his\r\nopponent are hoping to receive votes from the Asian American\r\ncommunity. On April 25th, the "Jersey Guys" show [broadcast on\r\n101.5FM] reacted to the article.  In doing so, the deejays used racial\r\nand ethnic stereotypes to characterize Asians in New Jersey as\r\n"un-American." The broadcast also implied that Asian ethnic groups\r\nhave taken over businesses and neighborhoods in New Jersey and have\r\ncontributed to the region''s economic failings.\r\nFor a copy of the letter that has been sent by organizations, please\r\nemail saalt@saalt.org and visit saalt.org for more info.\r\nPlease call, email, and/or write the manager and parent company of the\r\nstation to protest against this irresponsible broadcast.  In addition,\r\nyou could also send a message to the station''s sponsors.\r\n- First, introduce yourself and your connection to the community [if\r\nyou are a NJ resident, make sure that is clear]\r\n- Express your feelings about the broadcast in a respectful manner\r\n- Ask the station to meet the following demands from the community\r\nWhom do I contact? [Send a copy of your correspondence to saalt@saalt.org]\r\nEric Johnson, Station Manager\r\nNew Jersey 101.5 FM Radio\r\nP.O. Box 5698\r\nTrenton, NJ 08638\r\nEj1015@nj1015.com\r\n(609) 771-8181', 'NJ 101.5 Comments on Asian Americans', 0, 'Xenophobic comments on New Jersey Radio Show Warrant Response from\r\nSouth Asian Community [MAY 2, 2005] - From Pamina Bagchi', 'publish', 'open', 'open', '', 'nj-1015-comments-on-asian-americans', '', '\nhttp://www.saalt.org', '2005-05-13 21:30:25', '2005-05-13 16:00:25', '', 0, 'http://ethnomediallc.com/wpress/?p=5', 0, 'post', '', 0),
(14, 1, '2005-05-28 00:28:11', '2005-05-27 18:58:11', 'Dear Friends,\r\n\r\nIn my last week''s newsletter, I had mentioned about "Radio Bangla" the\r\nInternet radio station. Did anyone of you get a chance to listen to\r\nit? I''d like to hear your comments and suggestions.\r\n\r\nToday I''d like to introduce you to "NY/NJ Bengali" Blog site\r\n(http://www.ethnomediallc.com/wpress). I have set up this site where I\r\ncan post our blogs (i.e. blogs from any registered user). Blogs can be\r\nanything, on any subject you''d like to share your thoughts on. Just\r\nregister, log in, and post your writings. However, your blogs/articles\r\nwill  be posted only after I approve them. This is just to prevent\r\nspam and offensive postings if any. Blogs can be posted on few\r\ndifferent categories. Following are few of them. Please don''t forget\r\nto check the appropriate category box when you write and post your\r\narticle.\r\n\r\nCategories:\r\nSocial : Articles pertaining to social/political issues\r\n\r\nArts-Culture : Article on arts and culture\r\n\r\nReviews : Reviews of shows, books, films etc.\r\n\r\nClassified: If you''d like to give away, donate, sell or announce any\r\nservice or product, you may post it in this category. Note that this\r\ncategory postings does not show up on front page. This is FREE.\r\n\r\nNeed Help: If you, or someone you know needs any help from any\r\ncommunity member, you may feel free to post it here. You never know\r\nwho can help you when you need it the most. Posts on this category\r\ndoes not show up on front page.\r\n\r\nGeneric: All other categories\r\n\r\nNote that neither I nor Ethnomedia LLC has any means of verifying the\r\nauthenticity of any posts and hence bears no responsibility for any\r\nconsequences that may result from their usage. This is offered only as\r\na public service.  Please use responsibly and at your own risk.\r\n\r\nNote that you can set up the RSS feed from this site to be fed to your\r\nRSS news reader (like yahoo or others). Next time I''ll discuss about\r\nRSS news feed in more details.\r\n\r\nI wish you a happy and enjoyable long weekend.\r\n\r\nRegards\r\n\r\nSudipta', 'Issue: May 26, 2005', 0, '', 'publish', 'open', 'open', '', 'issue-may-26-2005', '', '', '2005-05-28 00:28:11', '2005-05-27 18:58:11', '', 0, 'http://ethnomediallc.com/wpress/?p=14', 0, 'post', '', 0),
(21, 1, '2005-06-04 01:20:37', '2005-06-03 19:50:37', 'NY NJ Bengali Newsletter [June 3, 2005]\r\n\r\nDear Friends,\r\n\r\nAs we move towards summer, all eyes (I mean Bengali eyes) are looking towards Manhattan, New York with great expectations. The 25th North America Bengali Conference is gearing up to greet Bengalis from all parts of the world. Are you joining them?\r\n\r\nToday''s events list includes two very specific events to be held at the NABC 2005, the classical music sessions and the literary seminars. Classical music and Literature are two very fond subjects of any Bengali intellectual. This year, however, the NABC committee has opened up the classical music event to non-regsitrants also who may be interested to listen to these wonderful musicians without having to register for the full conference. See you all in Manhattan on July 2nd to July 3rd.\r\n\r\nMany of you have been sending me event listings as long attachments (even pdf files). It is vey difficult for me to extract the text info from those files.So here are your two options:\r\n\r\n1. Send me a text file, similar to my email listing give, who, what, why,  when, where, (and  howmuch) information. I''ll cut and paste it to my email.\r\n\r\nOR\r\n\r\n2. Visit http://ethnomediallc.com/wpress,  register yourself, log in and write in your announcement and mark it as a event category. You can post to other categories too like classified, reviews etc. \r\n\r\nAll my emails will refer to this site and my email will contain a summary of this entry too. \r\nPlease help me out.\r\n\r\nWish you all a very happy weekend.\r\n\r\nRegards\r\n\r\nSudipta Bhawmik\r\n', 'NY/NJ Bengali Newsletter [June 03, 2005]', 0, '', 'publish', 'open', 'open', '', 'nynj-bengali-newsletter-june-03-2005', '', '\nhttp://www.nabc2005.org/', '2005-06-04 01:20:37', '2005-06-03 19:50:37', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/21', 0, 'post', '', 0),
(28, 1, '2005-06-15 01:45:01', '2005-06-14 20:15:01', 'RSS Feed is a great way to receive news and information from a variety of websites directly on your desktop without having to search for them or visit their websites. News and information can be delivered through email or web sites, as plugins to your web browser, as well as stand-alone news readers and feed aggregators. This article will give you a brief overview of how to avail of this great piece of technology.\r\n\r\nYou must have seen those small orange ''XML'' or ''RSS'' buttons beginning to spread across some of your favourite web sites. Perhaps you have clicked on one out of curiosity, only to be faced with a barrage of angle brackets and undecipherable code. But once you click on that button - what do you do then? This article will show you exactly what to do. RSS? It''s actually "Really Simple, Stupid" or "Rich Site Summary" or "Really Simple Syndication." But no matter what it''s called, RSS is a new way to publish information online.\r\n\r\nThe first thing to do of course is click that button. It may be an orange button with ''XML'' or ''RSS'' written across it; or you could see the word ''Atom''; or, less commonly, it could be blue with maybe the initials ''RDF''; or it could be a simple link with something like ''Grab My Feed'' or just ''RSS Feed''.  Gets confusing, doesn''t it? But what the acronyms like XML and RSS actually stand for is less than important - what to do after clicking the button is the important bit.\r\n\r\nAfter clicking the button, you will see all that code - if you have ever viewed the source code to a web page, it looks a little similar.\r\n\r\nRSS is just another language of the web, but you can actually completely ignore the code itself, and only care about the end product. In the case of RSS, that end product is up to date news on the topics you are interested in.\r\n\r\nFor example, if you want to keep up to date with the latest information on financial markets, or growing marigolds, or your favourite "NY NJ Newsletter", and you see a feed on that particular topic, you can ''subscribe'' to it and receive messages via the feed, each time the publisher of the feed updates it.\r\n\r\nSo how do you ''subscribe'' to an RSS feed? The important bit is what is in the browser address (or location) bar after clicking the feed button, i.e. the bit at the top of your browser window that usually starts with ''http://...'' and tells you the web address of the page you are visiting. For this newsletter it is - http://ethnomediallc.com/wpress/index.php/feed/\r\n\r\nAfter clicking the RSS (or XML, etc.) button, you need to copy that address - it''s that address that you need to ''plug'' into what is generally known as a ''news reader''.\r\n\r\nNews readers allow you to keep updated with the feeds that you are subscribed to. There are several to choose from - some involve downloading some software, some involve visiting a web site, some are free, and some require a small investment.\r\n\r\nOnce you have chosen a particular news reader, you simply take that address that you have copied, and, following the instructions provided with the news reader to subscribe to, or add a new feed, simply paste it in - the reader will take care of the rest, and keep you updated with your new feed. Once you have done it once, you will see just how simple it really is.\r\n\r\nHere are some news readers you can choose from, in approximate order of recommendation under each category:\r\nBrowser-Based:\r\n\r\nMy Yahoo\r\n\r\nBlogLines (http://www.bloglines.com)\r\n\r\nAmphetaDesk (http://www.disobey.com/amphetadesk/)\r\n\r\nNewsIsFree (http://www.newsisfree.com/)\r\n\r\nSoftware For Windows: NewsGator (http://www.newsgator.com/) - integrates into Microsoft Outlook\r\n\r\nFeedDemon (http://www.bradsoft.com/feeddemon/)\r\n\r\nAwasu (http://www.awasu.com/)\r\n\r\nSharpReader (http://www.sharpreader.net/)\r\n\r\nFeedReader (http://www.feedreader.com/)\r\n\r\nNewsWatcher (http://www.newswatcher.com/)\r\n\r\nNewsRanker (http://egofile.com/newsranker/) - claims to learn from your news reading to prioritize the feed items you receive\r\n\r\nNovobot (http://www.proggle.com/novobot/) - extracts headlines from feeds, and also web sites that you are interested in\r\n\r\nRadio Userland (http://radio.userland.com/) - blogging tool with an integrated news aggregator\r\n\r\nFor FireFox browser you may use the active bookmark (click orange button on lower righthand corner) or download SAGE plugin. Thunderbird email client can also receive RSS feeds.\r\n\r\nIt''s useful to spend a few minutes researching some appropriate choices - once you''ve decided on one that you believe to be suitable, you can start picking up new feeds straight away. It''s Really So Simple, you won''t look back.', 'How to Receive RSS Feeds?', 0, 'RSS Feed is a great way to receive news and information from a variety of websites directly on your desktop without having to search for them or visit their websites. News and information can be delivered through email or web sites, as plugins to your web browser, as well as stand-alone news readers and feed aggregators. This article will give you a brief overview of how to avail of this great piece of technology.', 'publish', 'open', 'open', '', 'how', '', '', '2005-06-15 02:04:57', '2005-06-14 20:34:57', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/28', 0, 'post', '', 0),
(94, 1, '2007-09-18 15:24:13', '2007-09-18 19:24:13', '<!--adsense-->\r\nDear ICC Members,\r\n\r\nIt''s our most favorite time of the year again............\r\nLadies get your " Tussars, Balucharis, Jamdanis, Bomkais" and Gentlemen be ready with your ''''Kurtas, Dhotis, Sherwanis"  for the 2007 Durga Puja.  \r\n\r\nWe are happy to let you know that ICC will be celebrating this year''s Durga Puja on Oct 12 th (7pm-10pm), Oct 13th (11am – 10pm) & Oct 14th (11am -10pm) at\r\n\r\nEISENHOWER MIDDLE SCHOOL\r\n47 Eyland Avenue\r\nSuccasunna , NJ 07876\r\n(973) 584 – 2973\r\n\r\nEC members have put together a very entertaining cultural program for this year''s puja....\r\n\r\nSaturday''s "Prime Time Attraction" includes:\r\n\r\nTanushree Shankar''s Dance Troupe\r\n\r\n&\r\n\r\nAntara Chowdhury (daughter of Salil Chowdhury)\r\n\r\n \r\nPlease invite your friends and family to make this year''s puja a memorable experience.\r\n\r\n \r\n\r\nMore details to follow....\r\n\r\n \r\n\r\nOn behalf of EC,\r\n\r\nPrithwiraj Maitra\r\n\r\n(908-421-3418)\r\n\r\nFor more information:\r\n\r\nhttp://www.icc-gs.org', 'ICC Durga Puja 2007', 0, '', 'publish', 'open', 'open', '', 'icc-durga-puja-2007', '', '\nhttp://www.icc-gs.org', '2007-09-18 15:24:31', '2007-09-18 19:24:31', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/94', 0, 'post', '', 0),
(93, 1, '2007-09-19 11:39:25', '2007-09-19 15:39:25', '<!--adsense-->\r\nKallol of NJ will be celebrating Durga Puja at the Ukranian Community Center off Davidson Avenue in Somerset, NJ. A broad range of cultural programs have been arranged. The key programs include:\r\n\r\nFriday 19th Oct 2007\r\nMahashashti and Maha Saptami\r\nPuja : 3.00pm Anjali 6.00pm\r\nDinner: 6.30pm \r\nCultural Program: 8.30pm\r\nOpening Piano - Nayan Basu\r\nSong - Ruma Palit\r\nBangla Band KAYA (from Kolkata)\r\n\r\nSaturday 20th Oct 2007\r\nMahashtami and Sandhi\r\nPuja: 11.00am Anjali 2.00pm\r\nDinner 5.00pm\r\nCultural Program: 6.00pm\r\nDance - Nritya Creations Academy of Dance\r\nJatra - "Shahjahan" Kallol of NJ - directed by Arunansu Dasgupta\r\nDance - Pia Bhattacharya\r\nModern Song - Subhomita Banerjee - the celebrity singer from Kolkata\r\n\r\nSunday 21st Oct 2007\r\nMahanabami and Mahadashami\r\nPuja: 11.00am Anjali: 2.00pm\r\nDinner: 5.00pm \r\n\r\nCultural Program 6.30pm\r\n"Emperors New Groove" - a play by Kallol Children\r\nDnace - Rythms of Dance and Music\r\nRecitation - Satinath Mukhopadhyay (from Kolkata)\r\nTejendra Naryan Majumdar - Sarod with Samir Chatterjee on Table\r\n\r\n\r\n\r\nand many others\r\n\r\n', 'Kallol Durga Puja 2007', 0, '', 'publish', 'open', 'open', '', 'kallol-durga-puja-2007', '', '\nhttp://kallol.com\nhttp://kallol.com', '2007-09-29 20:16:25', '2007-09-30 00:16:25', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/93', 0, 'post', '', 0),
(88, 1, '2007-09-03 23:35:18', '2007-09-04 03:35:18', '<!--adsense-->\r\nA magazine devoted to poetry only is not what you can find on regular news stands or magazine stalls. The limited readership scares away the publishers from venturing into such an enterprise. They''d rather get into a safer business of publishing prose with some esoteric ones plugging in few poems in between. But <em>Krittibas</em> is an exception. <!--more-->A 100% poetry magazine, published by poets, for the poetry lovers of Bengal.  Such magazines, typically branded as "Little magazines", have a limited life span. They die as soon as their founders either go broke (trying to fund the magazine) or find something better to do with their time.  However, that was not the case with <em>Krittibas</em>.   The founders of the magazine which included Sunil Ganguly and some of his friends, made it possible to keep the magazine going for more than fifty years now with Sunil still at its helm (although being an extremely busy celebrity writer himself.) Kriitibas had some ups and downs during this long period, but it kept on reviving and surviving. The poetry loving Bengalis  all over the world kept it going for their own cultural survival. \r\nThanks to Gautam Dutta,  Krittibas  is now available in USA allowing us not only to enjoy the finest of Bengali poetry, but also to contribute towards the  continued survival of this prized Bengali cultural icon.  To subscribe to Krittibas ($25/annum for four issues mailed to you), contact Gautam Dutta at bpstinc@aol.com . \r\nIn the following podcast, I read two poems from the latest issue of Krittibas. One by Gautam Dutta and the other by late Tarapada Ray. \r\nRead more about Krittibas from its <a href="http://krittibas.com">website http://krittibas.com</a> .', 'Krittibas: A Poetry Magazine That Created History', 0, 'A magazine devoted to poetry only is not what you can find on regular news stands or magazine stalls. The limited readership scares away the publishers from venturing into such an enterprise. They''d rather get into a safer business of publishing prose with some esoteric ones plugging in few poems in between. But <em>Krittibas</em> is an exception. ', 'publish', 'open', 'open', '', 'krittibas-a-poetry-magazine-that-created-history', '', '\nhttp://krittibas.com', '2007-09-07 22:50:00', '2007-09-08 02:50:00', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/88', 0, 'post', '', 1),
(82, 1, '2007-08-28 00:03:21', '2007-08-27 18:33:21', 'On the set of "The Namesake"', 'On the set', 0, '', 'inherit', 'open', 'open', '', 'on-the-set', '', '', '2007-08-28 00:03:21', '2007-08-27 18:33:21', '', 81, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/nsake_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(110, 1, '2007-10-31 10:58:41', '2007-10-31 14:58:41', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/dsc_0770.jpg'' title=''Kallol Durga Protima''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/dsc_0770.thumbnail.jpg'' alt=''Kallol Durga Protima'' class=''alignleft'' /></a>Durga Puja 2007 is behind us now. It is time now for wishing "Subho Bijoya", "Kolakuli" and of course "Mishti mukh".  Durga Puja in New York, New Jersey  have now matured to such an extent that people can say things like - "during our times" or "in those days" - just to signify that times have changed. Yes times have changed indeed, even though the Durga idol has not changed that much over the years. I hear people complaining that the Puja''s here have lost the intimate and homely feeling that it used to offer and have now become the real "Baroari Pujas" where people come to have fun, enjoy the entertainment programs and meet friends with an occasional nod at the idol.  Managing crowd is a major problem for the organizers and some are thinking about moving to larger venues. <!--more-->\r\n<br />\r\nSo how was your Puja? I could only manage to go to Kallol''s Puja held at the usual venue (Ukranian Community Center), and I could say that I had a pretty good time. The food was above average and the cultural programs met my expectation. On Friday, the main attraction was "Kaya" (Bangla Band) which was a bit disappointing to me. Their show failed to grab my attention. Saturday''s key attraction, the highly advertised Yatra "Shahjahan" fell flat on the audience due to severe audio problem (no surprise there).  It is a pity to watch several months of hard work being ruined by poor technical handling of the sound system. Apparently, the floor microphones were connected to an inadequate mixer (the better one was saved for Subhomita) which failed to deliver when all the microphones were turned on. This problem could have been easily resolved by doing a simple sound check with all the mics turned on.  Instead of continuing the play with the poor sound, the show should have been interrupted by the Kallol organizers (stage managers, technical staff and other committee members) and the sound system fixed before restarting the play. The actors on stage cannot be blamed since they were too much engrossed with their performance (not to mention the stress they were going through.) \r\n<br />\r\nThe following Bengali vocal music program by Subhomita was an excellent presentation. Subhomita is undoubtedly one of the leading singers of Bengali modern songs. Her vocal range and purity of notes was mesmerizing. She also maintains a distinction by mostly singing her own songs rather than the old and popular cover numbers. She had an excellent accompaniment (and not pre-recorded audio tracks) which included her husband on the tabla as well as the popular percussionist of ETV Bangla music shows - Ratan Chakraborty on the octopad. \r\n<br />\r\nThe highlight of Sunday evening''s program was the children''s play "The Emperor''s New Groove" based on the popular Disney animation film, adapted and directed by Aparajita Das. The colorful presentation rocked with jazzy dance numbers where the cute kids of Kallol danced to feet tapping Latino music. This play too started off with some audio problems, but this time the play was interrupted and the problem fixed. The kids too were very careful to ensure that whatever they said was heard loud and clear.  In one instance the lapel microphone came off one of the actor''s costume, but he smartly picked it up and held the mic close to his mouth before delivering his dialog. I guess the "Shahjahan" incident taught them a lesson.\r\n<br />\r\nThe following event, Satinath Mukhopadhyay''s recitation, was able to keep the audience on their seats on a Sunday evening. He proved that he knew the skills of using the microphone and controlling his voice to deliver the right emotions. Tejendra Narayan Majumdar''s sarod recital concluded Kallol''s puja event for 2007 in the traditional way. Tejendra was accompanied on the tabla by the talented young Anubrata Chatterjee, son of the celebrated tabla player Anindyo Chatterjee. \r\n<br />\r\nWhile we wait for the next year''s Puja, please let me know how you celebrated your Puja weekend. Share with us your thoughts on how to make this event even more enjoyable.\r\n\r\n', 'Durga Puja 2007', 0, '', 'publish', 'open', 'open', '', 'durga-puja-2007', '', '', '2007-10-31 10:58:41', '2007-10-31 14:58:41', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/110', 0, 'post', '', 2),
(99, 1, '2007-10-04 22:58:12', '2007-10-05 02:58:12', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/jhorasomoy.jpg'' title=''Jhara Samayer Kavya''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/jhorasomoy.thumbnail.jpg''   class=''alignleft'' alt=''Jhara Samayer Kavya'' /></a> <a href="http://ganakrishti.org">Ganakrishti</a>, a leading theater group of Kolkata, has just completed twenty-five years of its journey that began in 1981 by a handful of theater enthusiasts. Over these years the group has grown both in size and stature to one of those very few organizations that can help guide the group theater movement in Kolkata through the troubled socio-economic waters. It was one of those groups who did not feel that producing plays is the only activity they should concentrate on. <!--more-->Ganakrishti wanted to be inclusive, wanted to do theater with everybody. They were not one of those elitist groups that bask on the glory of a limited few "stars". They started to build ground up, bringing together all the like minded people, train the young through workshops and through stage productions where everybody can be a part of, on-stage or off-stage.  \r\n\r\nI have been fortunate enough to see three productions of Ganakrishti. "Sateroi July" (July the 17th), a play written and directed by Bratya Basu, was an intensely gripping drama with a huge cast. "Megh Manabi", a musical developed though the workshop process of Ganakrishti (directed by Jahar Das) is a kind of production that is very difficult to find in any Kolkata stage. The play involved the youngest of the group members who have been groomed through the annual workshop process conducted by the senior performers. "Tashkar Brittanto", one of the recent productions, is a hilarious satirical drama directed by Amitava Dutta and wonderfully acted by the more experienced members of the group. \r\n\r\nGanakrishti''s latest production, "Jhora Somoyer Kabya" (Verse of Whithering Time), is winning great critical acclaim as well as audience appreciation. The play chronicles the life of Mirza Asad-ul-llah khan Ghalib, who was not only a poet and musician, but also a great philosopher.  The play depicts, through the eyes of Ghalib, a changing time of Indian history when the people started to feel the growing power of the British empire gradually spreading its wings of oppression across India. This is a must see play in Kolkata at this moment. So next time you are in Kolkata, do not miss this play. \r\n\r\nGanakrishti''s annual theater festival is another unique event that demonstrates their inclusiveness, their eagerness to do theater with everybody who loves to do theater.  It was an honor for us to be a part of Ganakrishti''s annual theater festival in 2006 with our play "<a href="http://www.ethnomediallc.com">Ron</a>". The festival did not have the pomp and grandeur of  some of the other famous festivals and fairs of Kolkata, but it had that magic that creates a bond of friendship and camaraderie that is the key objective of any festival of this nature.  The festival invites theater groups from all over India and abroad. One of the key features of this festival is a special segment of children''s plays. Besides plays, the festival also features exhibitions, seminars, as well as felicitation of artists, writers and performers.  A festival of this magnitude demands lot of dedication, hard work and funds.  Government grants alone cannot bear the expenses. Private and corporate contributions constitute a significant portion of the budget. I hope that the patrons and donors of this wonderful festival continue to sponsor this event in the coming years too and make it a major monsoon festival of Kolkata.  I''d also like to request my expatriate Bengali friends who visit Kolkata during the summer moths (July/August) to make it a point to attend this festival and be a part of this wonderful cultural experience. ', 'Ganakrishti: A Beacon for the Group Theater Movement in Kolkata', 0, '', 'publish', 'open', 'open', '', 'ganakrishti-a-beacon-for-the-group-theater-movement-in-kolkata', '', '', '2007-10-04 23:00:35', '2007-10-05 03:00:35', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/99', 0, 'post', '', 1),
(100, 1, '2007-10-04 10:51:49', '2007-10-04 14:51:49', '<!--adsense-->\r\nETHNOMEDIA MUSIC STUDIO\r\nPresents\r\nAn Evening of Hindustani Classical and Semi-Classical Music\r\nSATURDAY, NOVEMBER 3RD AT 6.30 P.M.\r\n\r\n<strong>Indrani Chakrabarty</strong> (Vocal)\r\n<strong>Kedar Naphade</strong> (Harmonium Solo) Accompanied by\r\n<strong>Amod Dandawate</strong> (Tabla)\r\n\r\n<strong>Mitali Banerjee Bhawmik</strong> (Vocal)\r\nAccompanied by\r\n<strong>Samir Chatterjee</strong> (Tabla); <strong>Kedar Naphade</strong> (Harmonium)\r\n\r\n<strong>Special Event</strong>\r\nDebut CD Album Release of <strong>Kedar Naphade</strong>\r\nExhibition in Water Colors by <strong>Poorva Pant</strong>\r\n\r\nVenue\r\nFAH THEATER\r\nUnitarian Universalist Congregation of Princeton,\r\n50 Cherry Hill Rd, Princeton, NJ 0854\r\nwww.uuprinceton.org\r\nAdmission: $15.00\r\nContact: (908) 429-1120\r\nVisit http://www.mitali.org, http://ethnomediallc.com/music_studio', 'Hindustani Classical Vocal Concert', 0, '', 'publish', 'open', 'open', '', 'hindustani-classical-vocal-concert', '', '\nhttp://www.mitali.org,\nhttp://ethnomediallc.com/music_studio', '2007-10-04 10:51:49', '2007-10-04 14:51:49', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/100', 0, 'post', '', 0),
(84, 1, '2007-08-28 16:36:09', '2007-08-28 20:36:09', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/img_6449.JPG'' title=''Satyameva Scene''><img class="alignleft" src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/img_6449.thumbnail.JPG'' alt=''Satyameva Scene'' /></a> Finally, our team (Ethnomedia) concluded their four day run of "Satyameva" at the Sujata Sadan hall in Kolkata. It was an emotional roller coaster ride for me, but for Indranil and Sankar Ghoshal, it was both emotional as well as physical. \r\n<!--more-->The city weather was brutal this time. Rains, floods and sweltering heat sapped off all energy and enthusiasm that they had carried on with themselves. The weather not only was unfavorable to the actors, but also to the audience who wanted to come to the show. Still the show had quite a few of the top theater personalities and media critics on their seats. The celebrities included people like Madhavi Mukherjee, Bibhas Chakraborty, Ashok Mukherjee, Chandan Sen, Ishita Mukherjee and few others. And it seems they liked the play, as did the other audience members. \r\nBibhas-da in his email said, "Ek kothay, Bhalo Legechhe". Ashok Mukherjee commented, "Hats off to you! A wonderful play, executed wonderfully". \r\nAnandalal wrote in a short review in "The Telegraph",\r\n\r\n<blockquote>The Bengali-American group Ethnomedia from New Jersey, which stunned Calcutta last year with Ron, returned for the world premiere of dramatist-director Sudipta Bhawmik’s Satyameva. A senior executive body-shopping software engineers fires his incompetent new recruit, who pleads that he should not be sent back to India. By a remarkable plot of twists and turns (perhaps too many of them) Bhawmik conveys older Bengalis’ nostalgia for their birthplace and younger Bengalis’ desire to emigrate to America. Sankar Ghoshal and Indranil Mukherjee respectively give realistic portrayals of these parts, but the playwright’s craftsmanship tends to get the better of heartfelt emotions, which we had found in Ron. </blockquote>\r\n\r\nAlso you''ll find attached a review from "Sangbad Pratidin".\r\n\r\nOverall, the show was quite successful. Thanks to the wonderful support by Ganakrishti (who presented our show in Kolkata) members. Without them, it was quite impossible for us to stage the show. \r\n\r\nNow we need to plan for a local staging here in New Jersey. Stay tuned.\r\n\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/pratidin_stayameva_review_bw.jpg'' title=''Pratidin Review''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/pratidin_stayameva_review_bw.thumbnail.jpg'' alt=''Pratidin Review'' /></a>\r\n', 'Satyameva in Kolkata', 0, '', 'publish', 'open', 'open', '', 'satyameva-in-kolkata', '', '\nhttp://www.telegraphindia.com/1070825/asp/opinion/story_8232049.asp', '2007-10-16 14:15:03', '2007-10-16 18:15:03', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/84', 0, 'post', '', 0),
(85, 1, '2007-08-30 09:47:14', '2007-08-30 13:47:14', '<!--adsense-->\r\nBHARATIYA  KALA  KENDRA\r\nAn institution of authentic Indian Music and Dance\r\npresents\r\n"Tauryatrika"\r\nSeptember 23rd 2007, Sunday,  4:00 - 7:00  PM\r\n \r\n \r\nRap Around Ragas\r\nAn unforgettable blending of musical fragrances. Essence of Indian Classical Music with vibes of Rap music. Bharatiya Kala Kendra Members join hands with Rap singer Anee, accompanied by Dibyarka on Tabla, Krikeya on Drums.\r\nMelody Mando\r\nThe one and only Snehashis Mozumder on Mandolin with his electrifying talent and stunning knowledge. Accompanied by Dibyarka Chatterjee on Table.\r\nAllusion\r\nSukalyan  Bhattacharya on contemporary  dance  with his  inimitable creativity. Parthasarathi Muykhopadhyay with his composition on songs of Kabeer.\r\nInsight\r\nA message of eternity flowing from the holy verses of Shwetashwatah Upnishad - with a humble offering of our own self to the eternity through song of Rabindranath Tagore. A presentation by members of BKK family.\r\nRhythm and Theme\r\nA variety entertainment event with a thoughtful collection of songs and dances presented by\r\nmembers of Bharatiya Kala Kendra family.\r\nEndless\r\nStreaming melody of Indian Classical Music with the divine posture of Indian Dance.\r\nAn endless  musical journey - with members of Bharatiya Kala Kendra.\r\n \r\nGeorge Street Playhouse, 9 Livingstone Ave, New Brunswick\r\n ', 'BHARATIYA  KALA  KENDRA presents "Tauryatrika"', 0, '', 'publish', 'open', 'open', '', 'bharatiya-kala-kendra-presents-tauryatrika', '', '', '2007-08-30 09:47:14', '2007-08-30 13:47:14', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/85', 0, 'post', '', 0),
(86, 1, '2007-08-30 09:53:10', '2007-08-30 13:53:10', '<!--adsense-->\r\nSATURDAY, SEPTEMBER 22, 7 PM\r\nDISCOVER ARTISTIC INDIA program AT NJ State Theatre\r\n \r\nFeaturing Legends of Indian Classical Music and Dance\r\n Location: State Theatre, 15 Livingston Avenue New Brunswick, New Jersey\r\nTickets: P $48.00; A $33.00; B $23.00; C $23.00\r\n \r\nPresented by New Jersey State Theatre in association with Indo American Cultural & Religious Foundation (IACRF) and One World Entertainment.\r\nJugalbandi between Carnatic and Hindustani music maestros--\r\n \r\nDr. Bala Murali Krishna and Pandit Ajoy Chakrabarty.\r\n \r\nThis is the first time ever that music aficionados of New Jersey will be treated to a concert featuring these two stalwarts performing on the same stage.\r\nAlso: stunning performances in Indian classical dance by a group of visually challenged dancers from India.\r\n \r\n $13 Tickets for Seniors & Students!*\r\nValid ID required (maximum 1 ticket per ID). Discounts valid for the last 2 rows of A1 and all of B & C seating, box office window orders only.\r\nDiscounts are not retroactive and cannot be combined. Subject to availability.\r\n \r\nTicket Fees\r\nThere will be a $2 per ticket facility fee applied to each ticket. Additional fees apply.\r\nTickets on sale Friday, August 3 at 10am to the GENERAL PUBLIC. \r\nTo become a STATE THEATRE MEMBER and get the BEST SEATS, call 732-247-7200, ext. 512. \r\nSTATE THEATRE MEMBER presale is limited to 4 tickets per order.\r\nPhone (732-246-SHOW) and window orders only.', 'DISCOVER ARTISTIC INDIA program at NJ State Theatre', 0, '', 'publish', 'open', 'open', '', 'discover-artistic-india-program-at-nj-state-theatre', '', '', '2007-08-30 09:55:35', '2007-08-30 13:55:35', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/86', 0, 'post', '', 0),
(25, 1, '2005-06-11 01:24:52', '2005-06-10 19:54:52', 'Learning lines\r\nAll 9 messages in topic - view as tree\r\n	\r\nloobyloo 	  May 24, 9:47 am     show options\r\nNewsgroups: rec.arts.theatre.plays\r\nFrom: loobyloo <any .trace.of.rudeness.looby...@loobynet.com> - Find messages by this author\r\nDate: Tue, 24 May 2005 14:47:15 +0100\r\nLocal: Tues,May 24 2005 9:47 am\r\nSubject: Learning lines\r\nReply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse\r\n\r\nHello everybody\r\n\r\nI''m an almost complete newbie to all this and I wanted to ask your advcie\r\nabout learning lines.  This summer I''ll be performing a one man show in\r\nEdinburgh and I need to learn a script that (with pauses and so on) will\r\nlast about 40 minutes.  I know it''s not Hamlet, but it''s quite a lot for\r\nsomeone who hasn''t tackled something like this before.\r\n\r\nI wonder if anyone knows how more experienced actors go about doing this,\r\nand what methods have proven effective for learning big chunks of text?\r\n\r\n-- \r\nCliff Laine, The Old Lard Factory, Lancaster  http://www.loobynet.com\r\n* remove any trace of rudeness before you reply *\r\n----------------------------------------------------------------------------------------\r\n\r\n\r\nReply\r\n	 \r\n\r\n	\r\nJim Beaver 	  May 24, 1:06 pm     show options\r\nNewsgroups: rec.arts.theatre.plays\r\nFrom: "Jim Beaver" <jumble ...@prodigy.spam> - Find messages by this author\r\nDate: Tue, 24 May 2005 17:06:59 GMT\r\nLocal: Tues,May 24 2005 1:06 pm\r\nSubject: Re: Learning lines\r\nReply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse\r\n\r\n"loobyloo" <any .trace.of.rudeness.looby...@loobynet.com> wrote in message\r\n\r\n\r\n\r\nI''ve done several one-man shows of this length or longer.  I just learn them\r\nparagraph by paragraph:  learn a line, learn the next one, learn them\r\ntogether, add the next line, till you''ve got the first paragraph down cold.\r\nThen start the next paragraph.  Once you''ve got it down, go back and do both\r\nparagraphs together, when you''ve got those two paragraphs down solid, start\r\nparagraph three.  Then you can either just keep adding paragraphs, or learn\r\neach new one in conjunction with the previous one.  Either method makes sure\r\nthat you learn each new paragraph as a connected part to the previous\r\nparagraph, which helps you maintain the flow of thought.  But at least once\r\nor twice a day, run through the whole thing as far as you''ve learned it and\r\nthen read aloud the remainder.  I''ve never had a very hard time learning a\r\nlong one-man show this way.  Of course, the better the material, the easier\r\nto memorize.\r\n\r\nJim Beaver\r\n\r\nReply\r\n	 \r\n\r\n	\r\nChristopher Jahn 	  May 24, 6:50 pm     show options\r\n\r\nAlso, it''s better to work on your lines while on your feet than sitting\r\ndown.  You will be SPEAKING them while you''re moving around, after all.  \r\nIt also keeps your blood pumping and prevents you from sloooowly fading\r\nout.\r\n\r\nA trick I have used for really difficult patches or when I have only a\r\nshort time to learn them; I transcribe the words from the script onto a\r\npad of paper in my own handwriting; this forces my brain to process the\r\nwords on a slightly deeper than simply reading them.  Then copying the\r\ntranscription in your own hand forces you to translate your own\r\nhandwriting and re-process it as you write it out again.  This can be\r\nextremely effective.\r\n\r\nThis is how I learned a 5 page monologue in five hours for a production\r\nin KEELY AND DU, when I was picked to be the understudy after the actor\r\ninjured himself during the matinee.\r\n\r\n-- \r\n}:-)       Christopher Jahn\r\n\r\n{:-(       http://home.comcast.net/~xjahn/Main.html\r\n\r\n\r\nVen Hawkins 	  May 25, 3:17 pm     show options\r\nNewsgroups: rec.arts.theatre.plays\r\nFrom: "Ven Hawkins" <actorguy2 ...@yahoo.com> - Find messages by this author\r\nDate: 25 May 2005 12:17:12 -0700\r\nLocal: Wed,May 25 2005 3:17 pm\r\nSubject: Re: Learning lines\r\nReply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse\r\n\r\nI''ve used three methods:\r\n\r\nMethod One:  Record all the lines on tape.  Use a small recorder with a\r\npause button.  When it comes your time to deliver a line hit the pause\r\nbutton, say the line, then listen.  Of course since you''re doing a one\r\nman show, it will always be your turn to talk, so just take a chunk of\r\ndialog at a time.\r\n\r\nMethod Two: Backwards.  Memorize the last line.  Then the previous\r\nline, then the one before that.  One each iteration go all the way to\r\nthe last line.  This way, the lines you''re least familiar with are the\r\nfirst ones you say.  Do it in managable chucks.  I don''t use this\r\nmethod alone, I still use the tape when I''m driving or some other\r\nactivity that won''t allow me to use the script.  I used this method\r\nwhen I had two weeks to memorize lines for a 2 1/2 hour show in which I\r\nplayed the lead character who was on stage the whole show.\r\n\r\nMethod Three:  I don''t try to memorize them at all.  This actually\r\nworks for me in some shows.  We''''ll have a week or two of blocking with\r\nscripts in hand to take notes.  I''ve found that quite often I''ll have\r\nmemorized the script without trying.  It''s still a good idea to use the\r\ntape method to reinforce your lines to avoid paraphrasing.\r\n\r\nGood Luck!\r\nVen Hawkins\r\n\r\nReply\r\n	 \r\n\r\n	\r\nCassiusw90s 	  May 25, 9:19 pm     show options\r\nNewsgroups: rec.arts.theatre.plays\r\nFrom: "Cassiusw90s" <cassiusw ...@nyc.rr.com> - Find messages by this author\r\nDate: Thu, 26 May 2005 01:19:57 GMT\r\nLocal: Wed,May 25 2005 9:19 pm\r\nSubject: Re: Learning lines\r\nReply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse\r\n\r\nCliff:\r\nOne suggestion, by which you can kill two birds with one stone, is this:\r\n\r\nGo through your scenes a couple of times and break up the "lines" into units\r\nof intention...that is "What does the character want?", "How is he trying to\r\nget it?", "What obstacles are in his way?".\r\n\r\nAfterwards, take an hour a day..or more if possible.. and work through each\r\nscene with an index card covering all your lines except the one you''re\r\ncurrently on. As a result of the work above, you''ll have memorized stuff\r\nwithout knowing it. And you''ll be memorizing the lines as part of\r\nunderstanding ways in which your character is moving moment to moment\r\nthrough the play..\r\n\r\nIt may sound pretentious, but, honestly, it works brilliantly.\r\n\r\nRegards,\r\n\r\nCassiusW90s\r\n\r\n\r\nJim Beaver 	  May 25, 9:34 pm     show options\r\n\r\nI''ve found this method to work very well myself.  And not just for\r\nmonologues.\r\n\r\nJim Beaver\r\n\r\nReply\r\n	 \r\n\r\n	\r\nMark Cipra 	  May 26, 6:50 am     show options\r\nNewsgroups: rec.arts.theatre.plays\r\nFrom: "Mark Cipra" <m ...@apk.net> - Find messages by this author\r\nDate: Thu, 26 May 2005 06:50:26 -0400\r\nLocal: Thurs,May 26 2005 6:50 am\r\nSubject: Re: Learning lines\r\nReply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse\r\n\r\n"Cassiusw90s" <cassiusw ...@nyc.rr.com> wrote in message\r\n\r\nnews:1v9le.14501$IX4.2961@twister.nyc.rr.com...\r\n\r\n> Cliff:\r\n> One suggestion, by which you can kill two birds with one stone, is this:\r\nGo through your scenes a couple of times and break up the "lines" into units  of intention...that is "What does the character want?", "How is he trying to get it?", "What obstacles are in his way?".\r\n\r\nI wouldn''t say this to a veteran, but since you say you''re a newbie ...\r\nThis is very important advice.  You''re not memorizing the multiplication\r\ntables, you''re learning a role.  The words arise out of wants, actions, etc.\r\nIt''s more akin to learning how to rebuild a carburator than memorizing the\r\nphone book.\r\n\r\n- Hide quoted text -\r\n- Show quoted text -\r\n	 \r\n\r\n	\r\nloobyloo 	  May 28, 4:07 pm     show options\r\nNewsgroups: rec.arts.theatre.plays\r\nFrom: loobyloo </cassiusw></m></cassiusw></actorguy2></any><any .trace.of.rudeness.looby...@loobynet.com> - Find messages by this author\r\nDate: Sat, 28 May 2005 21:07:54 +0100\r\nLocal: Sat,May 28 2005 4:07 pm\r\n\r\nReply\r\n	 \r\n\r\n	\r\n\r\n\r\n</any></jumble></any>', 'Learning Lines', 0, '', 'publish', 'open', 'open', '', 'learning-lines', '', '', '2005-10-10 18:59:21', '2005-10-10 13:29:21', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/25', 0, 'post', '', 1),
(89, 1, '2007-09-03 23:18:44', '2007-09-04 03:18:44', 'Two poems from Krittibas', 'Poetry from Krittibas', 0, '', 'inherit', 'open', 'open', '', 'poetry-from-krittibas', '', '', '2007-09-03 23:18:44', '2007-09-04 03:18:44', '', 88, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/09/krittibas.mp3', 0, 'attachment', 'audio/mpeg', 0),
(91, 1, '2007-09-06 18:11:53', '2007-09-06 22:11:53', '<!--adsense-->\r\n<div class=''floatleft''><object width=''425'' height=''350''><param name=''movie'' value=''http://www.youtube.com/cp/vjVQa1PpcFMvm04MnycmUM4KjVuENjh4mPuAkV9zy1s=''></param><param name=''wmode'' value=''transparent''><embed src=''http://www.youtube.com/cp/vjVQa1PpcFMvm04MnycmUM4KjVuENjh4mPuAkV9zy1s='' type=''application/x-shockwave-flash'' wmode=''transparent'' width=''425'' height=''350''></embed></param></object></div>\r\n\r\nWhat do Robert Duvall, John Voight, Sydney Pollack, Tony Randall, Gregory Peck, Jeff Goldblum, James Caan, and Tom Cruise have in common? They all trained under the master acting coach Sanford Meisner. Famous playwrights like Arthur Miller and David Mamet were also his students. His teaching technique, known as the <a href="http://en.wikipedia.org/wiki/Meisner_technique">Meisner Technique</a>, is regarded as one of the most effective tool to master the art of acting. The goal of the Meisner technique has often been described as getting actors to “live truthfully under imaginary circumstances.” The technique emphasizes carrying out an action truthfully on stage and letting emotion and subtext build based on the truth of the action and on the other characters around them, rather than simply playing an action or emotion. \r\n<!--more-->\r\nIn 1931, a fervent group of young actors, including Meisner, Stella Adler, Lee Strasberg, and Harold Clurman, among others, joined together in New York to establish the Group Theatre. It was the first permanent theatre company that brought "Method" acting, rooted in the methods of Konstantin Stanislavsky, to practice and prominence in America. \r\n\r\nIn 1933 Meisner became disenchanted with pure "Method" acting. He wrote, "Actors are not guinea pigs to be manipulated, dissected, let alone in a purely negative way. Our approach was not organic, that is to say not healthy." Meisner had ongoing discussions about technique with Adler, who worked with Stanislavsky in Paris, and Clurman, who took a deep interest in the American character. Eventually Meisner realized that if American actors were ever going to achieve the goal of "living truthfully under imaginary circumstances," an American approach was needed. The Neighborhood Playhouse provided him with a venue to develop that approach on his own.\r\n\r\nMeisner has been regarded as one of the most important acting theorists of the 20th Century. Arthur Miller once said of Meisner, "He has been the most principled teacher of acting in this country for decades now, and every time I am reading actors I can pretty well tell which ones have studied with Meisner. It is because they are honest and simple and don''t lay on complications that aren''t necessary." \r\n\r\nThe attached seven part Video (A PBS production now available on YouTube) gives us a glimpse of his genius. Some of his students have also recorded his acting classes that is now available as an eight hour DVD pack ( <a href="http://www.amazon.com/gp/product/B000LCF4OY?ie=UTF8&tag=nnb-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000LCF4OY">Sanford Meisner Master Class</a><img src="http://www.assoc-amazon.com/e/ir?t=nnb-20&l=as2&o=1&a=B000LCF4OY" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> ) and is regarded as a must have for any aspiring actor. Several books on his acting technique are also available. They include <a href="http://www.amazon.com/gp/product/0394750594?ie=UTF8&tag=nnb-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0394750594">Sanford Meisner on Acting</a><img src="http://www.assoc-amazon.com/e/ir?t=nnb-20&l=as2&o=1&a=0394750594" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />, <a href="http://www.amazon.com/gp/product/1880399776?ie=UTF8&tag=nnb-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1880399776">The Sanford Meisner Approach: An Actors Workbook (A Career Development Book)</a><img src="http://www.assoc-amazon.com/e/ir?t=nnb-20&l=as2&o=1&a=1880399776" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> ,<a href="http://www.amazon.com/gp/product/1575252120?ie=UTF8&tag=nnb-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1575252120">The Sanford Meisner Approach: Workbook IV Playing the Part (The Sanford Meisner Approach)</a><img src="http://www.assoc-amazon.com/e/ir?t=nnb-20&l=as2&o=1&a=1575252120" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> and others.\r\nThe <a href="http://www.themeisnercenter.com/">Sanford Meisner center</a> in Los Angeles is the only acting school founded (1995) by the master himself that specializes in his technique. ', 'Sanford Meisner: The Guru of Acting', 0, '', 'publish', 'open', 'open', '', 'sanford-meisner-the-guru-of-acting', '', '', '2007-10-10 17:41:36', '2007-10-10 21:41:36', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/91', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(29, 1, '2005-06-24 01:45:16', '2005-06-23 20:15:16', '<img src=''http://ethnomediallc.com/wpress/wp-content/ashoke_mukhopadhay.jpg'' alt=''Ashoke Mukhopadhyay'' /> Ashok Mukhopadhyay, an eminent theatre personality from Kolkata, is visiting the United States to direct a play at the 25th North America Bengali Conference, to be held in New York during July 1 -4, 2005. I asked few questions to Askok-da (as I fondly call him) on how he approached towards developing this play.\r\n\r\n<strong>Sudipta</strong>: NABC 2005 is celebrating 200 years of Bengali theatre through three plays covering the period. You have written the script and directing one of the segments. What part of this vast canvas are you covering in your segment?\r\n\r\n<strong>Ashok</strong>: I have not actually written any script for my part of the production.  I have selected scenes from some of the great plays written during the time-span and I am trying to link them with song-and-dance sequences to produce a theatrical collage.  I am covering the period 1870 to 1944.\r\n\r\n<strong>Sudipta</strong>: What was your criteria in selecting the play segments\r\n\r\n<strong>Ashok</strong>: I selected scenes from some of the major plays by some of the major playwrights of the time.  I wanted them to be various in appeal and approach ranging from the high satire of Buro Saliker Ghare Roa (Modhusudan) to the solemnly tragic note of Balidan (Girishchandra), from the comedic romanticism of Chirakumar Sabha (Rabindranath) to the musical rhythm of Alibaba (Khirodeprasad), and thus to the historicity of Chandragupta (Dwijendralal) to the garbed mythology of Karagar (Manmotho Roy) and finally reaching the agony and protest of Nabanna (1944).\r\n\r\n<strong>Sudipta</strong>:  What was your thought process in developing your segment?\r\n<strong>Ashok</strong>: The basic thought grinding the selection of plays concerns the belief that theater provides the finest documentation of time and its flow. Theater intrinsically projects the truth about social transition, placing human beings and their values against the correct perspective.  I hope our production of the play-pieces will provide a commentary on the theater of the time as also on the social milieu producing the theater.\r\n\r\n<strong>Sudipta</strong>: Is this your first visit to North America Bengali Conference? If so, what is your expectation?\r\n<strong>Ashok</strong>: This is my first visit to North America Bengali Conference.  I am looking\r\nforward to a great week-end when Bengali culture will shine proudly in America projecting the multi-dimensional character of this dear and glorious tradition of ours.\r\n\r\n<!--adsense-->', 'An Interview with Ashok Mukhopadhyay', 0, 'Ashok Mukhopadhyay, an eminent theatre personality from Kolkata, is visiting the United States to direct a play at the 25th North America Bengali Conference, to be held in New York during July 1 -4, 2005. I asked few questions to Askok-da (as I fondly call him) on how he approached towards developing this play.\r\n', 'publish', 'open', 'open', '', '29', '', '', '2005-10-21 02:19:59', '2005-10-20 20:49:59', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/29', 0, 'post', '', 0),
(30, 1, '2005-06-24 02:33:41', '2005-06-23 21:03:41', '<img src="http://ethnomediallc.com/wpress/wp-content/bratya.jpg" alt="Bratya Basu"  style="padding:10px; \r\nbackground: black; border: 2px"  class="right" width=100 />Bratya Basu is currently one of the brightest young playwright and director of the Bengali stage in Kolkata. He is in USA now, rehearsing and preparing his latest directorial venture covering the post independence era of modern Bengali theatre. The play will be staged at the 25th North America Bengali Conference on July 3rd, at the Hammerstein Ballroom in Manhattan, New York. I asked him few questions on how he conceived of this project and the challenges he faced in directing this show.\r\n\r\n<strong>Sudipta</strong>:  NABC 2005 is celebrating 200 years of Bengali theatre through three plays covering the period. You have written the script and directing one of the segments. What part of this vast canvas are you covering in your segment?\r\n\r\n<strong>Bratya</strong>: I have tried to cover the post independence era of modern Bengali theatre, from 1950 to 2000. The play presents snippets from several plays covering this period including a play from Bangladesh. The plays are, "Raktakarabi", "Raja Oedipous", "Tiner Talowar", "Sarater Megh", "Chak Bhanga Modhu", "Ebong Indrajit", "Winkle Twinkle" and "Eersha".\r\n\r\n<strong>Sudipta</strong>: What was your criteria in selecting the play segments?\r\n\r\n<strong>Bratya</strong>: I primarily used three criteria to select my play segments; (a) Plays that were important as contemporary theatre during its time, (b) it has a significant literary value, (c) and is still relevant to our society in its fundamental message.\r\n\r\n\r\n<strong>Sudipta</strong>:  What was your thought process in developing your segment?\r\n\r\n<strong>Bratya</strong>: It was particularly challenging for me to figure out a method to develop the entire play such that it comes out as a whole entity, even when the segments themselves stand out as an individual theatrical unit.  Of all the three plays, I am the only director who is working with actors from India as well as USA. I had to take special care to ensure that there exists proper synergy and balance between the segments acted by the different groups of actors and also to develop a relationship as a team. To work as a team they need to get familiarized with the acting style and patterns of each other, build the mutual trust that is absolutely essential in producting a theatre. Since many of the actors whom I am working with in this play are new to me, I was not sure whether I''ll be able to get what I want from them and stage a show where the proper balance is maintained. I am glad to say that I was able to achieve that.\r\n\r\n<strong>Sudipta</strong>:  What can the audience expect to see in this segment?\r\n\r\n<strong>Bratya</strong>: Primarily, I expect the audience to experience the development and evolution of modern Bengali theatre. They will also exprience a modern theatrical approach and acting style that is rooted in Bengal but international in every sense.\r\n\r\n<strong>Sudipta</strong>: Is this your first visit to North America Bengali Conference? If so, what is your expectation?\r\n\r\n<strong>Bratya</strong>: Yes, this is my first NABC. My expectation is that I''d like to see that true cultural relationship and cultural exchange happen through this conference. I''d like to see that this conference bring to life the true international spirit of Bengali culture in all its glory.\r\n<!--adsense-->', 'An Interview with Bratya Basu', 0, 'Bratya Basu is one of the brightest young playwright and director on the Bengali stage in Kolkata now. He is in USA now, rehearsing and preparing his latest directorial venture covering the post independence era of modern Bengali theatre. The play will be staged at the 25th North America Bengali Conference on July 3rd, at the Hammerstein Ballroom in Manhattan, New York. I asked him few questions on how he conceived of this project and the challenges he faced in directing this show.', 'publish', 'open', 'open', '', 'an-interview-with-bratya-basu', '', '', '2005-10-21 02:19:34', '2005-10-20 20:49:34', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/30', 0, 'post', '', 0),
(34, 1, '2005-07-12 08:48:19', '2005-07-12 03:18:19', 'Many things have gone right and many things have gone wrong during our last NABC2005.  The following letter from Chitra Divakaruni exemplifies one of the things that went really wrong. We understand that managing such an event of this scale is not trivial and especially for the volunteers (I repeat, volunteers) it was indeed an arduous task to do their job and also keep their cool.  However, I only hope that this letter from Chitra helps us in improving our festival, rather than turn out into a finger pointing exercise.\r\n\r\nThank you.\r\n<!--more-->\r\n--------------------------------------------------------------------------------------------------------------------------\r\nDear NABC 2005 organizers:\r\n \r\nThank you very much for inviting me to be a speaker/performer at NABC 2005. It was a huge event! I cannot even imagine how you managed to organize such a large scale convention so successfully. Congratulations! I enjoyed all the events I could go to, and of course I particularly enjoyed the literary events. I could see there was a lot of interest, esp. in the main stage events we did, and I want to thank Goutam Dutta for working very hard to make all of these happen. The literary seminar discussions with the audience was very high quality as well.\r\nMy thanks also for your care and hospitality in terms of my airport car rides, hotel, timely honorarium, etc. I know how hard this is to arrange, when so much is going on.\r\n \r\nI do want to share with you one negative experience I had--and I write this only because my hope is that if it is pointed out to the organizers, perhaps it will not happen again to someone else.\r\n \r\nAs part of my welcome packet, I was given a letter from the hospitality committee saying that I was to take my meals on the 7th floor of the Manhattan Center. After my Saturday morning event at Hammerstein, Goutam Dutta told us (the speakers) to go there for lunch. However, when I went there, I was treated very rudely by the 2 women in charge, and told I should not be coming there for meals. They also referred very rudely to Goutam when I mentioned that he had sent me there. This event was very embarrassing for all of the speakers.  I was made to feel as though I had sneaked in there to get a free meal to which I was not entitled. I would have left right away to buy myself a meal outside the hotel, but the other speakers and Mohua, one of the literary organizers, requested me not to go as our next program was about to start in 15 minutes. She managed to get some food for me, putting up with many insults herself to do that. I ate it, But as you may imagine, I felt very bad, kind of like a bhikhiri in a biyebari. In my 15 plus years of doing events in this country and abroad, I have never been treated like this. It will be, unfortunately, something I will remember for a long time.\r\n \r\nI know many NABC volunteers and organizers worked tirelessly behind the scenes to make things happen just right for the hundreds of performers and speakers that came to your event. Unfortunately, most of them did not interact directly with us, so we could not experience their warmth and sincerity. The volunteers/organizers who have the most impact on us guests are the ones who deal with us directly, one on one, such as the women in the meal room. Perhaps you could remind them of the importance of what they do--and the effect it can have on a guest''s overall memories of an otherwise wonderful NABC.\r\n \r\nthank you\r\nChitra Divakaruni', 'An Open Letter from Chitra Divakaruni', 0, 'Many things have gone well and many things have gone wrong during our last NABC2005.  The following letter from Chitra Divakaruni exemplifies one of the things that went really wrong. We understand that managing such an event of this scale is not trivial and especially for the volunteers (I repeat, volunteers) it was indeed an arduous task to do their job and also keep their cool.  However, I only hope that this letter from Chitra helps us in improving our festival, rather than turn out into a finger pointing exercise.\r\n\r\nThank you.', 'publish', 'open', 'open', '', '34', '', '', '2005-10-21 02:17:16', '2005-10-20 20:47:16', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/34', 0, 'post', '', 1),
(36, 8, '2005-07-15 22:53:36', '2005-07-15 17:23:36', 'What makes a Banga Sammelan successful?  Advancing the cause of Bengali culture , literature and business ; sheer fun of meeting friends and late night Adda; showing off of collection of Sarees and (for a few) basking in the reflected glory of Calcutta luminaries?  The answer is all of the above except anything to do with the advancement of  Bengali culture, literature and business. To claim that it is will be pretentious. By that yardstick the Banga Sammelan in New york has definitely been a success.  Yarning for the lime light apart, one has to recognize and admire the effort and hard labor of the organizers.  It is no mean achievement that Banga Sammelan has come to being an institution serving the community in general.  The name that comes in mind, who is the undisputed leader is Prabir Roy.  He not only deserves recognition and praise but our gratitude as well.\r\nIn a way this meet was innovative in certain areas, like involving the local talents, recognizing the second generation young talents and in choosing the topics in the commemorative journal published on this occasion\r\nThese are long due steps needed for establishing an identity for the Sammelan. It is also time to reflect on the charecter and nature of Banga Sammelan.  Start with compilation of data as to:\r\n1. What is the demography of the people coming to the Banga Sammelan, their homes, age, income brackets etc.\r\n2. At what point of the year they decided to come.\r\n3. What kind of arena do they prefer as the venue.\r\n4. How much they spend in all for the entire weekend.\r\n5. What are the sources of fund for  sponsors, registration,     advertizement.\r\n6. How much do the organizers spend under individual headings; rent, advertizement, Calcutta artists. Calcutta writers; their air fare, hotel expenses, their fees.\r\n7. How many people attend literary seminars, business seminars.\r\n8. Why do people come; Cultural performances of Calcutta artists, talk to famous writers;  connecting to Calcutta for business.\r\n9. How many people will like to see Bombay stars and at what cost.\r\nThe questions above are not necessarily in order of importance\r\nThese are sample questions, I am sure there are many more relevant and revealing questions.\r\nRecords of say, last five Sammelans can be compiled and released. Now on every local organizer may be required to submit a report at the conclusion of the event.\r\nOf course there were lapses and glitches.  I noticed some and I am sure others can point out to more.\r\nAt the entrance of the arena a big banner with a wrong spelling was an eyesore. The word is OIKOTAN and not OIKYATAN.\r\nAnd then the national anthems, both of them by a Bengalee poet, of India and Bangladesh were disasters.  Out of tune and pitch and even wrong words.  Bangladeshi anthem was not even performed as an anthem.\r\nOne of the most ballyhooed items, the anthology of Bengalee dramas was  poorly play written, poorly directed, poorly presented and poorly acted. It all could be due to the fact that the idea was ill conceived and from the start was designed to go no where.\r\nBottom line: we enjoyed the meet, like we do every year no more no less.\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'Banga Sammelan', 0, '', 'private', 'open', 'open', '707183e', 'banga-sammelan', '', '', '2005-07-17 02:48:44', '2005-07-16 21:18:44', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/36', 0, 'post', '', 0),
(97, 1, '2007-09-26 11:28:19', '2007-09-26 15:28:19', '<!--adsense-->\r\nAfter a long time, the Indian Cricket team has done something wonderful. They brought home the ICC 20/20 World Cup. Kudos to Dhoni and his team. Many people (including former Pakistan captain Rashid Latif) have attributed this success to the recent film, "<a href="http://www.yashrajfilms.com/microsites/cdi/cdi.html">Chak De India</a>". I have not seen the film yet, but the media has made me aware of the story line. Shah-Rukh Khan plays the coach of the Indian womens hockey team and leads them to World Cup victory. It is a story of courage, perseverance and overall team spirit. <!--more-->\r\nWe see several sports films coming out of the Hollywood film factory, but this genre is quite rare in Bollywood. "Chak De"  is a welcome change. And, if one film can motivate our cricket "Team India" to win the 20/20 World Cup, I hope films like this can influence and improve the overall sports scenario in our country. \r\n"Chak De" reminds me of a long lost film that came out of Tollywood - "Koni". Based on a wonderful novel by Mati Nandi (who also wrote some exceptional sports novels like Striker and Stopper) and directed by Saroj De, "Koni" is a heart warming film about the struggles of a swimming coach "Khidda" (played by Soumitra Chatterjee) and his trainee Koni (played by Sriparna Banerjee).  Khidda (for Khitish -da) picked up Koni from the slums of Calcutta and groomed her to be a team member of the Bengal swim team at the national swimming championship. Extreme poverty, social stigma, petty sports politics - nothing could beat the indomitable spirit of "Khidda" and her protege, Koni. Kihidda''s encouraging words, "Fight, Koni Fight!" still ring in my ears. May be it is time for the big budget film makers of Bollywood to think about remaking "Koni" with the technical finesse that todays films are built with. With advanced sports photography techniques (like underwater shots), smart editing and a stellar cast, Koni is a sure winner. I am sure that under the right hands, "Koni" will become another great motivational movie that can snap out our sports authorities from their deep slumber and lead our athletes to some medals at the Olympics and other international events. \r\nI was lucky to find the entire Koni film on Youtube (in 13 parts) and I have enclosed the playlist with this post. Watch this film and say out loud, "Chak de Koni".\r\n<object width=''425'' height=''366''><param name=''movie'' value=''http://www.youtube.com/cp/vjVQa1PpcFMvm04MnycmUEkgedytZwgIKmhn16qR9y0=''></param><param name=''wmode'' value=''transparent''><embed src=''http://www.youtube.com/cp/vjVQa1PpcFMvm04MnycmUEkgedytZwgIKmhn16qR9y0='' type=''application/x-shockwave-flash'' wmode=''transparent'' width=''425'' height=''366''></embed></param></object>', '"Chak De" and Koni', 0, '', 'publish', 'open', 'open', '', 'chak-de-and-koni', '', '', '2007-09-26 11:28:19', '2007-09-26 15:28:19', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/97', 0, 'post', '', 0),
(95, 1, '2007-09-19 11:47:23', '2007-09-19 15:47:23', 'Due to the unreliability and restrictions imposed by my web hosting service, I am using a new email newsletter service provider (<a href="http://feedblitz.com">FeedBlitz</a>). You will now receive an email (every week) with the list of recent postings on the blog site. \r\nIf you were in my earlier email list, you do not need to do anything. If you would like to contribute your articles, comments and thoughts, you need to register (click the register link on the right column). \r\nAs always, spread the word and let us all share our thoughts and experiences through this new medium.\r\n', 'New Email Service', 0, '', 'publish', 'open', 'open', '', 'new-email-service', '', '', '2007-09-26 10:07:27', '2007-09-26 14:07:27', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/95', 0, 'post', '', 0),
(96, 1, '2007-09-21 09:28:21', '2007-09-21 13:28:21', '<!--adsense-->\r\nANANDA MANDIR will present its annual marquee program\r\n“LIVE” <strong>MAHALAYA</strong> on October 14th at 5 AM at Ananda Mandir.\r\n \r\nThis event is so close to every one’s heart who celebrates Durga Puja or Dashera.\r\nWell known local artists, such as Mitali Bhawmik, Parthasarathi Mukhopadhya,\r\nZafar Billa, and many more will participate in this event.\r\n \r\nSpace is limited. Please come early. For more info, call Arun Bhowmik @ 908-672-1452.', 'MAHALAYA - LIVE', 0, '', 'publish', 'open', 'open', '', 'mahalaya-live', '', '', '2007-09-21 09:28:21', '2007-09-21 13:28:21', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/96', 0, 'post', '', 0),
(39, 9, '2005-07-18 02:47:52', '2005-07-17 21:17:52', '<a href="http://www.cerebration.org">Cerebration</a>, a quarterly electronic journal is calling for submissions for its forthcoming issues. Cerebration is a trans-cultural magazine operating from NJ and Delhi and attempts at bridging academic and non-academic circles; Cerebration strives to provide a space for critical discussions and creative expression across cultures and is sponsored by Drew University, NJ. The editorial advisory board consists of eminent academics, critics, journalists and filmmakers  from US and India including Gayatri Chakraborty Spivak , Bapsi Sidhwa, Barkha Dutt, Subrata Sen amongst other well-renowned academics from US (www.cerebration.org/board.html ).  Cerebration is currently accepting submissions in the categories of essays, fiction, columns, poetry, photography and art work. Please visit Cerebration at www.cerebration.org \r\n\r\n', 'Call for Submissions', 0, '', 'publish', 'open', 'closed', '', 'call-for-submissions', '', '\nwww.cerebration.org', '2005-07-18 02:48:58', '2005-07-17 21:18:58', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/39', 0, 'post', '', 1),
(46, 8, '2005-10-14 20:05:25', '2005-10-14 14:35:25', '<strong>Amitava Sen</strong>\r\n\r\n<!--adsense#linkunit-->\r\n<p>\r\n<a href="http://ethnomediallc.com/wpress/?pp_album=1&pp_image=aastegaan_web.jpg" title="Pujor Gaaner Ashor" target="_top"><img src="http://ethnomediallc.com/wpress/wp-content/photos/thumb_aastegaan_web.jpg" width="130" height="108" alt="Pujor Gaaner Ashor" class="alignleft" /></a>No one can say that Raghav Chatterjee does not sing well.  He does.  He is an extremely talented and skilled singer and performer.  But he came up short in delivering for the major and I stress, major part of  his audience at Kallol Puja.   He was too loud and sometimes painfully screaming.  His repertoire was too post modern and convoluted for our liking.   He possibly was targetting relatively young Calcutta born crowd present,  but he definitely did not cater to the people who paid most for hiring him.  The fault does not lie with him.  The so called younger group of Kallol is ostensibly in control of the stage and what goes on there.   Programs are chosen and directed by them with a trace of arrogance and a little bias.  We heard Raghav at Banga Sammelan in New York and really liked his not so hip performance on the sober side.   But his program at Kallol was disappointing to many and I dare say most of us.  50 people who danced with his singing at Durga Puja are not the final arbiters, I am afraid.<!--more-->\r\nThis is neither new nor an isolated instance.  Larger question is: are we being culturally manipulated by a few?   Have we always been?  By we I mean people who have been here for two or three decades or longer.  In the beginning  we had amongst us a self proclaimed intellectual coterie,  the "better than thou" crowd.  They fed us with all sorts of revolutionary cliche''d  theatrical performances and obscure plays.  We the intellectually challenged masses sat through them approvingly lest we were branded un-intellectual.  Then there were literary seminars and classical musical soirees.  We also suffered through them silently.  While we prided ourselves of being in elite intellectual company, they really needed an audience and mostly our money.\r\nNow, there are friends and close acquaitances,  who consider themselves artistically gifted, eager to present their wares in public, at a price of course.   Saying no to their entreaties to buy a ticket or two will not take you far.  What is a friend in need if the most expensive tickets are not bought?  They also badly need a crowd.  So attenedence is a must if you do not want to flush your relationship down the drain.\r\nI say, where the culture is doled out wholesale as in Durga Puja we have to excercise our collective power in letting the organizers know what we want.   In retail performance area we have to excercise our individual buying power in choosing what we like.   Sitting through poorly presented and histrionically deficient plays,  listening to Rabindra Sangeet in Hindi or Sukumar Roy in English translation is ultimate undermining of our cultural sensitivity.   We are not doing any favor either to our friends by encouraging them to hold on to their delusional views  of their thespian and musical talents.\r\n\r\nAmitava Sen\r\n<!--adsense-->\r\n</p>', 'Entertainment Scene<!--adsense#small-->', 0, '', 'publish', 'open', 'open', '', 'entertainment-scene', '', '', '2005-10-29 07:55:33', '2005-10-29 02:25:33', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/46', 0, 'post', '', 2),
(45, 1, '2005-10-09 00:38:04', '2005-10-08 19:08:04', '<strong>Sudipta Bhawmik</strong>\r\n<!--adsense#linkunit-->\r\n<a href="http://ethnomediallc.com/wpress/?pp_album=1&pp_image=niramishasi_web.jpg" target="_top" title="Niramishasi"><img class="alignleft" src="http://ethnomediallc.com/wpress/wp-content/photos/thumb_niramishasi_web.jpg" width="200" height="132" alt="niramishasi web" /></a>Finally 2005 Pujo is here. In this Garden State of ours, Kallol has started their celebration yesterday (Friday) evening and GSCA will start theirs from today.  Are you all ready to hit the doors of Ukrainian Community Center or Plainfield High School? As you attempt to enter the doors, you''ll encounter few somber looking gentlemen sitting behind a linen covered desk with few preprinted stationary and scattered ball point pens. Yes, you now need to pull out your check book and be ready to shell out few dollars from your savings. The question is how much?  <!--more-->The gentleman behind the desk will point you to a preprinted piece of paper with a heading which reads something like, â€œSuggested Donation". For few moments you will struggle with the word, "suggested". It may occur to you that the shocking amounts below those lines are mere suggestions only. No one is forcing you to pay that amount.  However, after some deep contemplation and few tacit exchanges, finally you will succumb to both internal and external pressures and write that check for the full amount that was asked for. For the next few minutes, this episode will keep on pinching you. Soon enough youâ€™ll forget the unpleasant feeling and get involved in the festivities, until next year when this issue will again surface at the parties and get-togethers. The debate undoubtedly will be that why these Pujo organizers can charge such astronomical amounts? After all what do they offer? \r\n\r\nLetâ€™s think about this issue for a moment. Is it justified for the organizers to demand the contribution they are asking for? \r\n\r\n<a href="http://ethnomediallc.com/wpress/?pp_album=1&pp_image=goatmeat_web.jpg" target="_top" title="goatmeat web"><img class="alignleft" src="http://ethnomediallc.com/wpress/wp-content/photos/thumb_goatmeat_web.jpg" width="200" height="120" alt="goatmeat web" /></a>For the past few years, these two major Pujos of NJ are celebrating their festivals on the same weekend, breaking a long tradition of having them on separate weekends, primarily to manage the logistics. First of all, reservation of these venues on specific targeted weekends is a difficult task. Secondly, this simultaneous celebration, divides the crowd which has grown over the years to such an extent that the fire marshals of the respective towns would be forced to shut down the event if the crowd skews to any particular direction.  However, this division of crowd has caused some financial strains on the organizers. The cost of organizing these festivals is also shooting through the roof. The venues are demanding higher rent every year. To accommodate the increase in crowd, we need to set up tents outdoors.  Only few years ago, we remained quite satisfied with the entertainment programs presented by our local artists and performers. Now we demand the top performers from Kolkata, maybe even Mumbai.  This translates to increased expense. Then comes the question of food. Goat curry seems to be consistent debate. Just check out the price of a pound of goat meat in your local halal meat store. Now you do the math.  Think about it, just to attend a show of these performers that we get to watch during the Pujo, will cost much more than what we pay as chandaa. Then factor in the food and fun, I think youâ€™ll find that you are coming out much ahead.\r\n\r\nPlease join in the debate. Send me your comments and your thoughts on this issue. \r\nWish you a great Pujo. \r\n\r\n\r\nSudipta Bhawmik\r\n<!--adsense-->', 'Pujor Chandaa', 0, '', 'publish', 'open', 'open', '', 'pujor-chandaa', '', '', '2005-11-01 00:01:39', '2005-10-31 18:31:39', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/45', 0, 'post', '', 7),
(582, 1, '2011-08-30 23:24:21', '2011-08-31 03:24:21', '<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="color: blue; font-size: 18pt;">ICC Durga Pujo 2011</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="text-decoration: underline;"><span style="font-size: 14pt;">Please mark your calendar </span></span></strong></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span>ICC of <span><span><span><span>Garden  State</span></span></span></span> is pleased to announce the dates for  Durga Pujo 2011: </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Symbol;">·</span><span style="font-size: 7pt;"> </span><span style="font-family: Symbol; font-size: 7pt;"> </span><span style="font-size: 7pt;"> </span><strong><span style="color: blue;">Saturday,  September 24 and Sunday, September 25</span></strong><strong><span>.</span></strong><span> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="text-decoration: underline;"><span style="font-size: 14pt;">Main attractions:</span></span></strong><strong><span style="text-decoration: underline;"><span> </span></span></strong><span>(subject  to change) </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Symbol;">·</span><span style="font-size: 7pt;"> </span><span style="font-family: Symbol; font-size: 7pt;"> </span><strong><span style="color: blue;">Nachiketa</span></strong><span>, renowned singer from <span><span><span><span>Kolkata</span></span></span></span> for <span style="color: blue;">Saturday</span>, September 24. </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Symbol;">·</span><span style="font-size: 7pt;"> </span><span style="font-family: Symbol; font-size: 7pt;"> </span><strong><span style="color: blue;">Natok group</span></strong><span> from <span><span><span><span>Toronto,  Canada</span></span></span></span> for <span style="color: blue;">Saturday</span>,  September 24. </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Symbol;">·</span><span style="font-size: 7pt;"> </span><span style="font-family: Symbol; font-size: 7pt;"> </span><strong><span style="color: blue;">Soumyen Adhikari</span></strong><span>, singer also from  Kolkata with a voice of   Hemanta Mukherjee will perform on <span style="color: blue;">Sunday</span>, September 25 </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="text-decoration: underline;"><span style="font-size: 14pt;">Food and Prasad:</span></span></strong><span> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span>Both the days  Prasad and Dinner will be served. </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span>Saturday dinner  highlights are <span style="color: blue;">Goat Curry, Rice</span>. </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span>Sunday dinner  highlights are <span style="color: blue;">Khichoori and Labra</span>. </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="text-decoration: underline;"><span style="font-size: 14pt;">Venue:</span></span></strong><strong><span style="font-size: 14pt;"> </span></strong></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span>In <span><span><span>Morris  County</span></span></span>, NJ</span><span style="font-size: 10pt;"> </span><span> </span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span><span style="color: blue;"><span>Mt Olive</span></span></span></span><span style="color: blue;"> High School</span></p>\r\n<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span><span><span style="color: blue;"><span>18 Corey Rd, FLanders, NJ 07836</span></span></span></span><span style="color: blue;">.</span></p>\r\n<span>\r\n</span>', 'ICC Durga Pujo 2011', 0, '', 'publish', 'open', 'open', '', 'icc-durga-pujo-2011', '', '', '2011-08-30 23:24:21', '2011-08-31 03:24:21', '', 0, 'http://nynjbengali.com/?p=582', 0, 'post', '', 0),
(290, 1, '2009-02-27 00:32:08', '2009-02-27 04:32:08', '', 'slumdogs', 0, 'Hey, shouldn''t we get our fair share?', 'inherit', 'open', 'open', '', 'slumdogs', '', '', '2009-02-27 00:32:08', '2009-02-27 04:32:08', '', 289, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/slumdogs.gif', 0, 'attachment', 'image/gif', 0),
(291, 1, '2009-03-04 19:03:31', '2009-03-04 23:03:31', '<embed src="http://blip.tv/play/AeawYZD8Qg" type="application/x-shockwave-flash" width="500" height="311" allowscriptaccess="always" allowfullscreen="true"></embed>\r\nWhile the current economic crisis still bogging us down to our knees, I chanced upon an insightful lecture by Dr. Alan Blinder, a Professor of Economics and Public Affairs at the Woodrow Wilson School, Princeton University. A world renowned economist, Prof. Blinder speaks very eloquently about the multiple causes and culprits of the current economic crisis and also spells out the possible remedies. It was an extremely educational experience for me, and I think will be the same for many people like me who keep on hearing multiple different stories from different sources. <!--more-->\r\n<h3>Academic Earth: The Online Ivy League College</h3>\r\nLectures like this and many others are made available though a wonderful website of <a href="http://academicearth.org">Academic Earth</a> who made it their mission to make world class education available to everybody. Many top universities these days are making some of their course materials available online for free. You can visit the websites of universities like MIT, Princeton, Harvard, Stanford, Yale and others and go through hours of lectures on varied topics. Academic Earth makes them available through a single source. Although still in beta, this site has an impressive collection of courses on almost all major topics like Economics, Physics, Chemistry, Philosophy and many others. Besides full courses, it also includes lectures like the one above by Prof. Blinder. One I enjoyed was by <a href="http://www.academicearth.org/lectures/the-world-is-flat">Tom Friedman talking about his book "The World is Flat 3.0"</a> to an MIT audience. \r\nThe philosophy course on <a href="http://www.academicearth.org/courses/death">"Death" by Yale Prof. Shelly Kagan</a> is another course that I plan to attend some time soon. \r\nIf you always wanted to learn more about the wonders of the world and beyond from these wonderful instructors from the best universities of the world, your wait seems to be over.', '"Origins of the Financial Crisis" and Other Lessons', 0, '', 'publish', 'open', 'open', '', 'origins-of-the-financial-crisis-and-other-lessons', '', '', '2009-03-06 23:03:04', '2009-03-07 03:03:04', '', 0, 'http://ethnomediallc.com/wpress/?p=291', 0, 'post', '', 0),
(441, 1, '2009-10-28 23:42:09', '2009-10-29 03:42:09', 'The October issue of the bilingual (Bengali/English) webzine <a href="http://urhalpool.com">Urhalpool</a> is now online. The latest issue includes stories by Mandakranta Sen, Samaresh Majumdar, Nabanita Deb Sen, Alolika Mukherjee, Abul Bashar and others.  Serials by Sunil Ganguly and Taslima Nasreen are still ongoing. Special attraction would be the interview of Baichung Bhutia and  a memoir by Srikanta Acharya. I am sure you''ll enjoy this issue like the previous ones.', 'Urhalpool October Issue is Online', 0, '', 'publish', 'open', 'open', '', 'urhalpool-october-issue-is-online', '', '', '2009-10-28 23:42:09', '2009-10-29 03:42:09', '', 0, 'http://nynjbengali.com/?p=441', 0, 'post', '', 0),
(293, 1, '2009-03-11 18:10:32', '2009-03-11 22:10:32', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/bhoomi-band.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/bhoomi-band-300x210.jpg" alt="bhoomi bangla band - surojit, soumitra, sanjoy, abhijit, hemanto" title="bhoomi-band" width="300" height="210" class="alignleft size-medium wp-image-294" /></a>Bengali music found its new voice through band music that has recently proliferated across the land and one of the pioneers of this music is "Bhoomi" the legendary band from Kolkata. The key to Bhoomi''s success is their use of Bengali folk tunes and enrich them using modern musical arrangements. The six member team, with occasional guest artists, have been entrancing their audiences since 1999 with their captivating music. Folk musicals styles like baul, bhatiyali , moishaal, jhumur,saari gaan and qawaali constitutes the primary source of  inspiration for Bhoomi''s music. <!--more--> Bhoomi uses a wide range of acoustic instruments that include the  thumbas, bongos, dotara, djembe, drums, violin, flute, khanjira, mandolin, banjo, khamak, matka, handi, guitar, castanets, tambourine, kanshar ghanta, conch, resso, blues harp, pan flute, spring drum, steel drum, melodica, blues harp, harmonium, piano, moorcing, ektara, recorders, tabla, balalaika, dugdugi, dubki, edakkaii ,cowbells, chimes, dholak, khol, madol etc.  The band members are all multi-talented musicians who not only can sing, compose, write lyrics for the songs but also can play a wide variety of instruments. Soumitra (Ray) and Surojit (Chatterjee) are the lead singers of the band but they also play a variety of instruments with Soumitra on the rhythm (drums) and Surojit typically on the Mandolin, flute or the guitar. The other team members - Sanjoy Mukherjee (sound effects), Abhijit Bose (base guitar), Robin Lai (violin and keyboard) and Hemanto Goswami (lead guitar) complement the singers in a variety of arrangements.\r\n\r\n<h3>Baranday Roddur</h3>\r\nBesides their nine albums and numerous live performances, Bhoomi also hosts a show on ETV Bangla channel titled "Baranday Roddur". This is a music and dance show blended with some lively chat with some Bengali celebrity. The show invites young dancers (4 to 10 year olds) from different parts of the state and what a wonderful show do they put up. And of course their is Bhoomi''s performance, sometimes with the celebrity guest singing along.\r\n\r\n<h3>Bhoomi around the world</h3>\r\nI first encountered Bhoomi live at a concert in New Jersey couple of years ago. It was an extremely enjoyable evening. Bhoomi really knows how to connect to their audience, be that in a rural town in West Bengal or at the United Nations in New York. They were the first Bangla band to perform at the United Nations and also the first to perform at the Montreal Jazz Festival.  They perform regularly at the North America Bengali Conferences (NABC) and at the midwest Bangamela. \r\n\r\n<h3>Evolution of Bengali Music?</h3>\r\nBhoomi is now a household name in any Bengali home. They are redefining the presentation of Bengali folk music in many ways and many bands are now following their path. The only complaint I have is that often when I hear Bhoomi mix rural folk accent with sophisticated urban Bengali accent in their music, I feel uncomfortable. It just does not sound right to me. It is not in the league of the traditional folk music that I am accustomed to. But as someone pointed out to me, maybe the way Bengali is spoken these days in rural Bengal is changing and I am not aware of this evolution at all. \r\n', 'Bhoomi : The Modern Voice of Bengal', 0, '', 'publish', 'open', 'open', '', 'bhoomi-the-modern-voice-of-bengal', '', '', '2009-03-11 18:10:32', '2009-03-11 22:10:32', '', 0, 'http://ethnomediallc.com/wpress/?p=293', 0, 'post', '', 0),
(294, 1, '2009-03-11 18:05:58', '2009-03-11 22:05:58', 'Bangla band Bhoomi', 'bhoomi-band', 0, 'bhoomi bangla band - surojit, soumitra, sanjoy, abhijit, hemanto', 'inherit', 'open', 'open', '', 'bhoomi-band', '', '', '2009-03-11 18:05:58', '2009-03-11 22:05:58', '', 293, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/bhoomi-band.jpg', 0, 'attachment', 'image/jpeg', 0),
(295, 1, '2009-03-12 16:19:44', '2009-03-12 20:19:44', 'Saturday, May 9th from 7 p.m. until Sunday, May 10th 6 a.m.\r\nat the New York Society for Ethical Culture, 2 West, 64th Street (corner of 64th Street and Central Park West), New York, NY  10023\r\n\r\nNew venue, new time - we are starting and ending earlier than before.\r\n\r\nIt will be one of the most exciting all-nights we ever had with :\r\n\r\n<ul>\r\n	<li><strong>Duet by George Ruckert (Sarod) and Allyn Miner (Sitar) - Shri Nitin Mitta on Tabla.\r\n</strong></li>\r\n	<li>Bidushi Mitali Banerjee Bhawmik (vocal) - Shri Sailendra Mishra on Tabla, Shri Kedar Naphade on Harmonium\r\n</li>\r\n	<li>Tablaphilia, composed by Samir Chatterjee and performed by the 25-member Chhandayan Tabla Symphony\r\n</li>\r\n	<li>Pt. Vidyadhar Vyas (Vocal) - Shri Dibyarka Chatterjee on Tabla, Shri Kedar Naphade on Harmonium\r\n</li>\r\n	<li>Pt. Soumitra Lahiri (Sitar) - Samir Chatterjee on Tabla\r\n</li>\r\n	<li>Smt. Padma Talwalkar (Vocal) - Shri Utpal Dutta on Tabla, Shri Suyog Kumdalkar on Harmonium\r\n</li>\r\n	<li>Pt. Viswamohan Bhatt (Mohan Veena) - Samir Chatterjee on Tabla.</li>\r\n</ul>\r\n\r\nFor further information and online ticket purchase please visit http://www.tabla.org/allnight.html  or call us at 973 460 5282.', 'Chhandayan''s 10th Annual All-Night Concert of Indian Music', 0, '', 'publish', 'open', 'open', '', 'chhandayans-10th-annual-all-night-concert-of-indian-music', '', '', '2009-03-12 16:19:44', '2009-03-12 20:19:44', '', 0, 'http://ethnomediallc.com/wpress/?p=295', 0, 'post', '', 0),
(296, 1, '2009-03-12 21:30:18', '2009-03-13 01:30:18', 'Google has announced a new service, Google Voice. In 2007 Google acquired GrandCentral, a phone management service, for $50+ million. Since then GrandCentral was almost forgotten. Now Google unveils the GrandCentral service as voice call service that can give Skype a run for their money. With Google Voice, a subscriber can have a single phone number and any call made to that number will be forwarded to all your phones - home, cell, office or your hotel room. Calls using Google Voice is free within USA. International calls will cost around 2 cents a minute. The other features include sending, receiving and storing text messages, listen-in feature to listen to calls before taking it, voice mail and voice mail transcript service that allows storing and archiving of voice mail messages as text and many other features. \r\nCurrently Google Voice service is available only to existing GrandCentral customers. But as soon as it does open its doors, it will surely cause a major dent to Skype and other similar services. Let''s just wait and see how it rolls out. \r\n', 'Skype Beware! Google Voice is Coming!', 0, '', 'publish', 'open', 'open', '', 'skype-beware-google-voice-is-coming', '', '', '2009-03-12 21:30:18', '2009-03-13 01:30:18', '', 0, 'http://ethnomediallc.com/wpress/?p=296', 0, 'post', '', 0),
(52, 1, '2005-10-28 09:05:46', '2005-10-28 03:35:46', '<strong>Sudipta Bhawmik</strong>\r\n<!--adsense#linkunit-->\r\n<a href="http://ethnomediallc.com/wpress/?pp_album=1&pp_image=baloon_travel_web.jpg" title="The Great Bargain" target="_top"><img src="http://ethnomediallc.com/wpress/wp-content/photos/thumb_baloon_travel_web.jpg" width="150"  alt="The Great Bargain" class="alignleft" /></a>We Bengalis are fond of bargains. We feel insulted to shop at any store which do not allow bargaining. We are paranoid that the store owners and businesses are always on the lookout for ways to rip us off. And we would like to be on top of them. "Start your negotiation at one third the asking price", advised our elders who claim to be the greatest negotiators of all time, "and be prepared to walk away, but slowly. The shopkeeper is going to call you back with a better offer!" \r\nYou need to be thick skinned too. Some of the savvy sales people will attack your pride and self confidence without any mercy. They will make you feel like a lowlife for having the audacity to make such an outrageous offer.  Some, will keep on playing with you your own game and finally both of you will agree on a deal which will appear like a big win for you and a big loss for the sales  person. He will whine and cry and ask you for the last two bits that you can spare, like "Dada, aar duto taka diye din; bounir somoy!", and you will gracefully oblige. After all you are the big winner!  You will walk away with your winning smile, and the sales person will start dealing with his next customer, hiding his own laughter.  Many of us, the hard bargainers, snobbishly avoid those stores who conspicuously display the "Fixed Price" sign. What is the fun in shopping if we can''t get to play the bargaining game?\r\n<!--more-->\r\n<a href="http://ethnomediallc.com/wpress/?pp_album=1&pp_image=joraburger_web.jpg" target="_top" title="joraburger web"><img class="alignleft" src="http://ethnomediallc.com/wpress/wp-content/photos/thumb_joraburger_web.jpg" width="150"  alt="joraburger web" /></a>The online shopping scene has thrown a wrench to the traditional bargaining game. You no longer have to deal with a real person.  You visit your favorite online store, search through the catalog, pick your product and pay for it. No more haggling. No more walking away with the hope that someone is going to call you back. But, we all knew that no shopping can ever exist without bargaining and that too in America, the bargain hunterâ€™s paradise. So soon we saw the arrival of eBay, Priceline, Hotwire and many others. Ebay is now a phenomenon;  it started out at as an online auction site, but soon it has evolved into a major bargaining  site, where you can name your price. Priceline and Hotwire concentrate primarily on the travel business, but I won''t be surprised if they diversify into other markets soon.  \r\n\r\nBut Ebay, Priceline all have their caveats. You have to make some sort of a commitment; and if the seller accepts your offer, you cannot walk away. But if you make too small a bid, you may not have a deal at all.  This, kind of, turns me off.  Rather I use the other form of bargain hunting, coupons and rebates.  If you can find the right combination of coupons and rebates, you can manage to get great deals (or at least you can have a feeling of a great deal). There are several websites that can help you find such bargains. They will tell you which manufacturer or seller is offering what kind of discounts in the form of rebates, coupons, special promotions etc. Companies like Dell, Staples, OfficeMax often offer great deals through rebates and coupons. Check out websites like hot-deals.org, techbargains.com or deals2buy.com. I particularly like hot-deals.org, for its simple interface and no nonsense deals. It will only list those deals that are â€œhotâ€, and not the regular discounts. I confess, that it is one site that I visit once daily. Techbargains.com is a good site if you are looking for technical gadgets and stuff.  These days I find it foolish to buy a product without any discounts of any kind. Even when I find a seemingly good deal, I often feel cheated since soon enough someone will inform me that they found a better deal. Itâ€™s a lousy feeling, even though the difference may be only a few dollars. Itâ€™s not the money, but our pride that gets hurt the most. Letâ€™s admit, we the bargain hunters, have special tools and techniques that we guard as our greatest secrets. These are the skills that we have mastered over the years that make the difference between a winner and a loser. \r\n\r\nBut again, there are those amongst us, who are more generous. They feel good to share a good tip with their friends. They feel happy when their friends are happy. I am sure you are one of those great souls. So, please, share a tip with us. Tell us how you made that great deal? I am sure the readers of this site will bless you and wish you well.\r\n\r\nBest regards.\r\n<!--adsense-->', 'Bargains! Bargains!', 0, '', 'publish', 'open', 'open', '', 'bargains-bargains', '', '', '2005-10-29 20:25:41', '2005-10-29 14:55:41', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/52', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(55, 8, '2005-11-11 20:41:38', '2005-11-11 15:11:38', '<strong>Amitava Sen</strong>\r\n<!--adsense#linkunit-->\r\nIf you are not reading or writing in Blogs you are completely out of touch, you are totally un-cool , you are ouside the  intellectual landscape;  plainly speaking you have forfeited your claim to the membership of  "Antel-dom".  Today blogs wield  enormous power and influence over politics, society and even literature and publishing, rivalling network news and newspapers.  The  Blog derives its name from the word Web logs.  The word Blog was coined in 1997, where you can post daily scribbings, mostly critiquing anything and expressing any well formulated or stray thoughts. The idea caught on with lightning speed so much so that according to Technorati, the blog tracking site,  70,000 blogs are being launched every day worldwide.  Technorati tracks over 20 million active blogs in real time.  Most blogs turn out to be servicing specific subjects, specific interests and specific groups, specific may always not be in their contents but in their souls. So what is baring Bengali souls in North America?<!--more-->\r\nBut are Bengalees ready for entry into the Blogosphere?\r\n(Or for that matter any group of immigrants from a third world country?)\r\nMost people of current generation came here for making a better living, period.  Making money in this country is not difficult,  still easier is to look in to the mirror and see your larger than life image  At that point most among us get somewhat delusional and forget reality self-check.  We hanker for recognition by the peers,  some in art area as actors, singers;  some in social domain as club presidents and secretaries.  But let''s face it;   those skills can not be bought.  So we end up performing out of tune songs as singers or delivering forgettable speeches as presidents.  \r\nMost, almost all of us  left our country for acquiring worldly things;   we are the material types.  We have not transcended hunter gatherer mode, not yet.  We are not ready for the stage.  We are not ready for letters either.   I remember a disastrous effort in Banga Sammelan of the year 2000 publishing an English magazine .    So let''s get back to what we do well, make more money.  And occasionally get on to the stage for doing what we do not  so well.\r\nDo not feel bad, this is the way the country has been.  Remember none of the founding fathers was a first generation immigrant.\r\nBlogs are modern day vehicle for thoughtful expressions.  We specially the first generation immigrants have not had much time to think and still don''t.  Then there is a problem with language, that  also is natural and expected.  We are naturally shy  putting our thoughts, if we have any, down on paper in an alien language. So expressing through writing in blog is not what Bengalees feel comfortable with.   That may explain why you are having such a poor support in your admirable endeavor, Sudipta.\r\n\r\n<!--adsense-->\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 'Are Bengalees ready for a Blog Site of their own?', 0, '', 'publish', 'open', 'open', '', 'are-the-bengalees-ready-for-a-blog-site-of-their-own', '', '', '2006-01-19 04:24:24', '2006-01-18 22:54:24', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/55', 0, 'post', '', 1),
(57, 1, '2005-11-13 03:27:34', '2005-11-12 21:57:34', '<strong>Sudipta Bhawmik</strong>\r\n<!--adsense#linkunit-->\r\nThe phenomenon of job outsourcing has been the topic of discussion in all circles these days. The high tech and IT sectors are specially affected by the outflow of high paying jobs to India and China.  Initially it was only the relatively low paying jobs like call centers, medical transcription services were moving to India. But now highly skilled jobs like IT, semiconductor chip design, accounting and financial analysis jobs are also moving to India. But we all know that this is a natural phenomenon. High cost jobs will move to low cost areas. The laws of physics are equally applicable to economics and finance, at least in this case. It is fruitless to try to resist this flow. My question is how we, the so-called non-resident Indians are or NRIs are reacting this phenomenon? <!--more--> Are we happy that after all these years the Indian economy and high technology sector is booming? After all, many of us have stayed back in this country with the excuse that India did not have the opportunities and challenges to justify our education and training. Many of us believed that our intellectual and professional capabilities were too superior to be wasted in India. But those excuses do not hold water any more. So shouldnâ€™t we be happy that after all these years we can now think about going back to our homeland? \r\nOr are we feeling a bit threatened?  Maybe we are feeling that the comfortable and luxurious life that we have built for ourselves in this land of opportunity is suddenly under an ominous threat. Any day our employers may decide to outsource our jobs to India to be done efficiently at one fifth the cost. We may have to give up our high paying jobs for some low paying alternative. Besides, the improving economy in India is also depriving us of our financial edge. The Indian professionals now earn enough to make them at par on purchasing power with any US employed professional.  Moreover they enjoy many other amenities like house keeper, cook, chauffer etc.   Do we sometimes feel a tinge of jealousy?  But neither can we go back so easily. Our roots have started to grow in this country. Our children are used to the American life. We have built our social lives here. Can we uproot ourselves once again? I guess we are in a strange dilemma. \r\nHow do you feel about this issue? Send in your comments.\r\n<!--adsense-->', 'Outsourcing and Us', 0, '', 'publish', 'open', 'open', '', 'outsourcing-and-us', '', '', '2005-11-13 03:29:00', '2005-11-12 21:59:00', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/57', 0, 'post', '', 0),
(63, 8, '2005-12-03 21:36:35', '2005-12-03 16:06:35', '<strong>Amitava Sen</strong>\r\n<!--adsense#linkunit-->\r\nWhat does the word Biswa-kobi mean?  Poet laureate of the world, World-class poet, Universal poet? Bengalees use this honorific or title in referring to Rabindranath Thakur.  I have always wondered about it as I have as to why the championship of baseball is called World Series. How does a tournament of game played by less than 5 % of the world population even after keeping other baseball playing nations such as Japan or Cuba out, claim to be a world event? Likewise, the â€œWorldâ€ cup for the game of cricket played mostly by a few third world countries raises the same question.  <!--more-->\r\nAmericans are prone to use hyperbole in describing whatever comes their way and they get away with it because coming from the most overpowering nation, the rest of the world accepts it with awe.  Neither can their claim to the world title be dismissed as the arrogance of the novaeu rich;  for record the winner of the game played between just two teams as back as in 1884 was crowned as the â€œChampion of the worldâ€. (And it continues to the day). For Americans the world stops at their shore and what the humanity beyond their world think does not count and realistically speaking, does not matter. \r\nOn the other hand, a game of cricket can claim the distinction of most man-hours spent by the viewing public in daysâ€™ long game.  (Man-hours in this instance mean, number of people multiplied by the number of hours spent watching a game). And I can understand that this number is unsurpassed by any other game in the world.  The most countries playing cricket have an inexhaustible supply of unemployed and bored flocks attending the games lasting ten to forty hours.  But should not the cricket championship be more appropriately called Third-World Cup?  \r\nBut for me Biswa-Kobi still continues to be a riddle.  Rabindranath have written profoundly of upper and middle class Bengalee society, with deep Hindu spirituality and mysticism, but universal he is not by any measure.  His sonorous lyrics and songs are hugely popular in Bengal, both east and west.  But universally he has failed the test of time.  He is largely forgotten in the west and the rest of the world. During Tagoreâ€™s life time Graham Greene famously wrote â€œAs for Rabindranath Tagore, I can not believe that anyone but Mr. Yeats can still take his poems very seriously.â€  I wonder how many amongst the erudite lot in Bengalee Diaspora know Rabindranath beyond his songs and dances.\r\nHowever, evaluating Rabindranath and his works is not the point of this piece, easily carried-away and irrationally exuberant Bengali emotion is. In order to call someone our own great, we tend to canonize the person, we turn them into icons, more to be garlanded and worshipped than understood.  English speaking world did not call Shakespeare the â€œWorld-playwright.\r\nSomeone at some point of time must have bestowed on Rabindranath the title of â€œBiswa-Kobiâ€ or anointed him to the position of Poet Laureate of the world. Recognizing Rabindranathâ€™s proclivity for self-aggrandizement it is not inconceivable that he himself may have done so.  He was not shy about heralding his birth as a momentous event for the human kind (Hey Nutan Dekhadik Arbar Janmero Prothomo Subhakhan) or proclaiming his super-human stature (Oi Mahamanaba Ashe) and then staking his claim for a place among the greats (Ami Jodi Janma Nitem Kalidasher Kale, Hotem Tobe Dasham Ratna Naba Ratna Male). \r\nIt would be interesting to find out where and when did Rabindranath referred to himself as Biswa-kobi.  If he did not, who did?\r\n\r\nAmitava Sen \r\n\r\n<!--adsense-->', 'What is Biswa-Kobi?', 0, '', 'publish', 'open', 'open', '', 'what-is-a-biswa-kobi', '', '', '2005-12-05 07:01:29', '2005-12-05 01:31:29', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/63', 0, 'post', '', 0),
(64, 1, '2006-01-07 20:58:19', '2006-01-07 15:28:19', '<strong>Sudipta Bhawmik</strong>\r\n<!--adsense#linkunit-->\r\nThis week one of our very close friends, Siddharta Dutta, passed away.  \r\nSiddharta-da, popularly known as Ashi-da, was one of the most culturally and socially active Bengalees of this region. Many of us have seen him perform on stage, sometimes as an actor, sometimes as a singer and sometimes both. His performances in plays like Chhutir-Phande, Byapika Biday, Antony Phiringi, Tulkalam, Kenaram Becharam will be remembered by many theater lovers. He was a multi-talented person who, besides acting and singing, was also an excellent writer of short stories, essays and plays. His wide knowledge base and refined taste in the arts was always reflected in his work.<!--more-->\r\n\r\nMy acquaintance with Ashi-da was primarily through theater. We did several plays together, plays like Ferari Fouz, Tul-Kalam, Kenaram Becharam and few others. He was one of the most sincere actors that I have worked with in this country. He always arrived on time at the rehearsals, and he was always the first to memorize his lines, when we all were struggling. A great team player, Ashi-da never grudged to work under the direction of his juniors and gave his best for the success of the project. And his wit and sense of humour was something to be experienced. It was people like Ashi-da, from whom I derived the inspiration to survive culturally in this country. He demonstrated that creative people can find their stage  anywhere in the world, all you need is few like minded friends.\r\n\r\nWe all will be missing Ashi-da. On behalf of all of us, I''d  like to extend our deepest condolences to Banani-di and the rest of Ashi-da''s family. I pray that his soul rests in peace. \r\n<!--adsense-->', 'Goodbye Ashi-da', 0, '', 'publish', 'open', 'open', '', 'goodbye-ashi-da', '', '', '2006-01-07 20:59:58', '2006-01-07 15:29:58', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/64', 0, 'post', '', 1),
(65, 1, '2006-01-18 23:34:44', '2006-01-18 18:04:44', '<strong>Sudipta Bhawmik</strong>\r\n<!--adsense-->\r\n<em>(Originally published in AnandaSangbad January 2006 issue.)</em>\r\nWe are getting old! We maybe in denial, but the fact remain true.  Those of us who belong to the so called baby boomer generation (that is born between 1946 and 1964) are quickly approaching the age about which we need to think and plan about. Yes, financial planning, like IRAs and 401(k)s are important, but I am talking about social and cultural planning. What are we going to do in our â€œgolden yearsâ€? Did we ever think about it?<!--more--> Moving to Florida is out of the question, admit it, we wonâ€™t be able to move to an adult community in Florida and spent the rest of our lives with complete strangers. Some of us do dream about returning back to our homeland, to India. Several times we have contemplated the thought that with our retirement benefits and social security paycheck we will live like kings in India, more specifically, in Kolkata. But is it true? First of all, when we return to India, most likely many of our relatives like parents, uncles, aunts, may no longer be there. Our relationships with our cousins and other friends will likely become too loose to re-establish. The India we left behind during our youth does not exist any more. We will be once again moving to a foreign land. The cost of living in India is growing too, and it is doubtful how long we will be able to leverage our dollar advantage. Finally, with our children and grandchildren in this country, will we be able to live happily in India?  So, if we rule out the above two, we are left with the only alternative of living where we are. Maybe we will downsize our homes and move to smaller condos, townhouses or maybe even to adult housing, but what are we going to do?  We can however opt to blend in more with the mainstream and spend time at local senior centers playing Bingo and Pool. There is no harm in that, but those of us who have been actively engaged in Bengali social and cultural activities, it will be difficult to adjust to Bingo and Atlantic City tours. \r\nSo, I think it is high time we think about our future. We need to do something that will not only keep us happily engaged, but will also be intellectually stimulating and satisfying. My uncle in India, after he retired from his Government job, started to edit and publish a unique magazine. Titled â€œPhire Dekhaâ€ (Looking Back), it is a magazine for the retired people and by the retired people. Currently in its twelfth year, the magazine has grown a loyal following of hundreds of retired people from all around India. They write their own stories from their experiences, some professionals (like doctors, lawyers, accountants) share their expertise, some engage in social debates. The magazine has grown into a movement of sorts. The subscriber-members meet often just to discuss, chat and have a good time. This is the type of activity that Iâ€™d like to be involved when I retire. But can we do it here, in this adopted homeland of ours?\r\nAnandamandir can effectively support such a movement and serve as the vehicle which can help us sustain in our old age. We need to get engaged more with the Anandamandir committee and help them develop a cultural center that can not only serve us now but can be our social and cultural retreat during our golden years. Letâ€™s give it a serious thought.\r\n\r\nP.S. Please send your comments to bhawmik@gmail.com\r\n\r\n<!--adsense-->', 'Our Golden Years', 0, 'We are getting old! We maybe in denial, but the fact remain true.  Those of us who belong to the so called baby boomer generation (that is born between 1946 and 1964) are quickly approaching the age about which we need to think and plan about. Yes, financial planning, like IRAs and 401(k)s are important, but I am talking about social and cultural planning. What are we going to do in our â€œgolden yearsâ€?', 'publish', 'open', 'open', '', 'our-golden-years', '', '', '2006-02-15 22:02:51', '2006-02-15 16:32:51', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/65', 0, 'post', '', 1),
(77, 1, '2007-08-22 20:02:19', '2007-08-22 14:32:19', '<p>Please fill this form to subscribe to this blog. You will receive emails about recent posts and events on a weekly basis.<br />\r\n Thanks.</p>\r\n\r\n<form action="http://www.feedblitz.com/f/f.fbz?AddNewUserDirect" method="POST"> Enter your Email<br />\r\n <input maxlength="255" name="EMAIL" size="30" type="text" />\r\n\r\n<input name="FEEDID" type="hidden" value="260124" /> <input type="submit" value="Subscribe me!" /> <br />\r\n<a onclick="pageTracker._trackPageview(''/outgoing/www.feedblitz.com/f?previewfeed=260124&amp;referer=http://nynjbengali.com/wp-admin/edit-pages.php'');" href="http://www.feedblitz.com/f?previewfeed=260124">Preview</a> | Powered by <a onclick="pageTracker._trackPageview(''/outgoing/www.feedblitz.com?referer=http://nynjbengali.com/wp-admin/edit-pages.php'');" href="http://www.feedblitz.com">FeedBlitz</a></form>\r\n\r\n<p>If you''d like to receive an email notification whenever an article is posted (one email per day) then fill up the following form to<br />\r\n <strong>Subscribe through Feedburner</strong>:</p>\r\n\r\n<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open(''http://feedburner.google.com/fb/a/mailverify?uri=NyNjBengali'', ''popupwindow'', ''scrollbars=yes,width=550,height=520'');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="NyNjBengali" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://feedburner.google.com" target="_blank">FeedBurner</a></p></form>\r\n', 'Subscribe', 0, '', 'publish', 'open', 'open', '', 'subscribe', '', '', '2009-03-20 10:10:19', '2009-03-20 14:10:19', '', 0, 'http://ethnomediallc.com/wpress/index.php/subscribe', 1, 'page', '', 0),
(78, 1, '2007-08-23 01:05:35', '2007-08-22 19:35:35', 'Indranil and Sankar Ghoshal', 'Satyameva Scene', 0, '', 'inherit', 'open', 'open', '', 'satyameva-scene', '', '', '2007-08-23 01:05:35', '2007-08-22 19:35:35', '', 75, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/img_6449.JPG', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2006-03-14 09:33:28', '2006-03-14 04:03:28', '<!--adsense-->\r\nOn 26th of March Kallol of NJ, one of the major Bengali social and cultural clubs of this area, will be holding their annual general body meeting. On this day the current executive committee will hand over the reigns of the club to the new committee who will be looking after the club activities for the next two years. In the larger scheme of things, this may not seem to be a matter of any significance. But if we think a bit deeply, few issues may surface and tickle your thoughts. If you come to the Kallol AGM on the 26th, most likely you''ll see the following.<!--more-->\r\n\r\n1. Poor attendance despite the promise of good food by the committee. Only few veteran members will be asking any questions and making any suggestions.\r\n2. The new committee will consist of mostly members from the old committee with no election taking place.\r\n\r\nThis clearly shows that not many of us are interested in participating in the club activities.  A handful of  members have to carry on the brunt of the responsibilities and activities all along. I am not singling out Kallol, most of the Bengali clubs and organizations face the same situation. \r\n\r\nIf we try to analyze this situation, the first question we need to answer is, do we need these clubs? Do they add any value to our lives in this country?   Most of these clubs were founded   to serve some very basic needs of ours - to get together and do some activities together for our social, cultural and spiritual nourishment, be it staging a play or be it holding a Puja.  The problem however is that any such activity requires few people to work on the activity and few people to participate and enjoy.  This creates two parties, one who works and delivers and one who receives and enjoys.  The people on the receiving end do contribute their dues in the form of subscriptions etc., but they do not fail to criticize the slightest inconvenience in any form. The workers, on the other hand,  serve solely for the love of the activity and entirely on a volunteering basis. They too, after a while,  get tired. But hardly do we see new people from the receiving end come up to join the serving end. We take it for granted that  we will always be served and served to the best of our expectations. But we do not think that if the service providers  give up, we will no longer have the pleasure of enjoying such great events.   \r\n\r\nOne complaint I sometimes  hear is that people are not given any opportunity to serve in these clubs, that the committee members are not inclusive enough and they tend to keep out anybody who has the slightest interest in serving along with them.  The allegation sometimes turn out to be true since in many cases, these small club positions seem to become some kind of thrones of power that many fear to lose. The decision makers tend to fantasize that it is their sole right to decide on what, who, when and how! \r\n\r\nBut I think that this allegation is overrated. If one genuinely believes in a cause and is willing to work for it, most of our organizations will give it a  fair hearing. Please try to understand that they too have limitations, both in terms of resources and free time. \r\n\r\nSo if we think that these organizations do add value to our lives, then we need to participate. We need to make ourselves heard at formal forums like AGMs and other meetings. Let the organizers know what we like and what we don''t. I am positive that we will be pleasantly surprised.\r\n', 'Do we need these social clubs?', 0, '', 'publish', 'open', 'open', '', '70', '', '', '2006-03-14 09:33:33', '2006-03-14 04:03:33', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/70', 0, 'post', '', 1),
(71, 8, '2006-04-20 19:05:28', '2006-04-20 13:35:28', '<a href="http://ethnomediallc.com/wpress/?pp_album=1&pp_image=pujor_saari_web.jpg" target="_top" title="pujor saari web"><img class="alignleft" src="http://ethnomediallc.com/wpress/wp-content/photos/pujor_saari_web.jpg" width="200"  alt="pujor saari web" /></a><strong>Trip to Calcutta: A Chiaroscuro\r\nAmitava Sen</strong>\r\n<!--adsense#yahoopn-->\r\n\r\nI could hardly see her, behind the pile of sarees stacked on the shop counter; nevertheless, I recognized her and was pleasantly surprised to see Gouri of New Jersey at the Gariahat ladies tailoring shop.  I confess that although not a customer, I am a frequent visitor to this place during my not so long stays in Calcutta.  My wife always carries a big order of blouses from her friends during our annual trip to Calcutta and then she has her own stuff.  That calls for more than a few visits.  From logistical considerations we found that we save time and gasoline if we could drop-in at the tailor shop on our way to other destinations. <!--more--> \r\nI inquired about Gouriâ€™s stay and travel plans.  She is in India for a total of three weeks, she discloses; she has already been one week in Calcutta and three days each in Bombay and Bangalore. She does not have many relatives, her both parents are deceased, and she has a sister in Bangalore and a first cousin in Bombay.  She informed that she was at the tailoring shop for hemming, attaching fall and netting of the 25 sarees she purchased, not to mention stitching 25 blouses matching each of them.  I could see where the pile of sarees on the counter came from.\r\nOn our way back from the shop I was wondering aloud how could she manage to buy 25 sarees during her one weekâ€™s stay in Calcutta? My wife explained that these sarees had been purchased from three cities all resplendent with saree shops.  I conjectured how could she not buy 8 and one third sarees per city, especially when each of the sarees was unique, one of a kind and at dirt cheap price of not more than100-150 dollars each?  My wife was clearly indignant at my insensitivity.  Sure, I immediately relented; I should have understood the obvious reason behind the purchase of 25 sarees.  Pleased with my remorse, my wife confided, Gouri bought five more, which were not at the tailoring shop.  Gouri did not like them after she brought them home. But never mind, she will take them back to America and sell them to her friends at cost, which will most likely include a reasonably hefty profit for herself, call it service charge. And she can rightly recover her marketing and selling expenses which will include a dinner at her place.  I made a mental note to excuse us from any dinner invitation from Gouri when we return.\r\nWhat brought Gouri to India?  Why do we keep on coming back? Ostensively to see relatives or buy sarees more than Gouri can conceivably wear in a year or two.  That could not be the major reason for many of us.  It was not true for Gouri either and only partly true for the rest of us.  I know of many amongst us who take the grueling 20 hours trip to Calcutta and stay in a hotel or a guest house or are sequestered in Ramkrishna Mission Institute of Culture at Golpark. They do not even have a place to stay with friends or relatives.  A stay in Calcutta is arguably unpleasant. The place is polluted, pot-holed, noisy and not a pristine tourist attraction by any stretch of imagination.  \r\nBut donâ€™t we feel good?   Feel good about what?  Feel good about ourselves, our inflated selves; our larger than life selves.  It seems like a power trip to establish and proclaim our new found power and self esteem for our old country to see.  We grew up in a place where money, muscle and connection mattered.  Unless you were rich or Daoud Ibrahimâ€™s brother or Jyoti Babuâ€™s son you had no chance and you had no power. We have now found a way to the power; we have adequate money, adequacy measured by Indian yardstick. We expect that people, at least, back in our old country will be awestruck and will respect us for that.\r\nSo why not flaunt our money or our power here in the United States, where we live in our Diaspora? But it is difficult to get noticed here by our compatriots who look at the mirror and only like what they see. It is easier in India where there is an aura of â€˜American mystiqueâ€™ around you. From being a no body when we have left our country we are somebody now and we want our old country to take note.  Why otherwise do we call press conferences in Calcutta to announce upcoming events staged solely for the audience in the United States? It could as well be held in Baghdad or Timbuktu; cultural aficionados or the drama reviewers in Calcutta could not care less. It hardly will attract an audience or sell a ticket or even engender a mention in Calcutta press.   \r\nI suspect lurking in our mindsâ€™ shadows is the urge to claim fifteen minutes of glory back in our homeland from which we are voluntarily severed; yet we want to impose our glorified and often unreal images, desperately seeking to be noticed.\r\nOn another thought, do we revisit our old country in search of happiness?  Are we unhappy here?  We ought to be by â€œMahabharatianâ€ definition. When Dharma asked Judhistir as to who were considered happy in life, Judhistir answered that a happy person was the one who did not live away from home and who was not indebted. (Think about our huge mortgage and credit card debts).  By that yardstick we are probably unhappy.\r\nIn the end, some would relate to me when I say that I always feel happy as soon as the aircraft touches down at DumDum and I walk in to the dirty, dusty and chaotic immigration hallway.  I look around and discover that I am amongst my own people, they look like me and act like me. It is not even a feeling which reflects looking forward to meeting many relatives or friends. Neither do I have plans to buy a saree or a punjabi. Why do I feel so much at home?  Is it all about getting touchy-feely? I ask myself.  Do I feel slight or less of a person in the midst of white folks, back â€œHomeâ€? Am I happy to leave it all behind?  Suddenly, I am very comfortable fitting-in; I am completely home.\r\n\r\n<!--adsense-->', 'Trip To Calcutta: A Chiaroscuro', 0, '', 'publish', 'open', 'open', '', 'trip-to-calcutta-a-chiaroscuro', '', '', '2007-08-18 09:54:00', '2007-08-18 04:24:00', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/71', 0, 'post', '', 2),
(72, 1, '2008-06-19 00:39:10', '2008-06-19 04:39:10', '<!--adsense-->\r\nOne of the key advantages of living in the United States was cheap gasoline and the joy of driving.  But it seems that it will soon become a luxury of the past. Gas prices are going through the roof, and we are all suffering. The trouble is, the fundamental requirement to live in the suburbs is to be able to drive a car. We do not have a rickshaw stand nearby where we can walk to and hop into a human driven (absolutely green) vehicle and merrily coast to the local grocery store. It will be a major human rights issue if someone even dreams of such an entrepreneurial venture. Hence we have no other option other than trying to save on gasoline costs. <!--more-->This sort of motivated me to do some research on the web and I have come up with some interesting gas saving tips that are not always obvious. I hope you find them useful. They are not necessary in any specific order or category. If you have any such tips, please share them with us all.\r\n\r\n1.	Drive fewer cars: In this country, our freedom has taken us to the extremes. We all need to drive our own gas guzzlers. However, with a little compromise, we may be able to share rides. I participate in a carpool myself and that saves me quite a bit (for 82 miles of round trip commute every day). Sometimes, within a family, husband and wife use separate cars to the same destination since they cannot compromise on a schedule.  "Can''t we all get along" and save some gas (think money)?\r\n2.	If you are an aggressive driver and have the sudden urges to beat everybody on the road to dust, chances are that your gas bills are quite astronomical. Avoid flooring the gas pedal that often. Take the long view of the road and brake slow and easy. Tests conducted by Edmunds have shown an average of 31% savings by following this tip alone.  If you slowed your 0-to-60-mph acceleration time down from your current 10 seconds to a more normal  pace of 15 seconds, you''ll feel the savings immediately.\r\n3.	Edmunds website also suggests that slowing down your speed (from 75-90mph to 60-65mph) on highways can save you 12% on the average. 55mph is still the most economical speed limit.\r\n4.	It has been a common belief that turning off the air conditioner saves gas. It turns out that is not the case, as per Edmunds'' tests. Apparently the modern day climate control systems of cars are highly efficient and do not consume any alarming amount of extra gas. So, stay cool in your slightly longer rides.\r\n5.	Use cruise control whenever possible. Tests suggest that you may save up to 14 percent with an average savings of 7%.\r\n6.	Do not idle excessively; it can save up to 19%. The recommendation is that if your stop is over a minute, turn off the engine.\r\n7.	Avoid long warm-up periods; 30 seconds should be enough even on cold mornings.\r\n8.	Buy gasoline during coolest time of day - early morning or late evening is best. During these times gasoline is densest. Gas pumps measure volumes of gasoline, not densities of fuel concentration. You are charged according to "volume of measurement". \r\n9.	Carefully choose your brand,  better quality gas gives better mileage. It is not necessary to use higher octane gas unless your car manual specifically asks for it. After filling up, be sure the gas cap clicks 3 times. Improperly seated gas caps allow 147 million gallons of fuel to vaporize every year in the U.S.\r\n6.	Finally, buy gasoline from the station offering the lowest price. Several websites now offers gas prices of gas stations in your local area. One such website is http://www.automotive.com/gas-prices. ', 'Saving Gas', 0, '', 'publish', 'open', 'open', '', '72', '', '', '2008-06-19 11:27:19', '2008-06-19 15:27:19', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/72', 0, 'post', '', 1),
(174, 1, '2008-06-19 12:15:22', '2008-06-19 16:15:22', '<!--adsense-->\r\nCouple of years ago, I wrote an article on how to save gasoline by changing some of our driving habits. I have republished the <a href="http://ethnomediallc.com/wpress/index.php/archives/72">article</a> again with the faint hope that it may help us again. I say "faint hope" because whatever we could have saved has been wiped out by this record price increase. These days I am taking a more philosophical approach towards this disaster, and this resulted in a new play "Baad Protibaad".  Well,  don''t be scared, since "Baad Protibaad" is not a philosophical play at all (unless you really try hard to dig out the trace amounts from deep within the characters). It is just a humorous take on the effects of the gas price increase on us, the Bengalees. \r\nThe word "Gas" has some special connotation to us the Bengalees. But now, it almost means our life blood. And when this important part of our existence in this country is threatened, how do we react? \r\n"Baad Protibaad" is a short play, produced in an audio play format. The play will be broadcast on EBC Radio, 1170 AM  on Sunday, June 22nd, in the Bengali program air slot - "Probaha" hosted by Abhijit Sanyal at 10am in the morning. The play is produced by ECTA Inc. Following are the detailed credits:\r\n\r\n<blockquote><strong>"Baad Protibad"</strong>\r\nA Hilarious Play in Bengali by Sudipta Bhawmik\r\n\r\nProduced by ECTA Inc. \r\nDirected by Indranil Mukherjee\r\nCast:\r\nSubhodev Das as Ashok\r\nAparajita Das  as Kakoli\r\nIndranil Mukherjee as Soumen\r\nAnisha Das as Jhimli\r\n\r\nRecorded and mixed at the Bharatiya Kala Kendra, NJ, Studio by Partha Sarathi Mukherjee\r\nEdited by Partha Sarathi Mukherjee and Indranil Mukherjee\r\nMusic and effects by Partha Sarathi Mukherjee.</blockquote>\r\n\r\n<strong>And please remember to come to ECTA''s mini theater festival on June 28th and 29th at the Edison Valley Playhouse, in Edison, NJ. If you like the above play, I am sure you''ll love the plays at the festival.\r\n</strong>\r\n', 'Gas and Us', 0, '', 'publish', 'open', 'open', '', 'gas-and-us', '', '\nhttp://ethnomediallc.com/wpress/index.php/archives/72', '2008-06-19 12:19:36', '2008-06-19 16:19:36', '', 0, 'http://ethnomediallc.com/wpress/?p=174', 0, 'post', '', 0),
(73, 1, '2007-05-09 23:53:06', '2007-05-09 18:23:06', '<object width="257" height="200"><param name="movie" value="http://www.youtube.com/v/yproM_MCAzA"></param><embed src="http://www.youtube.com/v/yproM_MCAzA" type="application/x-shockwave-flash" width="257" height="200"></embed></object>\r\nKolkata has been always acknowledged as the theatre capital of India. The rich tradition of modern Bengali theatre that started more than two hundred years ago is still revered by the cultural elite of the country. Hence, an invitation from Ganakrishti (one of the top tier theatre groups of Kolkata) to perform at their seventh annual theatre festival came to me as a major challenge. <!--more-->\r\nIt was during the 2005 Bangasammelan in New York, when Bratya Basu, the then champion of Ganakrishti made me the offer. And I accepted, without thinking too much about the consequences. It has been a dream for me as well as all serious Bengali theatre workers in this country, to be able to showcase our work in front of the Kolkata audience. But we all know that when the rubber actually meets the road, not too many rises up to the occasion, especially when it meant taking leave from work and then travel to India spending your own money. Ganakrishti admitted that they will not be able to pay our air fares, but they will take care of us and cover all our production related expenses the moment we arrive in Kolkata. I had some faith in my core group members and I knew that they will not pass this opportunity under any circumstances.\r\nI did not even have any play in mind that we can take to Kolkata. Although our repertory had couple of good short plays ready at hand, Ganakrishti preffered a full length play. I had a full length play script ready and waiting to be produced, but I thought I''d like to take something to Kolkata that is contemporary and truely reflects some of the fundamental conflicts that we encounter as immigrants to this country.\r\n\r\nThe basic idea of "Ron" was in my mind for sometime, and I thought, why not develop this idea into a full length play? I started working on it (which involved quite a bit of research about the US Armed forces, the Iraq war etc) and by the end of 2005 I had the first draft ready. We had the first reading and Indranil is (one of our key group members) living room with most of our team members eagerly listening. The key decision we had to make that evening was to decide if we''d like to produce "Ron" (it wasn"t even named then) or to produce "Baanaprastha" (the script that I had written earlier). The team chose "Ron" primarily because of its relevance in todays world. I asked the group to find a good title for the play, and several suggestions started pouring in. It was only after few weeks, when I read the play to Tarun Chatterjee (the accomplished actor and director) and he suggested finding a short name, the name "Ron" struck upon me. Not only is my central character named "Ron" (or Ronobir/Ranveer), but also because "Ron" means war and that is what the play is about.\r\nThe next challenge was casting for the characters. We had one primary requirement for any actor accepting our offer was that he or she has to travel to India during peak summer season spending his/her own money. Although most of the key group members had no problem with this (many have been planning to go to India during that period anyway), casting some of the characters became an issue, namely those of "Nando" and "Bidisha".\r\nWe started looking for Nando and few interested fellows showed up. One, Biswajit Das, came all the way from Poughkeepsie New York to try for the role. Being from Bangladesh, he was a perfect fit for the role. He was willing to come to the rehearsals all the way from Poughkeepsie, although I was a bit sceptical. But soon he informed that he has a conflict in July and won''t be able to do the play. The search continued, and after few disappointing auditions, I reluctantly planned to take up the role myself. It was not the best option at all, since directing and acting in the same play is a very difficult task.\r\nThen I met Kaushik Datta at Lili Majumdar''s house. Kaushik had some early acting experience and was planning to go to Kolkata during July for a family vacation anyway. After a quick and surrepticious audition, I selected Kaushik for the role of "Nando". The next task was to find Bidisha.\r\n\r\nTo be continued.......\r\n<!--adsense-->', 'Staging Ron in Kolkata : Part 1', 0, '', 'publish', 'open', 'open', '', 'staging-ron-in-kolkata', '', '', '2007-08-29 15:53:12', '2007-08-29 19:53:12', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/73', 0, 'post', '', 0),
(74, 1, '2007-04-30 21:48:26', '2007-04-30 16:18:26', 'Recently I had the opportunity to watch Deepa Mehtaâ€™s film, â€œWaterâ€on DVD . Most of you may have already seen this movie as well as its predecessors, â€œFireâ€ and â€œEarthâ€. â€œWaterâ€ is the third segment of Deepaâ€™s elemental trilogy. I am not a film critic by any measure. However, the reason for me to write about this film is because it deals with an issue which has always been a controversial and sensitive one in our culture and religion.<!--more--> For the benefit of those of you who have not seen the film, â€œWaterâ€ deals about the plight of the Hindu widows (during 1930s) who were banished from the society to live a secluded life in the â€œBidhava Ashramsâ€ or Widow Homes of Varanasi. These widows, ranging from eight years to eighty years of age, live a life deprived of all pleasures and wait earnestly to die in the sacred ghats of Kashi, an extremely fortunate fate that guarantees a spot in the heaven. Although some of them, like Shakuntala (Seema Biswas) earn not for the heavens but rather to be born again as a man. Some, like Kalyani (Lisa Ray) do not even wait; rather they sacrifice themselves to the holy waters of to escape from their exile.  \r\n\r\nMany will argue that this story is not relevant anymore. Hindu widows, these days, do not have to lead such a deprived life. They no longer have to wear whites, shave their heads, and eat vegetarian and fast on every eleventh lunar day. But is it true? Granted that, in the urban middle class and upper middle class families, widows have a relatively better life now. But the huge majority still has to succumb to the societal pressures and pick up the white garb. Widow homes (or Bidhava Ashrams) still exist in , and the lives of their residents are not that different from those shown in the film.  Even the widows of the urban elites have to tolerate the â€œdifferentâ€ attitude thrown towards them by the more fortunate members of their â€œHinduâ€ society.  The film asks some pertinent questions that are relevant even today. These days a young widow may not have to live her life as an ascetic in an Ashram, but she is no longer welcome in a manâ€™s life either, as his lawful wedded wife. She still has to tolerate the greedy eyes of men who consider them as easily available. And if any one tries to raise her voice in protest, she has to face the wrath of the Hindu fundamentalists as did Deepa Mehta herself.\r\n\r\nThe story of the film happens in the background of the holy city of Benaras, a city that has appeared several times in films of stalwarts like Satyajit Ray, Raghu Rai and others. Unfortunately, Deepa Mehta did not have the luxury of capturing this picturesque city on her film. Rather, she had to be content with a poor imitation constructed in Sri Lanka. Deepa Mehta was not allowed to shoot her film in the holy city. The right wing Hindu extremists destroyed her sets and threatened her and her crew. She was forced to stop filming and return to her home in Canada. But I guess, this incident only strengthened her resolve. After two years she went back to the sub-continent, to Sri Lanka, to make her film with an entirely new cast.\r\n\r\nItâ€™s not that the film is perfect and free of all short comings. The script lacked the depth that a film dealing with such an issue deserves.  Lisa Ray was miscast in the role of Kalyani. Despite her best efforts she could not free herself of her western accent and sophistication.  But most of the other cast members did proper justice to their roles. Special mention needs to be made for Sarala, who performed the role of the child widow Chhuiya, and of course Seema Biswas who carried the film to a great extent. John Abrahamâ€™s character (Narayan) felt a little under developed â€“ so were most of the male characters in a primarily female dominated movie. Raghuvir Yadav (as the eunuch Gulabi) did an excellent job as usual.\r\n\r\nThe most exquisite feature of this film is its cinematography (Giles Nuttgens). The framing, color schemes and compositions were breath taking at times. I wonder what impact the film would have made if it could have been shot at its original locale,\r\n\r\nThe film has surfaced once again a shame of our society and religion, a shame that had tormented people like Raja Rammohan Roy and Iswar Chandra Vidyasagar, but it still manages to sink and hide itself in the depths of our conscience. Deepa Mehta has made another attempt to bring it up and challenged us to deal with it. I deeply thank her for her heroic efforts. \r\n<!--adsense-->', 'Water: A Film That Surfaces our Shame', 0, 'Recently I had the opportunity to watch Deepa Mehtaâ€™s film, â€œWaterâ€on DVD . Most of you may have already seen this movie as well as its predecessors, â€œFireâ€ and â€œEarthâ€. â€œWaterâ€ is the third segment of Deepaâ€™s elemental trilogy.', 'publish', 'open', 'open', '', 'water-a-film-that-surfaces-our-shame', '', '\nhttp://bengali.sulekha.com/blog/post/2006/12/water-a-film-that-surfaces-our-shame.htm', '2007-08-15 21:10:18', '2007-08-15 15:40:18', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/74', 0, 'post', '', 1),
(75, 1, '2007-08-13 20:08:41', '2007-08-13 14:38:41', '"Satyameva Jayate" - a phrase from the Mundaka Upanishad is the national motto of India and all Indians. Literally it means, "truth alone prevails" - implying that truth is all that we should strive for, since truth only can lead us to success and happiness. But this hypothesis has been proven wrong time and again. Through bitter life experiences we all discover that "truth" hardly leads us anywhere - it is the "untruth", the "false" and  "deceit"  that we need to master in order to attain our goals and objectives. Or is it that our goals and objectives need to be re-examined? Are we chasing the right goals? Goals for which we do not have to rely on the "false" - goals that can truly be achieved by truth alone?\r\n\r\n"Satyameva", a play written by Sudipta Bhawmik, tries to explore this age old question in a setting in North America where the immigrant Indian population tries to deal with this issue in their everyday lives.\r\n\r\nSanjoy, a young software professional, has arrived in the "land of opportunity" for just over six months and works for a software body shopping company "InterSoft" owned and operated by Bill (a Bengali American living in the States for over thirty years.) On the day of the play Bill fires Sanjoy and asks him to go back to India. Sanjoy, however, is not happy with this decision and refuses to oblige. He informs Bill that he is not going to return to India under any circumstances. He states that returning to India is synonymous to signing a death warrant. He cannot subject himself to such a grave risk. And to justify himself, and to win his ultimate motive,  he has to make a choice between truth or deceit.\r\n\r\nCast:\r\nBill      : Sankar Ghoshal\r\nSanjoy : Indranil Mukherjee\r\n\r\nWritten and Directed by Sudipta Bhawmik\r\nProduced by Ethnomedia Center for Theater Arts (ECTA)\r\nPresented by Ganakrishti, Kolkata\r\n\r\n6.00pm August 20, 21, 22, 23  2007\r\nSujata Sadan, 7, Hazra Road, Kolkata - 700 026.\r\n\r\nPhone- 2476-6131\r\n\r\n<strong>Please inform your friends and family in India to come and watch this play that tells our story.</strong>\r\n<a href="http://picasaweb.google.com/indymukh/Satyameba">\r\n\r\n<!--adsense#yahoopn--></a><a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/img_6449.JPG'' title=''Satyameva Scene''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/img_6449.thumbnail.JPG'' alt=''Satyameva Scene'' /></a>', 'Satyameva: A New Play to Premiere in Kolkata', 0, '', 'publish', 'open', 'open', '', 'satyameva-a-new-play-to-premiere-in-kolkata', '', '\nhttp://www.ethnomediallc.com', '2007-08-24 02:34:42', '2007-08-23 21:04:42', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/75', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(81, 1, '2007-08-24 19:03:11', '2007-08-24 13:33:11', '<strong>Sudipta Bhawmik</strong>\r\n[Previously published in Anandasangbad]\r\n<!--adsense-->\r\n\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/nsake_web.jpg'' title=''On the set''><img class="alignleft" src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/nsake_web.thumbnail.jpg'' alt=''On the set'' /></a>On 7th of March 2007, I had the opportunity of watching Mira Nair’s latest film, <a href="http://www.amazon.com/gp/product/1557047413?ie=UTF8&tag=nnb-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1557047413">The Namesake”</a><img src="http://www.assoc-amazon.com/e/ir?t=nnb-20&l=as2&o=1&a=1557047413" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. The film had officially premiered the earlier evening which unfortunately, I was not able to attend. However, the producers of the film were kind enough to arrange couple of seats for me for the special screening for the Museum of Moving Images which included a Q&A session with the director Mira Nair (and surprise guests Tabu and Irfan Khan). \r\nBeing a participant in the filming process (in a very limited way in the role of Subroto Mesho), I was especially curious to see the final result – the big picture as you may call it. At the end of the screening when Mira asked me how I liked the film, I was sort of speechless. I did answer something like “great” or “wonderful”, but that was only a gut reaction – I was still trying to figure out my feelings towards the film. I was not able to give Mira the right answer.  I figured, maybe, if I try to jot down my thoughts, I’ll be able to come up with a better answer.   <!--more-->\r\n\r\nSo how did I feel watching the film? \r\nHave you ever, in a lonely rainy afternoon, sat down and leafed through the pages of your family photo album? An album that spans three generations, your parents, yourselves and your children, captured in those 4x6 frames? With each turn of page, you see the glimpses of your life that went past; you see how your image changed over the years. Fleeting memories hit you like a hail storm and you feel lost – for few moments. That’s exactly how I had felt watching <a href="http://www.amazon.com/gp/product/1557047413?ie=UTF8&tag=nnb-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1557047413">"The Namesake"</a><img src="http://www.assoc-amazon.com/e/ir?t=nnb-20&l=as2&o=1&a=1557047413" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. The film is a family album, a photo album of the Ganguli’s, but you feel as if it is your own. The only difference is that the subjects in those photos are not still, they become alive, they talk, they move, they laugh, they cry – and you join them. And when you are done watching it, you just want to sit silently, hugging the album close to your heart with your eyes closed. You try to remember those pictures that were not captured by any camera on any film. Just as Ashoke tells his son Gogol (when he realizes that he has forgotten his camera to shoot the end of his journey) “We will just have to remember this…… all our life” - Mira’s film inspires us to remember our journey and “follow our bliss”.\r\n\r\nMira herself admitted that the style of this film was inspired by still photographs (by masters like Raghu Rai, Raghubir Singh, Mich Epstein, Dayanita Singh) and it showed. I guess, to capture a period spanning three generations, this was the best form available to her. We jump from period to period, from city to city with extreme ease, just like turning a page of our album. We see the characters change, but not always how they change. But we have no trouble in filling the gaps, because it is our story.  There are no surprises, no suspense, no thrill, no profound philosophy – only the solitude and quietness of a deeply felt sorrow and ….bliss. \r\n\r\nThe film starts as Ashoke’s story, then switches to become Ashima’s story and then again transforms to become Gogol’s story with no jitters, as if it is the natural progression.  Not too many Hollywood filmmakers would dare to undertake such an unconventional screenplay structure. But Mira herself is unconventional. She pays homage to Satyajit Ray and Ritwick Ghatak through this film. She imbibed in this film the lyricism of Ray and the visual exuberance of Ghatak that is rare in this part of the world. Some of the scenes strongly remind you of Ray’s works like “Apur Sansar” or  Ritwick’s “Meghe Dhaka Tara”. She even cast Supriya Choudhuri, the unforgettable Nita of “Meghe Dhaka Tara”,  in  a special role and made her utter the unforgettable line, “Embrace the new, but do not forget your past”.  She shoots the two great cities of the world (Kolkata and New York) with the same sensitivity and care as did Ray in “Mahanagar” or “Jana Aranya” (kudos to Fred Elmes.)\r\n\r\nThe film is not free from imperfections, but let that not distract you in anyway. Sometimes you may feel that the time limit of two hours was too much of an imposition on a film of this kind. Some issues could have been explored a bit more, some characters developed some more.  But I guess, some compromises need to be made anyway.\r\n\r\n I am not sure what the verdict of the film Pundits of the world would be, or even what criticisms would the “argumentative Indians” (and Bengalees) bring to their tea (“adda”) table, but to me, “The Namesake” will be one of my dearest films to date.   \r\n', '“The Namesake”: A Personal Experience', 0, '', 'publish', 'open', 'open', '', '%e2%80%9cthe-namesake%e2%80%9d-a-personal-experience', '', '', '2007-10-04 23:04:08', '2007-10-05 03:04:08', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/81', 0, 'post', '', 0),
(101, 1, '2007-10-04 16:21:55', '2007-10-04 20:21:55', 'A scene from Jhara Samayer Kavya', 'Jhara Samayer Kavya', 0, '', 'inherit', 'open', 'open', '', 'jhara-samayer-kavya', '', '', '2007-10-04 16:21:55', '2007-10-04 20:21:55', '', 99, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/jhorasomoy.jpg', 0, 'attachment', 'image/jpeg', 0),
(102, 1, '2007-10-10 17:40:03', '2007-10-10 21:40:03', '<!--adsense-->\r\n<div class=''floatleft''>\r\n<object width=''425'' height=''366''><param name=''movie'' value=''http://www.youtube.com/cp/vjVQa1PpcFMvm04MnycmUMVftPsvuiNWzlgPyL6gcFU=''></param><param name=''wmode'' value=''transparent''><embed src=''http://www.youtube.com/cp/vjVQa1PpcFMvm04MnycmUMVftPsvuiNWzlgPyL6gcFU='' type=''application/x-shockwave-flash'' wmode=''transparent'' width=''425'' height=''366''></embed></param></object>\r\n</div>In December 2003, <a href="http://ethnomediallc.com">Ethnomedia </a>launched their first theatrical production, "Phera"  (The Return), at the Bengali Drama Festival organized by Kallol of New Jersey. The play was an instant hit amongst the expatriate Bengali theater lovers and since then the play was staged at multiple cities across the US east coast and Canada, including the 2004 North America Bengali Conference in Baltimore, Maryland. \r\nThe play deals with the eternal struggle which every immigrant in USA has to go through in order to balance between the strong attachment to their home land and the economic and social demands of life. The play has received rave reviews from the audience and the press.  Read some of the comments and reviews at our website http://www.ethnomediallc.com/ .\r\n<!--more-->\r\nI have had several requests from theater lovers all over for the video release of the play in some form. I did distribute few copies of a DVD recording to some very interested people. However, I thought a video release through YouTube may be a better idea and hence this posting.  This particular recording was from one of our shows in Toronto, Canada. The recording does have several audio disturbances and the video quality also has suffered due to the multiple levels of compression that it went through. However, I hope, you will get some idea about the play. My only request would be, that you do not judge the play from the video and audio quality only.\r\n \r\nI am never a fan of watching plays from video recordings and I generally discourage people to do so. However, this play was so much in demand, that I had to succumb to the pressure. Since we do not have any near term plans of reviving this play, I thought the video release would be the next best thing to do. If you like the play, please pass the link to others who may be interested. If some interested and serious theater group would like to produce the play, I will happily pass the script to them. \r\n\r\nI am including below a brief synopsis of the play to help follow the video. You may skip this and watch the video and I hope you''ll still enjoy it as well. \r\n\r\n<blockquote><strong>Synopsis:</strong>\r\n\r\nSukomol, the protagonist who lives and works in USA, suddenly, arrives at his home to the utmost surprise and joy of his parents Satyasadhan and Mrinmoyee and his sister Sikha. Later in the afternoon, Sukomol breaks to his would-be father-in law Ramapada and his mother that he has come back for good and would like to work in India or possibly set up a chemical plant in his hometown. Mrinmoyee is delighted at the prospect of her son staying back in India, but Ramapada rebukes him for his naivety and foolishness. Being a failed politician himself, Ramapada reminds Sukomol of how impossible it is to build anything in West Bengal with its business hostile political environment. At this moment comes Bibhas, Sukomol’s childhood friend and gives him hope by promising that he will make all arrangements to make Sukomol’s dream a reality with the help of the local member of the legislative assembly. However, in the very next scene in an interesting twist, Bibhas confides to Sukomol that all that he had said was pure bluff, just to settle a score with his political rival Ramapada. He advises Sukomol to go back to USA and even pleads to take him along. Sukomol gets another jolt when his fiancée Krishnaa makes it very clear that her only goal in life is to go to America, and if Sukomol decides to stay back in India, she’ll do it alone. However, the final blow comes when Sukomol overhears his father who almost breaks down at the possibility that the flow of dollars is about to stop. Satyasadhan, who himself is an immigrant from Bangladesh (then East Pakistan), struggled all his life to take care of his family, his parents, his brothers and sisters. He never had the chance of enjoying the slightest of luxury. Now, with his son working in USA and with his regular dollar remittances, Satyasadhan has started to get used to the better things of life, the small luxuries like traveling in a rented car and having a luxury bathroom. He dreads at the possibility of losing his current life and going back to the days of hardship. Only, Mrinmoyee, the eternal mother, tries to defend her son’s decision to the last moment.</blockquote>\r\n\r\n', 'YouTube Video Release of "Phera"', 0, '', 'publish', 'open', 'open', '', 'youtube-video-release-of-phera', '', '', '2007-10-10 17:40:03', '2007-10-10 21:40:03', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/102', 0, 'post', '', 0),
(103, 1, '2007-10-17 23:28:19', '2007-10-18 03:28:19', '<!--adsense-->\r\nThe other day, while channel surfing, I stumbled upon the Zee-TV SaReGaMaPa "Bishwayudh" grand finals. I have not been following this show, but the community was buzzing with excited fans rooting for the three finalists - Anik, Raja and Amanat. Anik became the champion and being a Bengali it felt good that another Bengali kid has succeeded in keeping up the tradition of excelling in the performing arts. And I think that this partisan and regional  feeling, in some sense, carries more weight in deciding who wins. It was impossible to qualitatively judge the three performers since they all were excellent singers. Hence, selecting the champion is nothing but a chance accident on who votes and for whom. \r\n<!--more-->\r\nAlmost all Indian TV channels (national and regional) host multiple music and dance (which I''ll talk about in a future blog) contests.  These so-called reality shows draw a huge fan following (it seems people are sick and tired of the cliche ridden, poorly made serials) and they also provide a platform to bring forth the best talents from all across the country. The ETV Bangla channel, that I watch most, has three such music contests - "Sa-theke-sa", "Tarana" and "Gane mor Indradhanu". "Sa theke Sa" is conducted by a very talented musician, Nachiketa. However, the screening process of the adult contenders do not seem to be strict enough which often results in mediocre performance. Judgment is rendered by a single senior musician instead of any voting or audience poll. "Tarana" is a kid''s contest and is targeted primarily for kids. Judgment process is similar to Nachiketa''s show. Some of the participants are really talented but the show lacks the glamor and glitz of the other more popular shows.   \r\n<p>\r\nOf the three contests, "Gane mor Indradhanu" is the most elaborate and competitive (and possibly the most funded) show.  The previous round of this show focused solely on Bangla songs and featured the adult performers. And what performers they have been. The show demonstrated that the depth and breadth of musical talent in Bengal is something that we should be really proud of. In the current round of "Gane mor Indradhanu - Tarana", the competitors are the teenage and pre-teenage boys and girls from all corners of Bengal. Listening to them is an amazing experience. Some of the young boys and girls are so talented that their songs bring tears to the most critical of the judges on the floor, not to mention the audience on the set and the viewers on the other side of the screen. Singers like Ahinjita (7-8 years old) or Debdyuti can sing at par with any of the established musicians. The contest is judged by a panel of distinguished musicians like Monomoy Bhattacharya, Jojo, Sudeshna Ray, Sampa Kundu and others and they do not hesitate to make critical comments (in a constructive manner) to point out the shortcomings of the performers. But they too are often awed by the sudden flashes of talent demonstrated by these youngsters.   If these talented performers are properly trained and groomed, I am sure that they will make us all proud one day and Bengal will retain its esteemed position in the field of Indian music for many more years in the future. Kudos to ETV Bangla for bringing this show to us.  The only complaint I have is that the show could have retained its focus on "Bangla Songs" only as it did in the previous round.</p>', 'Reality Music Contests on Indian TV Channels', 0, '', 'publish', 'open', 'open', '', 'reality-music-contests-on-indian-tv-channels', '', '', '2007-10-17 23:51:00', '2007-10-18 03:51:00', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/103', 0, 'post', '', 0),
(104, 1, '2007-10-16 14:13:31', '2007-10-16 18:13:31', 'Review of Satyameva published in the popular Bengali daily "Sangbad Pratidin"', 'Pratidin Review', 0, '', 'inherit', 'open', 'open', '', 'pratidin-review', '', '', '2007-10-16 14:13:31', '2007-10-16 18:13:31', '', 84, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/pratidin_stayameva_review_bw.jpg', 0, 'attachment', 'image/jpeg', 0),
(109, 1, '2007-10-28 22:25:13', '2007-10-29 02:25:13', '<!--adsense-->\r\nAnanda Mandir of New Jersey is celebrating Maha Kali Pujo on Friday, November 9, 2007, starting at 6:30 p.m.\r\n \r\nIf you are interested in sponsoring Kali Pujo, please send your check in the amount of $101 directly to Ananda Mandir at 269 Cedar Grove Lane, Somerset, NJ 08873 before Nov. 5th as Biswabhai will prepare separate "ARGHYAs" for individual families for "HOM" on the Pujo night .\r\n \r\nPlease remember it is not necesssary to bring fruits, flowers and other items for Kali Pujo, since the temple provides them to the sponsors.', 'Kali Puja at Ananda Mandir', 0, '', 'publish', 'open', 'open', '', 'kali-puja-at-ananda-mandir', '', '', '2007-10-28 22:25:13', '2007-10-29 02:25:13', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/109', 0, 'post', '', 0),
(111, 1, '2007-10-31 09:53:54', '2007-10-31 13:53:54', 'Public toilet in Kolkata', 'Public Toilet in Kolkata', 0, '', 'inherit', 'open', 'open', '', 'public-toilet-in-kolkata', '', '', '2007-10-31 09:53:54', '2007-10-31 13:53:54', '', 108, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/toilet.JPG', 0, 'attachment', 'image/jpeg', 0),
(112, 1, '2007-10-31 10:02:39', '2007-10-31 14:02:39', 'Kallol Durga Protima', 'Kallol Durga Protima', 0, '', 'inherit', 'open', 'open', '', 'kallol-durga-protima', '', '', '2007-10-31 10:02:39', '2007-10-31 14:02:39', '', 110, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/dsc_0770.jpg', 0, 'attachment', 'image/jpeg', 0),
(113, 1, '2007-11-08 15:51:00', '2007-11-08 19:51:00', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/11/charuthefilmcom.jpg'' title=''Charu: Unspoken''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/11/charuthefilmcom.thumbnail.jpg'' alt=''Charu: Unspoken'' class=''alignleft'' /></a>Once Satyajit Ray was asked, "Which of your films would you like to remake?" He answered that, if possible, he would have remade all his films except for "Charulata". It was only "Charulata" that he thought was made "perfectly" and he would like to keep it that way. Well, now an expatriate Bengali film maker, Amitabha Neil Ray, is trying to recreate history. Amitabha is planning on making "Charu: Unspoken", a modern version of Tagore and Ray''s Charulata set in current day America. To some, it may sound like sacrilege. To remake what most people think as a classic, to try to better one of the best film craftsman of all times, is what only few would like to dare. The stakes are too high, the expectations are sky reaching - almost impossible to meet, and failure seems to be inevitable. But, isn''t that what geniuses strive for? Isn''t the challenge to excel, to better the best, to pursue the dream to the end, what drives artists to create their master pieces? Didn''t Ray himself take the leap to recreate another master creators work and make it even better in many ways?  Great works of art always inspires other artists, and that is why Ray''s "Charulata" drives artists like Amitabha Neil Ray to remake his own, "Charu: Unspoken". <!--more-->\r\n<br />\r\nWhen Amitabha approached me to write the screenplay for the film, I too was not quite sure if this was the right thing to do. Will I  be able to reach anywhere near the artistry that Ray''s screenplay had achieved? But then, I tried to think it through and took it upon as a challenge to myself as to how to recreate Charulata in modern day America, more specifically New York. The original story (Tagore''s Noshto Nir - Broken nest) was set in late 19th century Bengal. The social, political and economical as well as the moral value system of that time was quite different from that of the 21st century New York. The environment of Charulata in Noshto Nir and the environment of Charu in New York are way different - hence their behaviors, their responses to the circumstances must be different. But the fundamental human psychology, the conflicts of relationships, and the basic moral dilemmas have not changed over the centuries. And this makes the story of Charulata, Amol and Bhupati a classic that transcends time and space. I hooked on to this basic pivotal point and framed the story of Charu, alone in a Manhattan high rise apartment, Anupam (Bhupati in Noshto Nir) a busy Wall Street executive, and Amol - a second generation Bengali American who strives to make it big in the New York theater scene.  Just like the film Charulata, "Charu: Unspoken"  isn''t just a triangular love story - it delves into the multi dimensional human psychology and attempts to deal with the complexities of human relationships at multiple levels. \r\n<br />\r\nBut screenplay is only a small part of the entire film making process. It is the film director who finally brings it to life. As David Mamet once mentioned, "In Theater the director serves the writer, but in film the writer serves the director." Amitabha now needs to spin his magic and artistry to create poetry on the silver screen. Being an artist and poet himself, Amitabha has all the right ingredients in himself to make this film a reality. An award winning painter, Amtabha had the good fortune of being an apprentice of the master painter of India, Paritosh Sen. His experience in the film society movement in Calcutta and his long associations with film makers like Purnendu Patrea and Gautam Ghosh made him thirsting to make a film of his own. Although he has made couple of documentaries, feature film is his passion - and hence "Charu: Unspoken".\r\n<br />\r\nFilm making is a team sport and Amitabha has formed quite a formidable team to ensure success. He has roped in internationally acclaimed art director Tushar Unadkat as the producer of the film. National award winning actress Rituparna Sengupta will be playing the central character, Charu. Active negotiations are in the process with several other well known actors and actresses from Mumbai film industry. For more details take a look into the <a href="http://charuthefilm.com">film''s website</a>. Principal photography of the film is scheduled to start in June 2008 and the film is scheduled to release in 2009. \r\n<br />\r\nAmitabha and his team are now actively looking for more producers/investors for the film. He has kept a tight reign on budget and plans to keep it well within $150,000 of which he has already secured $20,000 as seed money. The project is now looking for an executive producer who can invest around $130,000 and will enjoy complete financial authority over the project. Investors who can put in $10,000 or more are welcome to join the team too. Amitabha envisages that the film has the potential of making a significant return on investment. He cites the numbers from similar films like Mira Nair''s "Monsoon Wedding" which cost approx $160,000 and made more than $13.0 million in US box office. If anyone is interested to be an investor/producer of the film or even want to contribute to the project in any other way, please contact Amitabha at Amitabha@NeilRay.com. \r\n<br />\r\nAmitabha is embarking upon a journey that very few people would dare to tread.  He and his team needs all your support to make  this project a great success. I hope you will be with us on our journey too.', 'Remaking Charulata', 0, '', 'publish', 'open', 'open', '', 'remaking-charulata', '', '', '2007-11-12 11:20:26', '2007-11-12 15:20:26', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/113', 0, 'post', '', 0),
(108, 8, '2007-10-31 09:57:52', '2007-10-31 13:57:52', '<!--adsense-->\r\n<strong>by Amitava Sen</strong>\r\n<br />\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/toilet.JPG'' title=''Public Toilet in Kolkata''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/toilet.thumbnail.JPG'' alt=''Public Toilet in Kolkata'' class=''alignleft'' /></a>“Desh is doing wonderful and so much for the better”, declares my friend after his recent trip to Calcutta. I suppose Desh means Calcutta.  “People are so prosperous, everything is available at the wonderful shopping complexes; diaper, canned ham” he continues “you name it, they have it”. My friend is all dazed up by the malls and the wonderful shops there.  Like Sukumar Roy wrote in his celebrated poem that Borobabu’s moustache made him what really Borobabu was; to my friend the city belonged to its shopping malls and that’s what the Desh was all about.. What else he needs to be impressed about the tremendous leap Calcutta is taking towards progress?  He has no doubt in his mind that the country we have left behind is doing wonderfully well.  Truthfully I was not that persuaded by his argument, it was only the shopping malls, I thought. What’s the big deal?<!--more-->\r\nBut that was till my next visit to Calcutta.  I did not have to go any farther than Southern Avenue at Golpark in order to get totally swept away by Calcutta’s progress. The view of a public toilet made all the difference. The new public toilet under construction washed away any reservation I might have had.  Built to the architecture of Sydney opera house it was indeed mind boggling.  Even a person like me with a poor TV memory could not forget the images of its impressive opera house during 2000 Sydney Olympic. The Sydney opera was almost like a mascot for the event, it was hard not to remember and I continued to be awed by its magnificence. <br />\r\nAccording to the newspaper report the opera toilet in Calcutta would cost 25 lakhs of rupees not counting the cost of the valuable property it was built on.  Indeed, I thought Calcutta must be doing wonderfully well.  And what other than a cultured Bengali mind could think of a toilet looking like an opera house? <br />\r\nSome one said “Calcutta is a big bathroom”.  While not denying the truth in the statement and not depriving the voting masses of their proletarian rights of using the street sides as bathrooms, the municipal corporation has come up with the idea of adding an intellectual and artistic touch to the toilet culture of Calcutta.  Travel not far from the opera house public toilet and you will find another public toilet behind Gariahat market with decorative façade and imaginative signs.  Women’s stall, instead of a letter sign has a portrait of a stern looking Indira Gandhi and an effeminate portrait of poet Nazrul Islam in shoulder length tresses, looking like he is in a wrong place, adorns the men’s enclave wall. The other Sai Baba (not the one with bushy coiffure) who I am sure is there, to add a spiritual touch to the mundane business of relieving oneself is staring at you from the other side of the wall separating the men’s place.   People who are not sure which direction to take can walk straight to the middle and bump in to Rabi Thakur..  If you expect to be calmed down by soothing Rabindra Sangeet after suffering through irritating confusion, you may be disappointed; the attendant from the neighboring state prefers blaring rendition of “Jai Jagadisho Hare”.<br />\r\nReturning to the subject of opera toilet, I kept on wondering as to how much it was going to cost to use it and who would be using it? I would imagine the use fee will be set high enough to keep it out of the reach of the hoi polloi. The suggested rate should be no less than ten rupees (22 cents) which is the poverty level wage per day according to the government of India’s published data and which will safely keep thirty percent of the population out.   <br />\r\nThe families who live under the nearby Gariahat fly-over, cook there, sleep there, do all their ablutions there are definitely not its customers,  neither are the two children who sleep late into the morning on the sidewalk in front of Gariahat Police station, next to the opera toilet through every night. But never mind about them; they don’t matter, they are just numbers among 50 percent malnourished children in India. <br />\r\nThat does not mean that the place will close down for lack of clientèle.  There are still a lot of people who can afford bottles of quite expensive mineral water. I am sure it will attract a steady stream of NRI’s too. There are local clients as well, mostly from Rajasthan Diaspora. Their youths are the hip generation, always eager to spend their money on expensive services. Surely, there will be sprinkle of IT professionals.  As to its interior make up, Satyajit Ray and Ravi Shankar definitely belong there; Uttam Kumar, Suchitra Sen and Girija Devi are in contention too. Mozart or Brahms will be too hard on Bengali ear; Raga Vilaskhani Todi on Sitar should create the desirable ambience. If you rather would have a song playing, “Amar Oi Jharna tolar Nirjane” (In solitude of the quiet flowing stream) will be a fitting selection of Rabindra Sangeet. I could not visualize any lesser person than Jyoti Babu to preside over its inauguration.<br />\r\nAccording to a New York Times’ account 56% of the Indian households do not have a toilet, which means any kind of private place to go, A train journey from Howrah station to Tarakeswar in the morning made me think that the figure might be somewhat  understated. That is no consideration while building a 25 lakhs toilet as “the Desh”, when it is doing so well, should have toilets befitting its new found wealth. If lavish malls are the face of prosperity, colonnaded toilets should be its culmination.\r\nI am sure more of these 25-lakhs toilets are being planned in front of the Hotel Sonar Bangla or Hyatt or the Taj where a bottle of mineral water costs 12 hours’ wage of the driver of my rented car.  It will be a shame if the up scale, doing-well generation is made to use any lesser toilet following the consumption of purified, sanitized and branded water.<br />\r\nI cannot imagine my friend who is so impressed by the progress happening in Calcutta to have left Salt Lake neighborhood in the city with its gleaming shopping malls, out of his rounds. To make it starker how far Calcutta has traveled my friend should have visited the canal side in the fringes of Salt Lake.  There are plywood shacks with no toilet, no running water and no electricity, in one of them lives the person who cleans my cousin’s house, six people to a room.  What goes in the name of toilet is an enclosure of torn rags and the open canal bank.    Moving back to the shopping mall from the canal side I realize that Calcutta indeed has made a great stride, only in the process the ‘Calcutta’ has been left behind.\r\n\r\n', 'Of Shopping Malls and Toilets', 0, '', 'publish', 'open', 'open', '', 'of-shopping-malls-and-toilets', '', '', '2007-10-31 15:12:17', '2007-10-31 19:12:17', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/108', 0, 'post', '', 0),
(114, 1, '2007-11-08 14:52:15', '2007-11-08 18:52:15', '', 'Charu: Unspoken', 0, '', 'inherit', 'open', 'open', '', 'charu-unspoken', '', '', '2007-11-08 14:52:15', '2007-11-08 18:52:15', '', 113, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/11/charuthefilmcom.jpg', 0, 'attachment', 'image/jpeg', 0),
(115, 1, '2007-11-15 18:51:01', '2007-11-15 22:51:01', '<!--adsense-->\r\nI recently had the chance of watching Wes Anderson''s "Darjeeling Limited". I am not an Anderson fan by any sense, but few things drew me to the theater. First, I heard a lot of hoopla about Wes Anderson; second the crew included some familiar names like Lydia Dean Pilcher (the producer) and Cindy Tolan (casting director). And finally the title of the film - "Darjeeling Limited". Somehow I had the feeling that the film is going to show some parts of the beautiful hill town Darjeeling and the magical "Darjeeling" toy train. But I was disappointed.\r\n<!--more-->\r\nThe film has no Darjeeling, except a weird looking train ( a cross between "Palace on Wheels" and Chapra local,  where sexy stewardesses serve sweet lime and tea) named "Darjeeling Limited". Has anyone seen a stewardess in an Indian train? This is so un-Indian, that at times I was feeling like I am watching a fantasy movie. The story line, from an Indian view point, is a cliche ridden travelogue where three "Gora" brothers travel on this mythical train to attain some kind of spiritual bliss through narcotic laden cough syrup and occasional stops at temples of no relevance. We have seen too many of these "Mystical and Spiritual India Saves the Western Soul" kind of films. There is no harm in making such films, especially for the western audience (and India may earn some tourism dollars in the process), but to me this oversimplification of the Indian way of life  feels quite condescending.  The brothers seem to go through a spiritual change when they witness the death and funeral of an Indian boy in a remote village. The stoic nature of the funeral, accompanied by a kind of placid indifference to life brought the three brothers closer than they have ever been. During their own father''s funeral, they were busy trying to get his Porche from the garage and their mother not attending the funeral at all. But the brothers and Wes fail to understand that the life that those Indian villagers lead is a result of their socio-economic circumstances (just as theirs is.)  In a country with one of the highest infant mortality rates, such deaths are only a minor perturbation - and people just go on with their lives - cause they got to live. Is this the great message (or enlightenment) that the western audience is looking for? Or was it only the death that acted as a shock therapy to these rich and spoiled kids?  In that case, this film could have been shot anywhere in the world - Peru, Guatemala, Honduras, Burma, anywhere - and the train could have been named Rio Express or Tashkent limited. \r\n<br />\r\nThe film does have its moments though. The prologue, a short film titled "Hotel Chevalier", was quite enjoyable. The short opening sequence of Bill Murray was funny but had no relevance to the rest of the film.  Technically the film looked good too, nice photography and great music - played from Jack''s ipod for most of the time. The humor, though tacky at times, was typical of a Wes Anderson film casting Owen Wilson and maybe enjoyable to many of his fans.  The use of portraits of Indian greats (like Gandhi, Patel, Tilak and others) on the train was interesting (never seen them on trains), especially when one of the last shots in the train showed a portrait of Satyajit Ray (at least that''s what it looked like in a fleeting moment) on the wall. Was it a joke? \r\n<br />\r\nI have a feeling that the film could have reached another dimension if the brothers had taken a real Indian train and experienced the real India in the process. Maybe, that would have helped them realize why their mother chose the life that she leads now. Wes Anderson had an opportunity to make a great film, but he blew it.', 'Darjeeling Limited : But Where is Darjeeling?', 0, '', 'publish', 'open', 'open', '', 'darjeeling-limited-but-where-is-darjeeling', '', '', '2007-11-15 18:51:01', '2007-11-15 22:51:01', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/115', 0, 'post', '', 0),
(116, 1, '2007-11-16 14:52:26', '2007-11-16 18:52:26', '<!--adsense-->\r\n<a href="http://enadonline.org">ENAD</a>, a theater group based in the Bay Area in California will be staging "Ron" on December 8, 2007 at Cubberley Theater in Palo Alto. "Ron", a play written by Sudipta Bhawmik, has been staged earlier in the USA and Kolkata, India by <a href="http://ethnomediallc.com">Ethnomedia</a> and has received excellent reviews from the critics and the audience. If you have friends living in the Bay Area, make sure that they don''t miss this play.\r\n<br />\r\n3.00pm and 6.30pm\r\n<br />\r\nTickets: $15 in advance, $20 at gate and $30 for VIP\r\n<br />\r\nChildren under six are not allowed. Parental discretion advised due to adult content.\r\n<br />\r\nFor tickets, call: Nisar Ahmed (510-708-0741)/Debankur Das (408-406-2184)/Rebanta Mitra (408-249-7633)', 'ENAD to stage "Ron" in California', 0, '', 'publish', 'open', 'open', '', 'enad-to-stage-ron-in-california', '', '', '2007-11-16 15:01:06', '2007-11-16 19:01:06', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/116', 0, 'post', '', 0),
(117, 1, '2007-11-16 14:58:35', '2007-11-16 18:58:35', '<!--adsense-->\r\nIndian Institute of Performing Arts (IIPA)  presents an evening of classical music and dance featuring\r\n<br />\r\n<strong>Brinda Guha (Kathak presentation)\r\n<br />\r\n<a href="http://mitali.org">Mitali Banerjee Bhawmik</a>(vocal)\r\n<br />\r\nMohan Deshpande(Vocal)</strong>\r\n<br />\r\nAccompanying musicians for the vocal recitals are <strong>Kedar Naphade</strong> on harmonium and <strong>Amod Dandawate</strong> on tabla.\r\n8th December at 7 p.m.\r\n<br />\r\nVenue:\r\nThe Community Presbyterian Church of the Sand Hills\r\n57 Sand Hills Road\r\nKendall Park, NJ 08824\r\nDonation: $15.00 per person.\r\nContact information: (732)-821-8719.\r\nemail: suparnaguha@aol.com', 'IIPA presents Indian Classical Dance and Music Concert', 0, '', 'publish', 'open', 'open', '', 'iipa-presents-indian-classical-dance-and-music-concert', '', '', '2007-11-16 14:58:35', '2007-11-16 18:58:35', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/117', 0, 'post', '', 0),
(118, 1, '2007-11-30 00:18:29', '2007-11-30 04:18:29', '<!--adsense-->\r\nFew years ago, I met Partho Ghosh at a Kallol (of New Jersey) general body meeting. Initially I thought him to be a new member of Kallol. I watched him sitting quietly in one of the back seats and observing the proceedings of the meeting. Later, during a break, someone introduced me to Partho as a journalist from the "Pratidin" news paper house in Kolkata. It was then, when Partho disclosed to me his vision of a news paper that can serve as a bridge between us, the non-resident Bengalees (NRB) and our home land. I was a bit skeptic at first. <!--more-->This is nothing new, already we have few magazines like that including "Probasi Anandabazar" (from ABP) and even our own Sangbad Bichitra. Besides, in the days of Internet, I didn''t think such a magazine added value when all the major Bangla dailies and weeklies are available on the web. Partho disagreed. His point was that the Bangla dailies were not edited for the non-resident readers. Not only is the news content targeted towards resident readers, even the advertisements had minimal value to  us, the Bangla readers living  abroad. His vision was, not only does he want to carry the news items that are of potential interest to a global audience, he would also like to publish the news made by the non-residents. The advertisements (which is a must to make any publication viable) would also be specially selected such that they fulfill the needs of the NRBs. \r\nHe pulled out a copy of a thin, but glossy and colorful, newspaper named "Bideshe Protidin". As I browsed through the pages he  reminded me that this edition does not at all represent the vision that he has for the magazine. \r\n\r\nAfter that initial meeting, I kept on meeting Partho almost every year. In the mean time Partho has developed quite a network of readers in the USA and UK and has also quit Protidin to start his own publication company (PMG) and his dream magazine "India Doot". "India Doot" now has evolved from "cut-and-paste" kind of newspaper to a magazine that any NRB would be interested to browse through whenever a fresh copy lands on their hands. Partho and his team hunts for fresh news from our home land that are of potential interest to us and collects advertisement that can be of use to some of us too. He tries not to differentiate between the news made in India vis-a-vis news made in the USA or UK. The news stories written by his team are brief and to the point, just the kind we in these parts of the world would like to read.  Although, these days, the advertisements take up quite a bit of the newspaper real estate (no pun intended) but still the news content has not been compromised.\r\n\r\nMy wish list for "India Doot" has been to maintain an "events" section and a "classifieds" section. This would add more relevance to our lives abroad. Also an online version would have been nice.  \r\n\r\nIf you''d like to subscribe to India Doot, send an email to ghosh_forever@yahoo.com.', 'India Doot: A Monthly Magazine for Non Resident Bengalees', 0, '', 'publish', 'open', 'open', '', 'india-doot-a-monthly-magazine-for-non-resident-bengalees', '', '', '2007-11-30 16:14:30', '2007-11-30 20:14:30', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/118', 0, 'post', '', 0),
(119, 1, '2007-11-30 00:15:12', '2007-11-30 04:15:12', '<!--adsense-->\r\nUNITED STATES KOLKATA LITERARY EXCHANGE\r\nat JANUARY 2008 KOLKATA BOOK FAIR\r\nUSKLE will be bringing a group of 12 to 18 distinguished\r\npoets, writers, screenwriters, publishers, editors, translators\r\nand playwrights to the 2008 Kolkata Book fair\r\nplease check USKLE.org\r\n \r\n \r\nA Benefit dinner and\r\nAn evening of poetry reading by\r\n \r\nErica Jong\r\nYusef Komuniakaa\r\n \r\non Friday December 7th, 7 pm\r\nat Nupur Lahiri''s house (BFA)\r\n4343 Rt 27, Princeton NJ 08540\r\n \r\n To sponsor travel expanse for the delegates to Kolkata\r\nsuggested donation $100.00 or more\r\n \r\nErica jong, author of eight novels including Fear of Fying, Fanny, Sappho''s Leap,\r\n What do Women Want, A Midlife Memoir, Fear of Fifty and six volumes of poetry.\r\n \r\nYusef Komuniakaa won Pulitzer prize, William Falkner prize, Kingsley Tufts Poetry award\r\nfor his poetry and Bronze Star for for his service in Vietnam.\r\nIn 1999 he was elected a Chancellor of The Acadamy of American Poets\r\n \r\nRSVP Nupur Lahiri 732-821-3949\r\nKrishna Bhattacharya 732-536-6325\r\nGoutam Datta 908-507-5998\r\n ', 'Poetry Reading by Erica Jong and Yusef Komunyakaa', 0, '', 'publish', 'open', 'open', '', 'erica-jong-and-yusef-komunyakaa-poetry-reading', '', '', '2007-11-30 00:21:01', '2007-11-30 04:21:01', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/119', 0, 'post', '', 0),
(120, 1, '2007-11-30 16:22:01', '2007-11-30 20:22:01', '<!--adsense-->\r\nDECEMBER, 14, 8 pm  ANANDA SANDHYA at Ananda Mandir\r\n\r\nSMT SUGATA CHATTERJEE  (vocal)\r\n\r\nWith Sri MADHU VORA on Harmonium, And Sri SHYAM MOHAN on Tabla\r\n\r\nAs usual, the ANANDA SANDHYA concert is FREE, Children come free. However, your kind donation is always graciously accepted.\r\n\r\nFor info, call Arun Bhowmik at 908-672-1452.', 'Ananda Sandhya ', 0, '', 'publish', 'open', 'open', '', 'ananda-sandhya', '', '', '2007-11-30 16:22:01', '2007-11-30 20:22:01', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/120', 0, 'post', '', 0),
(121, 1, '2007-12-04 18:24:56', '2007-12-04 22:24:56', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/70068652.jpg'' title=''Sicko: A Documentary that can change America''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/70068652.thumbnail.jpg'' alt=''Sicko: A Documentary that can change America'' class="alignleft" /></a>Michael Moore''s documentaries always manage to stir up strong emotions amongst their viewers. Fahrenheit 9/11  caused lot of stir, won an Oscar, but it did not change anything. One potential reason may be that the facts shown were hard to believe and there was no easy way to validate them. This reduced a very well made documentary to the status of a cheap political propaganda. But, Mr. Moore''s latest film, "Sicko", is different. It deals with an issue that we witness in our daily lives, directly or indirectly - the US health care system, or more specifically the US healthcare management system.\r\n<!--more-->\r\nBut, I think Sicko has done more than just highlighting the sorry state of the US healthcare system that we all know of. Sicko has been able to drive home the fact, that universal healthcare  (through a single payer system) works in most countries of the developed world (Canada, UK, France) as well as the developing world (Cuba). Hence there is no reason why it cannot succeed in USA if people and their legislators have the will to implement this change. Medicare already works for the seniors of this country. Why can''t the Medicare system be extended to cover all Americans? \r\n\r\nWhile watching the "Sicko" DVD, I was more fascinated to watch the extra features. It was highly educational for me to learn about the <a href="http://www.hr676.org/">HR 676</a>, the universal healthcare bill that is currently fighting to get support. <a href="http://www.house.gov/conyers/news_hr676.htm">This bill </a>proposes to offer complete healthcare to all Americans (and residents) through a single non-profit healthcare management organization. Note that this bill does not propose to nationalize health care or the health care industry. It only proposes that the healthcare management be governed by a single agency (like Medicare) whose objective would be to ensure that everybody receives the care they need and not be guided by profit motives that encourage denial of health care. This bill has huge support from the physicians (see <a href="http://www.pnhp.org/">Physicians for National Health Plan</a> site), nurses and the people who know about it. This site, as well as multiple other <a href="http://www.sickocure.org/speechless/">websites</a> (including <a href="http://www.michaelmoore.com/">Michael Moore''s website</a>) talks in details about this bill and how it could save billions of dollars and yet offer universal health care. I''d like to urge you to visit these sites (you can find several others jut by googling HR 676) and make yourself aware of this bill and the facts. If you are convinced then please ask your representatives to support this bill. All these websites offer you a convenient way to reach your local congressmen and senators. \r\n\r\nI know that many of us who are blessed with a health insurance system through our employers do not want to get bothered with these issues. But even if you have an insurance, that may not cover you for all your health care needs. Then what happens if one day we don''t have a job? Anyone who has tried to purchase private health insurance knows how expensive they are. \r\n\r\nI think it is high time that we raise our voice on this issue. Healthcare is not a privilege,  it is a right. \r\nIt is highly unlikely that any of the presidential candidates will do anything about it because they are obliged to the special interest groups from the health care management and pharmaceutical industry. So we must make ourselves heard and let our lawmakers know that it is their moral duty to make sure that their constituents get the proper health care they need. \r\n\r\nSo, please support HR 676.\r\n', 'Sicko: A Documentary that can change America', 0, '', 'publish', 'open', 'open', '', 'sicko-a-documentary-that-can-change-america', '', '', '2007-12-04 18:28:02', '2007-12-04 22:28:02', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/121', 0, 'post', '', 7),
(122, 1, '2007-12-04 18:25:54', '2007-12-04 22:25:54', 'Sicko DVD', 'Sicko: A Documentary that can change America', 0, '', 'inherit', 'open', 'open', '', 'sicko-a-documentary-that-can-change-america', '', '', '2007-12-04 18:25:54', '2007-12-04 22:25:54', '', 121, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/70068652.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(123, 1, '2007-12-19 21:43:37', '2007-12-20 01:43:37', 'by <strong><a href="http://basus.net">Sambit Basu</a></strong>\r\n<a href="http://enadonline.org">ENAD</a>\r\n<!--adsense-->\r\n\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/pc084405_2.jpg'' title=''A Scene from Ron''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/pc084405_2.thumbnail.jpg'' alt=''A Scene from Ron'' class=''alignleft'' /></a>I just finished directing a play by Sudipta Bhawmik called Ron. It’s a very relevant story of our time waited to be told. Sudiptada has weaved a magic spell of contemporary tale on an age-old philosophical conflict between the need to fight some wars and the principled position of anti-war. This not only looks at the current time, it does so from the first generation and second generation immigrants’ perspective.<!--more-->\r\n\r\nAfter the play there was a short Q&A session with the playwright where he said that the play is definitely anti-war. But I am positive nobody can call it propagandist. I actually found it to be well-balanced and portrays the viewpoint of a soldier and his family’s perspective in a very touching way.\r\n\r\nAfter being involved with immigrant Bengali community theater for about 7-8 years, what I find most challenging is to capture the imagination of the community. The issues, the problems, the dreams, the hopes, the frustrations, the achievements of the first generation immigrants are different from the folks back home. Yes, this is true that the first generation, especially we the Bengalis, do enjoy living in a bubble of nostalgia when it comes to culture. We prefer Rabindrasangeet over classic Jazz, Bhimsen Joshi over George Gershwin, Kishore Kumar over Norah Jones. We prefer to go and see the current crops of group theater when we visit Kolkata, but seldom make attempts to see the local repertory theater’s productions. However, we do live our lives outside that bubble and constantly get challenged by a different world than what we used to face back home. Our theater should capture that.\r\n\r\nIn Ron, I thought, Sudiptada could strike the golden balance there where he could evoke a sense of nostalgia within the realm of our everyday existence. Our third production Chhenra Collage also struck that balance, it seems. Even after our tenth production some of the regular audience still refer to the third production. I may have some conjectures as to why this is happening, but cannot really tell for sure. But one thing is for sure, I like to continue doing this kind of theater where we can introspect our contemporary lives with compassion and humor.\r\n', 'We and Our Theater', 0, '', 'publish', 'open', 'open', '', 'we-and-our-theater', '', '\nhttp://enadonline.org,\nhttp://basus.net', '2007-12-19 21:46:29', '2007-12-20 01:46:29', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/123', 0, 'post', '', 0),
(124, 1, '2007-12-19 21:42:19', '2007-12-20 01:42:19', '', 'A Scene from Ron', 0, '', 'inherit', 'open', 'open', '', 'a-scene-from-ron', '', '', '2007-12-19 21:42:19', '2007-12-20 01:42:19', '', 123, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/pc084405_2.jpg', 0, 'attachment', 'image/jpeg', 0),
(125, 1, '2007-12-20 18:02:48', '2007-12-20 22:02:48', 'After receiving great critical acclaim in Kolkata \r\nEthnomedia Center for Theater Arts (ECTA)\r\nin co-operation with Raag-Rang Inc.\r\npresents\r\n\r\n<strong>SATYAMEVA</strong>\r\n\r\nA play by Sudipta Bhawmik\r\n\r\nStarring :\r\nSudipta Bhawmik and Pinaki Datta\r\n\r\nDirected by Indranil Mukherjee\r\n\r\nJanuary 26 6.30pm and January 27 3.30pm \r\nEdison Valley Playhouse\r\n2196 Oak Tree Road, Edison, NJ\r\n\r\nTickets: $20.00 \r\nContact: (732) 241 7060 bhawmik@gmail.com indymukh@gmail.com\r\n<a href="https://www.desiclub.com/shop/cart/ticket_purchase.cfm?eventID=3790&eventTimeID=8661&CFID=17677398&CFTOKEN=99887991">Jan 26, Saturday Tickets - Click Here</a>\r\n<a href="https://www.desiclub.com/shop/cart/ticket_purchase.cfm?eventID=3809&eventTimeID=8680&CFID=17677398&CFTOKEN=99887991">Jan 27, Sunday Tickets - Click Here</a> \r\nAdvance booking in encouraged due to limited seating.\r\n\r\nSome review Comments:\r\n\r\n\r\n\r\n<blockquote>The Bengali-American group Ethnomedia from New Jersey, which stunned Calcutta last year with Ron, returned for the world premiere of dramatist-director Sudipta Bhawmik’s Satyameva. A senior executive body-shopping software engineers fires his incompetent new recruit, who pleads that he should not be sent back to India. By a remarkable plot of twists and turns (perhaps too many of them) Bhawmik conveys older Bengalis’ nostalgia for their birthplace and younger Bengalis’ desire to emigrate to America. Sankar Ghoshal and Indranil Mukherjee respectively give realistic portrayals of these parts, but the playwright’s craftsmanship tends to get the better of heartfelt emotions, which we had found in Ron. - Ananda Lal, telegraph</blockquote>\r\n\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/pratidin_stayameva_review_bw.jpg'' title=''Pratidin Review''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/pratidin_stayameva_review_bw.jpg'' alt=''Pratidin Review'' /></a>', 'Satyameva in New Jersey', 0, '', 'publish', 'open', 'open', '', 'satyameva-in-new-jersey', '', '', '2008-01-21 12:55:03', '2008-01-21 16:55:03', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/125', 0, 'post', '', 0),
(126, 1, '2007-12-28 00:34:26', '2007-12-28 04:34:26', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/satyameva_logo.jpg'' title=''Satyameva''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/satyameva_logo.thumbnail.jpg'' alt=''Satyameva'' class=''alignleft'' /></a>"Satyameva Jayate" - a phrase from the Mundaka Upanishad is the national motto of India and all Indians. Literally it means, "truth alone prevails" - implying that truth is all that we should strive for, since truth only can lead us to success and happiness. But often this hypothesis has been proven wrong. Through bitter life experiences we all discover that "truth" hardly leads us anywhere - it is the "untruth", the "false" and "deceit" that we need to master in order to attain our goals and objectives. Or is it that our goals and objectives need to be re-examined? Are we chasing the right goals? Goals for which we do not have to rely on the "false" - goals that can truly be achieved by truth alone? Or is it that "truth" is nothing but an illusion, a "fake" notion that we like to believe to be "true"?\r\n"Satyameva",  tries to explore this age old question in a setting in North America where the immigrant Indian population tries to deal with this issue in their everyday lives.<!--more-->\r\n\r\nSanjoy, a young software professional, has arrived in the "land of opportunity" for just over six months and works for a software body shopping company "InterSoft" owned and operated by Bill (a Bengali American living in the States for over thirty years.) On the day of the play Bill fires Sanjoy and asks him to go back to India. Sanjoy, however, is not happy with this decision and refuses to oblige. He informs Bill that he is not going to return to India under any circumstances. He states that returning to India is synonymous to signing a death warrant for himself. He cannot subject himself to such a grave risk. And to justify himself, and to win his ultimate motive, he has to make a choice between truth or deceit. \r\n\r\nECTA (Ethnomedia Center for Theater Arts) presents this new play at the Edison Valley Playhouse, in Edison NJ on January 26 and 27, 2008.', 'Satyameva: A New Play by ECTA', 0, '', 'publish', 'open', 'open', '', 'satyameva-a-new-play-by-ecta', '', '', '2007-12-28 00:36:08', '2007-12-28 04:36:08', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/126', 0, 'post', '', 2),
(127, 1, '2007-12-28 00:33:31', '2007-12-28 04:33:31', '', 'Satyameva', 0, '', 'inherit', 'open', 'open', '', 'satyameva', '', '', '2007-12-28 00:33:31', '2007-12-28 04:33:31', '', 126, 'http://ethnomediallc.com/wpress/wp-content/uploads/2007/12/satyameva_logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(128, 1, '2008-01-05 11:11:07', '2008-01-05 15:11:07', '<!--adsense-->\r\nJanuary 11th, 8 pm. Anand Sandhya at Ananda Mandir\r\n\r\nSMT ARPITA MAJUMDAR - vocal\r\n\r\nWith Sri MAHESH VAIDYA on Harmonium, And Sri SARANG DEB on Tabla\r\n\r\nCedar Grove Lane off Easton Avenue in Somerset, NJ.\r\n\r\nFor info, call Arun Bhowmik at 908-672-1452', 'Ananda Sandhya', 0, '', 'publish', 'open', 'open', '', 'ananda-sandhya-2', '', '', '2008-01-05 11:11:07', '2008-01-05 15:11:07', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/128', 0, 'post', '', 0),
(129, 1, '2008-01-05 11:14:14', '2008-01-05 15:14:14', '<!--adsense-->\r\nSaturday, January 12, 2008, 3:00PM – 7:00PM\r\n\r\nIN AID TO BUILD AN ASHRAM WITH A TEMPLE AND COMMUNITY CENTER\r\n\r\nBharat Sevashram Sangha, New Jersey Chapter Presents\r\n\r\nAn evening of cultural events\r\n\r\nPerforming artists: A.Vocal recital By: Gayatri Sharma\r\n\r\nB.Bengali Drama - Hatta Malar O Pare, By: Dhakar Drama Group\r\n\r\nPlay write: Badal Sirkar, Directed by: Subhasish Das\r\n\r\nC. A garland of creative & classical dance performance\r\n\r\nBy: Nritya Creations Academy of Dance, Directed by: Meena Basu Nag\r\n\r\nD. Kathak and creative dance presentation, By: Artists of Kala Mandir\r\n\r\nDirected by: Smt. Malabika Guha\r\n\r\nPlace: Green Brook Middle School\r\n\r\n132 Jefferson Avenue, Green Brook, NJ 08812\r\n\r\nSomerset County, Tel. #: 732-968-1051\r\n\r\nPlease bring your family and friends to support this fund-raising event.\r\n\r\nAll proceedings will be going to start the construction\r\n\r\nof the Ashram, Temple & community center\r\n\r\n For information please call the Ashram at: 732-422-8880\r\n\r\nor email us at: bssnj@hotmail.com / website: www.bssnj.org\r\n\r\nFor direction from your home please visit: www.mapquest.com', 'Bharat Sevashram Sangha Fundraising Event', 0, '', 'publish', 'open', 'open', '', 'bharat-sevashram-sangha-fundraising-event', '', '', '2008-01-05 11:14:14', '2008-01-05 15:14:14', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/129', 0, 'post', '', 0),
(130, 1, '2008-01-17 12:55:38', '2008-01-17 16:55:38', 'FRIDAY JANUARY 18\r\n8:00 PM\r\n$10 cover to be paid at the door.\r\n\r\nViolet Samudra is a world fusion group that combines elements of Indian, Middle-Eastern & American music. It draws its inspiration from Shakti, Simon Shaheen, L.Shankar, Middle Eastern music in general, life....\r\nSteve Booke - Acoustic Guitar\r\nRay Ippolito - Percussion\r\nLisa Liu - Violin\r\nDibyarka Chatterjee - Tabla\r\nhttp://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=8397240\r\n\r\n\r\nThe Heights'' Collective blends old-world traditions into new sounds.  By living or training in countries from around the world, they draw influences from India, Argentina, Greece, Ireland, France, and American Jazz to create unique, distinctive and constantly evolving melodies and rhythms.\r\nMichael Bales - Violin\r\nRoshni Basu - Vocals\r\nNicolas Minc - Charango, Guitar, Vocals\r\nNeal Padte - Sax, Flute\r\nSpiro Pantazatos - Tabla\r\n \r\nVenue: The Actors Theatre Workshop\r\n145 West 28th Street (between 6th & 7th Avenues),\r\n3rd Floor, New York, NY 10001\r\nContact: 973 460 5282 / dibyarka@tabla.org\r\n\r\n', 'CONCERT VIOLET SAMUDRA with DIBYARKA CHATTERJEE ', 0, '', 'publish', 'open', 'open', '', 'concert-violet-samudra-with-dibyarka-chatterjee', '', '', '2008-01-17 12:55:38', '2008-01-17 16:55:38', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/130', 0, 'post', '', 0),
(131, 1, '2008-01-17 12:58:21', '2008-01-17 16:58:21', 'Ananda Mandir will celebrate Saraswati Puja on  Monday February 11 and Saturday February 16, 2008.\r\nThe BOT cordially invites you to attend the PUJA ceremonies with your friends and relatives.\r\n\r\nSCHEDULES:\r\n\r\nMonday, February 11, 2008.\r\n\r\nPuja Rituals …………..From 7:45 A.M.\r\n\r\nFollowed by ………..Pushpanjali and Prasad Distribution\r\n                       AND\r\n\r\nSaturday February 16, 2008.\r\n\r\nBanibandhana and Utsav:\r\n\r\nSaraswati Aradhana, Hate Khori and Pushpanjali: 10 a.m. to 12 p.m.               \r\n\r\nPrasad and Lunch ……..12:30 to 1:30 p.m.\r\n\r\nCultural Event………1:30 to 4:30 p.m.\r\n\r\nSatyanarayan Puja ……5:30 p.m.\r\n\r\nPlease note, on Saturday, February 16 the temple will remain open until 7:30 p.m.\r\n\r\nFor additional information, contact Biswabhai @ 732-873-9821 ', 'Saraswati Puja at Anandamandir', 0, '', 'publish', 'open', 'open', '', 'saraswati-puja-at-anandamandir', '', '', '2008-01-17 12:58:21', '2008-01-17 16:58:21', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/131', 0, 'post', '', 0),
(132, 1, '2008-01-17 13:00:45', '2008-01-17 17:00:45', 'Classical dance recital by Brinda Guha and ensemble.', 'Ananda Sandhya ', 0, '', 'publish', 'open', 'open', '', 'ananda-sandhya-3', '', '', '2008-01-17 13:00:45', '2008-01-17 17:00:45', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/132', 0, 'post', '', 0),
(133, 1, '2008-01-24 01:15:37', '2008-01-24 05:15:37', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/01/mqp1.jpg'' title=''Theatre of Dionysus''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/01/mqp1.thumbnail.jpg'' alt=''Theatre of Dionysus'' class=''alignleft''/></a>Theater is one of the oldest forms of performing art. From the stone ages, men and women have been telling stories by enacting them when even no language existed. Ancient Greek theater still inspires us and they continue to be staged in all languages of the world. The ancient Hindu scriptures regard the text of the theory of performing arts (Natya Shashtra) as the fifth Veda (Pancham Veda). And just like the Greek theater, ancient Indian Sanskrit theater were also highly developed. <!--more-->\r\nHowever, with the advent of film and television, theater has been facing an uphill battle to pull in the crowd. The playwrights, and theater companies and groups had to reinvent themselves in many ways. Occasionally they have been successful, but still we have a long way to go. Technological advances in the film and television media keeps on attracting the audience with their glitz and glamor. But we fail to realize, theater has its own charm. Thornton Wilder, the famous playwright, once said, "I regard the theater as the greatest of all art forms, the most immediate way in which a human being can share with another the sense of what it is to be a human being. This supremacy of theater derives from fact that it is always ''now'' on the stage." There is something magical in watching an ensemble of actors performing on the stage in front of you, telling you a story that you share with a room full of people. Arthur Miller said, "My feeling is that people in a group, en masse, watching something, react differently and perhaps more profoundly than they do in their  living rooms".   When we watch live theater on stage we can feel ourselves, we can see ourselves - when we watch a good theater we almost go through a life changing experience. The power of stage is enormous - because it is real, it is not fake as in the movies.  Thornton Wilder puts it this way, "We live in what is, but we find a thousand ways not to face it. Great theater strengthens our faculty to face it."\r\nIt is not that nobody goes to the theater these days. In 2005 12.5 million people visited Broadway shows in New York and around 8.5 million people went to off Broadway theater. For good quality regional theaters too, you''ll find it difficult to get a ticket if you do not purchase them in advance. But the most neglected theater in USA is the community theater. They are hard pressed to get a good audience. They have to depend on those minuscule grants and donations from various sponsors. \r\n\r\nEthnic theater groups (like ours) who do theater in their regional languages, even have a limited audience. We often have to face the challenge - how can we fill our theaters with our own audience? The problem is that most of the plays we produce fail to connect with the people around us. They don''t feel that electrifying experience when they watch the revivals or old classics of Bengali theater. The only value is the nostalgia that these plays invoke within us, nothing else.  The second issue is that, these productions do not have the star power to pull in the audience. Some groups have tried to bring in actors and directors from India in order to attract the audience, but that cannot be a solution. And finally, of course, is the lack of production funds that is required to rent a theater space, to create a gorgeous stage and to market the show in popular media like television. To bring in the audience, the first condition is that we need to let the people know about the event. Inexpensive marketing methods like online marketing, some print media, fliers and posters can only reach a limited number of people. \r\n   \r\nHowever,I think that to bring in the audience in this country, the first thing we need to do is to develop our own theater that can connect easily with our people. We need to develop and produce plays that can reflect our own lives on stage, and only then will our people be interested in coming to watch their own plays. We (<a href="http://www.ethnomediallc.com">Ethnomedia Center for Theater Art</a>s) have been trying to do this for some time now and have been partially successful. <a href="http://enadonline.org">ENAD</a>, another theater group in the Bay Area have also adopted the same philosophy. But we have a long way to go. But I guess we need to start somewhere. \r\n\r\nSecondly, I think we need to establish a steady database of theater lovers who would like to watch our plays and then finding out the best means to reach out to them (email, snail mail whatever.) Creating a subscriber base is a standard practice of many community theaters, but since we do not have a regular schedule of shows planned well ahead, it is difficult for the audience members to plan their schedule around it. \r\n\r\nAnd finally, it is the audience who should feel the urge to go to the theater. If a person does not feel excited about going to the theater, about experiencing the way life is enacted live in front of them, about listening to and experiencing the stories of ourselves, then nothing can work. Theater is like a mirror where we can see ourselves, but we need to muster up the courage to face it and to enjoy it whole heartedly.\r\n', 'Why Go to the Theater?', 0, '', 'publish', 'open', 'open', '', 'why-go-to-the-theater', '', '', '2008-12-16 01:32:15', '2008-12-16 05:32:15', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/133', 0, 'post', '', 3),
(134, 1, '2008-01-24 11:03:44', '2008-01-24 15:03:44', 'The orchestra of the Theatre of Dionysus', 'Theatre of Dionysus', 0, '', 'inherit', 'open', 'open', '', 'theatre-of-dionysus', '', '', '2008-01-24 11:03:44', '2008-01-24 15:03:44', '', 133, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/01/mqp1.jpg', 0, 'attachment', 'image/jpeg', 0),
(135, 1, '2008-01-31 15:27:13', '2008-01-31 19:27:13', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/01/living_memory.jpg'' title=''Living Memory''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/01/living_memory.thumbnail.jpg'' alt=''Living Memory'' class=''alignleft'' /></a>From amongst a small but distinguished crowd of novelists of Indian origin in this country, Pronoy Chatterjee may not be a name that stands out in the public eye. The more famous authors like Jhumpa Lahiri, Chitra Banerjee Divakaruni, Amitav Ghosh and others have enjoyed the limelight more than some of the less famous writers like Pronoy who write for the love of writing, who write to express their deepest feelings for humanity - in the little time they can extract out from the busy daily life of a well renowned professional. But, it is the authors like Pronoy, who can sometimes tell us the tales that we have lived though all our lives, the tales that bring back memories of a past that we long for, bring in hopes for a future that we all dream about. \r\n"A Living Memory"  is Pronoy''s second novel (published by Author House) where he tries to "capture the complexities of desire and conflict in a small village in colonial India".  \r\nI have not read the book as yet, but the story line (given below) has attracted me enough to get a copy for myself to read.<!--more-->\r\n\r\n<blockquote>India during the 1930s and ’40s was in a state of turmoil. Violent revolution against British rule, ethnic riots and widespread famine and disease on the national scene were eventually reflected in even the most remote villages. A Living Memory, retreats to that local, personal level, revealing the intricate psychology of social stigma, of love under adverse circumstances, and of the inescapable duality of dreams and disappointments.\r\n      Surrounding a sugar mill, the village of Alipur on the Mahi River is a close-knit community where families live in harmony. Bloody revolts against British colonialism, Hindu-Muslim riots that turn into massacres, and famine and epidemics have not yet disturbed the village’s tranquility.\r\n      One day a young girl, Runu, is found missing from her home. She has been taken captive by Mr. Bose, the most influential man in Alipur, who thinks he can take whatever he wants. By coincidence Runu is recognized by a boy named Tushar, who brings her back home, and a bond forms between them. Over time their intimacy deepens, but circumstances keep them apart.\r\n      Runu’s life is filled with uncertainty and disappointment, with love and hope. Although she enters into an arranged marriage, her dreams of Tushar remain. Fourteen years later, her husband dies of a heart attack. Runu becomes obsessed with returning to Alipur and reuniting with Tushar. But everything has changed.\r\n      The mill has been shut down. Rampant ethnic discrimination has robbed workers of their jobs. When Runu finally finds Tushar after a hard and complicated journey, she cannot connect with his world. Dismayed that the harmony of her youth and the promise of her happiness have been shattered, Runu is left with only a living memory.</blockquote>\r\n\r\nI had asked Pronoy, what motivated him to write a novel about a period that seems almost like a long lost nightmare? He answered  \r\n\r\n<blockquote>"My initial motivation for writing this book was to have a glimpse of my own childhood. First few chapters illustrate the environment under which I grew up till age 10, in Bihar and in a sugar mill community. However, as I was writing it developed as a fiction based on facts, not necessarily happened at the same place or to the same characters that I portrayed in the book. However, the incidents were true, happened to somewhere and to someone. Because I started with my childhood so I had to chose that specific period, late 1930s onward. I also wanted to illustrate the the incidents of Independence movements and the horrors of famine, flood and riots during that era."</blockquote>\r\n\r\nI have seen many movies of this period (Ashani Sanket - The Distant Thunder by Satyajit Ray comes to my mind), read several books and heard stories from my parents and grand-parents and the period always intrigued me, horrified me. I thought we were really blessed to have not experienced those days. But I guess, the period has also helped us to identify ourselves, to understand our vulnerabilities and develop as a better human being and a better nation. Pronoy''s "Living Memory" will once again help us to reflect upon those days and appreciate the struggles and pains that our earlier generation had to go through to make our lives better.  I look forward to read this book.\r\n\r\nOn a separate note, I had asked Pronoy another question, "Pronoy-da, English is not your mother tongue, but still you write in English. Is it because you feel you can express better in English or you want to reach a wider readership?" \r\nAnd Pronoy-da answered, \r\n\r\n<blockquote>"No, it''s neither one that you stated. I like to write in Bengali, but I cannot type Bengali and never took time to practice it. Writing a 300 page book in longhand and then to keep on revising and rewriting is extremely tedious and I don''t have that patience. Typing in English and making revisions and editing have become technically very simple with Microsoft Words and that''s the only reason I wrote in English."</blockquote>\r\n\r\n"A Living Memory" is available at all the major online stores (like from Amazon.com :  <a href="http://www.amazon.com/gp/product/1434333612?ie=UTF8&tag=nnb-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1434333612">A Living Memory</a><img src="http://www.assoc-amazon.com/e/ir?t=nnb-20&l=as2&o=1&a=1434333612" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> ) as well as from the publisher directly <a href="http://www.authorhouse.com/BookStore/ItemDetail~bookid~46923.aspx">AuthorHouse.com</a>. If you read the book, please send in your comments on this site. \r\n\r\n', 'A Living Memory : A New Novel by Pronoy Chatterjee', 0, '', 'publish', 'open', 'open', '', 'a-living-memory-a-new-novel-by-pronoy-chatterjee', '', '', '2008-01-31 15:27:13', '2008-01-31 19:27:13', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/135', 0, 'post', '', 1),
(136, 1, '2008-01-31 15:14:03', '2008-01-31 19:14:03', 'Cartoon by Sudipta Bhawmik', 'Daami Chhobi', 0, '', 'inherit', 'open', 'open', '', 'living-memory', '', '', '2008-01-31 15:14:03', '2008-01-31 19:14:03', '', 135, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/01/living_memory.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 1, '2008-02-01 19:21:27', '2008-02-01 23:21:27', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/02/moglai.jpg'' title=''Moglai Porota''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/02/moglai.thumbnail.jpg'' alt=''Moglai Porota'' class=''alignleft'' /></a>Moglai Porota (or maybe Mughlai Parantha) is one of the most sublime Bengali comfort foods that I know of. I don''t know if the Mughals ever ate this tasty flaky fried dough interleaved with eggs, onions, green chilli and minced meat (keema). Whatever may be the source of this food, it has become a Bengali favorite of all times. I don''t recall  I have seen Moglai Porota in a menu of any restaurant outside Bengal (except the Bengali ones of course). Hence I am going to call it Mogali Porota, just the way Bengali''s love to call it.  Several restaurants (and hotels as we prefer to call these eateries in India) have earned their name to fame by serving their world famous Mogali Porotas to their clientèle. Anadi Cabin, Das cabin and many other names come to my mind. But not too many though, since making a good Moglai Porota is no easy task for any chef. Crafting the thin crepe from a heavily leavened flour dough requires a skill that can be mastered by very few. I have heard many tales of tricks and techniques used by the great Moglai chefs - some tossed the dough in air (like they do for pizza or rumali roti) twirling it in the air and allowing the centrifugal force to thin the dough out. Some thrashed the dough against a well oiled flat piece of granite or marble till the dough becomes thin, almost semi transparent. Some have used the simple roller pin with such dexterity that the dough flattened out like a thin paper in no time.   <!--more-->\r\n\r\nWhen I was in Delhi, during the early eighties, I used to live in the Chittaranjan Park (CR Park) area, where in market II there used to be a snack shop selling wonderful Moglai Porota. During weekends, this snack shack was our regular afternoon eatery. The owner cum chef used to prepare his mogali porottas out in the open and left no secrets to mull about. We watched in awe how he prepared the dough, how he flattened it on a flat piece of marble and then filled it with egg batter mix, folded the sides and gently placed it in the hot oiled skillet in front of him. The rich flavor engulfed the surrounding air, attracting more hungry souls to his benches - waiting for their turn. \r\n\r\nI later learned that this guy (I forget his name) spent his early youth in Kharagpur (my hometown) where he mastered the skills of making Moglai Porota. This information of course helped me to build a special rapport with him (no discounts though) and I keenly noted the art of Moglai Porota making. \r\n\r\nMy aunt also used to make pretty good mogali porotas. Her style was quite different from the CR Park master chef, but it was easily implementable in a home kitchen. The size of these porotas were smaller (due to the difficulty in managing the quickly shrinking dough), but tasted as good as any. \r\n\r\nI tried to blend the CR park recipe and my aunt''s recipe to develop my own which I am going to share with you now. After coming to this country, I was longing for Moglai Porotas but no restaurant around could offer me this delicacy. So I improvised. Since I knew that the most difficult part is to make the ultra thin crepe, I tried with Phillo-dough (someone suggested). But that was a disaster and I won''t recommend it to anybody unless you plan to bake your mogali (which you can pretty well imagine cannot be termed as moglai porota by any means.) So do it from scratch. Get some fine refined flour (not the whole grain type) and liberally add plenty of shortening to it (butter, ghee, oil, anything) and mix it well. Then add some water and knead the dough to a consistency when you can feel the elasticity building. This elastic property is what you need to get a good flaky texture, but it is also your greatest challenge when you try to flatten it. Keep the dough to one side and beat few eggs in a bowl, add some salt, chopped green chilli peppers, chopped onion (you can keep the chopped onion on the side too). If you prefer to put some keema (minced meat) filling, you should have it prepared too (I am skipping the recipe for brevities sake.) \r\nNow comes the difficult part and I suggest you get some help (maybe from your better half, or your guest whom you have invited to taste your culinary experiment.)  All these steps are to be done in quick succession and you will have very little time to spare in between.\r\n1. Tear of small pieces of dough and make cute little balls in your pre-oiled fist. Put them aside.\r\n2. Take a fairly large skillet and place it on your stove top (don''t forget to light the stove) and add about half a centimeter high level of oil. Let it heat. \r\n3. Take a well oiled roller pin and on a smooth oiled surface, try to flatten the dough ball to a thin sheet (preferably square, but any shape will do), such that you can almost see the other side through it. As I said earlier, keeping it stretched is going to be a challenge. The moment you lift the roller, the sheet will try to contract to its original ball shape. But keep trying since practice makes perfect. \r\n3. Just when you think you have reached the desired thinness and size, quickly hold the four corners of the dough sheet with your two hands and ten fingers. Then ask your assistant to pour couple of spoon fulls of egg batter mix into the center and spread it out a little. If you have chopped onions, green chilli  on the side, sprinkle them on top of the egg. If you intend to use keema, add a spoonful too.\r\n4. Now quickly fold in the four corners of the dough sheet to the center to cover the egg and form a square shape. Overlap the corners and sides such that no egg batter leaks out. \r\n5. Lift the porota carefully with your fingers and lower it gently into the hot oil in the skillet/pan. Take care not to touch the hot oil. \r\n6. Fry the porota till it is golden brown. Lift the porota from the oil and put it on a plate and serve with cilantro garnish. You may cut the porota to bite size pieces if you prefer. \r\n\r\nNow that you have learned the secret of making Moglai Porota, the next question would be, what is the best side to go with it? Moglai Porota and Kosha Mangsho has been a fantasy for many Bengalis, but I personally do not prefer that combination since the strong flavor of Kosha Mangsho nullifies the Porota. Some restaurants will serve you with a side salad of thinly sliced cucumbers, onions in a mustard dressing and some with a tamarind chutney. You can pick your own side, no hard and fast rule there. \r\n\r\nSo good luck to all of you. And remember, when you plan on making some Mogali at your next party, give me a buzz.\r\n\r\n', 'Moglai Porota', 0, '', 'publish', 'open', 'open', '', 'moglai-porota', '', '', '2008-02-01 19:21:27', '2008-02-01 23:21:27', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/137', 0, 'post', '', 2),
(138, 1, '2008-02-01 19:12:35', '2008-02-01 23:12:35', 'Moglai Porota', 'Moglai Porota', 0, '', 'inherit', 'open', 'open', '', 'moglai-porota', '', '', '2008-02-01 19:12:35', '2008-02-01 23:12:35', '', 137, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/02/moglai.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 1, '2008-02-04 17:39:24', '2008-02-04 21:39:24', '<!--adsense-->\r\nDrama - ABU HOSSEN\r\nDirected by Subhasis Das\r\nPresented By Sreesthi\r\n \r\nSaturday 9 th Feb 2008 at 7:30 pm\r\nVFW Hall at Edison\r\n1970 woodbridge ave\r\nEdison NJ - 08817', 'ABU HOSSAIN - Play by Badal Sircar', 0, '', 'publish', 'open', 'open', '', 'abu-hossain-play-by-badal-sircar', '', '', '2008-02-04 17:40:52', '2008-02-04 21:40:52', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/139', 0, 'post', '', 0),
(140, 1, '2008-02-15 00:24:05', '2008-02-15 04:24:05', '<!--adsense-->\r\nAnanda Mandir will be celebrating Shiva Ratri on Thursday, March 6, 2008. You are cordially invited to participate in the celebration of this event.\r\n \r\nThe Nirghanto  is  as  follows:\r\n \r\na)   Temple  will  open..........10:00 a.m.\r\nb)   Rajbesh & Hima  Chandana  Arati...........8:00 p.m. \r\nc)   Pushpanjali and Prasad Distribution.......8:45 p.m.\r\nd)   Temple  will  close..................................9:00 p.m.\r\n \r\nThe Temple will remain closed temporarily from 4:00 p.m. to 5:00 p.m. ', 'Shiva Ratri at Anandamandir', 0, '', 'publish', 'open', 'open', '', 'shiva-ratri-at-anandamandir', '', '', '2008-02-15 00:24:33', '2008-02-15 04:24:33', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/140', 0, 'post', '', 0),
(141, 1, '2008-02-28 11:07:42', '2008-02-28 15:07:42', '<!--adsense-->\r\nMarch 14, 2008, 8.00pm\r\n\r\nFeaturing INDRANI CHAKRABORTY and SUCHISMITA DUTTA LAL\r\n\r\nArtists of the month\r\n\r\nINDRANI CHAKRABORTY\r\n\r\nIndrani has been learning Hindustani Classical music from Mitali banerjee Bhawmik for the past several years. She is the recipient of the Folk Arts Apprenticeship award from “New Jersey State Council on the Arts” in 2003 and 2005 for Hindustani Classical music. She has performed in various prestigious musical events in New York, New Jersey, and Atlanta.\r\nIn her earlier days in India, Indrani has learned various forms of Bengali music (Rabindra Sangeet, Atul Prasad, Nazrul Geeti, Bhatiali, etc.) under the tutelage of Mrs. Shukla Dam, and had completed her “Visharad” degree. She performed for Guwahati Doordarshan in Assam, and for All India Radio Shillong. Indrani is a software engineer by profession.   \r\n\r\n\r\nSUCHISMITA DUTTA LAL\r\n\r\nSuchismita started learning music from Smt. Renuka Sen when she was 5 years old. She completed Sangeet Prabhakar in Hindustani Classical Vocal from Prayag Sangeet Samiti and during this period also performed at the local radio station. She is currently receiving additional training from Mitali Bhawmik.\r\nSuchismita is a Research Assistant at Rutgers University, working on her Ph.D. in Structural Biology.\r\n   \r\nTabla accompaniment by Sri Amod Dandawate\r\nHarmonium accompaniment by \r\nYoung Master Neil Nadkarni\r\n\r\nPlease come and share this fabulous musical evening.\r\nAs usual, the ANANDA SANDHYA concert is FREE, Children come free. However, your kind donation is always graciously accepted.\r\n\r\nAnanda Mandir is located on Cedar Grove Lane off Easton Avenue in Somerset, NJ.\r\nFor info, call Arun Bhowmik at 908-672-1452.\r\n\r\nVisit <anandamandir .org> for direction and additional information on Ananda Mandir\r\n</anandamandir>', 'Ananda Sandhya Vocal Concert', 0, '', 'publish', 'open', 'open', '', 'ananda-sandhya-vocal-concert', '', '', '2008-02-28 11:09:23', '2008-02-28 15:09:23', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/141', 0, 'post', '', 0),
(142, 1, '2008-03-18 14:32:57', '2008-03-18 18:32:57', 'Actors'' Theatre Workshop, 145 West 28th Street, 3rd Floor, New York, NY 10001 (between 6th and 7th avenues).\r\n\r\nMarch 21st,  8.00 p.m.\r\n\r\nIst Half\r\n\r\nKedar Naphade - Harmonium solo\r\nAmod Dandawate - Tabla accompaniment\r\n\r\n2nd Half\r\n\r\nMs. Mitali Banerjee Bhowmik - Vocal\r\nSamir Chatterjee - Tabla accompaniment\r\nKedar Naphade - Harmonium accompaniment\r\n\r\nTicket and artist information : http://www.tabla.org/events.html or http://launch.groups.yahoo.com/group/chhandayan/cal ', 'Chhandayan Concert featuring Mitali Bhawmik', 0, '', 'publish', 'open', 'open', '', 'chhandayan-concert-featuring-mitali-bhawmik', '', '', '2008-03-18 14:32:57', '2008-03-18 18:32:57', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/142', 0, 'post', '', 0),
(143, 1, '2008-03-18 14:35:14', '2008-03-18 18:35:14', '<!--adsense-->\r\nActors'' Theatre Workshop, 145 West 28th Street, 3rd Floor, New York, NY 10001 (between 6th and 7th avenues).\r\nApril 18th*,  8.00 p.m.\r\n* please note the change of date from April 11th\r\n\r\nIst Half\r\n\r\nMs. Deepal Chaudhury - Santoor\r\nPratik Devasthale - Tabla accompaniment\r\n\r\n2nd Half\r\n\r\nSteve Gorn - Bansuri (Indian bamboo flute)\r\nDibyarka Chatterjee - Tabla accompaniment\r\n\r\nTicket and artist information : http://www.tabla.org/events.html or http://launch.groups.yahoo.com/group/chhandayan/cal ', 'Chhandayan Concert', 0, '', 'publish', 'open', 'open', '', 'chhandayan-concert', '', '', '2008-03-18 14:35:14', '2008-03-18 18:35:14', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/143', 0, 'post', '', 0),
(144, 1, '2008-03-18 15:42:55', '2008-03-18 19:42:55', '<!--adsense-->\r\nRecently, the members of the esteemed organization Cultural Association of Bengal (CAB) has been flooded with letters, emails and phone calls regarding the upcoming election of its executive committee members. CAB is one of the oldest Bengali Associations in USA and its primary contribution to all of us Bengalis living in North America (as well as those in other countries including India and Bangladesh) is the annual North America Bengali Conference (NABC) held every year in one of the major cities of USA or Canada. Although the conference each year is hosted by a local organization who work quite autonomously, CAB own the franchise rights and maintains some degree of control over the proceedings. This activity alone has given CAB a national (as well as international) visibility that brings with it some greater opportunities as well as responsibilities.<!--more--> As far as opportunities are concerned, such a broad visibility can permit CAB to transform itself to a truly "North American" organization representing Bengalis all over USA and Canada, serving as an umbrella organization. And this is not an easy task and it calls for leadership and vision that can motivate the members to be a part of a larger community serving a larger cause. This where the responsibility factor comes in. The leadership and the executive team of  CAB needs to be inclusive and open its arms to all those who want to participate irrespective of their social, economical or geographical status.  CAB should rethink its activities and put more emphasis on those that can reach out a larger membership body spread around the country. For example,\r\n\r\n1. CAB should start a national membership drive, both individual members as well as organizational members. Each member organization should be allowed to have one representative to the larger policy making body of CAB.\r\n\r\n2. CAB can also initiate local chapters in each state. These chapters can not only organize their won activities but also help the other local organizations with their activities. \r\n\r\n3. CAB should use their magazine "Sangbad Bichitra" to the fullest extent to help bring the people together. It should publish more local news that is of interest to us, publish local events and happenings, interviews of people around us, classified columns etc. In the age of internet and satellite TV, cut and paste of old news from our homeland does not carry that impact anymore. News and stories should have relevance to our lives and must be current. The CAB committee should really think about reinventing this wonderful tool they have at their disposal to reach out to people. \r\n\r\n4. CAB does not have a decent website. This is almost unthinkable in this day and age. When millions of dollars are spent on NABC activities and to bring in artistes from India, I do not understand why a minimum amount is not spent on an website. The size of the executive committee is quite large, and it should not be an issue to assign one or two members for this activity alone. \r\n\r\n5. Give something to the members that increases the value of their membership. "Sangabad Bichitra" is indeed a valuable product to offer the members, but there can be others too. For example, negotiate with the local businesses to offer discounts to the CAB members. If the CAB membership grows, I am sure many businesses will be happy to offer discounts to the members if they patronize.\r\n\r\nThese are just some of my thoughts, and I know that it is easy to think but quite difficult to implement. But I guess that is what the executive members are for. Elections are great and any democratic organization should go through such a process. However, I don''t think it is necessary to create cliques, subgroups, panels and rosters within the organization and create divisiveness. In organizations like this, people should be willing to work with each other - we should be inclusive. We may have difference of opinions, but after all our objectives (as a member) are same. We all live in this adopted homeland of ours, and we should be willing to stand by each other at all times. \r\n\r\n', 'Cultural Association of Bengal (CAB)', 0, '', 'publish', 'open', 'open', '', 'cultural-association-of-bengal-cab', '', '', '2008-03-18 15:43:51', '2008-03-18 19:43:51', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/144', 0, 'post', '', 0),
(145, 1, '2008-03-19 13:44:02', '2008-03-19 17:44:02', '<!--adsense-->\r\nIn celebration of Women''s History Month.\r\nEpic Actors'' Workshop n collaboration with Bengali Students Association of Rutgers University\r\npresents a one-woman show\r\n"<strong>The Breast Chronicle</strong>" \r\nfeaturing <strong>Gargi Mukherjee</strong>\r\nBased on Mahasweta Devi''s story\r\nAdapted and directed by Sakti Sengupta\r\n\r\nMultipurpose Room, Busch Campus Center of Rutgers University on March 30, Sunday from 6:00 to 7:30 pm ', '"The Breast Chronicle" A One Woman Show', 0, '', 'publish', 'open', 'open', '', 'breast-chronicle-a-one-woman-show', '', '', '2008-03-19 14:58:29', '2008-03-19 18:58:29', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/145', 0, 'post', '', 0),
(146, 1, '2008-03-25 10:39:33', '2008-03-25 14:39:33', '<!--adsense-->\r\n<a href="http://www.pragati.org/comingevents.htm">Pragati of Philadelphia</a> presents\r\n\r\n<strong>ECTA</strong>''s latest production\r\n\r\n"<strong>SATYAMEVA</strong>"\r\n\r\nWritten by Sudipta Bhawmik\r\nDirected by Indranil Mukherjee\r\n\r\nat the \r\nGwyn-Nor Elementary School\r\n139 Hancock Road\r\nNorth Wales, PA 19454\r\n\r\non April 26, Saturday at 5.00pm\r\nFor details <a href="http://www.pragati.org/comingevents.htm">CLICK HERE</a>\r\n', 'Satyameva in Philadelphia', 0, '', 'publish', 'open', 'open', '', 'satyameva-in-philadelphia', '', '', '2008-03-25 10:39:33', '2008-03-25 14:39:33', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/146', 0, 'post', '', 0),
(147, 1, '2008-03-25 10:44:52', '2008-03-25 14:44:52', '<!--adsense-->\r\nAnanda Mandir presents \r\na classical vocal recital by\r\n\r\n<strong>Mitali Banerjee Bhawmik</strong>\r\n\r\nMitali will also release her latest album of devotional Bengali songs, "Hrid Majhare" at this event.\r\n\r\nApril 18, Friday, 8.00pm', 'Ananda Sandhya featuring Mitali Bhawmik', 0, '', 'publish', 'open', 'open', '', 'ananda-sandhya-featuring-mitali-bhawmik', '', '', '2008-03-25 10:44:52', '2008-03-25 14:44:52', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/147', 0, 'post', '', 0),
(148, 1, '2008-03-25 10:54:11', '2008-03-25 14:54:11', '<!--adsense-->\r\nIn memory of Late Pt V.G.Jog, Raag-Rang presents its first concert of<strong> Hindustani and Carnatic Jugalbandi</strong>, a blend of North Indian and South Indian music featuring <strong>Smt Joya Biswas</strong> the first lady of sitar and<strong> Sri Ananta Krishnan</strong> on Violin accompanying them on tabla by <strong>Pt Samir Chhaterjee</strong> and Mridangem by <strong>Sri Suresh Ramchandran</strong>.\r\n\r\nConcert will start with two vocal presentations by Megha Nair and Indrani Chakrabarty Khare accompanied by Amod Dandawate on tabla and Neel Nadkarni on Harmonium.\r\n<p>\r\n<strong>Balaji Temple Auditorium</strong> (HTCS) 780 old Farm Road, Bridgewater, NJ 08807 \r\n\r\n4th May at 4 p.m. to 7 P.m. Admission—members $15.00, and non-members $20.00\r\n</p><p>\r\nContact (732) 241-7063, (908) 240-8289, (609)-890-4890 or email bhawmikm@gmail.com, mayuresh.khare@gmail.com,dhu92@optonline.net.\r\n\r\nRSVP will be appreciated.\r\n</p><p>\r\nRaag-Rang Inc. is a not-for profit tax-exempt 501(3)(c) organization dedicated to the promotion of Indian music.</p>', 'Pandit V. G. Jog Memorial Concert', 0, '', 'publish', 'open', 'open', '', 'raag-rangs-first-classical-concert', '', '', '2008-04-03 12:05:13', '2008-04-03 16:05:13', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/148', 0, 'post', '', 0),
(150, 1, '2008-04-03 22:49:58', '2008-04-04 02:49:58', '<!--adsense-->\r\nECTA (Ethnomedia Center for Theater Arts) is looking for two actors for their upcoming theater production ("Baanaprastha" written by Sudipta Bhawmik and directed by Indranil Mukherjee) to be staged in fall 2008. A brief description of the characters are given below. Interested person may please contact by email to either indymukh@gmail.com or bhawmik@gmail.com. Actors may be called for a brief audition.\r\n<p>\r\n<strong>Character A:  Bengali speaking male, mid to late twenties, tall and thin built.  \r\n\r\nCharacter B:  Bengali speaking female, late teen - early twenties.</strong>\r\n</p>\r\nActors must be committed to the rehearsal schedule and all stage productions of the show and should posses the passion to act. \r\nPlease note that this is a voluntary service and ECTA will not compensate the actors or the crew either financially or by any other means. \r\n\r\nA Brief Note on ECTA:\r\n\r\n<blockquote>ECTA (Ethnomedia Center for Theater Arts) Inc. is a not-for profit community theater company dedicated to produce and stage quality theater. ECTA''s past productions include, "Phera", "Alibaba", "Kalsudhhi", "The Redemption", "Durghatana", "Ron" and "Satyameva". ECTA has staged plays all across USA and also in India. ECTA''s mission is "to tell our own stories through theater."        </blockquote>\r\n\r\n ', 'Actors Needed', 0, '', 'publish', 'open', 'open', '', 'actors-needed', '', '', '2008-04-03 22:51:22', '2008-04-04 02:51:22', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/150', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(151, 1, '2008-04-17 15:33:38', '2008-04-17 19:33:38', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/04/020.JPG'' title=''Satyameva in New Jersey''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/04/020.thumbnail.JPG'' alt=''Satyameva in New Jersey'' class=''alignleft'' /></a>I''d like to notify some of ECTA''s (Ethnomedia Center for Theater Arts) upcoming shows.\r\n\r\nThose of you who have missed our play "Satyameva" at the Edison Valley Playhouse, you may catch the show on April 26th 5.30pm at the Gwyn-Nor Elementary School, 139 Hancock Road, North Wales, PA 19454 . The show is hosted by Pragati of Greater Philadelphia. \r\n\r\nECTA has been invited to participate at the California Bay Area Natyamela to be held on June 7th at the Amador Theater, Pleasanton, California. ECTA will be staging their latest production, a one act play titled "Taconic Parkway", at this venue. The play is written and directed by Sudipta Bhawmik and the cast includes Pinaki Dutta, Indranil Mukherjee and Keka Sirkar. Please inform your friends and family in the area to attend the festival and watch our play. \r\n\r\n', 'Some Upcoming Shows of ECTA', 0, '', 'publish', 'open', 'open', '', 'some-upcoming-shows-of-ecta', '', '', '2008-04-17 15:33:38', '2008-04-17 19:33:38', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/151', 0, 'post', '', 0),
(152, 1, '2008-04-17 15:30:53', '2008-04-17 19:30:53', 'A scene from Satyameva', 'Satyameva in New Jersey', 0, 'Scene from Satyameva', 'inherit', 'open', 'open', '', 'satyameva-in-new-jersey', '', '', '2008-04-17 15:30:53', '2008-04-17 19:30:53', '', 151, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/04/020.JPG', 0, 'attachment', 'image/jpeg', 0),
(153, 1, '2008-04-23 12:13:58', '2008-04-23 16:13:58', '<!--adsense-->\r\nKallol of New Jersey\r\nCordially Invites You To Join\r\nKABI JAYANTI 2008\r\nOn Saturday, June 7, 2008,\r\n5 pm to 10 pm\r\nFor An Evening Filled With Music, Dance and Sumptuous Food, Showcasing\r\nSraboni Sen (Kolkata) & Jayita Ghosh (NJ)\r\nVenue - Cross Roads South Middle School , 195 Major Road, Monmouth Jct., NJ 08852\r\nSraboni Sen\r\n§§§ Junior Talent Show From Our Community §§§\r\n(Interested Participants Should Contact Dhriti Bagchi @ 732598228, dhritibagchi@yahoo.com)\r\n§§§ Melodies of Tagore A Rendition by Jayita Ghosh §§§\r\n§§§ Dance Recital Local Dance Groups §§§\r\n§§§ Bengali Songs for all seasons Sraboni Sen (Kolkata) §§§\r\nTICKETS (Per Person): STUDENTS: $15 | ADULTS: $25 | PATRONS $40\r\nFor Tickets and Information Contact:\r\nSoumen Roy: 732.317.4756 / Arunansu Dasgupta: 732.572.0391 / Amal Paul: 908.212.7359 /\r\nDebahuti Roy: 908.756.8474 / Jaya Bhattacharya: 908.561.0390 / Rajib Bannerjee: 516.286.2123\r\nAshok Ganguly: 908.243.0455 / Raj Majumdar: 732.632.8082 / Kousik Bhowal: 732.910.1962\r\n0r Visit WWW.KALLOL.COM', 'Kabi Jayanti Celebration by Kallol of NJ', 0, '', 'publish', 'open', 'open', '', 'kabi-jayanti-celebration-by-kallol-of-nj', '', '', '2008-04-23 12:13:58', '2008-04-23 16:13:58', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/153', 0, 'post', '', 0),
(154, 1, '2008-04-23 14:49:06', '2008-04-23 18:49:06', '<!--adsense-->\r\nMay 10th (Saturday 9 p.m. to Sunday, 8 a.m.)\r\n\r\nChhandayan All-Night concert\r\n\r\nSynod Hall, Cathedral of St. John the Divine, NYC\r\n\r\nPt. Jasraj (Vocal), Smt. Joya Biswas (Sitar), Pt. Ronu Mazumdar (Bansuri)\r\n\r\nPt. Debashish Bhattacharya (Guitar), Smt. Rajyashree Ghosh (Vocal)\r\n\r\nK. V. Mahabala (Sitar)\r\n\r\nAccompaniment : Samir Chatterjee, Ramdas Palsule, Daniel Weiss (Tabla) Dibyarka Chatterjee and on Harmonium will be Kedar Naphade.\r\n\r\nTicket & information : 973 460 5282 / http://www.tabla.org/allnight.html', 'Chhandayan All-Night Concert', 0, '', 'publish', 'open', 'open', '', 'chhandayan-all-night-concert', '', '', '2008-04-23 14:49:26', '2008-04-23 18:49:26', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/154', 0, 'post', '', 0),
(155, 1, '2008-04-28 11:42:06', '2008-04-28 15:42:06', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/04/tagore.jpg'' title=''Rabindranath Tagore''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/04/tagore.thumbnail.jpg'' alt=''Rabindranath Tagore'' class=''alignleft'' /></a>The Indian Institute of Performing Arts (IIPA) and associating friends will host an event entitled “Rabindranath: Universe and Beyond” on Sunday, June 1, 2008 at the George Street Playhouse in New Brunswick, New Jersey.  The program (2PM – 8PM) will celebrate the multifarious output of India''s Nobel Laureate poet, philosopher, composer Rabindranath Tagore, and attempt to expand the boundaries of appreciation  of his literary and musical work through performances by different cultural groups. For further information, visit http://www.iipa.us/Rabindranath.', 'Rabindranath: Universe and Beyond', 0, '', 'publish', 'open', 'open', '', 'rabindranath-universe-and-beyond', '', '', '2008-04-28 11:42:06', '2008-04-28 15:42:06', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/155', 0, 'post', '', 0),
(156, 1, '2008-04-28 11:39:57', '2008-04-28 15:39:57', 'Rabindranath Tagore', 'Rabindranath Tagore', 0, 'Rabindranath Tagore', 'inherit', 'open', 'open', '', 'rabindranath-tagore', '', '', '2008-04-28 11:39:57', '2008-04-28 15:39:57', '', 155, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/04/tagore.jpg', 0, 'attachment', 'image/jpeg', 0),
(157, 1, '2008-05-01 13:08:39', '2008-05-01 17:08:39', '<!--adsense-->\r\nUndoubtedly, the North America Bengali Conference (NABC) or Bongosammelan, has become the key annual cultural event of the Bengalis not only belonging to the North America but also to the Bengalis all over the world. The amount of interest amongst the Bengalis back home in West Bengal is phenomenal. Artists of all genre''s (musicians, actors, writers) consider an invitation to perform at the NABC as a major achievement in their career.   It was quite evident the other day when in one of the Bengali tele-serials/films,     one of the characters (a musician) was expressing with pride about her recent invitation to perform at the Bongosammelan and highlighting the fact as a key measure of her success as a musician. Besides, any person who has been even loosely associated with any NABC organizing committee would know how they get deluged with requests from performers to get an invitation.  However, the organizers of NABC are very careful and they place their bets only on the time tested popular artists with very few promising performers in the list. <!--more-->\r\n\r\nNow, this is all very good because the presence of these wonderful artists help to pull in the crowd (which is very important for the financial health of the NABC org) as well as improve the overall quality of the event. People who attend the conference paying a fat registration fee, expect to be entertained by their favorite professional artists and not by some local amateurs who can hardly set up their feet on the stage. It is the presence of these professionals that has helped NABC to grow to its current size and prestige. \r\n\r\nNot only the artists, NABC is now pulling in sponsors from India too who pay big bucks to have their name plastered across the conference walls, the big publishing houses of Kolkata, the jewelers and garment sellers, travel agents and others. The booming economy in India and the weak dollar is now helping these vendors to come closer to their customers living in this part of the world. Again, this is all very good. We now have special NABC edition of our favorite Anandabazar Patrika in our hands fresh off the press every day during the conference. It is all that we had always dreamed about for our sammelan, the North America Bengali Conference. \r\n\r\nBut where does the Bengalis of North America fit into this cultural "maha yagna"? First of all, some of them are the organizers of the event who can hardly sleep for the last couple of months leading to the event. Second, they participate as delegates - they roam around the halls with their badges hanging from their necks, meet friends, have "adda" sessions, sit through the performances of their favorite artists while continuing the "adda", and keep complaining about the mis-management and the quality of the "so-called Bengali food" served by the preferred vendors. Then comes the handful of performers belonging to a category known as "North American Bengali Performers". These people pay a hefty sum as a performance registration fee from their organizations besides their own registration fee just to have an opportunity to showcase their talents in front of the greater North American Bengali Community. They rehearse for months, spend huge sums of money to travel to the venue, stay in hotels paying from their own pockets and even pay for their food. They are the second class performers. No one, except their own clan, wants to watch their show. They are given the opportunity to stage their performance just as a favor, to maintain a tradition that is withering away, and of course to get their money (which is again becoming less of an issue).  \r\n\r\nAs far as what I know from the seniors, NABC started with the objective of creating a festival where Bengalis from all parts of North America would gather together, share their thoughts, feelings and talents through music, drama, literature and other art forms. Having few performers from India to enhance the event was a part of the proceedings but I don''t think it was the primary objective. These days, the professional entertainers steal the show. Please note, that I have nothing against the guest artists from India. We need them for all the reasons I mentioned earlier. My request is, please do treat the local North American Bengali performers with some respect too. It is true that, typically, the performances by the domestic artists do not match up with that of the guest performers. Neither do they have the fame and charisma to pull huge crowds. But over the last decade, with the boost in new immigrants from India, the quality of domestic talent has improved significantly. Many of them are actively engaged in pursuing their careers in performing arts and some of them perform at the same level (if not better) as the artists we bring in from India. Besides, many of our second generation young men and women are extremely talented and some of them selected performing arts as their career. Some have already received recognition on stage and screen. They need to be treated as artists too, they need to be encouraged and told that the North American Bengali community recognizes their talent and supports their artistic endeavors. \r\n\r\nI would like to take this opportunity to make a request to the organizers of NABC (the local organizer as well as CAB). These days,   NABC brings in lot of funds and several times the organizers have excess funds in their coffers which lie idle for years. I would like to request them to set up a grant or scholarship to be awarded to those who would pursue studies in performing arts (preferably related to Bengali/Indian arts) or to those who are engaged in artistic endeavors of exceptional quality. This will not only encourage the domestic artists to improve their skills, it will also  inspire our children to take a more serious look at our cultural heritage as an option.', 'North America Bengali Conference (NABC) and the North American Bengali', 0, '', 'publish', 'open', 'open', '', 'north-america-bengali-conference-nabc-and-the-north-american-bengalis', '', '', '2008-05-19 23:07:18', '2008-05-20 03:07:18', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/157', 0, 'post', '', 2),
(158, 1, '2008-05-01 17:21:05', '2008-05-01 21:21:05', '<!--adsense-->\r\nHindustani Classical Vocal Concert by Pt. Ganapati Bhat\r\nHost: Gajanan Hegde / Anoop Bhargava\r\nLocation:\r\nGentry Club House\r\n43 Franklin Drive, Plainsboro, NJ 08536 US \r\nWhen:\r\nSunday, May 4, 3:00PM\r\nPhone:\r\n609-716-0202\r\n\r\nPandit Ganapati Bhat, is one of the leading lights of Hindustani Classical vocal music. Panditji is a "Gandabandha Shishya", disciple of Pandit Basavaraj Rajguru, the maestro from Dharwad. Panditji''s gayaki is inspired by Gwalior and Patiala gharanas as well.\r\nPanditji will be accompanied by Gopala Krishna on Tabla and Shreepad Hosmane on Harmonium. Please visit www.PtGanapatiBhat.com for additional details.\r\nMinimum suggested donation is $ 15 per person. Tea, Coffee and Light snackswill be served during break.\r\nPlease forward this invitation to other classical music lovers as well.\r\nPlease RSVP at the earliest to help us plan the event.\r\nghegde@comcast.net', 'Hindustani Classical Vocal Concert by Pt. Ganapati Bhat', 0, '', 'publish', 'open', 'open', '', 'hindustani-classical-vocal-concert-by-pt-ganapati-bhat', '', '', '2008-05-01 17:21:05', '2008-05-01 21:21:05', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/158', 0, 'post', '', 0),
(159, 1, '2008-05-05 23:03:30', '2008-05-06 03:03:30', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/red_oleanders.jpg'' title=''Red Oleanders''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/red_oleanders.thumbnail.jpg'' alt=''Red Oleanders''  class=''alignleft'' /></a>"Rakta Karabi" by Rabindranath Tagore has been considered by many pundits as one of the pillars of modern Bengali drama. The universal appeal of the play needed to transcend beyond the confines of the limited Bengali speaking populace and Tagore himself took upon the task of translating the play to English and gave it the title of "Red Oleanders". Unfortunately, not too many productions of this wonderful play happened in the western world. One conjecture has been that Tagore''s language, in his translated works, failed to withstand the test of time as the English language evolved over the ages. <!--more-->\r\n\r\nNupur Gangopadhyay Lahiri, a medical doctor by profession but an artist by passion,  recently made an attempt to present the play in a more contemporary language in order to bring forth this phenomenal work to the western readers. The new translation, "Red Oleanders", published by Punashcha Publication of Kolkata, will undoubtedly help the western readers appreciate the prediction of mankind''s future, as Tagore perceived it from his vantage point, some eighty years ago. \r\n\r\nSunil Gangopadhyay writes in the foreword of the book, , "Rakto Karabi is an especially mentionable play by Tagore. For successful staging of this play.... the ancient and incomprehensible idioms need to change. An English translation of Rakto Karabi has not yet been successfully staged. Still today, the possibility of an effective production in the western world is there with some editing and reworking of the original version. \r\nNupur Lahiri has completed this complicated task. ...However, her mission of this translation required many stages of rewriting and re-editing to ultimately create a beautiful form: an example of sincere devotion to Rabindranath Tagore. "\r\n\r\nProfessor Kathleen O''Connell, University of Toronto, English Department, (TAGORE STUDIES) writes, "I''ve gone through your translation and I think it''s very well done.  I hope that we''ll see it staged before too long."\r\n\r\nWriter Nabaneeta Dev Sen says about the release of the book, " I like the translation, it is clear and easy to read. A difficult task- to translate a play with dialogue and songs - well done"\r\n\r\nThe book is available from \r\nBFA BOOKS 732-821-3949\r\nBengal Foundation of America\r\n4343 Route 27, Princeton NJ 08540\r\n\r\n', 'A New Translation of Tagore''s "Rakta Karabi" - The Red Oleanders', 0, '', 'publish', 'open', 'open', '', 'a-new-translation-of-tagores-rakta-karabi-the-red-oleanders', '', '', '2008-05-21 12:16:41', '2008-05-21 16:16:41', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/159', 0, 'post', '', 0),
(160, 1, '2008-05-05 23:00:57', '2008-05-06 03:00:57', '', 'Red Oleanders', 0, '', 'inherit', 'open', 'open', '', 'red-oleanders', '', '', '2008-05-05 23:00:57', '2008-05-06 03:00:57', '', 159, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/red_oleanders.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2008-05-06 12:07:48', '2008-05-06 16:07:48', '<!--adsense-->\r\nAnanda Sandhya – May 9th 8.00pm\r\nAnanda Mandir, Cedar Grove Lane, Somerset, NJ\r\n\r\nFeature artist: Pandit Madhav Gudi (classical vocal)\r\nTabla accompaniment – Sai Shyam Mohan\r\n\r\nHarmonium – Sri Madhu Vora\r\n\r\n', 'Ananda Sandhya Featuring Pandit Madhav Gudi', 0, '', 'publish', 'open', 'open', '', 'ananda-sandhya-featuring-pandit-madhav-gudi', '', '', '2008-05-06 12:08:34', '2008-05-06 16:08:34', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/161', 0, 'post', '', 0),
(162, 1, '2008-05-08 14:30:08', '2008-05-08 18:30:08', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/indrani.jpg'' title=''My House - by Indrani Choudhuri''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/indrani.thumbnail.jpg'' alt=''My House - by Indrani Choudhuri''  class=''alignleft'' /></a>Indrani Choudhury''s paintings (all in water color) will be on display at the Highland Park Public Library, Highland Park, NJ. for the month of June, 2008. She will be present at the Exhibit on 7th June (Saturday) from 1-4 pm.  You can find some of her paintings at www.indranisgallery.com.', 'Exhibition of Water Colors by Indrani Choudhury', 0, '', 'publish', 'open', 'open', '', 'exhibition-of-water-colors-by-indrani-choudhury', '', '', '2008-05-08 14:36:12', '2008-05-08 18:36:12', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/162', 0, 'post', '', 0),
(163, 1, '2008-05-08 14:35:25', '2008-05-08 18:35:25', '', 'My House - by Indrani Choudhuri', 0, '', 'inherit', 'open', 'open', '', 'my-house-by-indrani-choudhuri', '', '', '2008-05-08 14:35:25', '2008-05-08 18:35:25', '', 162, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/indrani.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 1, '2008-05-15 14:20:17', '2008-05-15 18:20:17', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/debesh_das.jpg'' title=''Debesh Das''><img src=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/debesh_das.jpg'' alt=''Debesh Das'' class=''alignleft''  /></a><a href="http://www.financialexpress.com/news/Kolkata-to-have-chip-design-facility-by-mid-2009/286165/">The Financial Express on its March 19 issue</a> published an article which drew the attention of many high-tech entrepreneurs. It reported the laying of the foundation stone of a twenty story building that will house the  India Design Center (IDC), a semiconductor chip design facility. West Bengal IT minister Debesh Das, who laid the foundation stone, said the facility will be set up according to a concept paper prepared by IIT Kharagpur and will offer semiconductor-related post graduate courses. It will also have space for semiconductor-driven companies and serve as an incubation centre for promoting entrepreneurs. <!--more-->\r\n\r\n"The centre, to be set up on 1.7 acres, will conform to international standards covering the entire semiconductor spectrum, VLSI design, assembling, testing and packaging. An advanced IT park related to semiconductor design will also be built near the IIT Kharagpur, and the process of land acquisition is on," Das told reporters. \r\n\r\nIs this a sign of a new era in West Bengal? Not too long ego, West Bengal was one of the most industrialized states in the country. However, during the last three decades the state fell from its pedestal with many industries closing their shutters and/or moving out to other "industry friendly" states.  Constant labor unrest,  anti-capitalistic attitude and apathy towards the investors have turned off the conglomerates as well as the foreign multi-nationals who in the meantime were setting up their shops in Maharashtra, Karnataka, Andhra and other states. \r\n\r\nIn the post Jyoti Basu era, things took a definite turn with Buddhadev Bhattacharya at the helm of the left front govt in West Bengal. He realized that, in the changing global scenario, West Bengal cannot move along the path of progress without capital investments and industrialization.  His initiatives resulted in a change in the industrial climate of West Bengal. IBM, Wipro came to Kolkata to setup their huge offices in Kolkata. And recently, West Bengal grabbed the attention of the World when Ratan Tata unveiled the "Nano" - the one lakh rupees car manufactured in Singur, West Bengal. Mr. Bhattacharya had to face an uphill battle both from within his party as well as from the opposition. But this man seems to be determined to make 21st century as West Bengal''s century. His policies and tactics in implementing his dream has not always been very pleasant, things went out of control in places like Nandigram, but he kept on moving ahead. It is not easy to change the philosophy and mind set of a party and a state that has grown complacent with the state of steady decline, a party that is agro-centric and gloats in their success of land reforms that happened almost quarter of a century ago. Hence, Mr. Bhattacharya knew that in order to change the state, in order to take it to the next century, he needs new comrades - comrades who understands technology, who understands what it takes to compete in the global marketplace of high technology. He inducted into his cabinet young ministers like Dr. Debesh Das (an electrical engineer with a Ph.D in semiconductor chip design methodology) to head the Information Technology (IT) ministry. \r\n\r\nWest Bengal has a lot to offer to any company interested in setting up a shop in the state. With some of the major technical institutions of India (IIT Kharagpur, Jadavpur University, Bengal Engineering College, Calcutta University and others) situated in the state, West Bengal has a huge pool of trained engineers readily available for any challenging assignment. The rapid modernization of infrastructural facilities (24 hr power supply, high speed freeways, IT and technology parks etc.) and low cost of doing business (compared to Bangalore, Hyderabad, Mumbai and other popular destinations of IT companies) West Bengal offers itself as the best place to set up any high-tech venture, be it a software development and service enterprise or for design and manufacture of high end semiconductor chips and systems. And I am sure, the big tech-businesses of the world are carefully watching West Bengal as their potential destination.\r\n\r\nBut one needs to be careful about the kind of industry being set up in West Bengal. Call centers and BPOs are not the kind of business that can propel the growth. We need manufacturing and IP (Intellectual Property) generating businesses that can compete with the world. And such businesses won''t come from the big houses - it has to grow from small garage shops, from some passionate and driven entrepreneurs who has a dream to build something in West Bengal. The challenge is to attract them, retain them and provide them with infrastructural and logistical support. This is what the West Bengal Govt and its ministers like Dr. Debesh Das should focus on. It is good to have the big investors set up their big businesses in WB, but Dr. Das, please do not lose track of these young entrepreneurs. Let''s not blindly follow the growth models of Bangalore and Hyderabad, rather let''s try to emulate the Silicon Valley model. A growth from within is the most sustainable model and adds the most value. If this model succeeds, it will automatically attract talent, entrepreneurs and investors to the Hoogly Valley from the Silicon Valleys of the world. \r\n\r\n\r\n<blockquote>Dr. Debesh Das, IT Minister, West Bengal is currently touring USA to meet several technology companies and investors. He will meet several entrepreneurs and investors in New Jersey on the 20th of May, 2008.</blockquote>\r\n\r\n', 'West Bengal on the Verge of an IT Revolution? ', 0, '', 'publish', 'open', 'open', '', 'west-bengal-on-the-verge-of-an-it-revolution', '', '', '2008-05-21 12:12:31', '2008-05-21 16:12:31', '', 0, 'http://ethnomediallc.com/wpress/index.php/archives/164', 0, 'post', '', 0),
(165, 1, '2008-05-15 13:35:24', '2008-05-15 17:35:24', 'Debesh Das, IT Minister, West bengal', 'Debesh Das', 0, '', 'inherit', 'open', 'open', '', 'debesh-das', '', '', '2008-05-15 13:35:24', '2008-05-15 17:35:24', '', 164, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/debesh_das.jpg', 0, 'attachment', 'image/jpeg', 0),
(166, 1, '2008-06-09 16:44:32', '2008-06-09 20:44:32', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/satyameva_banner.jpg''><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/satyameva_banner.jpg" alt="" title="satyameva_banner" width="180" height="150" class="alignleft size-medium wp-image-167" /></a>After a long hiatus and constant requests from theater lovers, ECTA will be staging three plays on June 28th and 29th, 2008, at the Edison Valley Playhouse (EVP) in Edison, New Jersey. \r\nOn 28th June, Saturday, there will be an encore staging of "<strong>Satyameva</strong>" , a play by Sudipta Bhawmik, directed by Indranil Mukherjee; starring Sudipta Bhawmik and Pinaki Dutta. \r\n\r\nOn 29th June, Sunday, two plays will be staged. Theater Practitioners of Cleveland, OH will present an audio and video staging of "<strong>Ashomoy</strong>" a new play by Sudipta Bhawmik starring Saubhik Sengupta and Moushumi Sengupta. \r\n\r\nThis will be followed by "<strong>Taconic Parkway</strong>", written and directed by Sudipta Bhawmik, starring Indranil Mukherjee, Keka Sirkar and Pinaki Dutta. This play will premiere at the California Natyamela on June 7th. <!--more-->\r\n\r\nSynopsis of the plays and other details are given below. Seating is limited, hence please book your seats as early as possible. \r\n\r\n\r\n<blockquote>Synopsis: <strong>Ashomoy</strong>\r\nA play by Sudipta Bhawmik\r\nA phone rings in the middle of the night in a middle class Bengali home in suburban America and throws the life of a married couple in complete jeopardy. \r\n\r\nProduced by <a href="http://theaterpractitioners.org">Theater Practitioners of Cleveland OH</a>. Directed by Saubhik Sengupta\r\nDuration: 30 mins</blockquote>\r\n\r\n\r\n<blockquote>Synopsis: <strong>Taconic Parkway</strong>\r\nA play by Sudipta Bhawmik\r\nManasij, a veteran Bengali screen actor is visiting USA with a theater group to stage some shows in multiple cities. During his first stop in New York, he is hosted by Dipak and Sharika at their multi-million dollar mansion in upstate New York. The enthusiastic host, Dipak, expresses his desire to make a film with Manasij as the hero and their daughter Pom as the heroine. But Sharika objects to this proposal vehemently. She would never let Pom take part in this dream project of Dipak. Manasij tries to mediate, but soon realizes that he is being pulled into a dark vortex of suspicion and animosity that was carefully camouflaged by the opulence and the veneer of apparent happiness of an affluent NRI family. \r\nProduced by ECTA Inc.\r\nDuration: 1 hour.\r\n</blockquote>\r\n\r\n<a href="http://ethnomediallc.com/wpress/index.php/archives/126">For details about Satyameva click this link.</a>\r\n\r\nVenue: Edison Valley Playhouse, 2196 Oak Tree Road, Edison, NJ\r\n\r\nSaturday June 28, 2008,  3.30pm Satyameva  \r\nSunday   June 29, 2008,  3.00pm Ashomoy + Taconic Parkway\r\n                                   5.30pm Ashomoy + Taconic Parkway\r\n\r\nAdmission: $20.00 for each day; $35.00 for two days. ECTA Member discount 20%\r\nContact: indymukh@gmail.com, kaudata@yahoo.com\r\n\r\n\r\n\r\n', 'ECTA Mini Theater Festival: Satyameva, Ashomoy, Taconic Parkway', 0, '', 'publish', 'open', 'open', '', 'upcoming-ecta-shows-in-new-jersey', '', '\nhttp://ethnomediallc.com/wpress/index.php/archives/126', '2008-06-10 10:14:21', '2008-06-10 14:14:21', '', 0, 'http://ethnomediallc.com/wpress/?p=166', 0, 'post', '', 0),
(167, 1, '2008-05-22 16:06:07', '2008-05-22 20:06:07', '', 'satyameva_banner', 0, '', 'inherit', 'open', 'open', '', 'satyameva_banner', '', '', '2008-05-22 16:06:07', '2008-05-22 20:06:07', '', 166, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/satyameva_banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 1, '2008-05-24 10:10:50', '2008-05-24 14:10:50', '<!--adsense-->\r\n<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/YlU_3KCwEvM&hl=en&rel=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/YlU_3KCwEvM&hl=en&rel=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>\r\nTake a peek at this exciting promotional video "Advantage Bengal" produced by the Department of Information Technology, Govt. of West Bengal and Webel. Listen what the IT business leaders are saying about the IT opportunities in West Bengal as well as from the Chief-Minister Mr. Buddhadev Bhattacharya and IT Minister Dr. Debesh Das. Share this video with others who may be interested by using the "Share This" button on your right. ', 'Advantage Bengal: A Video on the IT Industry Opportunities in West Bengal', 0, '', 'publish', 'open', 'open', '', 'advantage-bengal-a-video-on-the-it-industry-opportunities-in-west-bengal', '', '', '2008-05-24 10:12:19', '2008-05-24 14:12:19', '', 0, 'http://ethnomediallc.com/wpress/?p=168', 0, 'post', '', 0),
(169, 1, '2008-05-29 23:14:07', '2008-05-30 03:14:07', '<!--adsense-->\r\n<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/2cHQ_EfkYbs&hl=en&rel=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/2cHQ_EfkYbs&hl=en&rel=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355" class="alignleft"></embed></object>On June 28th and 29th, ECTA Inc. will be presenting a mini theater festival of three plays.  On 29th June, an encore presentation of the highly acclaimed play "<strong>Satyameva</strong>" will be held at 3.30pm. This play has received great reviews both in Kolkata and USA and has been recently made into a Telefilm (titled Satyasotyo for Tara channel) by the reputed actor and director of Kolkata, Chandan Sen. Watch the promo video by clicking the image above.\r\n\r\nOn 29th, the festival features two shows of two plays each. The first play, <strong>Ashomoy</strong>,  is a novel audio-visual presentation by Theater Practitioners of Cleveland OH, directed by the veteran All India Radio and Doordarshan artist Saubhik Sen. "<strong>Ashomoy</strong>" will be followed by "<strong>Taconic Parkway</strong>", a one act play by ECTA Inc. "Taconic Parkway" is a dark play of an immigrant Bengali  couple and a visiting actor from India. The play premieres at the California Natyamela on June 7th, 2008. \r\n\r\nSynopsis of the plays and other details are given below. Seating is limited, hence please book your seats as early as possible. \r\n<!--more-->\r\n\r\n<blockquote>Synopsis: <strong>Ashomoy</strong>\r\nA play by Sudipta Bhawmik\r\nA phone rings in the middle of the night in a middle class Bengali home in suburban America and throws the life of a married couple in complete jeopardy. \r\n\r\nProduced by <a href="http://theaterpractitioners.org">Theater Practitioners of Cleveland OH</a>. Directed by Saubhik Sengupta\r\nDuration: 30 mins</blockquote>\r\n\r\n\r\n<blockquote>Synopsis: <strong>Taconic Parkway</strong>\r\nA play by Sudipta Bhawmik\r\nManasij, a veteran Bengali screen actor is visiting USA with a theater group to stage some shows in multiple cities. During his first stop in New York, he is hosted by Dipak and Sharika at their multi-million dollar mansion in upstate New York. The enthusiastic host, Dipak, expresses his desire to make a film with Manasij as the hero and their daughter Pom as the heroine. But Sharika objects to this proposal vehemently. She would never let Pom take part in this dream project of Dipak. Manasij tries to mediate, but soon realizes that he is being pulled into a dark vortex of suspicion and animosity that was carefully camouflaged by the opulence and the veneer of apparent happiness of an affluent NRI family. \r\nProduced by ECTA Inc.\r\nDuration: 1 hour.\r\n</blockquote>\r\n\r\n<a href="http://ethnomediallc.com/wpress/index.php/archives/126">For details about Satyameva click this link.</a>\r\n\r\nVenue: Edison Valley Playhouse, 2196 Oak Tree Road, Edison, NJ\r\n\r\nSaturday June 28, 2008,  3.30pm Satyameva  \r\nSunday   June 29, 2008,  3.00pm Ashomoy + Taconic Parkway\r\n                                   5.30pm Ashomoy + Taconic Parkway\r\n\r\nAdmission: $20.00 for each day; $35.00 for two days. ECTA Member discount 20%\r\nContact: indymukh@gmail.com, kaudata@yahoo.com\r\n', 'A Mini Theater Festival', 0, '', 'publish', 'open', 'open', '', 'a-mini-theater-festival', '', '\nhttp://ethnomediallc.com/wpress/index.php/archives/126', '2008-05-30 00:00:32', '2008-05-30 04:00:32', '', 0, 'http://ethnomediallc.com/wpress/?p=169', 0, 'post', '', 0),
(170, 1, '2008-05-30 16:48:38', '2008-05-30 20:48:38', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/398px-vijay_tendulkar.jpg''><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/398px-vijay_tendulkar-150x150.jpg" alt="Vijay Tendulkar" title="398px-vijay_tendulkar" width="150" height="150" class="alignleft size-thumbnail wp-image-171" /></a>I was deeply hurt to hear the news of the death of Vijay Tendulkar, one of the greatest playwrights of Indian theater. It was only last year, at the South Asian Theater festival, I had the opportunity of meeting Mr. Tendulkar. It was an experience that I will never forget.  He was physically frail, but his will was as strong as any young man. It was this will and his love for theater that brought him over here, few thousand miles away from home, to see how are we doing our theater.  During his speech at the opening ceremony, the way he protested against the non-issuance of visa to one of the participating teams demonstrated that the fire was still burning within him - the fire that led him to write the plays that changed Indian theater.\r\n<!--more-->\r\nDuring the time when most Indian playwrights were busy translating and adapting western plays, Tendulkar came as a breath of fresh air. His plays grew out of the common man, his drama developed from their life stories, from the grass roots society. The films he wrote also bears the same signature, his protest against exploitation, protest against violence and injustice to humanity.\r\n \r\nWhen I met him last year, he wanted to see my plays. Somebody, close to him, had possibly told him about my plays, especially "Ron" that was staged at the first South Asian Theater festival. Unfortunately, last year I had no play in the festival. I told him, that I''ll try to send him a copy of my plays (translated to English). He gave me his card and asked me to visit him in India with my plays. \r\nIt will be my life long repentance that I could not avail of this opportunity to visit him, discuss theater with him, and get some lessons from the great master. But he will be a great inspiration to me for all times.\r\n\r\nI hope and pray that his soul rests in peace.  ', 'Vijay Tendulkar : A Real Indian Playwright ', 0, '', 'publish', 'open', 'open', '', 'vijay-tendulkar-a-real-indian-playwright', '', '', '2008-05-30 16:50:35', '2008-05-30 20:50:35', '', 0, 'http://ethnomediallc.com/wpress/?p=170', 0, 'post', '', 0),
(171, 1, '2008-05-30 16:43:02', '2008-05-30 20:43:02', 'Vijay Tendulkar', '398px-vijay_tendulkar', 0, 'Vijay Tendulkar', 'inherit', 'open', 'open', '', '398px-vijay_tendulkar', '', '', '2008-05-30 16:43:02', '2008-05-30 20:43:02', '', 170, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/05/398px-vijay_tendulkar.jpg', 0, 'attachment', 'image/jpeg', 0),
(172, 1, '2008-06-10 10:24:16', '2008-06-10 14:24:16', '<!--adsense-->\r\n<a href=''http://ethnomediallc.com/wpress/index.php/archives/151/satyameva-in-new-jersey/'' rel="attachment wp-att-152"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/04/020.JPG" alt="Scene from Satyameva" title="Satyameva in New Jersey" width="300" height="168" class="alignleft size-medium wp-image-152" /></a>After receiving wide critical acclaim and audience appreciation in Kolkata, New Jersey and Pennsylvania, ECTA offers an encore presentation of "Satyameva", a play by Sudipta Bhawmik.\r\n\r\nSanjoy, a young software professional, has arrived in the “land of opportunity” for just over six months and works for a software body shopping company “InterSoft” owned and operated by Bill (a Bengali American living in the States for over thirty years.) On the day of the play Bill fires Sanjoy and asks him to go back to India. Sanjoy, however, is not happy with this decision and refuses to oblige. He informs Bill that he is not going to return to India under any circumstances. He states that returning to India is synonymous to signing a death warrant for himself. He cannot subject himself to such a grave risk. And to justify himself, and to win his ultimate motive, he has to make a choice between truth or deceit.\r\n\r\nECTA (Ethnomedia Center for Theater Arts) presents this new Bengali play (with English SuperTitles) at the Edison Valley Playhouse, in Edison NJ on June 28, 2008 at 3.30pm.\r\nAdmission: $20.00\r\n', 'ECTA Festival: Satyameva', 0, '', 'publish', 'open', 'open', '', 'ecta-festival-satyameva', '', '', '2008-06-10 10:24:17', '2008-06-10 14:24:17', '', 0, 'http://ethnomediallc.com/wpress/?p=172', 0, 'post', '', 0),
(173, 1, '2008-06-12 14:49:27', '2008-06-12 18:49:27', '<!--adsense-->\r\nRecently we (ECTA) had the opportunity to stage our new play “Taconic Parkway” at the California Natyamela 2008 held at the Amador Theater in Pleasanton, CA. Last year when I was visiting California to see the staging of my play “Ron” by the local group ENAD, I met Pradosh Sarkar  who invited me to participate at the 2008 Natyamela, their fourth year of the festival. Pradosh Sarkar, a playwright and director himself, is a key member of Sanskriti, the group that organizes the Natyamela.  In the previous years they limited their invitation only to the local groups, but Pradosh told me that he wants to make an exception in 2008 by inviting us from New Jersey. And I had no option but to accept the offer when he also assured me that they would take care of the expenses.  However, Pradosh reminded me that they have a time limitation and each play must be limited to an hour, give or take ten minutes.  This was a challenge for me since the plays we had in our repertoire all exceeded this limit. But I thought that this may be a perfect opportunity to work on a new play that was brewing in my mind for some time. After I came back, I started to work on the script and soon developed a one act play named “Taconic Parkway” which perfectly fits the bill for the California Natyamela 2008. It had three characters, and was limited to an hour and ten minutes. <!--more-->\r\n\r\nCalifornia Natyamela 2008 was hosted jointly by Sanskriti and BINA (Bangladesh Community Bay Area). The theater hall, Amador Theater, was a bit out of the way for most Bay Area residents, but as the festival progressed the hall was almost full. The festival included two children’s plays, the Sukumar Ray classic “Lokkhoner Shoktishel” and “Maa’r kaachhe shona” by Bangladesh Community Children''s Ensemble, Bay Area. Including children’s plays was indeed a laudable effort and I congratulate the organizers for keeping these slots for our next generation. These kids, when they grow up will surely carry a fond memory of this day and maybe develop an interest in the culture of their roots. \r\nThe next play was “Mimangsha,” a play written and directed by Pradosh Sarkar and produced by Sanskriti. Our play,  “Taconic Parkway” was the next and was followed by “Amader American Dream :  Belashesh Edition” written and directed by Abu Hena Mustafa Kamal and produced by BINA.\r\n\r\n"Taconic Parkway" is a dark play in many ways. It delves into some of the areas of human psyche that we are afraid to face or deal with. Manasij, a veteran actor of the golden age of Bengali cinema, is visiting USA from Kolkata and is hosted by a middle aged couple Dipak and Sharika at their mansion in upstate New York. Although this invitation seemed to Manasij like a typical, well to do non-resident Bengali''s fancy to host celebrity guests at their homes, it soon turned out to be something else. Both Dipak and Sharika had their own agenda with Manasij, and Manasij was slowly pulled into a dark vortex of suspicion and animosity that was carefully camouflaged by the veneer of apparent happiness of an affluent NRI family. \r\n\r\nNatyamela 2008 was the premiere show of "Taconic Parkway", which featured some of our veteran actors, Indranil Mukherjee, Keka Sirkar and Pinaki Datta. The play received an overwhelming response as was evident from the applause at the end of the play as well as from comments from <a href="http://sanskriti.org">Sanskriti''s</a> web site.  Here are some of the comments:\r\n\r\n\r\n<blockquote>"Very powerful. Aami maajhe maajhei naTokTa mone mone replay korchhi. Thanks for writing our stories." - Sambit Basu, ENAD, CA.\r\n\r\n"Sudipta Bhawmik is rather established in theatrical area. That''s what many told me there. I built up lot of expectation from this play. And, I got more than I expected. I can not thank the committee enough to bring this production all the way from New Jersey. We were totally engrossed. I can not mention any single moment as great. It was so seamless. The dramatic turn at each moment was just like a hide and seek. At the end what you get is a pleasant surprise." - Jagat Bandhu Das, San Francisco, CA.\r\n\r\n"New Jersey-r natok ekebare tan tan. Dipak ar Sarika ki bhison ujjol. Dipak bodh hoy sobaikei chhariye gechhen. Monosij-ke khub maniyechhe choritre. Emon thas-bunot-er natok to kotodin dekhi ni. Golper ki othapora! Ki bandhuni! " - Debaraoti Sen, Livermore, CA.\r\n\r\n"Durdanto...oshadharon natak ei Taconic Parkway...amar pore eto bhalo legechhe...je...ki bolbo...anekkei nataktar kotha bolechhi." - Amitava Dutta, Ganakrishti, Kolkata.</blockquote>\r\n\r\nAs a side note, let me mention that "Taconic Parkway" has been officially invited by Ganakrishti of Kolkata to stage it at their festival (Ganakrishti Natyotsav 2008) this year. Unfortunately, I am not sure if we would be able to take our show due to the high costs involved. Hence, we are looking for sponsors. Anybody interested to help us take our story back to Kolkata, please contact me.\r\nThank you. \r\nP.S. Please do not miss Taconic Parkway to be staged in New Jersey on June 29th.', 'California Natyamela 2008 and Taconic Parkway', 0, '', 'publish', 'open', 'open', '', 'california-natyamela-2008-and-taconic-parkway', '', '', '2008-06-13 14:39:03', '2008-06-13 18:39:03', '', 0, 'http://ethnomediallc.com/wpress/?p=173', 0, 'post', '', 1),
(175, 1, '2008-06-24 11:06:02', '2008-06-24 15:06:02', '<!--adsense-->\r\n[display_podcast]\r\nLast week I wrote about our new radio play "Baad Protibad" that was broadcast on EBC Radio 1170AM during the Sunday morning Bengali program "Probaho" conducted by Abhijit Sanyal. The play received quite a bit of positive feedback, and I thought that for the benefit of the people who could not listen to the radio that morning, I''d upload this play as a podcast. You can listen to this play by clicking the player above or download it into your iPod or similar digital players.\r\n\r\nThe credits are given below.\r\n<blockquote><strong>"Baad Protibad"</strong>\r\nA Hilarious Play in Bengali by Sudipta Bhawmik\r\n\r\nProduced by ECTA Inc.\r\nDirected by Indranil Mukherjee\r\nCast:\r\nSubhodev Das as Ashok\r\nAparajita Das  as Kakoli\r\nIndranil Mukherjee as Soumen\r\nAnisha Das as Jhimli\r\n\r\nRecorded and mixed at the Bharatiya Kala Kendra, NJ, Studio by Partha Sarathi Mukherjee\r\nEdited by Partha Sarathi Mukherjee and Indranil Mukherjee\r\nMusic and effects by Partha Sarathi Mukherjee.\r\nSong "Need some cash to fill up my gas" by Vikram Kumar</blockquote>\r\nPlease let me know how you liked the play. We may do more plays like this in the future.', 'Podcast: "Baad Protibad" A (Hilarious) Play in Bengali', 0, '', 'publish', 'open', 'open', '', 'podcast-baad-protibad-a-hilarious-play-in-bengali', '', '', '2009-05-03 11:30:39', '2009-05-03 15:30:39', '', 0, 'http://ethnomediallc.com/wpress/?p=175', 0, 'post', '', 0),
(176, 1, '2008-07-03 11:57:09', '2008-07-03 15:57:09', '<!--adsense-->\r\nThe Cultural Association of Bengal (CAB) every year honors a group of people for their outstanding contribution to the society. This year, one of our closest friends, Pronoy Chatterjee has been awarded the "Distinguished Service Award" for his contribution towards promoting and nurturing Bengali literature in North America. His award letter reads,\r\n\r\n\r\n<blockquote>You are one of the foremost literary personality in the United States who has helped the cause of propagating and nurturing Bengali culture in North America, the goal the Cultural Association of Bengal cherish. You have done so as founder of NJPA and through years of association with Kollol of Jew Jersey, Ananada Mandir and other well known organizations. Your contribution to literature and work on arsenic cleaning in water is also well known.\r\nIn recognition of your dedication, we have the honor to award you the “Distinguished Service Award’ during the 28th North American Bengali Conference.</blockquote>\r\n\r\nPronoy Chatterjee is an ardent author, has written two novels (a review of one of his books appear in this blog) and has been an editor or several Bengali magazines including "Kallol Sahitya Sambad", "AnandaLipi", "Ananda Sangbad" and many others. He has that magical ability to inspire people around him to be creative, to develop their literary skills that have been dormant in them, and to enrich the lives of the community members through their creations. \r\n\r\nMy heartiest congratulations goes to Pronoy-da for this well deserved award.', 'CAB Honors Pronoy Chatterjee', 0, '', 'publish', 'open', 'open', '', 'cab-honors-pronoy-chatterjee', '', '', '2008-07-03 11:57:09', '2008-07-03 15:57:09', '', 0, 'http://ethnomediallc.com/wpress/?p=176', 0, 'post', '', 2),
(177, 1, '2008-07-03 15:15:29', '2008-07-03 19:15:29', 'These are some of the feeds from various sources that I read often:\r\n\r\n<strong>Times of India</strong>\r\n\r\n[feedsnap, 6]http://timesofindia.indiatimes.com/rssfeedsdefault.cms[/feedsnap]\r\n\r\n<strong>Hindustan Times</strong>\r\n\r\n[feedsnap, 6]http://epaper.hindustantimes.com/blog/atom.xml[/feedsnap]\r\n\r\n<strong>India Today</strong>\r\n[feedsnap, 6]http://indiatoday.digitaltoday.in/index.php?option=com_rss&feed=RSS1.0&no_html=1&issueid=60&rsspage=home[/feedsnap]\r\n\r\n', 'Feeds', 0, '', 'publish', 'open', 'open', '', 'feeds', '', '', '2010-01-25 15:51:17', '2010-01-25 19:51:17', '', 0, 'http://ethnomediallc.com/wpress/?page_id=177', 3, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(178, 1, '2008-07-10 16:24:08', '2008-07-10 20:24:08', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/07/bmlogo.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/07/bmlogo-129x300.jpg" alt="Bangamela 2008" title="Bangamela" width="129" height="300" class="alignleft size-medium wp-image-179" /></a>Just as the excitement and  euphoria of the recently concluded BangaSammelan (Toronto) dies down, Bengalis living in the middle western states are preparing to get into a festival of their own - Bangamela. \r\n\r\nThe 10th annual Bangamela 2008 will be held in Columbus OH this year from July 18 to 20. The event is hosted by COBCA (Central Ohio Bengali Cultural Association).  Just as Bangasammelan (NABC) is franchised and sponsored by CAB (Cultural Association of Bengal),  Bangamela is managed and controlled at the high level by MABA or Mid America Bengali Association.  Without going into the details about the genesis of Bangamela, it suffices to say that the Bengalis of the mid west felt that they needed to have a festival of their own, a festival that is located closer to where they live and is easily accessible compared to NABC that tends to get most of their attendees from the densely populated (with Bengalis) east and west coast states.  <!--more-->\r\n\r\nMy first experience with Bangamela was in Memphis at the Bangamela 2007, where I joined the festival as a performer (along with our Theater group ECTA). There were about four to five hundred attendees (a small fraction of a typical NABC attendance) and they had a long line up of performers from Friday afternoon to Sunday evening. There were no crowds or long lines, no running around from one auditorium to the other. People were relaxed, they were busy meeting old friends and making new ones. It felt a lot homely and cozy atmosphere than NABC. Maybe this was what NABC was fifteen or twenty years ago. There were some organizational mishaps, scheduling problems and lack of event management skills - but tell me one Bengali festival that doesn''t have any? \r\n\r\nI understand the 2008 Bangamela is expecting a larger crowd, they will have multiple performance venues and the guest artist (from India) line up is also longer. Once again, we will be staging our play (Satyameva) too as an invited theater group, and hopefully once again we will be able to meet friends and make friends. I know of several other people from the NY NJ area who will be attending this  festival, and this shows that Bangamela is now attracting more and more people from the areas that were traditionally NABC areas.  And I have no problem with it. The more the merrier. In this country of market economy, competition is the name of the game. Competition can help improve the quality of the festival, can help reduce the cost to the consumers - since they will go to the event that offers them the most value for their money.  And think about the artists and performers from India, they too will have more than one opportunity to offer their art to the Bengalis of USA.  \r\n\r\nHence I wish Bangamela and Bangasammelan (NABC) both the best for their efforts in bringing the Bengalis of USA together - be it in Ohio or in California, or in New York.   Lets all celebrate our great heritage together at the festival of our choice and make this adopted homeland of ours a better place to live as a Bengali.\r\n\r\n', 'Bangamela - The Festival for the Midwestern Bengalis', 0, '', 'publish', 'open', 'open', '', 'bangamela-the-festival-for-the-midwestern-bengalis', '', '', '2008-07-10 17:18:43', '2008-07-10 21:18:43', '', 0, 'http://ethnomediallc.com/wpress/?p=178', 0, 'post', '', 0),
(179, 1, '2008-07-10 17:18:06', '2008-07-10 21:18:06', '', 'Bangamela', 0, 'Bangamela 2008', 'inherit', 'open', 'open', '', 'bmlogo', '', '', '2008-07-10 17:18:06', '2008-07-10 21:18:06', '', 178, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/07/bmlogo.jpg', 0, 'attachment', 'image/jpeg', 0),
(180, 1, '2008-07-11 12:06:42', '2008-07-11 16:06:42', '<!--adsense-->\r\nJuly 20th 2008 Sunday, 3 pm\r\n\r\nSuggested Donation  $10 per person,  Sponsors  - $50 per family\r\n\r\n<strong>Ashvin Bhigendra</strong>, a leading male Carnatic musician is paired with <strong>Mitali Banerjee Bhawmik</strong> a leading female Hindisthani musician.\r\n\r\nat 24 Scott drive Morganville, NJ 07751\r\n\r\nAshvin  will be accompanied by Arun Ramamurthy on Violin and Suresh Ramachandran on Mridangam.\r\n\r\nMitali will be accompanied by Kedar Naphade on Harmonium and Amod Dandawate on Tabla.\r\n\r\nFor more details and directions etc.\r\n\r\n  Jayashree Suresh  732- 251-7085  rsuresh59@yahoo.com', 'Hindusthani - Carnatic Vocal Music Jugalbandi', 0, '', 'publish', 'open', 'open', '', 'hindusthani-carnatic-vocal-music-jugalbandi', '', '', '2008-07-11 12:06:42', '2008-07-11 16:06:42', '', 0, 'http://ethnomediallc.com/wpress/?p=180', 0, 'post', '', 0),
(181, 1, '2008-07-16 11:07:30', '2008-07-16 15:07:30', '<!--adsense-->\r\n<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/BSSWpe79MNI&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/BSSWpe79MNI&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344" class="alignleft"></embed></object> On 15th of July, 2008, Barack Obama laid out his foreign policy strategy in very clear and specific terms. He talked about how he would end the war in Iraq, how he would like to combat terrorism and end the oil based conflicts by reducing our (as well as other nations) dependency on oil.  His plans call for getting back the world''s confidence in America, to get back some of its lost credibility by working together with the nations of the world to combat terrorism, reduce oil dependency and control climate change. He even talks about his willingness to sit down and talk to Iran about resolving the nuclear crisis. \r\nAll this may sound quite idealistic, but I guess at this point of time this idealism gives some hope to make things right. Any idealism can succeed if it is supported by the people. Let''s hope that Barack gets the support he deserves and brings in the change he envisions.\r\n<strong>Watch the speech in this embedded video.</strong>', 'Barack Obama''s Strategy for a New World', 0, '', 'publish', 'open', 'open', '', 'barack-obamas-strategy-for-a-new-world', '', '', '2008-07-16 16:02:57', '2008-07-16 20:02:57', '', 0, 'http://ethnomediallc.com/wpress/?p=181', 0, 'post', '', 1),
(182, 1, '2008-07-16 15:57:30', '2008-07-16 19:57:30', '<!--adsense-->\r\nIt is our great pleasure to have The Famous Rabindra Sangeet Artist Pramita Mallick with us. We are organizing a Sangeet Anushthan for her honor on 20th of july (Sunday) at 5:30 pm. Please come and enjoy the evening with us.\r\n\r\nVenue: 112 Monroe Ave, Edison, NJ 08820 (Sharmila & Sandip''s house )\r\n\r\nTime: 5:30 pm to 7:30 pm \r\nThere will be no ticket for this Anushthan but your willing contribution for the artist will be appreciated.\r\n\r\nPlease call me if you need anymore information and forward this mail to your friends who are interested.\r\n\r\nMy phone # 908-4228-6650(home) 908-787-6590 (cell)\r\n\r\nEmail id dastandra@yahoo.com or tandra1975@yahoo.com ', 'Rabindrasangeet Concert', 0, '', 'publish', 'open', 'open', '', 'rabindrasangeet-concert', '', '', '2008-07-16 15:57:30', '2008-07-16 19:57:30', '', 0, 'http://ethnomediallc.com/wpress/?p=182', 0, 'post', '', 0),
(183, 1, '2008-07-21 10:19:34', '2008-07-21 14:19:34', '<!--adsense-->\r\n<strong>Dakshineswar Ramkrishna Sangha</strong>\r\nAdyapeath, USA Foundation, Inc.\r\n(A non-profit tax-exempt organization)\r\nAn Evening of Songs by Lopamudra Mitra &\r\nDance Recital by Nritya Creations\r\n(A Fund Raising Event for Temple Fund)\r\nLopamudra Mitra, the most popular contemporary singer in Bengal today is\r\nperforming in New Jersey this summer!\r\nDaughter of Late, Shree Pranab Mitra and Shreemati Sumita Mitra, she started\r\nlearning music from her father in childhood. Ranging from Rabindra Sangeet,\r\nIndian Classical music, Bhajan and Nazrulgeeti, her versatility knows no\r\nbounds. She ultimately found her platform in the songs based on poems of\r\nrenowned Bengali Poets. And that was her way to success. She performed all\r\nover India with her new approach and won the music-lovers'' heart.\r\nShe won many awards for her unique dramatic style of singing, which is\r\nfashioned with the classical aid and tenor voice quality. She won the prestigious\r\n''Bengal Film Journalist Award'' on her debut playback in the film ''Sedin\r\nChaitramas’. Her album ''Bhalobaste Balo'' was honoured as the best puja\r\nalbum, best singer and album of the year in 2001. Her other album ''Jhor Hole\r\nPar!'' got the ''ZEE MUSIC AWARD'' in 2005.\r\n\r\nThe scintillating creative dance performance of Nritya Creations will keep you\r\nspellbound. Nritya Creations is the winner of First Prize in the Senior Category and Best\r\nChoreographer Award at the 2008 Naya Andaz Dance Competition 2008.\r\nMeena Basunag, the founder and Artistic Director of Nritya Creations\r\nartistically blends various styles of Indian Classical dance such as Bharat\r\nNatyam, Oddissi, Manipuri and Kathak with western contemporary forms such\r\nas jazz and ballet and other cultural dance forms to create a unique and\r\nwonderfully pleasing experience of sight and sound. Nritya Creations has also\r\nwon the Best Choreography and Best Performance Awards at the 2008 Naach\r\nRevolution.\r\nhttp://www.nrityacreations.com/\r\n\r\nContacts:\r\nSwapan Nandi (609) 235-9576 Pamela Ghosh (732) 516-0730\r\nKeya Chatterjee (732) 369-6759 Anasua Biswas (732) 727-2621\r\nAmitava Hazra (908) 874-6923 Kanika Mazumdar (732) 496-5216\r\nAvijit Dasgupta (732) 548-6065 Madhumita Sinha (201) 796-5738\r\nTapan Dutta (732) 650-9513 Priya Bhattacharya (609) 799-7975\r\nUttarjyoti Banerjee (732) 767-0260 Santanu Chakraborty (732) 572-3650\r\nOn July 27th, 2008 at 4:00PM\r\nMarlboro High School, 95 N Main Street, Marlboro, NJ 07746\r\nTickets: $100, $50, $35 & $25\r\n\r\nDRSA, USA Foundation, Inc. (A Non-Profit Organization)\r\n1190 Easton Avenue, Franklin Township, NJ 08873, USA\r\nPhone: (732) 249-7077 E-mail: adyapeathusa@adyapeathusa.com Website: www.adyapeathusa.com', 'An Evening of Songs by Lopamudra Mitra', 0, '', 'publish', 'open', 'open', '', 'an-evening-of-songs-by-lopamudra-mitra', '', '', '2008-07-21 10:19:34', '2008-07-21 14:19:34', '', 0, 'http://ethnomediallc.com/wpress/?p=183', 0, 'post', '', 0),
(186, 1, '2008-07-23 22:03:04', '2008-07-24 02:03:04', '<!--adsense-->\r\nThe proliferation of internet and web technology has ushered in a new era in the publication of Bengali literary magazines. Any Bengali who has the slightest inclination towards Bangla literature must have been associated with some kind of "little magazine" related activity in some point of their life, be it writing, editing, publishing or even selling them to their patronizing clients. The thrill of seeing ones own writing in print fascinated them and hence whenever a few like minded folks got together, a visit to the printing press became obligatory. The smell of ink and the clanking of the printing machines was intoxicating to say the least - long hours were spent proof reading those smudgy newsprint and trying to pool in as much money they could by either begging the local business owners to insert an advertisement or by coughing up their own savings to pay the press owner.  But the exponentially growing costs of paper and printing has often resulted in an untimely death of the magazine and hence the death of many literary dreams. Many of these talents also whither away just because they do not get the opportunity to be noticed by any of the leading print publications. <!--more-->\r\n\r\nBut the internet technology has given new hopes to the thousands of these dreamers who want to reach out to world with their literary creations through the world wide web. It has not been easy to publish Bengali content on the web. Several technical obstacles had to be overcome. The web savvy publishers of these e-zines or webzines found several alternatives to get their content published. The newer browser and font technologies have helped too. But still the Bangla web publication is not as easy as publishing in English or any other European language or even Hindi for that matter. \r\n\r\nOne of the premier Bangla e-zines that comes to my mind is "<a href="http://www.parabaas.com/">Parabaas</a>".  Parabaas, first published in 1997 had a dedicated editorial team lead by Sameer Bhattacharya. Over the years, Parabaas has matured into a well read and well respected magazine on the internet. Several established as well as upcoming writers contribute to this magazine. Parabaas also has a section for kids. It has also a section that carries English translations of well known Bengali literary works. Special issues on theater, poetry or famous literary personalities are quite common. The special issue on Buddhadev Bose, Satyajit Ray or the issue on Bengali theater is a real pleasure to read.  I would like to encourage everybody to check out Parabaas and enjoy the rich content it offers. \r\n\r\nAnother ezine of interest is <a href="http://www.shatorupa.com">Shatarupa.com</a>. This is another magazine that is on line for quite some time (1999).  Edited by Sanhita Mallik and Chaitali Som, the magazine publishes a variety of Bengali literary content. \r\n\r\n<a href="http://abasar.net">Abasar.net</a> is another webzine that provides more than fiction and literature. It aims to be something like a wikipedia but does not allow open submissions. \r\n\r\nThe online magazine <a href="http://www.kaurab.com/">Kourab</a> is dedicated to Bangla poetry only. The magazine''s impressive layout with Jamini Roy''s sketches makes it an interesting place to visit. \r\n\r\nSome other ezines that are worth trying out are:\r\n<ul>\r\n	<li><a href="http://calcuttans.com/palki/">Palki</a></li> uses dynamic font.\r\n\r\n	<li><a href="http://www.guruchandali.com">Guruchandali</a> has a unicode version and can be viewed in all browsers and operating systems that support unicode.</li>\r\n 	<li><a href="http://www.anirban.com">Anirban</a>  - a magazine as well as a portal.\r\n</li></ul>\r\n\r\nThere are several other such web magazines dedicated to Bangla literature. But not all them are worth mentioning in this list. Many of these e-zines work only on Internet Explorer on Windows. However, if you find any good site, please let me know.  I sincerely wish more and more quality Bengali e-zines come up on the web and the literary talents all around the globe who wish to write in Bengali can have their work published and appreciated by the readers of Bengali literature. \r\n\r\n\r\n', 'Bangla E-Zines', 0, '', 'publish', 'open', 'open', '', 'bangla-e-zines', '', '', '2008-07-23 22:04:13', '2008-07-24 02:04:13', '', 0, 'http://ethnomediallc.com/wpress/?p=186', 0, 'post', '', 2),
(185, 1, '2008-07-22 11:08:08', '2008-07-22 15:08:08', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/01/daami_chhobi.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/01/daami_chhobi.jpg" alt="" title="Daami Chhobi"  class="alignleft size-medium wp-image-136" /></a>Long time ago, I used to draw cartoons for some magazines like Proma (published in Kolkata), Udayan (published from NY), Sangbadik (also published from New York) and News India Times. I would like to share some of them with you. This cartoon was published in Proma few years ago. It is a take on art valuation. Let me know how you like it. In future weeks I''ll post one cartoon a week, from my old archives.', 'Cartoon of the Week: Quality of Art', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-daami-chhobi-expensive-art', '', '', '2008-10-14 13:49:18', '2008-10-14 17:49:18', '', 0, 'http://ethnomediallc.com/wpress/?p=185', 0, 'post', '', 0),
(188, 1, '2008-07-28 12:23:24', '2008-07-28 16:23:24', '<!--adsense-->\r\nOn the auspicious occasion of Janmashtami (Sunday, August 24, 2008), Anandamandir will be hosting a four hour long (3.00pm to 7.00pm) event of Bhajans and Bhakti Sangeet.\r\n\r\nMusicians are invited to participate (singers, accompanists) in this great event and be a part of the Anandamandir community. \r\nIf you would be interested to participate, then please send an email to suranjanbc@hotmail.com by Thursday, July 31, 2008.  With your help and support this will be an enchanting evening of Bhajan and Bhakti Sangeet.', 'Bhajan Sandhya at Anandamandir', 0, '', 'publish', 'open', 'open', '', 'bhajan-sandhya-at-anandamandir', '', '', '2008-07-28 12:23:24', '2008-07-28 16:23:24', '', 0, 'http://ethnomediallc.com/wpress/?p=188', 0, 'post', '', 0),
(189, 1, '2008-07-30 10:24:51', '2008-07-30 14:24:51', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/07/ulto_chhobi.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/07/ulto_chhobi-300x196.jpg" alt="Ulto Chhobi" title="ulto_chhobi" width="300" height="196" class="alignleft size-medium wp-image-190" /></a>This cartoon was done for "Proma" a long time ago. Abstract art has always drawn the attention of humorists and cartoonist. This one exaggerates the abstractness to the extent that the artist himself does not have any clue regarding his own painting, not event it''s orientation. Many of us, the naive (read pseudo) art connoisseurs, think that abstract art - the art that does not represent any form that we are familiar to, is quite easy to render. Many of us consider them nothing but few blotches of paint and maybe some geometric patterns in an arrangement which does not resemble anything that we see in our daily lives. Hence, many pseudo-artists tend to declare themselves as artists  by creating such absurd canvasses and trivialize the bewildered viewers as "uneducated an uncultured" brutes.  This is true not only for fine arts, but also in those branches of art that thrive on abstractions and absurdity - like poetry, play, film, music and even short stories. Hence it is of utmost importance, that we make an attempt to train ourselves to be able to appreciate these  art forms - to open up our minds to appreciate forms and colors and movements and sounds that are beyond our accustomed reality.   ', 'Cartoon of the week 2: Abstract Art', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-2-abstract-art', '', '', '2008-10-14 13:49:02', '2008-10-14 17:49:02', '', 0, 'http://ethnomediallc.com/wpress/?p=189', 0, 'post', '', 0),
(190, 1, '2008-07-30 10:22:38', '2008-07-30 14:22:38', '', 'ulto_chhobi', 0, 'Ulto Chhobi', 'inherit', 'open', 'open', '', 'ulto_chhobi', '', '', '2008-07-30 10:22:38', '2008-07-30 14:22:38', '', 189, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/07/ulto_chhobi.jpg', 0, 'attachment', 'image/jpeg', 0),
(197, 1, '2008-08-10 10:43:44', '2008-08-10 14:43:44', '<!--adsense-->\r\nANANDA MANDIR Presents\r\nHERITAGE DAY & ANANDA MELA 2008\r\nA FUN FILLED DAY OF ACTIVITIES\r\n\r\nStarting with Heritage Day Celebrations  August 16 @ 10:00am\r\n\r\n  NATIOANAL ANTHEM, PRABHAT FERI, FLAG HOISTING, BHARAT\r\n  MATA PUJA, CHILDREN TREE PLANTING, PRESIDENT’S SPEECH,\r\n  CULTURAL PROGRAMS including VANDE MATARAM- Song & Dance\r\n\r\nFOODCOURT   & SHOPPING,\r\n\r\nFollowed by Ananda Mela Activities @12:00pm–\r\nGAMES FOR Adults, Young Adults, Children & Family;\r\n\r\n CHILDREN’S COMPETETIONS\r\n BADMINTON & TABLE TENNIS COMPETITION;\r\n ($5 ENTRY FEE FOR MEN’S / YOUNG ADULT’S BADMINTON & T.T. COMPETETION)\r\n CANDY SEARCH & SPOON RACE, MUSICAL CHAIR,\r\n TUG OF WAR & YOUTH PROGRAM - MAGIC SHOW,\r\n PRIZE DISTRIBUTION & RAFFLE DRAW\r\n\r\nIn the evening 6:30pm ONWARDS  Rakhi & Jhulan Yatra Samapan\r\nAND Community Dinner\r\n\r\nAT ANANDA MANDIR CAMPUS\r\nDate: AUGUST 16th, 2008\r\nTime:  Starts at 10.00 AM\r\n269 Cedar Grove Lane, Somerset, NJ 08873\r\nPhone: 732 873 9821\r\nwww.anandamandir.org\r\n\r\nContact: Krishna Dutta Roy – 732-390-8069 / Sanjit Dutta - 732 821 5996\r\n\r\nAnanda Mandir requests your presence to make this a Grand Success\r\n', 'HERITAGE DAY & ANANDA MELA 2008', 0, '', 'publish', 'open', 'open', '', 'heritage-day-ananda-mela-2008', '', '', '2008-08-10 10:47:48', '2008-08-10 14:47:48', '', 0, 'http://ethnomediallc.com/wpress/?p=197', 0, 'post', '', 0),
(196, 1, '2008-08-05 11:06:49', '2008-08-05 15:06:49', '', 'Lopamudra Mitra', 0, 'Lopamudra Mitra', 'inherit', 'open', 'open', '', 'lopamudra', '', '', '2008-08-05 11:06:49', '2008-08-05 15:06:49', '', 195, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/lopamudra.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 78, '2008-08-20 21:18:20', '2008-08-21 01:18:20', '<!--adsense-->\r\n<blockquote>\r\n<p class="BodyText-Elegant" style="0in 0in 6pt;"><strong><span style="Arial;"><span style="x-small;"><em>Ananda Mandir is starting a regular </em><span style="AR-SA;">Sahitya O Alochana </span><em>- </em><span style="AR-SA;">Meeting of literary readings and discussions</span><em>with a meeting this </em></span></span></strong><strong><span style="Arial;"><span style="x-small;"><em>Friday, 22  August 2008, at 8:30 PM. </em></span></span></strong></p>\r\n<p class="BodyText-Elegant" style="0in 0in 6pt;"><strong><em><span style="Arial;"><span style="x-small;">The aim is to have a quasi-monthly meeting of literary readings and discussions, occasionally interspersed with lectures on religion or philosophy. The first meeting will focus on how to get the effort organized, but we will also have invited speakers from our community speaking on selected topics. Anyone interested is welcome to attend.</span></span></em></strong></p>\r\n</blockquote>', 'Sahitya O Alochana @ Ananda Mandir', 0, '', 'publish', 'open', 'open', '', 'sahitya-o-alochana-ananda-mandir', '', '', '2008-08-20 21:18:20', '2008-08-21 01:18:20', '', 0, 'http://ethnomediallc.com/wpress/?p=203', 0, 'post', '', 0),
(193, 1, '2008-07-31 10:00:29', '2008-07-31 14:00:29', '<!--adsense-->\r\nAT ANANDA MANDIR Artists of the month\r\n\r\nMADHUMITA  SAHA \r\nMadhumita will be accompanied on Tabla by her husband, the illustrious\r\nTabla Maestro\r\nPandit Samar Saha\r\n\r\nOn the harmonium, it will be our own and very talented\r\nSri Kedar Naphade\r\nWho has accompanied all prominent vocalists from India for many years\r\n\r\nAs you can see, this one will be memorable event presented by ANANDA MANDIR\r\n\r\nPlease come and share this fabulous musical evening.\r\nAs usual, the ANANDA SANDHYA concert is FREE, Children come free. However, your kind donation is always graciously accepted.\r\n\r\nAnanda Mandir is located on Cedar Grove Lane off Easton Avenue in Somerset, NJ.\r\nFor info, call Arun Bhowmik at 908-672-1452.\r\n', 'Ananda Sandhya: Madhumita Saha', 0, '', 'publish', 'open', 'open', '', 'ananda-sandhya-madhumita-saha', '', '', '2008-07-31 10:00:29', '2008-07-31 14:00:29', '', 0, 'http://ethnomediallc.com/wpress/?p=193', 0, 'post', '', 0),
(195, 1, '2008-08-05 11:10:51', '2008-08-05 15:10:51', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/lopamudra.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/lopamudra.jpg" alt="Lopamudra Mitra" title="Lopamudra Mitra" width="110" height="150" class="alignleft size-medium wp-image-196" /></a>Few weeks ago, <a href="http://www.lopamudra.in/adver/103423home.html">Lopamudra Mitra</a> presented a concert at the Marlboro High School Auditorium at the invitation of the Dakshineshwar Ramkrishna Sangha Adyapeath (DRSA) of New Jersey. She was touring USA at the invitation of the Bangamela 2008 (held in Columbus OH) and before leaving the country, she made a brief visit to New Jersey. It was Lopamudra''s special attachment to Dakshineshwar Adyapeath that brought her to this fund raising concert. However, the audience response was only lukewarm at best. The torrential downpour before the concert may have contributed to the low attendance, but I think the major reason is the multiple events that are happening all around us during the summer season. <!--more-->\r\n\r\nLopamudra''s concert started quite late (by Sunday evening standards), but it was worth waiting for. Her well trained mellifluous voice that traverses the three octaves with extreme ease and grace was a treat for all music lovers. The power in her voice and rendition style touched everybody. \r\nDuring the early nineties, when Suman Chatterjee and few others heralded in a new era of Bengali music, it was primarily dominated by male singers. Lopamudra appeared into this new arena with her unique approach. Her musical rendition of the famous modern Bengali poems (Joy Goswami, Jibananda Das and others) took Bengal by storm. Her musical interpretation of Joy Goswami''s "Benimadhab" gave the poetry a new meaning - it shattered the notion that modern Bengali poetry lacked lyricism. \r\nOn this rainy afternoon in New Jersey her voice and music reverberated not only in the auditorium but in the hearts and minds of the few listeners who came daring the storm. She proved once again her versatility in all forms of Bengali music - modern, folk, Rabindrasangeet.  Her rendition of "Aguner Parashmoni" at the end left the whole auditorium humming the tune even after the concert had ended. \r\n\r\nDRSA deserves our heartiest thanks for bringing this wonderful artist to us. However, the organizers could have limited the number of events and provided Lopamudra some more time. I am all for supporting local talents, but please make sure that these performers have the quality to share the same stage with an artist like Lopamudra. ', 'Lopamudra Concert in New Jersey', 0, '', 'publish', 'open', 'open', '', 'lopamudra-concert-in-new-jersey', '', '', '2008-08-05 11:10:51', '2008-08-05 15:10:51', '', 0, 'http://ethnomediallc.com/wpress/?p=195', 0, 'post', '', 0),
(588, 1, '2011-09-23 20:11:39', '2011-09-24 00:11:39', 'It is said that you can take a Bengali out of Bengal, but you cannot take Bengal <a href="http://nynjbengali.com/wp-content/uploads/2009/09/durga-protima.jpg"><img class="alignleft size-medium wp-image-420" title="Kallol Durga Protima" src="http://nynjbengali.com/wp-content/uploads/2009/09/durga-protima.jpg" alt="Durga Protima Kallol of New Jersey" width="331" height="221" /></a>out of a Bengali. I''d rather rephrase it by saying that you can never take Durga Puja out of a Bengali. The greatest Bengali festival is once again knocking on our doors and the New Jersey Bengalis are gearing up to greet their Mother Durga with utmost fervor.  Although according to the Bengali calender the puja starts (Maha Shasthi) on Sunday October 2, the enthusiastic New Jersey Bengalis are not willing to wait that long. ICC of Garden State will start their festival on Saturday 24th September and continue till Sunday the 25th. The Puja will be held at the Mt Olive High School, 18 Corey Rd, Flanders, NJ 07836. They have also lined up an impressive cultural program featuring the famous Bengali singer Nachiketa (more on Nachiketa later), a Bengali play from Toronto, and Soumen Adhikari, another singer from Kolkata. Several other local programs and great food also awaits the attendees. Note:  I just learnt that ICC has canceled Nachiketa’s program due to lack of timely confirmation from the artist’s agent. Instead, they will be presenting Nirmalya Ray, a well known artist to the NJ music lovers.<!--more-->\r\nOn 25th early morning, Ananda Mandir will be invoking Devi Durga with their live annual Mahalaya Mahishasura Mardini presentation.  Over the years, this program has developed a great following with overflowing crowd, all coming in from far and near at 4.00am in the morning. Good words of this event has spread far and beyond the US shores. So if you want to attend this event, then arrive at the Mandir by 4.00am to secure a seat. The event is generally followed by a traditional Bengali breakfast of Luchi, Aloor dom and Jilipi, although I am not sure if this tradition is to continue this year.\r\nKallol of New Jersey will be celebrating their Puja starting on Friday Sept 30 and continue till Sunday October 2nd.   Kallol’’s cultural program has always been a mix of local and guest performers of excellent quality. This year,  on Kallol’s stage  Purbayan Chatterjee  ( Sitar) along  with Pandit Anindyo Chatterjee (Tabla) will be presenting “String Struck” on Friday evening, a classical musical program including Sitar and vocal music.  The famous singer  Nachiketa will be presenting his concert “Tumi Sesh Parjonto” on Saturday evening.  Sunday evening will feature Aparna Sen (readings) along with Soumajit Das (vocals) and Sourendra Mallik (piano), to present “You and I… Lovingly Yours”. The other events that promise to enthrall the audience include, “Bisarjan” a program of dance and recitation directed by Faroque Azam and “Durga Stotra” a dance recital by Mili Bhattacharya,  both on Friday. On Saturday the Kallol children will perform “A Wonderful World”, a musical play written and directed by Aparajita Das.   This futuristic play brings a group of friends into an endangered world wrought by global warming, resource depletion, and life form extinction. Their journey creates an open window into the dangers of what life can become for our children and the future of the planet. The ex-New Jerseyan, Tarun Chatterjee, will stage “Kabar” a play by Minir Choudhury with his team from Columbus Ohio.  Mina Basu Nag (Nritya Creations) & Sanjeeb Bhattacharya will also present a dance recital. On Sunday, Kallol''s choreographer and director, Sunrita Mitra pays homage to  Rabindranath Tagore by presenting highlights of three immortal creations, "Taasher Desh", "Chitrangada" and "Chandalika" in a single musical and dance presentation titled “Troyee”.\r\n\r\nGarden State Cultural Association, GSCA, will be celebrating their Puja on Oct 1 and 2 at the Plainfield High School. Theit cultural events  include dance recital by Mitra Purkayastha’s troupe and\r\na hilarious Bengali play “Eta Byaktigoto”, written and  directed by Soumendu Bhattacharya along with\r\nSongs by Pratibha Singh &amp; Soumen Nandi (Sa Re Ga Ma Pa Challenge 2009 finalists) on Saturday evening. On Sunday, the events include  “Surer Biswayane Rabindranath, a GSCA musical production followed  by Monomoy Bhattacharya (Kolkata) concert of  modern Bengali Songs.\r\n\r\nAnandamandir will be celabrating their Durga Puja from October 2 to 6 as per the Bengali calendar and so will Bharat Sevashram Sangha. However, at this time I do not have any information regarding their cultural programs.\r\n\r\nLike cultural programs, food is an integral part of any Durga Puja celebration in New Jersey. All the organizers promise to have scrumptious dinner on all evenings during the Pujas.  "Panthar Mansho" (goat meat) will be the key attraction at all the community Puja''s except at the Anandamandir and Bharat Sevashram Sangha temples.\r\n\r\nI hope that you all will have a great Durga Puja and enjoy the festival to the fullest.\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="420" height="315" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/1iBQSt4saNU?version=3&amp;hl=en_US" /><embed type="application/x-shockwave-flash" width="420" height="315" src="http://www.youtube.com/v/1iBQSt4saNU?version=3&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object>\r\n\r\n<object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/WCj2gZTqf8Q?version=3&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WCj2gZTqf8Q?version=3&amp;hl=en_US" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>', 'Durga Puja 2011 : New Jersey Style', 0, '', 'publish', 'open', 'open', '', 'durga-puja-2011-new-jersey-style', '', '', '2011-09-25 23:31:37', '2011-09-26 03:31:37', '', 0, 'http://nynjbengali.com/?p=588', 0, 'post', '', 0),
(198, 1, '2008-08-13 12:09:32', '2008-08-13 16:09:32', '<!--adsense-->\r\nRecently a bunch of reviews on ECTA''s mini Theater festival plays have been published in various news and online media both in USA and India. I would like to share them with you, since many may not have access to these publications, especially those which are published in India. \r\n<ul>\r\n	<li>Gautam Dutta wrote about "Satyameva..." in Sambad Bichitra (published by CAB). The review is in Bengali and to read it <a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/docs/gautam_review_web.pdf">click here</a>. \r\n     </li>\r\n	<li>Gayatri Gamarsh wrote about the second day of the festival in Ananda Sambad. <a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/docs/gayatri_gamarsh_fest_review.pdf">Click here to read that review</a>.</li>\r\n	<li>Alolika Mukherjee''s detailed review appeared in Saptahik Bartaman in Kolkata. <a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/docs/Bartaman_festival_all.pdf">Click here to read it</a>.</li>\r\n	<li>Madhu Rye Thaker writes about Satyameva in India Abroad. <a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/docs/Madhu_Rye_Review_web.pdf">Click here</a>. </li>\r\n	<li>Jyotirmoy Dutta writes about ECTA and Taconic Parkway in DesiTalk. <a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/docs/desitalk.pdf">Click Here</a>.</li>\r\n	<li>Sambit Basu writes about Taconic Parkway in his blog "<a href="http://basus.net/?p=23">Monk''s Pearl</a>".\r\n</li></ul>\r\n\r\nThe opinions expressed in these reviews are solely that of the reviewers themselves. They provide us with different perspectives, but they can never replace the actual viewing of the play and its enjoyment. Plays, films and any other objects of art should be viewed and appreciated on your own. To get an wonderful perspective on reviews, I recommend watching the fantastic animated film "Ratatouille" and listen to the final review by Anton Ego (Peter O''Toole) the dreaded food critic.\r\n\r\n\r\n\r\n\r\n', 'Some Reviews on ECTA''s Theater Festival', 0, '', 'publish', 'open', 'open', '', 'some-reviews-on-ectas-theater-festival', '', '\nhttp://basus.net/?p=23', '2008-08-14 11:37:39', '2008-08-14 15:37:39', '', 0, 'http://ethnomediallc.com/wpress/?p=198', 0, 'post', '', 0),
(199, 1, '2008-08-12 17:03:20', '2008-08-12 21:03:20', '', 'bartaman_festival_all', 0, 'Saptahik Bartaman Review', 'inherit', 'open', 'open', '', 'bartaman_festival_all', '', '', '2008-08-12 17:03:20', '2008-08-12 21:03:20', '', 198, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/bartaman_festival_all.pdf', 0, 'attachment', 'application/pdf', 0),
(200, 1, '2008-08-14 13:39:16', '2008-08-14 17:39:16', '<!--adsense--><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/kemon_haante-300x206.jpg" alt="Walk the line" title="kemon_haante" width="300" height="206" class="alignleft size-medium wp-image-201" />Arranged marriage is still quite common in India, and one important phase in an arranged marriage is the process of selecting the bride. Mind you, I said "bride selection" and not "groom selection". An important component of this process is to visit the bride''s home and conduct an interview of the girl to figure out if the girl is a suitable candidate. In some cases, the girl is not only asked to provide verbal answers to the questions, but also demonstrate their gait, posture, length of the hair and also their artistic, musical, and culinary skills. This cartoon was drawn to emphasize on this aspect of the selection process - the girl demonstrates her gait by walking on a tight rope. After all, that''s what she will have to do everyday at her in-laws family - walk the fine line with amazing dexterity, balance and skill. Women of our country may not be participating at the Olympics gymnastics events, but this skill of walking the horizontal beam is in their genes. This cartoon was done for Proma (published from Kolkata) few years ago. I thought this would be an interesting post during this Olympic season. ', 'Cartoon of the Week 3: The Selection Process', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-3-the-selection-process', '', '', '2008-10-14 13:48:09', '2008-10-14 17:48:09', '', 0, 'http://ethnomediallc.com/wpress/?p=200', 0, 'post', '', 0),
(201, 1, '2008-08-14 13:35:59', '2008-08-14 17:35:59', '', 'kemon_haante', 0, 'Walk the line', 'inherit', 'open', 'open', '', 'kemon_haante', '', '', '2008-08-14 13:35:59', '2008-08-14 17:35:59', '', 200, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/kemon_haante.jpg', 0, 'attachment', 'image/jpeg', 0),
(202, 1, '2008-08-14 17:50:44', '2008-08-14 21:50:44', '<!--adsense-->\r\n<strong>Cultural Association of Bengal</strong>\r\npresents\r\nA gala concert of classical Indian Music\r\nOn 13th September 2008, Saturday , 5 P.M. \r\nat Q208, 74-13 commonwealth Blvd, Bellerose, NY 11426\r\n\r\n<strong>Pt. Tarun Bhattecharya</strong> on Santoor accompanied by <strong>Abhishek Basu</strong> on tabla. \r\nEminent vocalist <strong>Mitali Banerjee Bhawmik</strong>, accompanied by <strong>Sri Dibyarka Chatterjee</strong> on tabla and  <strong>Sri Kedar Naphade</strong> on Harmonium. \r\nYoung vocalist <strong>Indrani Chakrabarty Khare</strong> will be recognized by cultural association of Bengal (C.A.B) for her achievement.\r\nSuggested Donation $20.00, $35.00. Ample free parking inside the school premises.\r\nContact Number: 718-631-9819, 516-298-2454, 914-277-4662, 732-496-0385, 631-821-5684,\r\n917-518-5484, 718-380-1373, 516-501-1966, 516-232-5124.\r\nDirection: By subway/bus: E or F train to Union Tpk exit. Then Q46 bus to Cross Island Parkway stop. Enter school gate.\r\nBy car: (1) Grand Central Parkway (east) to Union Tpk exit. Right turn to Unin Tpk. School entrance between Cross island and commonwealth Blvd.\r\n(2) Grand Central Park way (west) to Little neck PKway. Left Turn to Littleneck PKway. Go under Grand central PKway.Right turn on Littleneck PKway. Right turn again on Union Tpk.\r\nSchool on right after crossing Commonwealth Blvd.\r\n(3) Long Island Expressway to Littleneck Pky exit. Take Little Neck Pky (South). Go under Grand Central Pky and follow option 2.', 'CAB Classical Music Concert', 0, '', 'publish', 'open', 'open', '', 'cab-classical-music-concert', '', '', '2008-08-14 17:51:43', '2008-08-14 21:51:43', '', 0, 'http://ethnomediallc.com/wpress/?p=202', 0, 'post', '', 0),
(204, 78, '2008-08-20 21:20:14', '2008-08-21 01:20:14', '<!--adsense-->\r\nAnanda Mandiis celebrating Sri Krishna Janmashtami on  Sunday, August 24 From 6:00 AM to 9 :00 PM.\r\n<div style="exactly;">\r\n<table border="0" cellspacing="0" cellpadding="0" align="right">\r\n<tbody>\r\n<tr>\r\n<td style="#ece9d8;" align="left" valign="top">\r\n<p class="TOCText-Elegant" style="exactly;"><span style="Garamond;"><strong><span style="#cc0000;">Sri Krishna Janmashtami</span></strong><strong><span style="red;"><span style="yes;">                         </span></span></strong><span style="12pt;">Sunday, Aug 24, 2008<span style="yes;">                 </span><span style="yes;">                                 </span>Extended Temple Hours<span style="yes;">                              </span>6:00 AM to 9:00 PM<strong><span style="red;"></span></strong></span></span></p>\r\n<p class="MsoNormal" style="exactly;"><strong><span style="Times New Roman;"><span style="lime;"><span style="yes;"> </span></span><span style="x-small;">6:00 am<span style="yes;">                </span>--Mangal<span style="yes;">  </span>Aarati</span></span></strong></p>\r\n<p class="MsoNormal" style="exactly;"><strong><span style="x-small;"><span style="Times New Roman;"><span style="yes;">  </span>6.30 am<span style="yes;">            </span><span style="yes;">  </span><span style="yes;"> </span>--Sri<span style="yes;">  </span>Krishna Sahasra Naam Path</span></span></strong></p>\r\n<p class="MsoNormal" style="exactly;"><strong><span style="x-small;"><span style="Times New Roman;"><span style="yes;">  </span>7.30 am - 9.30 <span style="yes;"> </span>am <span style="yes;"> </span>--Nitya Puja</span></span></strong></p>\r\n<p class="MsoNormal" style="exactly;"><strong><span style="x-small;"><span style="Times New Roman;">10.00 am -11.00 am <span style="yes;"> </span>--Srimad Bhagavad Path</span></span></strong></p>\r\n<p class="MsoNormal" style="exactly;"><strong><span style="x-small;"><span style="Times New Roman;"><span style="yes;">  </span>3.00 pm - 6.30<span style="yes;">  </span>pm <span style="yes;"> </span>--Bhajan<span style="yes;">  </span>Sandhya<span style="yes;">      </span></span></span></strong></p>\r\n<p class="MsoNormal" style="exactly;"><strong><span style="x-small;"><span style="Times New Roman;"><span style="yes;">  </span>7.00 pm -<span style="yes;">  </span>8.30<span style="yes;">  </span>pm --Janmashtami<span style="yes;">  </span>Puja<span style="yes;">  </span>&amp;<span style="yes;">  </span>Aarati</span></span></strong></p>\r\n</td>\r\n</tr>\r\n</tbody></table>\r\n</div>', 'Sri Krishna Janmashtami at  Ananda Mandir', 0, '', 'publish', 'open', 'open', '', 'sri-krishna-janmashtami-ananda-mandir', '', '', '2008-08-20 21:20:14', '2008-08-21 01:20:14', '', 0, 'http://ethnomediallc.com/wpress/?p=204', 0, 'post', '', 0),
(205, 1, '2008-08-21 10:33:22', '2008-08-21 14:33:22', '<!--adsense-->\r\nIIT KGP Alumni – East Coast Summer Picnic 2008\r\n\r\nHi Alumnus –\r\nOur 11th annual picnic is scheduled for Saturday, September 20, 2008 (rain or shine). Please join us. Bring your significant other and family, and reconnect with friends. Lounge, bhaat, play and enjoy. Help grow the newly formed NY/NJ alum chapter.\r\n\r\nWhen: Sat, Sept 20, 2008, 11am-4pm\r\n\r\nWhere: Duke Island Park Pavilion, Old York Road, Bridgewater, NJ\r\n\r\nPark Contact: 908-722-7779, http://www.somersetcountparks.org\r\n\r\nCost: $20/adult (16yrs and above), $5 (6-15 yrs); Cost goes up after Sept 6\r\n\r\nCatered Indian lunch will be served at 12:30pm. Please bring along lawn chairs and/or rugs to make yourselves comfortable. If you have any games or sports equipment (e.g., soccer, volleyball, cricket, cards, baddy), please bring along. If you would like to help with the event, please reach out to us.\r\n\r\nTo avail the early bird rate, register by September 6. After that the event fees go to $25 and $8 respectively.  Send email to Ajit Agrawal (ajit_k_agrawal@yahoo.com)  to use Paypal to register using credit cards.\r\nIf you prefer to send a check, please send to: Ajit K Agrawal, 315 West End Avenue, #8B, New York, NY 10023.\r\n\r\nKGP ka tempo HIGH hai! See you on Sept 20.\r\n\r\nAjit Agrawal (ajit_k_agrawal@yahoo.com)\r\n\r\nSubhodev Das (subhodev@att.net)\r\n\r\nArnab Dey (arnabdey@hotmail.com)\r\n\r\nKunal Sinha (kunalsinha@gmail.com)\r\n\r\nVinod Addidam (vinod.addidam@mba.stern.nyu.edu)\r\n\r\nRavi Gupta (ravi2gupta@yahoo.com)', 'IIT Kharagpur Alumni – East Coast Summer Picnic 2008', 0, '', 'publish', 'open', 'open', '', 'iit-kharagpur-alumni-%e2%80%93-east-coast-summer-picnic-2008', '', '', '2008-08-21 10:33:22', '2008-08-21 14:33:22', '', 0, 'http://ethnomediallc.com/wpress/?p=205', 0, 'post', '', 0),
(206, 1, '2008-08-21 10:37:21', '2008-08-21 14:37:21', '<!--adsense-->\r\nJadavpur University Alumni Picnic 2008\r\n\r\nSaturday, August 23, 2008; 10.00am\r\nMercer County Park, West Windsor, NJ\r\n\r\nContact: nkpaul@gmail.com ; jbhowmick@hotmail.com ; tchakraborty@alcatel-lucent.com', 'Jadavpur Univ Alumnii Picnic 2008', 0, '', 'publish', 'open', 'open', '', 'jadavpur-univ-alumnii-picnic-2008', '', '', '2008-08-21 10:37:21', '2008-08-21 14:37:21', '', 0, 'http://ethnomediallc.com/wpress/?p=206', 0, 'post', '', 0),
(207, 1, '2008-08-21 14:18:04', '2008-08-21 18:18:04', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/babul-supriyo.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/babul-supriyo-227x300.jpg" alt="Babul Supriyo" title="babul-supriyo" width="227" height="300" class="alignleft size-medium wp-image-208" /></a>The most awaited event for any Bengali, the Durga Puja festival, is less than two months away. Kallol of NJ will be celebrating this festival during the weekend of October 3 to 5, 2008, while Garden State Cultural Association will have a concurrent celebration on Oct 4th and 5th.  Having a concurrent celebration has its pros and cons. On the positive side, it helps to divide the audience which otherwise becomes impossible to manage at a single venue. The negative aspect is that many of us, who would have loved to attend both (and attend them completely), are denied of the opportunity. \r\nHowever, even this joint celebration (I mean the dates only) is not helping the organizers. Depending on what performers are being invited from Kolkata or Mumbai by these organizers, crowd management becomes a major issue with frequent interruptions and threats from the Fire dept. Inviting these famous artists to perform during the Puja is a double edged sword. You need to get the popular star performers to pull in the crowd because it is them who pays for the enormous expense. On the other hand, too many people cannot be accommodated in the  spaces the organizers typically use. <!--more-->\r\nHence the Durga Puja organizers have adopted new policies to control the crowd as well as bring in some predictability to the number of potential attendees. Kallol of NJ, from this year (2008) will be accepting early registrations for the Durga Puja festivals. Once they reach their target number, no further registrants will be allowed and hence no drop-ins. This proposal was formally announced during the Kallol picnic, however further details will be mailed out to the members in late August. This year Kallol is inviting the famous singer from Mumbai, Babul Supriyo, to perform on Sunday (Oct 5th) and they expect a huge turn out.  There will be few more guest artists (to be announced soon) as well as local performers. So, if you do not want to miss Babul Supriyo, you better register (with early payment of your contribution) soon. I don''t know if Kallol is offering a staggered contribution rate to encourage early registration, but I am told that the process is going to be enforced quite strictly and professionally.  \r\n\r\nThis is all very nice and fair. But, to me, this excessive formality takes out some of the fun of attending the Durga Puja festival. It almost sounds like we are attending a conference (like NABC?) or some formal event where we need to follow strict rules of attendance. Dangling those ugly badges on your beautiful and expensive attire is itself an insult to many of the fashion conscious attendees. And now you may have to wear wrist bands or indelible ink stamps to make sure you can get past the gate keepers. You need to commit months ahead which Puja you''d like to attend instead of making a spontaneous decision. \r\nBut I guess we need to sacrifice some of our freedom to help better manage the festivities. Aren''t we getting used to this already?\r\n', 'New Jersey Durga Puja 2008', 0, '', 'publish', 'open', 'open', '', 'new-jersey-durga-puja-2008', '', '', '2008-08-21 14:18:04', '2008-08-21 18:18:04', '', 0, 'http://ethnomediallc.com/wpress/?p=207', 0, 'post', '', 5),
(208, 1, '2008-08-21 14:12:14', '2008-08-21 18:12:14', '', 'babul-supriyo', 0, 'Babul Supriyo', 'inherit', 'open', 'open', '', 'babul-supriyo', '', '', '2008-08-21 14:12:14', '2008-08-21 18:12:14', '', 207, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/babul-supriyo.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(209, 1, '2008-08-26 13:34:24', '2008-08-26 17:34:24', '<!--adsense-->\r\nFri Sep 12 7pm – 10pm\r\n(Timezone: Eastern Time)\r\nGeorge Street Playhouse, 9 Livingston Avenue, New Brunswick, NJ 08901 (map)\r\n\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/mitali.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/mitali-257x300.jpg" alt="Mitali Banerjee Bhawmik" title="Mitali Banerjee Bhawmik" width="257" height="300" class="alignleft size-medium wp-image-210" /></a>You are invited to this music concert in the New Brunswick Theater District that I am helping to organize for September 12. Knowing your love for music, I am taking this opportunity to invite you to the concert and requesting to please kindly forward the invite to all interested music lovers you know. This concert will take you on a trip to the whole India through its music. Light music from all four corners of India will be presented by the accomplished and beloved artists mentioned below. Moreover, this is a fund raising concert to help the victims of the Myanmar floods and China earthquake, supported by the South Asian Professional Network (SAPN) of Merrill Lynch. A donation of $35 per person is desired to raise sufficient funds for the unfortunate victims.\r\n\r\nYour participation will provide palpable help to the survivors.\r\n\r\nThe $35 include a ticket for the concert, full course Indian dinner\r\nand soft drinks at the theater. Please RSVP before September 6 and your\r\nseats will be reserved. Your donations will be accepted at the theater\r\non September 12 prior to the concert.\r\n\r\nAgenda on Septeber 12 (Friday)\r\nDinner 7:00pm-7:45pm\r\nConcert 7:45pm-10:00pm\r\n\r\n\r\n\r\n<blockquote>Artists\r\n\r\nVocal:\r\n\r\n<strong>Dr. Mohan Deshpande\r\n\r\nSmt. Mitali Banerjee Bhawmik\r\n\r\nSmt. Astha Shukla\r\n\r\nTabla: Dr. Amod Dandawate\r\n\r\nHarmonium: Dr. Kedar Naphade.</strong>\r\n</blockquote>\r\n\r\n\r\n ', 'The Music Of India : A Concert at New Brunswick Theater District', 0, '', 'publish', 'open', 'open', '', 'the-music-of-india-a-concert-at-new-brunswick-theater-district', '', '', '2008-08-28 15:16:20', '2008-08-28 19:16:20', '', 0, 'http://ethnomediallc.com/wpress/?p=209', 0, 'post', '', 0),
(210, 1, '2008-08-26 12:08:59', '2008-08-26 16:08:59', '', 'Mitali Banerjee Bhawmik', 0, 'Mitali Banerjee Bhawmik', 'inherit', 'open', 'open', '', 'mitali', '', '', '2008-08-26 12:08:59', '2008-08-26 16:08:59', '', 209, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/mitali.jpg', 0, 'attachment', 'image/jpeg', 0),
(211, 1, '2008-08-28 15:08:41', '2008-08-28 19:08:41', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/niramishasi_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/niramishasi_web-300x198.jpg" alt="Vegeterian" title="Niramishashi" width="300" height="198" class="alignleft size-medium wp-image-212" /></a>Pujo contribution or Chaanda (as we fondly call this concept) is always an issue with the average Bengali. Be it in India or in USA, Bengalis have the feeling that this is an unjust extortion in the name of a festival that we all like to attend. It should be free for all of us. Where the organizers get their funds is not for us to bother about. Since, most of the Pujo organizers make it a point to ensure that each and every attendee pays their contribution, we''d like to get away with the minimum amount that helps us to claim a stake in the festival. But the Pujo organizers these days are smart, they make the contribution amount quite obvious by displaying it in bold font. To justify the specified amount, the organizers will cite different components of the cost incurred to hold a festival of this magnitude, like goat meat, Mumbai and Kolkata performers - etc etc. This cartoon raises a legitimate question - why not an a-la carte system for Pujor Chanda? Sounds fair to me!\r\n ', 'Cartoon of the Week 4: Pujor Chanda', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-4-pujor-chanda', '', '', '2008-10-14 13:47:50', '2008-10-14 17:47:50', '', 0, 'http://ethnomediallc.com/wpress/?p=211', 0, 'post', '', 0),
(212, 1, '2008-08-28 15:06:41', '2008-08-28 19:06:41', '', 'Niramishashi', 0, 'Vegeterian', 'inherit', 'open', 'open', '', 'niramishasi_web', '', '', '2008-08-28 15:06:41', '2008-08-28 19:06:41', '', 211, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/08/niramishasi_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(213, 1, '2008-09-03 11:19:19', '2008-09-03 15:19:19', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/goatmeat_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/goatmeat_web-300x180.jpg" alt="Suggested minumum pieces : 8" title="Goat Meat" width="300" height="180" class="alignleft size-medium wp-image-214" /></a>Durga Puja festival has always been a great source of inspiration to me as a cartoonist. I have drawn several cartoons related to this festival and the way we celebrate it in our adopted homeland. Last week I posted one on the "Chanda" issue. This cartoon (drawn a long time ago for Kallol Sahityo Patrika) also takes a spin on the same touchy subject. In earlier times (late 80''s and early 90''s), the Pujo organizers did not specify or "suggest" any contribution amount to the attendees. The strong "suggestion" became, sort of, necessary from the later half of the 90''s when goat meat (or mutton curry) became a must item at the Saturday evening community dinner. Goat meat has always been an expensive item, and with the unpredictable attendance being a major problem, estimating the amount of meat to be cooked is always an issue. The volunteers serving dinner had to deploy smart strategies to control the number of mutton pieces to the hungry devotees standing in the line. At the beginning phase, they are generally generous, especially to their friends and families. However, soon (after a quick review by the supervisors) the strategy changes to a rationing mode when the number of mutton pieces served becomes indirectly proportional to the number of attendees. Now in this situation, the tired and hungry attendee, who has paid the "suggested minimum contribution" has all the right to demand a "suggested minimum number of pieces" of the precious goat meat. After all, that was one of the key factors that attracted him to this festival in the first place!\r\n', 'Cartoon of the Week 5: Pujo Cartoon', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-5-pujo-cartoon', '', '', '2008-10-14 13:47:38', '2008-10-14 17:47:38', '', 0, 'http://ethnomediallc.com/wpress/?p=213', 0, 'post', '', 0),
(214, 1, '2008-09-03 11:17:00', '2008-09-03 15:17:00', '', 'Goat Meat', 0, 'Suggested minumum pieces : 8', 'inherit', 'open', 'open', '', 'goatmeat_web', '', '', '2008-09-03 11:17:00', '2008-09-03 15:17:00', '', 213, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/goatmeat_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(215, 1, '2008-09-03 22:08:10', '2008-09-04 02:08:10', '<!--adsense-->\r\nECTA (Ethnomedia Center for Theater Arts) is looking for actors and actresses for their upcoming production to be staged in late November 2008. Previous acting experience is nice to have but not necessary. Love for theater and performing arts is a must.  \r\n\r\nIf you are interested please attend the following casting call. \r\n\r\n\r\n\r\n<blockquote>Play: Banaprastha - a play in Bengali by Sudipta Bhawmik\r\nDirected by: Indranil Mukherjee\r\n\r\nDate and Time: Friday Sept 5 at 7:30pm\r\nPlace: 28 McBride Way, Bridgewater, NJ 08807\r\n\r\nTo RSVP send email to indymukh@gmail.com or bhawmik@gmail.com</blockquote>\r\n\r\n\r\n', 'ECTA Looking for Actors and Actresses', 0, '', 'publish', 'open', 'open', '', 'ecta-looking-for-actors-and-actresses', '', '', '2008-09-03 22:09:07', '2008-09-04 02:09:07', '', 0, 'http://ethnomediallc.com/wpress/?p=215', 0, 'post', '', 0),
(216, 1, '2008-09-10 16:57:24', '2008-09-10 20:57:24', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/aastegaan_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/aastegaan_web.jpg" alt="Pujor Adda" title="Adda" width="450" height="377" class="alignleft size-full wp-image-217" /></a>Entertainment events are the major attractions of any Durga Puja festival. The Puja organizers spend thousands of dollars to get the most popular artistes from India as well as from the local talent pool. It is the star entertainers that pull in the crowd, and crowd brings in revenue. The popularity ratings of the entertainers define the success of a Durga Puja. \r\nBut is it true? If the stars and their entertainment was the only reason to attend a Puja festival, then why do we have to listen to the constant rumbling noise of numerous "adda" sessions that continue in the background? As the audio levels of the performers rise, so does the noise level.  To many attendees (myself included) the main attraction of attending a Puja is the opportunity to meet friends and engage in endless "addas". We have no ill feeling towards the performers, they can continue to do their job as long as they don''t disturb our "addas". After all, it is them who made us decide which Puja to attend - but they cannot deny us our birth right to be able to talk, talk and talk for hours on. We will occasionally listen to one or two songs to give our tired jaw bones some rest, but soon we''ll get back to argue about who was the best performer of the song, and how this "hopeless" artist has ruined the song completely. We''ll lament the dearth of talent in Bengal and how we miss the golden days of Kishore and Hemanta-da, how the new generation of band music is destroying Bangla music and why one should ban artistes like Sumon and Nachiketa. \r\n', 'Cartoon of the Week 6: The Pujo Entertainment', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-6-the-pujo-entertainment', '', '', '2008-10-14 13:47:25', '2008-10-14 17:47:25', '', 0, 'http://ethnomediallc.com/wpress/?p=216', 0, 'post', '', 0),
(217, 1, '2008-09-10 13:05:46', '2008-09-10 17:05:46', '', 'Adda', 0, 'Pujor Adda', 'inherit', 'open', 'open', '', 'aastegaan_web', '', '', '2008-09-10 13:05:46', '2008-09-10 17:05:46', '', 216, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/aastegaan_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(218, 1, '2008-09-11 10:34:56', '2008-09-11 14:34:56', '<!--adsense-->\r\nTagore   Society   of   New York\r\nWill celebrate\r\n100 Year Anniversary of  writer, poet ,novelist\r\nBuddhadeb Bose\r\n\r\nSunday, September 14, 2008 @ 2.00 PM\r\nAt the residence of Dr.Nupur Lahiri\r\n4343 State Hwy No. 27\r\nPrinceton, NJ 08540\r\n732-821-3949\r\n\r\nIntroduction	Jyotirmoy Datta\r\nSongs	Supti Dasgupta / Sushmita Sarkar / Nupur Lahiri\r\nPoetry Reading	Pijush Dey / Mel Datta\r\nPlay recital	To be Determined\r\nPoetry Reading	Farooque Azam / Arvin Ghosh\r\n	\r\n\r\nDirection:\r\nRt. 1 south – turn right on Promonade Blvd.\r\nTurn right on Rt. 27 drive 1 mile\r\nThe house is on left across Little Rocky Hill firehouse\r\n', 'Birth Centenary Celebration of Buddhadeb Bose', 0, '', 'publish', 'open', 'open', '', 'birth-centenary-celebration-of-buddhadeb-bose', '', '', '2008-09-11 10:34:56', '2008-09-11 14:34:56', '', 0, 'http://ethnomediallc.com/wpress/?p=218', 0, 'post', '', 0),
(219, 1, '2008-09-18 15:55:02', '2008-09-18 19:55:02', '<!--adsense-->\r\n<a class="alignleft" onclick="pageTracker._trackPageview(''/outgoing/nynjbengali.com/wp-content/uploads/2008/09/800px-indian_food_set.jpg?referer=http://ethnomediallc.com/wpress/wp-admin/edit.php?s=indian+food&amp;m=0&amp;cat=0'');" href="http://nynjbengali.com/wp-content/uploads/2008/09/800px-indian_food_set.jpg"><img class="alignleft size-medium wp-image-220" title="Indian Food" src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/800px-indian_food_set-300x225.jpg" alt="A Thali of Indian Food" width="300" height="225" /></a>All around us we find tons of books, websites, and other information about food and nutrition. What we should eat and what not, what foods to avoid for diabetes, what foods to eat to lower cholesterol and what foods to avoid for weight loss. Zillions of nutritionists, dietitians, physicians, nurses, body builders and quacks have made millions writing such books. Most of these books, however, cater to the western food habits. Their meal suggestions, recipes and nutritional information cover only the kind of diet that we Indians hardly eat in our daily lives. Some diet books lightly touch upon some of the Indian foods but they are severely limited to the typical north Indian recipes like tandoori chicken or chicken tikka masala. But if you are a Bengali, then CTM (as they call chicken tikka masala in UK) appears rarely on our diet. We would be interested in knowing whether chhaanar dalna is a healthier meal than shorshe ilish.\r\n<img class="alignright" style="float: right; margin: 6px;" src="http://nynjbengali.com/wp-content/uploads/2009/03/indian_food_healthy.jpg" alt="Healthy Indian Food" width="200" height="150" />Few months ago, a friend of mine forwarded me an <a href="http://ethnomediallc.com/downloads/IndianNutrition_Book.pdf">e-book (a pdf file) titled "Indian Foods: AAPI''s Guide to Health, Nutrition, and Diabetes"</a>. This book, written by a team of experts appointed by the American Association of Physicians of Indian Origin (AAPI) provides an invaluable guide to the Indians living in America to make some sense of their diet in terms of healthiness. The best part of this book is that it contains chapters pertaining to the regional foods of India. For example, in its chapter on Bengali and Oriya cuisine, the author provides a table (no pun intended) showing a typical Bengali diet and how it can be modified to make it healthier.\r\nI''d like to welcome you all to <a href="http://ethnomediallc.com/downloads/IndianNutrition_Book.pdf">download this book by clicking on this link</a>. AAPI is distributing this book for free. I thank AAPI for providing this valuable resource.', 'Indian Food and Nutrition', 0, '', 'publish', 'open', 'open', '', 'indian-food-and-nutrition', '', '', '2009-03-23 14:20:09', '2009-03-23 18:20:09', '', 0, 'http://ethnomediallc.com/wpress/?p=219', 0, 'post', '', 3),
(220, 1, '2008-09-18 15:52:07', '2008-09-18 19:52:07', '', 'Indian Food', 0, 'A Thali of Indian Food', 'inherit', 'open', 'open', '', '800px-indian_food_set', '', '', '2008-09-18 15:52:07', '2008-09-18 19:52:07', '', 219, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/800px-indian_food_set.jpg', 0, 'attachment', 'image/jpeg', 0),
(221, 1, '2008-09-18 23:20:01', '2008-09-19 03:20:01', '<!--adsense-->\r\nLive Mahishasura Mardini at Anandamandir \r\nFeaturing some of the best musicians of New Jersey\r\n\r\n4.30AM', 'Live Mahalaya at Anandamandir', 0, '', 'publish', 'open', 'open', '', 'live-mahalaya-at-anandamandir', '', '', '2008-09-18 23:20:01', '2008-09-19 03:20:01', '', 0, 'http://ethnomediallc.com/wpress/?p=221', 0, 'post', '', 0),
(222, 1, '2008-09-18 23:40:18', '2008-09-19 03:40:18', '<!--adsense-->\r\nFollowing is the list of Durga Puja celebrations in New Jersey with dates and venues:\r\n\r\n1. <strong>Kallol of New Jersey</strong>\r\n    Oct 3, 4, 5\r\n    Ukrainian Church Community Center, \r\n    135 Davidson Ave, Somerset, NJ\r\n\r\n2.  <strong>Garden State Cultural Association</strong>\r\n     Oct 4th and 5th 2008\r\n    Plainfield High School,\r\n    950 Park Avenue, Plainfield, NJ 07060\r\n\r\n3. <strong>Indian Community Center of Garden State</strong>\r\n   Oct 4th & 5th\r\n   Eisenhower Middle School\r\n   47 Eyland Avenue\r\n   Succasunna, NJ 07876\r\n\r\n4. <strong>Garden State Puja Committee</strong>\r\n   Oct 4th and 5th, 2008\r\n   40 Sullivan Dr, Jersey City, NJ\r\n\r\n5. <strong>Anandamandir</strong>\r\n   Oct 5th to Oct 9th , 2008\r\n   269 Cedar Grove Lane,\r\n   Somerset, NJ 08873-5212\r\n\r\n6. <strong>Bharat Sevahram Sangha</strong>\r\n    Oct 5th to 9th 2008\r\n   3490 Route 27, Kendall Park, NJ 08824\r\n\r\nYou may visit the websites of these Pujas from our <a href="http://ethnomediallc.com/wpress/index.php/test-web-collage">Webcollage</a> page.', 'Durga Puja in New Jersey', 0, '', 'publish', 'open', 'open', '', 'durga-puja-in-new-jersey', '', '\nhttp://ethnomediallc.com/wpress/index.php/test-web-collage', '2008-09-19 14:08:16', '2008-09-19 18:08:16', '', 0, 'http://ethnomediallc.com/wpress/?p=222', 0, 'post', '', 1),
(223, 1, '2008-09-19 14:32:24', '2008-09-19 18:32:24', '[contact-form 1 "Contact form 1"]', 'Contact', 0, '', 'publish', 'open', 'open', '', 'contact', '', '', '2008-09-19 14:32:24', '2008-09-19 18:32:24', '', 0, 'http://ethnomediallc.com/wpress/?page_id=223', 5, 'page', '', 0),
(224, 1, '2008-09-23 12:32:00', '2008-09-23 16:32:00', '<!--adsense-->\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/ab.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/ab.jpg" alt="Amitabh Bachchan" title="Amitabh Bachchan" width="90" height="67" class="alignleft size-full wp-image-225" /></a>Blogging by celebrities is a trend that has caught on for quite some time now. But in most cases the celebrities use the blog to market their latest products, films, music, whatever. Blogging regularly, in the midst of their busy schedule, is quite a challenge for any celebrity. Still some find the time to do it, besides the marketing aspect, just to be connected to their fans - sometimes even to show the people a different side of their personality which is never exposed through the medium they generally use. <!--more-->\r\nOne of the most popular celebrity blog these days (at least in India) is the one by Big B - Amitabh Bachchan (I am not including the link here - visit my web collage page and find it for yourself). When I first read the blog (few months ago), I thought may be this was just another PR channel operated by some ghost blogger on behalf of Mr. Bachchan. But after closely following the blog for some time, my impression started to change. The regularity with which the blog is published, the subtle little details that he writes, his minute observations, thoughts and expressions are too real to be emulated by a ghost writer. This blog surely brings Mr. Bachchan much closer to his fans, makes him a real person. It is the next best thing to sitting next to him on a quite afternoon and chatting away about the so-called trivialities of life. And I must mention that his writing skills are extraordinary. Just like his acting skills, he can touch his reader''s heart through his writings too - almost instantaniously. When he writes about his father''s feelings when he was admitted to the hospital after a near fatal injury on the set of Cooly, or when he writes about his feelings regarding the terrorist attacks in Delhi - one can almost hear him speaking in his soulful voice.  \r\nI would like to request Mr. Bachchan to use his extraordinary writing skills to write a memoir of his struggles, his successes and failures, his joys and sorrows and share with us. I am sure it will be an international best seller.', 'Big B''s Blog', 0, '', 'publish', 'open', 'open', '', 'big-bs-blog', '', '', '2008-09-26 13:09:14', '2008-09-26 17:09:14', '', 0, 'http://ethnomediallc.com/wpress/?p=224', 0, 'post', '', 0),
(225, 1, '2008-09-23 12:30:24', '2008-09-23 16:30:24', '', 'Amitabh Bachchan', 0, 'Amitabh Bachchan', 'inherit', 'open', 'open', '', 'ab', '', '', '2008-09-23 12:30:24', '2008-09-23 16:30:24', '', 224, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/ab.jpg', 0, 'attachment', 'image/jpeg', 0),
(226, 1, '2008-09-25 17:44:47', '2008-09-25 21:44:47', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/baarite_chaanda_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/baarite_chaanda_web-300x235.jpg" alt="Chaanda collection service " title="baarite_chaanda_web" width="300" height="235" class="alignleft size-medium wp-image-227" /></a>In several of my earlier blog articles, I wrote about our sensitivity to paying Durga Puja contributions (popularly known as Chaanda). The Puja organizers have tried to be innovative in extracting (no I never said extorting) the funds from the pockets of the attendees - they suggested (very strongly) donation amounts which partially resolved the problem but not the unpredictability. They have now resorted to early registration to ensure the committed funds (doesn''t matter if the contributors fail to attend due to weather or personal issues) and again they are successful to a great extent (Kallol has stopped early registration two weeks in advance and have declared "House Full").<!--more--> Now, if this too fails in the coming years, the organizers can use the age old technique of door to door collection service, as we did back in our home country. This style of collection has a special appeal to many old timers. The collectors can use a barrage of methods, the maastan approach, the pleading approach, the good cop bad cop routine etc. etc. Some of the contributors may even like the personal touch and treat the collectors with some home made delicacies served with a cup of tea. So folks, those of you have been reluctant to register early or refused to succumb to the strong suggestions, look out for the chaanda collection service car on your driveway next year.', 'Cartoon of the week 7: Durga Puja Chaanda Collection Service', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-7-durga-puja-chaanda-collection-service', '', '', '2008-10-14 13:47:08', '2008-10-14 17:47:08', '', 0, 'http://ethnomediallc.com/wpress/?p=226', 0, 'post', '', 2),
(227, 1, '2008-09-25 17:39:42', '2008-09-25 21:39:42', '', 'baarite_chaanda_web', 0, 'Chaanda collection service ', 'inherit', 'open', 'open', '', 'baarite_chaanda_web', '', '', '2008-09-25 17:39:42', '2008-09-25 21:39:42', '', 226, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/09/baarite_chaanda_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2008-10-08 10:44:15', '2008-10-08 14:44:15', '<strong>by Amitava Sen</strong>\r\nHe was standing there outside the Puja hall wearing a pained look, like he has been left on the wayside by the world and ignored.  I knew the man well, not intimately but well enough over three decades.  I have seen him in most of the Pujas since 1976.  Part of his misery was the October chill in which he was made to wait. I empathized and asked him what’s going on. It appeared that he could not produce the computer print-out confirming his registration which he claimed to have made on line. Later, one of the officials relented and finally produced his entry badge. It all ended well, so I thought.\r\nBut the man remained nonplussed. I asked him not to take it too hard. Doesn’t he realize that he is passé and he is irrelevant now? The Puja officials are quite within their rights.  His mistake was to expect a 1976 style congenial familiarity. Too bad that the changing of the guards has passed him by, un-noticed, again his mistake. <!--more-->\r\n\r\nPuja brochure published on the occasion correctly points out that Durga Puja is more of a social event. True, but which society? Society this man has known has been taken over by new net connected relationship; it’s a new social order. If you cannot meld, better get out of the way, remove yourself from the scene; it will roll over you, no matter how much it hurts.\r\nThe gentleman conceded my point and admitted that suddenly he realized that he did not know the majority of the crowd. Most were strangers to him. One of his nieces, who worked with computer all day, had booked him an entry pass on line.  A lot of his friends and mine as well are not blessed with a computer savvy niece and they missed out. Our turned-down friends are sadly wrong if they assume that thirty-two years of loyalty will get them an entry to their supposedly familial affair.  You do not have to be very smart to calculate the arithmetic of it; three days’ meals , for husband, wife and two children under twelve and an opportunity to Bhangra- Break dance to the tune of your favorite band,  all for hundred and change, a definite bargain;  who could pass it by?  So, the tickets went fast. Our friends have been a day late if not a dollar short. Next year at the end of summer and beginning of autumn, check the internet on an hourly basis or make friends with  internet folks, if you want to avoid the heart break  of missing out on the un-nerving new age heavy metal screaming of the band,  I earnestly advised the gentleman.\r\n\r\nIt’s a different age and players are different.  The days of Puja as a service to the community and cultural program by the members of the club and an occasional artist or two from Calcutta are over, now it is a strange pop rock band on Friday, a sa-re-ga-ma artist on Saturday and a touch of Bollywood on Sunday. It is also a matter of getting featured in Annada Bazaar Patrika, making your parents proud and neighbor jealous back home. \r\nI can see a point here; in this global era, thinking in terms of only a conventional community is thinking backward. Society and community as we have known it, is probably dead for us here. Better be prepared for a Kobi-Joyonti-Dhamaka in the summer and a globalized Hangama in New Year’s Eve, but do not expect the comfort of familiarity.\r\nAt the end  I advised my friend; yes, by the end of the day we were in friendly terms, not to lose his heart, go with the flow, stay hip and most of all behave well with the new-era crowd; you may even some day be rewarded with a cameo appearance on the stage handing over computer generated appreciation certificates. And do not forget to bundle up to stay warm in the October chill.\r\n\r\n<strong>Amitava Sen</strong>\r\n\r\n\r\n\r\n', 'Are you still Relevant?', 0, '', 'publish', 'open', 'open', '', 'are-you-still-relevant', '', '', '2008-10-08 10:44:15', '2008-10-08 14:44:15', '', 0, 'http://ethnomediallc.com/wpress/?p=238', 0, 'post', '', 0),
(229, 1, '2008-09-29 12:04:24', '2008-09-29 16:04:24', 'This year something unprecedented has happened. The two major Durga Puja committees have closed their doors to the Bengalis of the area who have failed to pre-register in due time. Kallol organizers tell me that they are completely sold out and do not have space for a single extra person. They had to express their inability to accommodate hundreds of people. Apparently this year the township authorities have clamped down with severe restrictions on the number of people that can be accommodated at the Ukranian Cultural/Community Center hall where Kallol celebrates its Durga Puja.  It is envisaged that the township authorities will be inspecting the venue every day during the festival during the peak hours.<!--more-->\r\n\r\nThis is indeed a very sad situation. Bengalis of the area have been coming to these Pujas for a long long time. And this is the first time, they may not be able to attend their favorite festival for which they having waiting year long, just because they missed the registration deadline in their busy life. Kallol did not even have a deadline. They closed their registration window as soon as they reached their target number.  The community is buzzing about this issue, and sometimes the buzz in breaking out into loud arguments about whether the organizers have the right to restrict admissions to a "sarbojonin" or public festival celebration. But I think they are missing one point. Any organizer would love to have more attendees - because that''s what fetches the revenue. But in this country we are bound by several laws and regulations that prevent us from doing things the way we would like them to be. Moving to a bigger venue is also not economically feasible without a guaranteed huge revenue stream. \r\n\r\nHence, to all our friends who have not been able to register to either Kallol or GSCA Pujo, I''d request them to patronize the other two New Jersey Pujo''s this year. ICC of Garden State and the Garden State Puja Committee of Jersey City are having their celebrations during the same weekend. They also plan to have great entertainment program with bands like Chandrabindu from Kolkata. And I understand, they do have some extra room to accommodate few more people. Following are their details: \r\n\r\n<strong>Indian Community Center of Garden State</strong>\r\nOct 4th & 5th\r\nEisenhower Middle School\r\n47 Eyland Avenue\r\nSuccasunna, NJ 07876\r\n\r\n<strong>Garden State Puja Committee</strong>\r\nOct 4th and 5th, 2008\r\n40 Sullivan Dr, Jersey City, NJ\r\n\r\nAlso, I''d request you to become members of organizations like Kallol and GSCA, such that in future years your admission is assured.\r\n\r\n', 'Kallol and GSCA Durga Puja Registrations Sold Out!!!', 0, '', 'publish', 'open', 'open', '', 'kallol-and-gsca-durga-puja-registrations-sold-out', '', '', '2008-09-30 14:01:45', '2008-09-30 18:01:45', '', 0, 'http://ethnomediallc.com/wpress/?p=229', 0, 'post', '', 9),
(230, 1, '2008-10-01 10:34:44', '2008-10-01 14:34:44', 'Here is a note I received from Subal Sarkar, Vice Chair, GSCA Board of Trustees.\r\n\r\n<blockquote>GSCA pre-registration will remain open till midnight October 1 , and  2. GSCA Puja is held in  a much larger facility than Kallol and will have plenty of room to accommodate registration at the gate on  first-come first-in basis until the capacity is reached.</blockquote>\r\n\r\n\r\n', 'GSCA Registration still open!!!', 0, '', 'publish', 'open', 'open', '', 'gsca-registration-still-open', '', '', '2008-10-01 10:34:44', '2008-10-01 14:34:44', '', 0, 'http://ethnomediallc.com/wpress/?p=230', 0, 'post', '', 2),
(231, 1, '2008-10-01 21:02:14', '2008-10-02 01:02:14', '<strong>Welcome to NY/NJ Bengali Website</strong>.\r\n\r\nThis site is about the Bengali life and experience in the US east coast. Please feel free to subscribe to our weekly email of new posts and event announcements.\r\n\r\n    * Click on the Subscribe tab above (or the Feedblitz button on the right sidebar) and fill up the form with your email address. You''ll receive a weekly email newsletter with the latest posts. Please note the email newsletter is delivered from FeedBlitz@mail.feedblitz.com. Make sure your email server does not block or filter out emails from feedblitz.\r\n    * To post an article  you need to register (subscription will not do) by clicking the Register/Login link on the right sidebar.\r\n    * If you like this blog or any article on this blog, share it with your friends. Click on the Share This button on the right side bar. You can share either by email or through multiple other social networking sites like Facebook, Stumbleupon etc.\r\n    * You can also subscribe to this blog through any RSS feed reader (like Google Reader). To subscribe to this feed use http://ethnomediallc.com/wpress/index.php/feed\r\n\r\nThanks.\r\nSudipta Bhawmik\r\n[WP-CUMULUS]\r\n', 'About Us', 0, '', 'publish', 'open', 'open', '', 'about-us', '', '', '2009-03-05 15:09:29', '2009-03-05 19:09:29', '', 0, 'http://ethnomediallc.com/wpress/?page_id=231', 6, 'page', '', 0),
(232, 1, '2008-10-02 10:29:21', '2008-10-02 14:29:21', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/auditorium_title_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/auditorium_title_web.jpg" alt="Holy Food, Prasad" title="No Food - Prasad" width="450" height="343" class="aligncenter size-full wp-image-233" /></a>Finally, the Durga Puja festival is upon us. After all the registration/pre-registration dust settles, we''ll all assemble in front of Maa Durga and pray to give us a good life. We may be at different puja celebrations, but in some way, we all will be connected by the single thread of joy, hope and happiness that this festival has been bringing to us over the years. \r\nOne of the most enjoyable things at the Durga Puja festivals is the community dinner. Sitting together and having a nice meal with the rest of the community gives a great feeling of solidarity. But these dinners are also a source of major logistical issues.<!--more--> Switching gracefully from the dinner to the cultural programs becomes a major problem. People trickle in at the dinner hall at their own pace, while the events start on the main stage. Many people, in the great urge to enjoy the events of their favorite artists, are tempted to bring in their dinner inside the auditorium and enjoy the food as well as the performance. And this, as usual, causes a major problem. All auditoriums forbid bringing any food or drink inside the hall. But we still manage to sneak in some, maybe some snacks, or a cup of tea, or a can of soda. At the end of the show, when all the happy audiences have left, the organizers find themselves in a big mess of trash - spilt coffee, decaying food, foam cups, dirty napkins, crushed soda cans. Under the angry eyes of the hall authorities threatening to impose severe fines and ban the organization of using the facility in the future years, the festival organizing committee members get to work to clean the premises.  I understand, that sometimes, food becomes necessary - maybe for a hungry child, or maybe to take some prasad for the member of the family who had to stay home, or maybe that hot cup of tea which doubly enhances the enjoyment of that nostalgic song. But please, think about the consequences of such actions. Keep the food and drinks outside the auditorium, please help in keeping the facility clean. Lets all enjoy the Pujas without any incidents that can cause any unnecessary strains.\r\nWish you all a very Happy Durga Puja.', 'Cartoon of the Week 8: Puja Prasad', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-8-puja-prasad', '', '', '2008-10-14 13:46:48', '2008-10-14 17:46:48', '', 0, 'http://ethnomediallc.com/wpress/?p=232', 0, 'post', '', 0),
(233, 1, '2008-10-02 10:22:32', '2008-10-02 14:22:32', '', 'No Food - Prasad', 0, 'Holy Food, Prasad', 'inherit', 'open', 'open', '', 'auditorium_title_web', '', '', '2008-10-02 10:22:32', '2008-10-02 14:22:32', '', 232, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/auditorium_title_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2008-10-06 16:07:40', '2008-10-06 20:07:40', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/dhunuchi_wt_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/dhunuchi_wt_web.jpg" alt="Dhunuchi dance" title="Dhunuchi Dance" width="450" height="308" class="alignleft size-full wp-image-235" /></a>After three days of hectic scrambling, managing thousands of registrants, the blaring music from the entertainers and the long dinner lines, Kallol Pujo celebrations have finally come to an end.  Although many skeptics were not sure about how the Pujo would fare out, especially when many people were not happy when Kallol had announced the closure of their registration due to full capacity, overall the people who attended were quite happy. The crowd was well managed and as far as I know, nobody was turned back due to their failure to register early. The new full sized idol of Maa Durga and her entourage was something that attracted many to stand for few extra minutes before the Goddess than before. The simple styling of the idol reminded many of us of our local Puja''s back home. The ample "adda" space all around was also utilized very well. The vendor stalls were quite crowded (except not many seemed to open up new accounts with BoA), especially the food vendor made a killing with $2.00 mini veg chops. The community dinner served in the tents was as predictable as ever, however the lines moved quite fast on all evenings.<!--more-->\r\n\r\nKallol, this year, arranged for a wide variety of entertainment programs. Friday evening''s star attraction was the famous "Bangla" band "Cactus". I have listened to Cactus earlier, and I like their music. This time too, they did not disappoint me.  Their renderings of Gautam Chattopadhyay''s famous songs (from Mohiner Ghoraguli) were extremely good. Cactus is a rock band, and they don''t make any pretensions about it.  And unlike many of the mushrooming bands of Kolkata, these folks sing in tune. Their lyrics are not their greatest strength, but under those blaring guitars, bass, keyboard and drums, who''s following the lyrics anyway? The huge decibels of their delivery, emptied the first few rows of the Kallol seniors very quickly and made room for the young crowd to gyrate and stomp to the tunes of Cactus who also proved that they are equally good with the traditional Bangla music, be it the Baul melodies or the popular Tollywood numbers. \r\nOn Saturday, the evening started with a show by the kids of Kallol a dance extravaganza presenting the folk and modern dance forms from the different parts of India. The show staged about forty kids, from toddlers to teens, and they did a wonderful job. The show was directed and choreographed by Sunrita Mitra. This was followed by a play in Bengali by the members of Kallol. Adapted from Dario Fo''s famous play "The Virtuous Burgler", "Taskar Brittanto" is an excellent comedy that when executed properly can have a major impact on the audience. This presentation, as the director Debi Prasad Palit himself admitted during the curtain call, was not adequately rehearsed. The lack of preparedness on the part of the actors and the director showed, the comedic timings were miscued, some lines missed and the erratic editing of the script caused hiccups in the flow. However, the people still enjoyed the play due to a working audio system and the power of the dialogs. A little more care and imagination could have resulted in an unforgettable experience. \r\n\r\nAfter the play, the two of the guest artists from Kolkata came on stage. The first was Bratati Bandopadhyay, who recited a bunch of poems with her customary musical accompaniment. Here renditions were pleasing to the ears, but I had a feeling that she failed to connect to her audience. Shampa Kundu, who came on stage after Bratati, however did connect quite well to the Kallol crowd. Her wide repertoire of songs, ranging from the music of the late nineteenth century to the contemporary, catered to the entire spectrum of the audience. Although she took couple of songs to warm up, but as the evening progressed, her vocal prowess became quite evident and she enthralled the audience with her pleasing tonal quality, smart selection of songs and her on stage demeanor. \r\n\r\nThe Sunday evening entertainment was a real contrast between tradition and popular culture. The evening started with a classical vocal presentation by the young and promising musician Shounak Chattopadhyay. Shounak started his concert with a vilambit jhaptal kheyal in Raga Behag, followed by a teental drut. His next rendition was a small composition in Rag Desh from which he switched to a Randra Sangeet and a tarana in the same raga. He concluded the concert with a bhajan in Raga Bhairabi, the famous "Bhavani dayani", an appropriate musical invocation to Maa Durga. Shounak''s rendition spoke volumes about his potential as a classical vocalist - his clean and copy-book style exposition during the vilambit, his crisp taans demonstrate that he has been working on his craft quite diligently. The only thing that he now possibly needs to master is to pour his heart into the music and give it some feeling that can touch his audience''s soul. He looked a bit disturbed, maybe he was under the pressure to finish his concert and make way for Babul Supriyo to come on stage. The huge audience was also getting impatient, they wanted their popular artist to come on stage and render some high octane Bollywood numbers, rather than listen to a young classical vocalist. Shounak was ably accompanied on the tabla by Sameer Chatterjee and on the harmonium by Kedar Naphade. \r\n\r\nThe grand finale of the evening was the presentation by Babul Supriyo. After spending about fifteen minutes to adjust the sound, Babul stabilized and bolted out one after another popular numbers from Bollywood and Tollywood. His cheesy comments and jokes often fell flat on his audience, but his music was quite well received, especially by the young crowd. He invited the beauties from the audience on the stage to dance to his tunes and too many were eager to oblige causing enough stress to the organizers. The stress heightened when he invited a bunch of kids to the stage and got the volunteers and stage managers panicking to prevent an accident (which could have potentially resulted in severe unpleasant consequences). Thankfully, nothing untowardly happened.  Babul even pulled up one of the senior most members of Kallol, Ajit Rakshit, and made him dance to his rendition of "Khaike paan...".   \r\nBabul was possibly well prepped up to cater to the wide range of his audience''s age and taste,  and he delivered by singing not only the recent and popular numbers but also several oldies from Manna Dey, Hemanta Mukherjee and others. Overall, Babul tried his best to impress his audience, but the question remains as to whether he was worth the money spent on him. I saw many people nodding their heads in disappointment stating that these songs could have been possibly rendered by many talented singers at a fraction of the cost. \r\n\r\nSo this was Kallol''s Durga Puja celebration. I am sure the other Pujo''s (which I missed) were also equally enjoyable. I''d like to hear about them too. \r\n\r\nWishing everybody a Happy Bijoya. \r\nSudipta', 'Another Successful Durga Puja by Kallol of NJ', 0, '', 'publish', 'open', 'open', '', 'another-successful-durga-puja-by-kallol-of-nj', '', '', '2008-10-08 10:46:36', '2008-10-08 14:46:36', '', 0, 'http://ethnomediallc.com/wpress/?p=234', 0, 'post', '', 1),
(235, 1, '2008-10-06 16:03:38', '2008-10-06 20:03:38', '', 'Dhunuchi Dance', 0, 'Dhunuchi dance', 'inherit', 'open', 'open', '', 'dhunuchi_wt_web', '', '', '2008-10-06 16:03:38', '2008-10-06 20:03:38', '', 234, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/dhunuchi_wt_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2008-10-07 12:40:36', '2008-10-07 16:40:36', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/neel.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/neel.jpg" alt="Neel Kashkari" title="Neel Kashkari" width="239" height="300" class="alignleft size-medium wp-image-237" /></a>Neel Kashkari, a 35 year old son of immigrant parents Chaman and Sheila Kashkari from Jammu and Kashmir, has been appointed by the Treasury Secretary Henry Paulson to oversee and manage the $700 billion bailout of Wall Street. This brings Neel directly under the global spotlight as to how he manages this huge and controversial issue that affects millions of people not only in USA, but also all around the globe. The other day, when an NPR radio commentator mentioned that "a rocket scientist" has been invited to rescue the Wall Street, he was not joking. Neel did work as an R&D engineer at TRW in California where he helped in the development of space technology for NASA, like the James Webb Space Telescope scheduled to be launched in 2013 to replace the aging Hubble Telescope. Neel received his  engineering training from the University of Illinois, Urbana Champaign, and later an MBA in finance from Wharton School of Univ. of Pennsylvania.  \r\nThe media is now buzz with this new comer and his name has already been a source of many puns and wise cracks - "Cash Carry" to handle the cash debacle? Isn''t he too young and inexperienced to handle such a grave economic situation? \r\nBut many are pinning their hopes on this bright young Indian American. His youth, his creative and out of the box thinking, as well as his engineering background to craft innovative solutions to tough problems, can prove to be an asset in resolving this crisis. We all look forward to Neel to get us out of this black hole.', 'Neel Kashkari to Oversee $700bn Bailout', 0, '', 'publish', 'open', 'open', '', 'neel-kashkari-to-oversee-700bn-bailout', '', '', '2008-10-07 12:40:36', '2008-10-07 16:40:36', '', 0, 'http://ethnomediallc.com/wpress/?p=236', 0, 'post', '', 0),
(237, 1, '2008-10-07 12:38:34', '2008-10-07 16:38:34', '', 'Neel Kashkari', 0, 'Neel Kashkari', 'inherit', 'open', 'open', '', 'neel', '', '', '2008-10-07 12:38:34', '2008-10-07 16:38:34', '', 236, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/neel.jpg', 0, 'attachment', 'image/jpeg', 0),
(239, 1, '2008-10-08 18:41:22', '2008-10-08 22:41:22', 'NJPA cordially invites you with your family and friends to celebrate Kali Puja on October 25th, 2008.\r\nPuja :	3:00 P.M. to be performed by Swami Bikramananda of Bharat Sevasram\r\nDinner :	5:30 P.M. to 7:00 P.M.\r\nCultural Program :	7:00 P.M. to 11:00 P.M. Special attraction Shamit Tyagi of Sony Fame Gurukul\r\nVenue :	Crossroads South Middle School\r\n195 Major Road, Monmouth Junction, NJ, 08852', 'Kali Puja', 0, '', 'publish', 'open', 'open', '', 'kali-puja', '', '', '2008-10-08 18:41:22', '2008-10-08 22:41:22', '', 0, 'http://ethnomediallc.com/wpress/?p=239', 0, 'post', '', 0),
(240, 1, '2008-10-08 18:52:30', '2008-10-08 22:52:30', 'Kallol of NJ to celebrate Lakshmi Puja on\r\nSaturday, October 11, 2008 \r\nAt the Kiddie Keep Well Camp 85 Roosevelt Drive, Edison NJ 08837 \r\n\r\nPuja: 3:00 p.m. 	  	Anjali: 4:00 p.m.\r\nDinner: 9:00 p.m. 	  	\r\n\r\nVijaya Sammelani & Cultural Program: 6:30 p.m. ', 'Kallol Kojagari Lakshmi Puja', 0, '', 'publish', 'open', 'open', '', 'kallol-kojagari-lakshmi-puja', '', '', '2008-10-08 18:52:30', '2008-10-08 22:52:30', '', 0, 'http://ethnomediallc.com/wpress/?p=240', 0, 'post', '', 0),
(241, 1, '2008-10-13 21:11:43', '2008-10-14 01:11:43', 'In today''s world of minuscule attention span, writing and reading long blog articles are sure to lose popularity. After all the "text messaging" generation does not want  to spend hours reading long drawn blog essays. Hence "micro-blogging" is the rave of the day and undoubtedly,  the king of micro blogging is "Twitter".  The world blog comes from "Web Logs", which implies that blogs are essentially online logs of the blogger ramblings, sort of like a diary or online journal. Twitter does just that, it allows users to write snippets (140 characters or less) of any message that you want to share with your friends of the world, and they get logged onto your home page. But the story does not end here. If you have a bunch of friends who are interested in you, who want to know what you are up to, who would like to "follow you", they can link up with your "Tweets" and receive an update whenever you post something through tweeter. Check out my tweeter page <a href="http://twitter.com/bhawmik">http://twitter.com/bhawmik</a>  to figure out what I am talking about. For example, if you''d like to follow me, just click the link "follow". You will of course have to sign up with Twitter before you can follow somebody. People who are familiar with Orkut scrapping or Facebook wall writing or status update should get the idea, except on Twitter you are doing a one-to-many messaging, rather than one-on-one with global access.\r\n<!--more-->\r\nBesides individuals, many corporations, news organizations, radio stations, all have twitter accounts and you can follow any one you like. Corporations use Twitter as a marketing tool.  News organization use it to send out their latest breaking news snippets. Individuals use it to stay connected. The possibilities are endless. \r\n\r\nYou can send tweets or received tweets from your mobile phones. You can have desktop applications on your computer to receive and send tweets. And of course you can use the web site too. Once you get hooked on to it, it is hard to live without it.\r\n\r\nTwitter offers an API to build smart interfaces and plugins to use in several applications. For example, Wordpress bloggers can use a Twitter plugin to have their tweets posted on their blog page - check out the right hand side bar. You''ll notice a short column of my twitter messages. When I don''t have the time to write about a topic but feel the urgent need to share it with my readers, I use Twitter and the message gets posted on my blog.  This allows me to post the latest happenings. \r\n\r\nSo give it a shot. Try out Twitter and jump on the latest band wagon.', 'Twitter - The Latest Craze in Micro-blogging', 0, '', 'publish', 'open', 'open', '', 'twitter-the-latest-craze-in-micro-blogging', '', '', '2008-10-13 21:13:19', '2008-10-14 01:13:19', '', 0, 'http://ethnomediallc.com/wpress/?p=241', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(242, 1, '2008-10-14 21:17:03', '2008-10-15 01:17:03', 'On 16th November, at 3-30 p.m.\r\n\r\nRaag- Rang presents a magical evening of\r\n\r\nHindustani classical music, featuring the master of sound magic Steve Gorn on bamboo flute.\r\n\r\nConcert will start with two short vocal presentation by Anand Arikarevula\r\n\r\nand Smt Girija Iyer accompanied by Shree Amod Dandawate on tabla and Smt\r\n\r\nIndrani Chakrabarty Khare on harmonium.\r\n\r\nVenue: Universal Unitarian Congragation Of Princeton.\r\n\r\n50 Cherry Hill Road, Princeton 08540.\r\n\r\nAdmission: non-members: $20.00(kids between 5-10 years $10.00).\r\n\r\nMembers: $15.00 (kids between 5 to 10 years $7.00).\r\n\r\nContact : (732)-241-7063, (609)-890-4890, (908)-240-8289 or\r\n\r\nEmail bhawmikm@gmail.com, mayuresh.khare@gmail.com,\r\n\r\ndhu92@optonline.net', 'Raag-Rang Presents Steve Gorn', 0, '', 'publish', 'open', 'open', '', 'raag-rang-presents-steve-gorn', '', '', '2008-10-14 21:17:03', '2008-10-15 01:17:03', '', 0, 'http://ethnomediallc.com/wpress/?p=242', 0, 'post', '', 0),
(243, 1, '2008-10-16 11:10:00', '2008-10-16 15:10:00', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/pujor_saari_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/pujor_saari_web.jpg" alt="Pujor Saari" title="Pujor Saari" width="450" height="348" class="alignnone size-full wp-image-244" /></a>From the recent comments and postings on this and other blogs and from the "addas" at various Bijoya Sammilani parties, I keep on getting a constant message - maybe we are missing the good old style Durga Puja as it used to happen in this part of the world. We all can agree on one thing that back home, the Bijoya Dashami was one of the saddest day of the year. No amount of "Naru", "Laddu" or "Ghugni" could sweep away the sadness. But when we came to this country, we discovered that Durga Puja does not have to end on one specific day. <!--more-->Each Puja committee celebrated the festival on non overlapping weekends and the festivities continued for weeks. As attendees to these festivals, we too felt the importance and the market value of our presence.  Due to the short supply of the Bengalis in this region, we were in high demand. We are treated as "Patrons" and not as "Registrants". These days, with all the major organizations having their Puja on the same weekend, we are missing out on this prolonged celebrations. In this foreign land, where social interactions between ourselves are so rare, we long for the opportunity to meet at a common place, spend some time together, exchange few words, share our joys and sorrows. This fragmentation of the festivities is tearing this fragile social bond in some sense. Many of our friends with whom we meet every year at these Puja festivals, could not attend the same venue. This never happened in the earlier days. However, I guess this was inevitable. When a society grows, such fragmentation is bound to happen.\r\nBut thanks to Anandamandir and Bharat Sevashram Sangha, this year the festivities were extended by at least one more week and the members of our community could display their newly acquired fashion gear for few more days. \r\n\r\nSubho Bijoya to you all.', 'Cartoon of the Week 9: Are we Missing Something?', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-9-are-we-missing-something', '', '', '2008-10-16 11:18:43', '2008-10-16 15:18:43', '', 0, 'http://ethnomediallc.com/wpress/?p=243', 0, 'post', '', 1),
(244, 1, '2008-10-16 11:09:06', '2008-10-16 15:09:06', '', 'Pujor Saari', 0, 'Pujor Saari', 'inherit', 'open', 'open', '', 'pujor_saari_web', '', '', '2008-10-16 11:09:06', '2008-10-16 15:09:06', '', 243, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/pujor_saari_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(246, 1, '2008-10-22 11:11:36', '2008-10-22 15:11:36', '<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/FYGofKL8FN8&color1=0xb1b1b1&color2=0xcfcfcf&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/FYGofKL8FN8&color1=0xb1b1b1&color2=0xcfcfcf&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>\r\nLast night (Tuesday Oct 21, 9.52pm US Eastern time) I watched with awe when the giant PSLV rocket blasted off from the Satish Dhawan Space center in Shriharikota, India, carrying with it India''s pride - the Chadrayaan-1 unmanned lunar mission.  Largely ignored by the US media, the Chandrayaan-1 mission may not be of much interest to the US population but it is a giant step for India to prove to the world that India can do whatever it puts its mind to. With the success of this mission, India will join the select group of countries who have made lunar missions.  Many are asking for the economic justification of such an expensive adventure. When the majority of Indians are lacking the basic necessities of life,  scientific extravaganza like a "Lunar mission" is seen as nothing but sheer luxury. The nuclear exercise at least had some tangible benefits in the defense and energy sector. What benefits are we expecting by sending a box full of instruments to the moon? Are we sending a space craft to the moon only because "it is there"? Or is it because we want to stake a claim on a new frontier by planting the tri-color just as we did in Antartica? <!--more-->\r\nAlthough, both of the above objectives are true to some extent, I think the motivations are deeper than that. Expeditions like this add value in many dimensions. First of all it improves the scientific and technological credibility of the country in the global community and firmly establishes India as a major technological power. Secondly, India''s moon missions and the advanced rocket launch capability can prove to be a profitable venture as they offer this service to other countries to carry their space and/or lunar payloads at a competitive price. Chandrayaan-1 is already carrying multiple foreign instruments including two from USA.  A third benefit that may come out of this is the development of ancillary industries to support the space missions. For example, in USA, most of the NASA development work is done by third party contractors. The demands of space technology can foster the development of many products that can be beneficial to the common people. When a large scientific project like this gets in motion, the scientific community gets energized and the offshoot technologies, that may or may not be directly related to the space missions, can themselves prove to be extremely beneficial. And of course we cannot completely ignore the knowledge gained from the experiments conducted on the lunar surface.\r\n\r\nDuring the summer of 1981, I had the good fortune of working with the Indian Space Research Organization''s (ISRO) Ahmedabad outfit as a summer trainee from IIT Kharagpur. Although it was only a two month association, but I think I can still claim some kinship with this organization and feel proud that I too had once contributed to what has culminated today to a full fledged moon mission - the Chandrayaan. \r\n\r\nWay to go ISRO, way to go India!\r\n\r\nFor more details on the mission visit the <a href="http://www.chandrayaan-i.com/">Chandrayaan website</a>.', 'Chandrayaan-1 Lifts Off', 0, '', 'publish', 'open', 'open', '', 'chandrayaan-1-lifts-off', '', '', '2008-10-22 11:16:24', '2008-10-22 15:16:24', '', 0, 'http://ethnomediallc.com/wpress/?p=246', 0, 'post', '', 0),
(247, 1, '2008-10-23 20:20:07', '2008-10-24 00:20:07', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/nonta_khaabaar.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/nonta_khaabaar.jpg" alt="Namak Harami Korbo Naa." title="Nonta Khabar" width="450" height="306" class="aligncenter size-full wp-image-248" /></a>In the famous Bengali play "Alibaba" by Khirodprasad Bidyabinod, when the righteous dacoit chief came as a guest to Alibaba''s home - he mentioned about one diet restriction that he had - he doesn''t eat salt. Obviously his salt restriction was not because of hypertension or any other nephrological disease that he might have had (the playwright did not give any clues except that he was quite hot tempered). He didn''t want Alibaba to serve him any salty food because then he would have had to pay for his salt indebtedness. He would no longer be able to kill Alibaba and his family and loot back his wealth. He could never be a "Namak Haram"! Such is the power of salt. This mythological power of salt has been used as a test of ones righteousness. If you ever ingest salt served by somebody, you should always sing his praise - in Bengali we say "Noon khai jaar - Goon gai taar!" But these days we hardly obey such silly dictum.<!--more-->  So, when an eligible bachelor makes his rounds with his family at potential brides homes they look forward to the traditional hospitality of being served with a sumptuous meal both sweet and salty. I know of a person who used to have is regular evening snacks at potential brides places. I even heard a story that some NRI person, before going to India on a vacation, would advertise in a Kolkata newspaper looking for a bride. Then he would visit each of the applicants house and enjoy a great meal. I cannot vouch for the accuracy of this story, but I wouldn''t be surprised if somebody nurtured such a perverse hobby. \r\nThe tradition of arranged marriage in India is a long way from being eradicated from the society. But if you do not like the girl sitting in front of  the potential in-laws, at least have the courtesy to refuse the salty food being served in front of you. At least, it will give the girls family, some kind of a sign. ', 'Cartoon of the Week 10: The Power of Salt', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-10-the-power-of-salt', '', '', '2008-11-03 13:00:16', '2008-11-03 17:00:16', '', 0, 'http://ethnomediallc.com/wpress/?p=247', 0, 'post', '', 2),
(248, 1, '2008-10-23 17:05:28', '2008-10-23 21:05:28', '', 'Nonta Khabar', 0, 'Namak Harami Korbo Naa.', 'inherit', 'open', 'open', '', 'nonta_khaabaar', '', '', '2008-10-23 17:05:28', '2008-10-23 21:05:28', '', 247, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/nonta_khaabaar.jpg', 0, 'attachment', 'image/jpeg', 0),
(249, 1, '2008-10-30 01:48:47', '2008-10-30 05:48:47', '<strong>by AMITAVA SEN</strong>\r\n\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/obama8.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/obama8-240x300.jpg" alt="Barack Obama" title="obama" width="240" height="300" class="alignleft size-medium wp-image-250" /></a>It is hard to be in a party these days without entering in to a conversation about the presidential election. My Bengali friends are frenzied and crazed about the prospect of Barack Obama getting elected our president. They are incredulous about the fact that they are living in the same planet and at the same age as The One. It’s like the second comings of Jesus Christ, Gautama Budhha and Lord Krishna, all combined together.  Throw in Elvis Presley and a sprinkle of Karl Marx in the mixture.  Barack Obama, we are sure is going to set every thing right on January 21, 2009 and in the process make us all millionaires with his tax cut. Talk about world peace? We are going to dinner with Iran, Al Qaeda and Taliban, our buddies and we will all live happily ever after in peace. Dow is going to touch 20,000 in weeks, our 401(K) reverting to its full glory and all those crooks in Wall Street will be sent to gallows. <!--more-->\r\nWhile animated discussions were going on in our weekend party, I noticed the absence of one person amongst us who was often teary-eyed at the mention of the coming of the messiah.  Where were they, he and his wife? I inquired.\r\nI was told that she wasn’t feeling well.  That was not the real reason though.  I didn’t, but it seemed every one else knew the underlying reason for her not feeling so well. Her daughter who is a doctor in Texas has signaled her intention to get engaged soon. Her fiancé is a doctor too; they have known each other since their days at Baylor Medical School.  Man’s parents are medical practitioners in Texas.  And his brother is a lawyer from Harvard.\r\n\r\nFabulous, so where is the problem?  What more the parents can want for their child?  Well, there is a small problem, the man is good looking, six feet tall; but he is African American, Black in other words. The parents are so embarrassed; they would rather not face their friends.\r\nEvery one of us in the party was understanding and empathetic. How could a mother act any other way?  How could the parents and the family be stigmatized like this and still feel well? The ladies sniffed at the prospect, the men looked away. Except one who argued; so what if he was black.  He is different, wouldn’t fit in our culture; comes the answer from a couple whose daughter is married to a Caucasian and he is white alright.  Even if he is a notch lower in academic or economic ladder and his culture is also not quite same as ours, the couple is happy about their daughter’s choice. They even took their white son-in-law to show off to their relatives in Calcutta.  We did not quite see the point here and did not really know where the difference was, but we agreed intuitively.\r\nHow about Barack Obama as your son-in-law, I asked. Can you imagine Obama, who had almost reached the threshold of sainthood coming to your home? Of course that would be a real privilege and an honor; but not as my son-in-law, was the unanimous sentiment. Was it because he was dark skinned?  Some one in the party pointed out that Obama may be a shade lighter than half the people in the room.  My friends were flabbergasted with the argument; didn’t every body see the point?  He is black.  We’re not ready, at least not yet to accept a black person as family.\r\n\r\nIt is that simple.  Why does not every body get such an obvious point, the couple with Caucasian son-in-law said in exasperation. I do get their point but what I do not get is how I can anoint a person as my president who is not fit to be my daughter’s husband.\r\n', 'Barack Obama: Son-in-Law', 0, '', 'publish', 'open', 'open', '', 'barack-obama-son-in-law', '', '', '2008-10-30 01:48:47', '2008-10-30 05:48:47', '', 0, 'http://ethnomediallc.com/wpress/?p=249', 0, 'post', '', 4),
(250, 1, '2008-10-30 01:48:17', '2008-10-30 05:48:17', '', 'obama', 0, 'Barack Obama', 'inherit', 'open', 'open', '', 'obama8', '', '', '2008-10-30 01:48:17', '2008-10-30 05:48:17', '', 249, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/obama8.jpg', 0, 'attachment', 'image/jpeg', 0),
(251, 1, '2008-10-30 21:35:17', '2008-10-31 01:35:17', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/bazar_kore_wt_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/bazar_kore_wt_web.jpg" alt="Bonghisr Bazaar" title="bazar_kore_wt_web" width="450" height="321" class="aligncenter size-full wp-image-252" /></a>', 'Cartoon of the Week 11: Sheer Pleasure', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-11-sheer-pleaseure', '', '', '2008-11-05 12:34:29', '2008-11-05 16:34:29', '', 0, 'http://ethnomediallc.com/wpress/?p=251', 0, 'post', '', 1),
(252, 1, '2008-10-30 21:34:03', '2008-10-31 01:34:03', '', 'bazar_kore_wt_web', 0, 'Bonghisr Bazaar', 'inherit', 'open', 'open', '', 'bazar_kore_wt_web', '', '', '2008-10-30 21:34:03', '2008-10-31 01:34:03', '', 251, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/10/bazar_kore_wt_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 1, '2008-11-03 12:54:34', '2008-11-03 16:54:34', '<strong>A Musical Odyssey : Journey through history and Genres</strong>\r\nA unique mehfil celebrating the diversity of raagdari and folk music from India''s different regions. Our journey will take us across India''s landscape, stopping at points of interest from the Himalayan Highlands to the backwaters of Kerala, from the havelis of Rajasthan to the flowing waters of Bengal, as distinguished artists perform the music of their heritage.\r\n\r\nGhazals, Bhajans, Taranas, Tillanas, Folk, Thumris, Dhrupad, Khayal, Kirtans, and more - \r\nFeaturing:\r\n\r\n\r\n\r\n<blockquote>Dr. Mohan Deshpande               \r\nMitali Banerjee-Bhawmik  \r\nAstha Shukla-Shrivastav\r\nKamala Ramamurthy       \r\nBhupendra Gadhavi                \r\nTrupti Parikh  \r\nUma Ramakrishnan  \r\nKedar Naphade       \r\nAmod Dandawate</blockquote>\r\n\r\n\r\n\r\nNovember 9, 2008, 4:00pm (sharp)\r\n\r\nHills Highlands Recreation Center/Clubhouse \r\n75 Hansom Road, Basking Ridge, NJ 07920\r\n\r\nTel: (201) 447-6936, (908) 429-1120, (973) 539-5534\r\nDonations of $15/adult & $7/below 18 years of age will be collected at the door. Limited seating, RSVP.\r\nLimited parking at Venue. Street parking is allowed. Please look for the appropriate road signs.\r\n', 'Music Of India', 0, '', 'publish', 'open', 'open', '', 'music-of-india', '', '', '2008-11-03 12:54:34', '2008-11-03 16:54:34', '', 0, 'http://ethnomediallc.com/wpress/?p=253', 0, 'post', '', 0),
(254, 1, '2008-11-03 12:56:07', '2008-11-03 16:56:07', 'AN EVENING OF SITAR AND VOCAL CLASSICAL MUSIC\r\n \r\nSRI PARTHA BOSE : SITAR\r\nEVENING RAGAS AND DHUNS\r\n \r\nSMT ESHA BANDOPADHYAY\r\nKHYAL,THUMRI,RAGPRADHAN\r\n \r\nSRI ADITYA NARAYANBANERJEE: TABLA\r\nSRI MADHU VORA: HARMONIUM\r\n \r\nAT 4343 RT 27, PRINCETON NJ\r\nDATE FRIDAY NOVEMBER 7, 2008\r\nTIME 8PM\r\nSUGGESTED DONATION\r\n$20/COUPLE   $15/SINGLE\r\nREFRESHMENTS INCLUDED\r\nARATI BHATTACHARYA :7328878073\r\nNUPUR LAHIRI :7328213949', 'Sitar and Vocal Classical Music', 0, '', 'publish', 'open', 'open', '', 'sitar-and-vocal-classical-music', '', '', '2008-11-03 12:56:07', '2008-11-03 16:56:07', '', 0, 'http://ethnomediallc.com/wpress/?p=254', 0, 'post', '', 0),
(255, 1, '2008-11-03 13:05:52', '2008-11-03 17:05:52', 'Cultural Association of Bengal presents\r\nHeritage\r\nA Centenary Celebration of Buddhadev Bose''s Literary Works\r\n\r\nOn August 16, 2008\r\nEdison Valley Playhouse, 2196 Oak Tree Road, Edison, NJ\r\n\r\n3-4:00PM- Poetry Reading & Seminar on Buddhadev Bose’s Literary Works\r\n4:30-5:30PM- A Play “Satya Sondho\r\n\r\nAdmission: $5 (including snacks)\r\nContact: 908-507-5998, 347-612-6111, 908-281-7438, 732-241-7060, 201-602-4291\r\n', 'Buddhadev Bose Centenary Celebration', 0, '', 'publish', 'open', 'open', '', 'buddhadev-bose-centenary-celebration', '', '', '2008-11-03 13:05:52', '2008-11-03 17:05:52', '', 0, 'http://ethnomediallc.com/wpress/?p=255', 0, 'post', '', 0),
(256, 1, '2008-11-05 12:32:31', '2008-11-05 16:32:31', '<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Jll5baCAaQU&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Jll5baCAaQU&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>\r\n\r\nNovember 4, 2008 will go down as one of the greatest days in America''s history. Today, the Americans rose up to a new hope, to look forward to the change promised by their President elect Barack Obama. Barriers of prejudice has been shattered and the impossible has been made possible. The entire world, along with the Americans, is looking towards the new leader with the hope that America will once again prove to be the great land of opportunity, a country that lends its helping hand to all in need, and a country that inspires everybody around the globe. The following two pictures illustrate how much hope the World has on this new leader.\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/capt2c23ea48aa4e4bdf9ffe6d5aabb29e1bindia_us_election_reax_amd101.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/capt2c23ea48aa4e4bdf9ffe6d5aabb29e1bindia_us_election_reax_amd101-300x183.jpg" alt="" title="India US Election Reax" width="300" height="183" class="alignleft size-medium wp-image-257" /></a>An Indian artist (in Ahmedabad) makes a painting of American president elect Barack Obama and Mahatma Gandhi to mark the victory of Obama (photo courtesy AP Photo/Ajit Solanki). It is interesting to see how people are relating Obama to Mahatma Gandhi - through civil rights movement and Martin Luther King Jr.\r\n<p>\r\n<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/captcpsocy13061108011057photo00photodefault-512x347.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/captcpsocy13061108011057photo00photodefault-512x347-300x203.jpg" alt="Congrats Obama" title="captcpsocy13061108011057photo00photodefault-512x347" width="300" height="203" class="alignleft size-medium wp-image-258" /></a>In Puri (Orrisa, India) a sand sculpture congratulating US president-elect Barack Obama by the Indian sand artist Sudarsan Patnaik on a beach has become a major attraction (Photo courtsey AFP/Sanjib Mukherjee). These photos clearly indicate that the World (and India) is hoping that Obama will be able to bring in lasting peace by keeping his promise of working with the countries of the world.\r\n</p><p>\r\nLet''s all stand behind this charismatic leader and help him build a new future for all of us.</p>', 'OBAMA WINS', 0, '', 'publish', 'open', 'open', '', 'obama-wins', '', '', '2008-11-06 12:15:32', '2008-11-06 16:15:32', '', 0, 'http://ethnomediallc.com/wpress/?p=256', 0, 'post', '', 0),
(257, 1, '2008-11-06 11:45:01', '2008-11-06 15:45:01', 'An Indian artist makes a painting of American president elect Barack Obama and Mahatma Gandhi to mark the victory of Obama in Ahmadabad, India, Wednesday, Nov. 5, 2008. (AP Photo/Ajit Solanki)', 'India US Election Reax', 0, '', 'inherit', 'open', 'open', '', 'india-us-election-reax', '', '', '2008-11-06 11:45:01', '2008-11-06 15:45:01', '', 256, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/capt2c23ea48aa4e4bdf9ffe6d5aabb29e1bindia_us_election_reax_amd101.jpg', 0, 'attachment', 'image/jpeg', 0),
(258, 1, '2008-11-06 11:46:33', '2008-11-06 15:46:33', 'Congrats for Barack : A sand sculpture congratulating US president-elect Barack Obama by Indian sand artist Sudarsan Patnaik is seen on a beach in Puri.\r\n(AFP/Sanjib Mukherjee)', 'captcpsocy13061108011057photo00photodefault-512x347', 0, 'Congrats Obama', 'inherit', 'open', 'open', '', 'captcpsocy13061108011057photo00photodefault-512x347', '', '', '2008-11-06 11:46:33', '2008-11-06 15:46:33', '', 256, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/captcpsocy13061108011057photo00photodefault-512x347.jpg', 0, 'attachment', 'image/jpeg', 0),
(262, 1, '2008-11-18 23:25:41', '2008-11-19 03:25:41', 'I had often been requested to write plays for our children. With our kids in mind, few years ago I wrote a play titled BSL or Bangla as a Second Language. BSL is a hilarious short play for children (pre-teens, teens, young adults) of Bengali origin. Neil, Nick, Jay and Seema live in USA. But like all children of Bengali speaking parents, they are being forced to learn Bengali (or Bangla) against their will. Neil, the most innovative and smart kid he is, invents a device that can make one learn Bangla (or any other language) in seconds. Nick agrees to be the first guinea pig for the trials of this machine and the results are - quite unexpected to say the least.<!--more--> The play was successfully staged during the Durga puja celebrations of Kallol few years ago.  I have also received several requests from the Bengalis living in different parts of the country to make the play available for their children.\r\n\r\nAlthough the script has been published earlier in the India Doot Saradiya magazine, unfortunately the magazine circulation is less than adequate to reach the right people.  Hence to make the script available to a larger readership, I have uploaded it on Scribd.com and can be downloaded or read <a href="http://www.scribd.com/doc/8118622/BSL-Bangla-as-a-Second-Language">here</a>. \r\n\r\n<a title="View BSL : Bangla as a Second Language document on Scribd" href="http://www.scribd.com/doc/8118622/BSL-Bangla-as-a-Second-Language" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;">BSL : Bangla as a Second Language</a> <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_338578564856348" name="doc_338578564856348" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle"	height="500" width="100%">		<param name="movie"	value="http://documents.scribd.com/ScribdViewer.swf?document_id=8118622&access_key=key-2de6l9u0mtt2kwnmc9kv&page=1&version=1&viewMode="> 		</param><param name="quality" value="high"> 		</param><param name="play" value="true">		</param><param name="loop" value="true"> 		</param><param name="scale" value="showall">		</param><param name="wmode" value="opaque"> 		</param><param name="devicefont" value="false">		</param><param name="bgcolor" value="#ffffff"> 		</param><param name="menu" value="true">		</param><param name="allowFullScreen" value="true"> 		</param><param name="allowScriptAccess" value="always"> 		</param><param name="salign" value="">    		<embed src="http://documents.scribd.com/ScribdViewer.swf?document_id=8118622&access_key=key-2de6l9u0mtt2kwnmc9kv&page=1&version=1&viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_338578564856348_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"></embed>	</param></object>	<div style="margin: 6px auto 3px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block;">	<a href="http://www.scribd.com/upload" style="text-decoration: underline;">Get your own</a> at Scribd or <a href="http://www.scribd.com/browse" style="text-decoration: underline;">explore</a> others:		  <a href="http://www.scribd.com/browse?c=64-literature" style="text-decoration: underline;">Literature</a>  		  <a href="http://www.scribd.com/browse?c=65-children-s" style="text-decoration: underline;">Children''s</a>  			  <a href="http://www.scribd.com/tag/children" style="text-decoration: underline;">children</a>  		  <a href="http://www.scribd.com/tag/theatre" style="text-decoration: underline;">theatre</a>  		</div>\r\n\r\nNOTE: If someone decides to stage the play, please send me an email. The play should not be staged without the permission of the playwright.', 'BSL : Bangla as a Second Language', 0, '', 'publish', 'open', 'open', '', 'bsl-bangla-as-a-second-language', '', '', '2008-11-18 23:25:41', '2008-11-19 03:25:41', '', 0, 'http://ethnomediallc.com/wpress/?p=262', 0, 'post', '', 0),
(260, 1, '2008-11-12 12:19:32', '2008-11-12 16:19:32', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/zoo_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/zoo_web-300x221.jpg" alt="Culture Shock" title="Culture Shock" width="300" height="221" class="alignleft size-medium wp-image-261" /></a>The other day I was at the Union County College (UCC) to participate in a seminar/talk about immigrant issues as portrayed in works of art and literature. The topic emerged from the works of Jhumpa Lahiri, since her two books, "Interpreter of Maladies" and "The Namesake", are being selected as the college novels for the 2008-2009 term. After my talk, few of us were chatting regarding how we deal with cultural differences in our everyday life in this country. Each of us were narrating some incidents in our life and in connection to "The Namesake" we were talking about the significance of names in different cultures,  how we address each other, and how they are being interpreted. <!--more-->When I was giving the example of how, in the film "The Namesake", Ashoke and Ashima reacted when Maxine addressed Ashoke by his first name, one of the faculty members mentioned that she doesn''t like her students address her by her first name.  This came as a surprise to me, cause in many cases I have seen students addressing their professors by their first name, and at the insistence of the professors themselves.  The UCC professor also mentioned that in one instance, when one of her students addressed her as "Miss", she didn''t like it either. I told her that in India, we used to call our lady teachers in schools as "Miss" and maybe that''s what this student thought would be appropriate to address her, although "Madam" would have been more appropriate especially in a college. She then felt much better. One of the UCC students, mentioned that in her home country (Portugal), they would not even address their teachers as "you". For example, instead of asking one''s professor, "Would you like a cup of coffee?", she would ask "Would Prof. Das like a cup of coffee?" Addressing the Prof as "you" would have been too demeaning. \r\n\r\nExperiencing culture shock, and then to learn to absorb the shock, is what we have been doing every day since we arrived in this country. It is not only the language and behavior that matters, but also our environment and our surroundings surprises us quite often.  Things that we take for granted and feel are obvious in one culture becomes something rare and exotic in another. The case in point is highlighted in the above cartoon. Long time ago, I had taken my kids to the zoo and was amazed too see common animals like goats and cows, whom we used to see everyday in the streets of India, are kept in a zoo for kids to watch and pet. Similarly, when visitors from India come here and see herds of deer in our backyard, they get excited cause in India you get to see a deer only in a zoo or in one of the exotic forest reserves. \r\nI used to be shocked to see common people keeping snakes and lizards as pets in this country. In India, we always tried (in vain) to stay away from these reptiles.  The list of such shocking experiences goes on and on. \r\n\r\nWhy not share your culture shock experience with us all? We can have a good laugh together. So click the comment link and jot down one of your hilarious experiences. We all will feel much better.', 'Cartoon of the week 12: Culture Shock', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-12-culture-shock', '', '', '2008-11-12 12:19:32', '2008-11-12 16:19:32', '', 0, 'http://ethnomediallc.com/wpress/?p=260', 0, 'post', '', 0),
(261, 1, '2008-11-12 12:04:51', '2008-11-12 16:04:51', '', 'Culture Shock', 0, 'Culture Shock', 'inherit', 'open', 'open', '', 'zoo_web', '', '', '2008-11-12 12:04:51', '2008-11-12 16:04:51', '', 260, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/zoo_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(263, 1, '2008-11-20 21:09:29', '2008-11-21 01:09:29', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/astrology_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/astrology_web.jpg" alt="Can you please tell me from which platform will the train depart?" title="Prediction" width="500" height="347" class="aligncenter size-full wp-image-264" /></a>\r\nMany of us are strong believers in astrology and other similar practices like palmistry, tarot cards etc. etc. that claim to predict one''s future. A huge industry runs on servicing such people and also provides employment to millions. The television and other media advertisements of such sooth sayers and fortune tellers prove that they earn enough money to invest in these marketing campaigns. The precious and semi-precious gem stone market in India depends on the belief that the negative influence of the planets and stars can be countered by wearing a specific kind of gem stone that can cost thousands of rupees. <!--more-->Circulation of newspapers and magazines thrive on the so called accuracy of their horoscope/sun-sign columns. It should be a topic of serious investigation by psychologists as to how can a large segment of the population be swayed to believe that the future events of their life depends on the time of their birth or is scribed in the lines in their palms. It is true that sometimes such predictions help boost ones confidence, or provide them with some kind of mental strength to deal with an unforeseen event whether it happens or not. But in many cases it rather acts the negative way, pushing someone into desperation or even depression, leading to serious consequences.  \r\nHowever, I feel that these predictors of future can be utilized in rather useful ways as seen in this cartoon. If one could predict when a train would depart, or whether a flight would be delayed or not, it would be a great service to people like us.', 'Cartoon of the Week 13: Prediction', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-13-prediction', '', '', '2008-11-20 21:09:29', '2008-11-21 01:09:29', '', 0, 'http://ethnomediallc.com/wpress/?p=263', 0, 'post', '', 1),
(264, 1, '2008-11-20 18:18:43', '2008-11-20 22:18:43', '', 'Prediction', 0, 'Can you please tell me from which platform will the train depart?', 'inherit', 'open', 'open', '', 'astrology_web', '', '', '2008-11-20 18:18:43', '2008-11-20 22:18:43', '', 263, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/astrology_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(265, 1, '2008-11-20 21:31:35', '2008-11-21 01:31:35', 'Ananda Mandir invites you on Friday, Nov.21st , 2008 at 8:00 PM  to join Sahitya O Alochana  for an evening of discussion on Ritwik Ghatak. ?????? (?????) ??? the brilliant & famous bengali scriptwriter & filmaker that is compared with Satyajit Ray & Mrinal Sen. The discussion would cover his life, sense, impact influences, and manner of reinventing cinema.\r\n \r\nAll are welcome.\r\n\r\nFor further information please call 973-939-7375.', 'Sahitya Alochona', 0, '', 'publish', 'open', 'open', '', 'sahitya-alochona', '', '', '2008-11-20 21:34:03', '2008-11-21 01:34:03', '', 0, 'http://ethnomediallc.com/wpress/?p=265', 0, 'post', '', 0),
(266, 1, '2008-11-27 14:20:10', '2008-11-27 18:20:10', 'It is Thanksgiving eve and this dastardly scene unfolds in front of me on the Indian News networks - Mumbai under attack. Soon CNN picked it up and all news networks focused on the financial capital of India - Mumbai. It was dramatic, to say the least, to witness the Taj, Oberoi and Trident hotels on fire, gun shots and explosions, and the closeups of blood stained people and property. As I write this, the siege is still on with several hostages under the clutches of the terrorists and more than 100 people killed. \r\n\r\nI don''t know who is doing this (although some sources are reporting that Deccan Mujaheddin has claimed responsibility) and for what purpose, but it is clear that it is a very well planned and well coordinated effort to not only shake up India, but also the entire world. India is rapidly gaining recognition as a major economic power, it''s opinions carry lot of weight in the global economy. All major economies in the world are eager to do business with India and Mumbai is their main port of call.  Possibly the terrorists hope to scare off the world by trying to demonstrate Mumbai (and India) as an unsafe place to do business with. But they are grossly mistaken. They fail to understand that the world is not only watching their cowardly attacks but also the heroic efforts by the police and the army, the selfless efforts of the hotel employees who risked their lives to save  their guests. The chief of anti terrorist squad, Hemant Karkare and the additional commissioner of police, Ashok Kamte laid down their lives along with several other of their compatriots to save the lives of the people of Mumbai. The entire world will be with India and thwart the efforts of the terrorists to isolate India. \r\n\r\nLet''s all condemn these attacks and show our solidarity behind the people of Mumbai. Our deepest condolences goes to the families of the victims of this incident. We hope that the people of Mumbai and India will stay calm and not do anything rash and violent to hurt their fellow citizens ''cause  that will only serve the cause of the terrorists.   ', 'Terror in Mumbai', 0, '', 'publish', 'open', 'open', '', 'terror-in-mumbai', '', '', '2008-11-27 14:20:10', '2008-11-27 18:20:10', '', 0, 'http://ethnomediallc.com/wpress/?p=266', 0, 'post', '', 1),
(267, 1, '2008-11-27 15:26:53', '2008-11-27 19:26:53', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/urhalpool.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/urhalpool-300x205.jpg" alt="Urhalpool" title="urhalpool" width="300" height="205" class="alignleft size-medium wp-image-268" /></a>A new Bengali/English webzine, <a href="http://urhalpool.com">Urhalpool</a>, has been launched by the local New Jersey group Shrishti.  The magazine is edited by Gautam Dutta and the first issue consists of contributions from some great writers like Sunil Ganguly, Taslima Nasreen, Sreejato, Subodh Sarkar, Maillika Sengupta, Alolika Mukherjee, Jyotirmoy Dutta and others. The issue also includes interviews of Bratya Basu, Suman Ghosh, Gautam Ghosh, Noam Chomsky and others. The cover is painted by the celebrated artist Paritosh Sen. \r\nUrhalpool is indeed a commendable effort. But as with most magazine, be it print or online, the challenge is sustaining it for the long term. I hope the publishers of this magazine keep up their good work through perseverance and love for literature and art.', 'Urhalpool: A New Bengali/English Webzine', 0, '', 'publish', 'open', 'open', '', 'urhalpool-a-new-bengalienglish-webzine', '', '', '2008-11-27 15:26:53', '2008-11-27 19:26:53', '', 0, 'http://ethnomediallc.com/wpress/?p=267', 0, 'post', '', 0),
(268, 1, '2008-11-27 15:25:14', '2008-11-27 19:25:14', 'A Webzine', 'urhalpool', 0, 'Urhalpool', 'inherit', 'open', 'open', '', 'urhalpool', '', '', '2008-11-27 15:25:14', '2008-11-27 19:25:14', '', 266, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/11/urhalpool.jpg', 0, 'attachment', 'image/jpeg', 0),
(269, 1, '2008-12-04 22:11:01', '2008-12-05 02:11:01', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/12/tag_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/12/tag_web-300x240.jpg" alt="Buy and Return" title="Buy and Return" width="300" height="240" class="alignleft size-medium wp-image-270" /></a>Last week the holiday shopping season kicked off with mad black Friday. With the current economic turmoil and officially declared recession looming on us, many pundits predicted that this shopping season will be less than stellar. However, the black Friday sales reports say something different. Shoppers flocked to the stores in hordes, many camped outside their favorite stores overnight. The tragic stampede death of a security worker at the Long Island Wal-mart clearly indicated the shopper frenzy was not at all dampened by any economic concerns. On the other hand, some may argue, that this shopper frenzy is caused due to the economic conditions since people want to spend the minimum this season. Hence black Friday was possibly their only option to get the best possible deals. \r\nThe other day I heard another pundit on the NPR who suggested that whatever disposable (now that''s a loaded word) income one makes this season, they should spend at the stores. This not only helps the economy, but also is the best use of the money at this moment since neither the stock market nor the bank can be relied upon. Hence enjoy while you can. \r\nAnother option may be to enjoy short term and return! The long return lines at the stores after the Christmas can be longer this season. After the instant gratification of shopping a fresh product, send it back to where it came from. Returning stuff is a hobby for many folks. They just buy stuff only to return them. The liberal return policy of these stores (who believe that the best way to satisfy a customer is to gladly accept the returned merchandise) have spoiled many a shopper. They love to return stuff, they seem to fall in love with the customer service counter as much as they love the cash counter. The only gripe they have is that they need to retain the price tags and the receipts. If only the tags could have been made invisible and the requirements for receipts waived - this world would have been heaven!', 'Cartoon of the Week 14: Buy and Return', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-14-buy-and-return', '', '', '2008-12-04 22:11:01', '2008-12-05 02:11:01', '', 0, 'http://ethnomediallc.com/wpress/?p=269', 0, 'post', '', 0),
(270, 1, '2008-12-04 22:08:18', '2008-12-05 02:08:18', '', 'Buy and Return', 0, 'Buy and Return', 'inherit', 'open', 'open', '', 'tag_web', '', '', '2008-12-04 22:08:18', '2008-12-05 02:08:18', '', 269, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/12/tag_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(271, 1, '2008-12-12 00:50:40', '2008-12-12 04:50:40', 'Like me, if any of you watch ETV Bangla in your homes, you must be watching this new tele-serial "Dhoop Chhaya" or "Sun and Shade" the latest remake of "The Godfather". Since Francis Ford Coppola made his classic mafia-gangster movie trilogy and created film making history, there has been several attempts to make films inspired by these great classics. Ram Gopal Verma made his Sarkar and Sarkar Raj adapted directly from the Coppola classics with the Bachchan father son duo - Amitabh and Abhishek. And now ETV Bangla is doing their share - "Dhoop Chhaya" a new tele-serial directed by Debangshu Sengupta and produced by Atanu Roy.  The story revolves around the mafia family of Raghuram Pathak (Don) whose hot headed son Uday Pathak (Sonny) and the more refined Parashar Pathak (Michael) rule the Kolkata underworld.  The opening episode looked so much like that of the opening sequence of Godfather (I) that I expected to see a shot by shot remake. The serial even has the family counsel Tom Hagen''s (Robert Duvall) character is played in this serial by Saswato Chatterjee.  However, the serial has now taken its own twists and turns, and like most serials, the believability of these plot twists are questionable. But overall, the serial has the intensity to keep the viewers glued to the screen. The acting overall is at par and in some instances, quite good. Another positive aspect of this serial is the presence of some fresh new faces. It often becomes tiring to see the same faces in all serials. Sometimes it becomes difficult to figure out what serial is on - the same actors acting out similar characters in similar story lines. It seems the actors are not at all concerned about over exposure and how it can damage their career as well as the viewership of these serials. Kolkata never lacked in acting talent and we the viewers would like to see fresh talent on our screens.  I hope the producers will take notice of this issue. ', 'Dhoop Chhaya : Yet Another Godfather Remake', 0, '', 'publish', 'open', 'open', '', 'dhoop-chhaya-yet-another-godfather-remake', '', '', '2008-12-12 00:50:40', '2008-12-12 04:50:40', '', 0, 'http://ethnomediallc.com/wpress/?p=271', 0, 'post', '', 5),
(289, 1, '2009-02-27 00:34:09', '2009-02-27 04:34:09', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/slumdogs.gif"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/slumdogs.gif" alt="Hey, shouldn&#039;t we get our fair share?" title="slumdogs" width="298" height="264" class="alignleft size-full wp-image-290" /></a>The recent success of "Slumdog Millionaire" at the Oscars have resurfaced a new crisis that has often plagued us, the people of India and Indian origin. Well, I should possibly qualify that statement by saying that not everybody is complaining. In fact the slum dwellers are celebrating the Oscar win as their won victory. It is only those people who feel insecure of their reality has been complaining the most by accusing that these artists and film makers are making millions by exploiting the poverty of India. Many have been offended by the film''s title "Slumdog" as a derogatory comment on the slum dwellers. Some have even moved to the court and demanded that the film be re-titled. Some have been organizing protest rallies and meetings to awaken the masses against the western exploitation of our poverty.<!--more--> However, such accusation have not been made only against the western film makers. Satyajit Ray was criticized several times for winning awards by displaying the poverty of India to the international audience. They complain that films like "Slumdog" do not portray the real India. India is not only tattered slums and undernourished villages - it is also the skyscrapers, the multi-nationals, SENSEX and the vast middle class for which the entire world is trying to set up their stores in India.   But is it the true India? \r\n\r\nI guess it is a moot point to attribute such labels to a country as large and complex as India. Trying to describe it in any simple terms is like those three blind men who tried to describe an elephant. Any attempt to portray India using simple motifs like slums or villages is just that, nothing more. But art is not just labels and stamps and no work of art should be viewed as such. "Pather Panchali", "Ashani Sanket" were not about poverty but about the spirit of humanity.  Danny Boyle''s "Slumdog Millionaire" is not about slums, it is about the spirit of the characters, their hopes, and their dreams to succeed in an environment that works against them.  An artists role is not to provide solutions to problems, but to use his/her art as a mirror and hold it in front of us such that we can see ourselves in a different light. \r\n\r\nI don''t claim that "Slumdog" is the best film ever made, but it is indeed a good film, a thoroughly enjoyable film that does expose some of the unpleasant realities of Indian cities. It even reminded me of a novel we read when I was a child, "Maa Ami Ashok" (Mother, I am Ashok"), a heart wrenching tale about a young boy who was kidnapped by the anti-socials who used to cripple the children and force them to beg on city streets.  It was hard to believe that such ghastly things can happen then, as it is now. But the human spirit can overcome any hurdles as long as it has the will to succeed, and a dream to pursue.\r\n  ', 'Slumdogs, Oscars, and Artists', 0, '', 'publish', 'open', 'open', '', 'slumdogs-oscars-and-artists', '', '', '2009-02-27 00:36:56', '2009-02-27 04:36:56', '', 0, 'http://ethnomediallc.com/wpress/?p=289', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(273, 1, '2008-12-18 13:23:45', '2008-12-18 17:23:45', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2008/12/slumdog_millionaire_poster.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/12/slumdog_millionaire_poster-202x300.jpg" alt="" title="slumdog_millionaire_poster" width="202" height="300" class="alignleft size-medium wp-image-274" /></a>When you watch Danny Boyle''s latest rags-to-riches fairy tale "Slumdog Millionaire", you''ll experience an emotional roller-coaster ride that only Mumbai can offer.  The city that never sleeps, the city that is in the center of the center of the world (as mentioned by Salim in the movie), a city that has an economic and social contrast ratio of 20,000,000:1, reveals itself on the screen as Danny Boyle and his screen writer Simon Beaufoy (based on the novel Q&A by Vikas Swarup) masterfully crafts the film using the television game show "Kaun Banega Crorepati?" or "Who wants to be a Millionaire?" as the spine of the story. Indian slum and street life has been explored by many international film makers like Mira Nair (Salaam Bombay) and Roland Joffe (City of Joy) amongst others, but Slumdog brings to life the dark as well as the bright side of the city of Mumbai in a style that is shocking and heart warming at the same time. <!--more-->The story of Jamal, an uneducated chai-wallah at a modern high tech call center, who question after question moves towards the highly coveted  two crore rupees award money is indeed a fairy tale.  It''s such an unbelievable incident that the show host (Anil Kapoor) gets him arrested to find out how this boy can cheat his way through to the correct answers. But, fortunately for Jamal, the answers to the questions comes from his life experiences and not from any books - the vivid memories of his life in the slums and streets of Mumbai, to his struggle for existence along with his brother Salim at the foot of the Tajmahal, and finally in his search for the love of his life - Latika! Ironically, the final two crore question comes from the book, "Three Musketeers" by Alexander Dumas, that he and his brother had only started to read during his limited encounter with school. He calls his "Life Line" - his brother and Latika, but they fail to answer either. Hence Jamal gives in to destiny - and once again gambles his life in front of the millions of television viewers.\r\nThe performances by all the lead characters were heartfelt and spontaneous, especially the performance of the children in the first half on the movie.  The music by A. R. Rahman (who bagged a golden globe nomination) has helped heighten the emotions and the final song and dance scene during the credits was a treat. \r\nThe film, although extremely enjoyable, has sometimes gone overboard and simplified many of the complex issues.  The film does contains some strong imagery, some quite disturbing, and some very heartwarming. Special kudos to the cinematographer Anthony Dod Mantle for the gorgeous photography and the editor Chris Dickens for maintaining the breakneck pace of the film that keeps the audience on the edge of their seats. \r\nThe film has already won quite a few awards and have already bagged four Golden Globe nominations. Many pundits and film buffs feel that Slumdog will be a strong contender for the Oscars next February. But the limited release of the film is really a major constraint for many viewers. Hopefully, we''ll see more theaters screening the film if the Oscar nominations give it a nod. But before that happens, I''d like to encourage you all to check out the listings and find a theater where you can enjoy this film as soon as possible.\r\n \r\n', 'Slumdog Millionaire: A Mumbai Two Crore Opera', 0, '', 'publish', 'open', 'open', '', 'slumdog-millionaire-a-mumbai-two-crore-opera', '', '', '2008-12-18 13:23:45', '2008-12-18 17:23:45', '', 0, 'http://ethnomediallc.com/wpress/?p=273', 0, 'post', '', 4),
(274, 1, '2008-12-18 13:15:12', '2008-12-18 17:15:12', '', 'slumdog_millionaire_poster', 0, '', 'inherit', 'open', 'open', '', 'slumdog_millionaire_poster', '', '', '2008-12-18 13:15:12', '2008-12-18 17:15:12', '', 273, 'http://ethnomediallc.com/wpress/wp-content/uploads/2008/12/slumdog_millionaire_poster.jpg', 0, 'attachment', 'image/jpeg', 0),
(275, 1, '2009-01-01 23:41:00', '2009-01-02 03:41:00', 'Year 2008 is finally over, and what a year it has been. I am sure this year will go down in history as one of the most significant year of this century.  If we look back to this year, the two events that stand out the most are - the global economic meltdown and the historic presidential election. \r\nThe economic meltdown of the 2008 will go down in history possibly as the darkest economic times of the twenty-first century just as the great depression of 1929. The sub-prime mortgage crisis, the credit crisis, the crash of the Wall street giants,  the market crash created a snow ball effect of financial disasters which still remains to be contained. This crisis also proved once again how tightly the global markets are connected these days when it spread from its epicenter in USA to all parts of the developed and developing world. \r\nThe second most significant event was the US presidential election. The election of Barack Obama, the first African American to grace the White House as the president of the United States is an event that will be recorded in history in golden letters. Barack Obama brings with him the hopes for a positive change not only in USA but also the whole world. The worldwide celebrations at the election win of Obama  is a testament to how the world looks forward to this new leader.  \r\n\r\nIndia too has seen some good and bad days during the last year. The dastardly attack on Mumbai by the terrorists has caused the world community to refocus their attention to deal with global terrorism. Terrorism still continues to plague the world and keeps on challenging our defenses in any way they can.  \r\nOn the positive side, the Indian technological and economic prowess showed off with the successful launch of Chandrayaan I and then with the successful implant of the lunar probes on the surface of the moon. This has been a significant achievement for a country that is relatively young to the space race. \r\n\r\nAnother 2008 global event that I will remember for a while is the 2008 Beijing Olympic Games. The Olympic games demonstrated how human beings like Michael Phelps and Usain Bolt can become super humans. This Olympics was also especially favorable to the Indian athletes with its first individual gold and if I am not incorrect, the highest medal tally at the games. \r\n\r\nI hope 2009 comes to us with the promise to fulfill our hopes and dreams. Let''s hope that from January 20th, the new President brings in the change he promised and helps herald in the peace and prosperity that we all have been looking forward to. Let''s hope that evil in all forms, from terrorists to the financial swindlers, all are defeated and good prevails for all in the world.\r\n\r\nWishing you all a very happy New Year.\r\n\r\nSudipta Bhawmik', 'Goodbye 2008 - Welcome 2009', 0, '', 'publish', 'open', 'open', '', 'goodbye-2008-welcome-2009', '', '', '2009-01-01 23:41:00', '2009-01-02 03:41:00', '', 0, 'http://ethnomediallc.com/wpress/?p=275', 0, 'post', '', 0),
(276, 1, '2009-01-15 18:09:00', '2009-01-15 22:09:00', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/01/wt_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/01/wt_web.jpg" alt="" title="wt_web" width="500" height="316" class="alignleft size-full wp-image-277" /></a>Traveling long distance by train was one of the most enjoyable modes of transportation in India. Once you get over the initial hurdles of getting a reserved seat or squeeze yourself in through the crowded doors as the train slowly rolls in to the platform or the frantic attempts to manage the porter and the family, the journey becomes much easy and enjoyable. Overnight train rides are especially thrilling when you not only need to manage a berth to sleep, but also keep an eye on your luggage and belongings to protect them from the "highly suspicious" co-passengers around you. When I was a child, I remember the train journeys from Kolkata (Sealdah or Howrah depending on which train you take) to Siliguri. Before the Farrakka bridge (barrage) was completed, we had to get off the train at Farakka and then take a steam boat across the Ganges to the other side (Sagrikoli Ghaat)  and then scramble on to the train after a long run. If you were unlucky enough of not having a proper reservation, then your plight can only be imagined by those who took that journey.  However, once you are settled in your seats or berths, temptations start knocking on your senses as the aroma of hot food attracts your attention along with the loud marketing attempts by the food vendors on the station. The appetizing offerings of "Ilish Maachher Jhol", "Bhaaja Mooger Daal", "Gorom Bhaat with Ghee" and "Begun Bhaja" pulls in many hungry passengers to the bamboo and hay thatched eateries all around the train station.  <!--more-->\r\nLater, after the completion of the Farrakka barrage, we had to be consoled only with the food offered by the railway caterers which looked and smelled tempting but was hardly tasty. Still, we waited eagerly for the moment when the uniformed caterers brought in those food trays with holes and slots filled with rice, daal, anda curry, fish curry etc. Often we carried better food with us like luchi, alur dom, but still those aluminum trays looked much tastier than our home cooked meals. \r\nAnother feature of this specific route was that most regulars hardly ever bought any tickets for their travel. After traveling few times, they all knew each and every Ticket Collector (TTs) and they had a nice arrangement with them which reduced their travel budget significantly. In fact it was a disgrace for a young guy to travel with a train ticket as one of my cousins explained to me. When he displayed his ticket to the TT on board, the disappointed official scolded him citing that a young guy like him should have been more adventurous. \r\nI really appreciate our railway minister Mr. Lallu Prasad Yadav. It must have been a real challenge for him to make the railways profitable by collecting the proper fare from each and every passenger. However, he must have killed the adventurous spirit of our young folks in this process.', 'Cartoon of the Week 15: Train Travel', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-15-train-travel', '', '', '2009-01-15 22:48:20', '2009-01-16 02:48:20', '', 0, 'http://ethnomediallc.com/wpress/?p=276', 0, 'post', '', 0),
(277, 1, '2009-01-15 18:07:19', '2009-01-15 22:07:19', 'Travel', 'wt_web', 0, '', 'inherit', 'open', 'open', '', 'wt_web', '', '', '2009-01-15 18:07:19', '2009-01-15 22:07:19', '', 276, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/01/wt_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(278, 1, '2009-02-05 16:27:09', '2009-02-05 20:27:09', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/jodiogolpo_web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/jodiogolpo_web-288x300.jpg" alt="Jodio Golpo" title="jodiogolpo_web" width="288" height="300" class="alignleft size-medium wp-image-283" /></a>Theatre Workshop, the leading theater company/group of Kolakata, will be premiering their new production "Jadio Galpo" at the Academy of Fine Arts theater in Kolkata at 3.00pm on Saturday February 7th. The play is written by yours truly and was earlier produced by our group ECTA in Kolkata and USA as "Satyameva". The play has also been published in the Bohurupi theater magazine in 2008.\r\n\r\nTheater Workshop, who under the leadership of Ashok Mukhopadhyay, is promoting the play as the first attempt in globalizing Bengali Theater. Globalization has affected Bengali theater from its early days with the contributions of Herasim Steppanovich Lebedeff and later with the numerous adaptations of western plays onto Bengali stage. But the play "Jadio Galpo" introduces globalization from a different perspective - it deals with the lives of the global Bengali. Bengalis are no longer limited within the geographic confines of the two Bengals, they have now spread themselves out all over the world.  And, it is rare to see a play these days that talks about the lives of the Bengalis who live outside Bengal or Bangladesh. There has been some attempts in films (Bong Connection, The Namesake etc.) but Bengali theater has always kept themselves limited to their roots. In 2006, when our group staged "Ron" in Kolkata, it created quite a bit of stir. Ananda Lal, the theater reviewer of "The Telegraph" wrote in 2007 while writing about "Satyameva" - "The group from New Jersey who last year stunned Calcutta with their play Ron...". And I believe that this effect was caused not by any production extravaganza, but due to the fact that possibly for the first time the Kolkata audience experienced a Bengali play that takes place in an American locale, a play that tells the stories of Bengalis in America. \r\n"Jadio Galpo" also tells the stories of two generations of Bengalis in America - the veterans who struggled hard to reach their pinnacle of success, and the new comers or FOBs (Fresh Off the Boat) who with their H1-B visa are set to conquer the world by any means. But it also talks about hopes and dreams - dreams fulfilled and dreams shattered. The tales of the global Bengali also needs to be told - also needs to be listened too. Because it is only from a distance can one see one''s own world in a different light. \r\n\r\nThe upcoming show schedules are as follows:\r\n\r\nFeb 7th, 3.00pm  Academy of Fine Arts, Kolkata\r\nFeb 13th, 6.30pm Girish Mancha, Kolkata\r\nOther shows will be advertised in the local newspapers.\r\n\r\nThe play is directed by Ashok Mukhopadhyay who also acts in one of the lead roles. The other character is performed by Krishnagoti Chatterjee.\r\n\r\nIf you happen to be in Kolkata, I''d strongly encourage you to watch the play and give me your feedback. \r\nThank you.', '"Jadio Galpo": Globalization in Bengali Theatre', 0, '', 'publish', 'open', 'open', '', 'jadio-galpo-globalization-in-bengali-theatre', '', '', '2009-02-12 11:25:02', '2009-02-12 15:25:02', '', 0, 'http://ethnomediallc.com/wpress/?p=278', 0, 'post', '', 0),
(280, 1, '2009-02-11 15:59:39', '2009-02-11 19:59:39', 'Jadio Galpo : A New Play by Theatre Workshop\r\nFriday February 13, 2009 at 6:30pm\r\nGirish Mancha,\r\n76/1, Bagbazar Street\r\nkolkata, West Bengal Get Directions\r\nTheatre Workshop presents\r\n\r\n"Jadio Galpo"\r\n\r\nA play by Sudipta Bhawmik\r\nDirected by Ashok Mukhopadhyay\r\n\r\nSanjoy, a young software professional, has arrived in USA, the "land of opportunity", for just over six months and works for a software body shopping company "InterSoft" owned and operated by Bill (a Bengali American living in the States for over thirty years.) On the day of the play Bill fires Sanjoy and asks him to go back to India. Sanjoy, however, is not happy with this decision and refuses to oblige. He informs Bill that he is not going to return to India under any circumstances. He states that returning to India is synonymous to signing a death warrant for himself. He cannot subject himself to such a grave risk. And to justify himself, and to win his ultimate motive, he has to make a choice between truth or deceit.', 'Jadio Galpo by Theater Workshop', 0, '', 'publish', 'open', 'open', '', 'jadio-galpo-by-theater-workshop', '', '', '2009-02-11 15:59:39', '2009-02-11 19:59:39', '', 0, 'http://ethnomediallc.com/wpress/?p=280', 0, 'post', '', 0),
(281, 1, '2009-02-11 16:02:49', '2009-02-11 20:02:49', 'This month''s Sahitya O Alochana will be held on the fourth Friday, February 27, at 8 PM at Anandamandir. \r\nThe topic will be "The Story of India -- the Aryan Migration." I shall show portions of the first hour of the PBS series on the subject (:"The Story of India") and then lead a discussion on the topic.', 'Sahitya O Alochona', 0, '', 'publish', 'open', 'open', '', 'sahitya-o-alochona', '', '', '2009-02-11 16:02:49', '2009-02-11 20:02:49', '', 0, 'http://ethnomediallc.com/wpress/?p=281', 0, 'post', '', 0),
(282, 1, '2009-02-11 16:09:21', '2009-02-11 20:09:21', '<p style="text-align: center;">ECTA presents</p>\r\n\r\n<h1 style="text-align: center;"><strong>BANAPRASTHA</strong></h1>\r\n<p style="text-align: center;">A play by Sudipta Bhawmik\r\nDirected by Indranil Mukherjee</p>\r\n<p style="text-align: center;"><span><span style="font-family: Arial,sans-serif;"><span style="font-size: small;"><span style="color: #3366ff;">“</span></span><em><span style="font-size: small;"><span style="color: #3366ff;">A senior Bengali virologist returns to India, after retiring from his medical practice of 35 years, to find peace, tranquility and solace amongst his family and old friends. But soon he discovers that his nemesis has followed him and he has nowhere to hide.</span></span></em><span style="font-size: small;"><span style="color: #3366ff;"><span class="Apple-converted-space"> </span>"</span></span></span></span><strong></strong></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;">Cast:</p>\r\n<p style="text-align: center;"><strong>Gargi Mukherjee, Samya Goswami, Keka Sirkar, Kaninika Dutta, Sudipta Bhawmik, Subhodev Das, Indranil Mukherjee, Pradeep Ramdass, Kaushik Dutta, and Lilabati Majumdar</strong></p>\r\n<p style="text-align: center;">Music: Partha Sarathi Mukhopadhyay</p>\r\n\r\n<div>\r\n<h2 style="text-align: center;"><strong><span style="color: #cc0000;">Edison Valley Playhouse, 2196 Oak Tree Road, Edison, NJ</span></strong></h2>\r\n<p style="text-align: center;">Tickets: $20.00</p>\r\n<p style="text-align: center;">Contact: Email: <a style="color: #0000cc;" href="mailto:bhawmik@gmail.com" target="_blank">bhawmik@gmail.com</a>,<span class="Apple-converted-space"> </span><a style="color: #0000cc;" href="mailto:indymukh@gmail.com" target="_blank">indymukh@gmail.com</a></p>\r\n\r\n</div>\r\n<div>\r\n<div style="text-align: center;">Phone: 732 241 7060</div>\r\n</div>', '"Banaprastha" : ECTA''s New Production', 0, '', 'publish', 'open', 'open', '', 'baanaprastha-ectas-new-production', '', '', '2009-04-03 21:00:44', '2009-04-04 01:00:44', '', 0, 'http://ethnomediallc.com/wpress/?p=282', 0, 'post', '', 0),
(283, 1, '2009-02-12 11:24:34', '2009-02-12 15:24:34', '', 'jodiogolpo_web', 0, 'Jodio Golpo', 'inherit', 'open', 'open', '', 'jodiogolpo_web', '', '', '2009-02-12 11:24:34', '2009-02-12 15:24:34', '', 278, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/jodiogolpo_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 1, '2009-02-19 16:04:02', '2009-02-19 20:04:02', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/bank-report-web.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/bank-report-web.jpg" alt="Bank Report" title="bank-report-" width="478" height="310" class="aligncenter size-full wp-image-285" /></a>\r\nI drew this cartoon long time ago to highlight the healthcare cost crisis. For the benefit of the readers who don''t read Bengali let me explain it a bit. The doctor looking at his patient''s charts comments that he is not concerned with his lab reports but he is concerned about his bank statement reports which of course is not good enough to bear the cost of treatment. \r\nHealthcare cost management, one of the major election issues last year, is once again in the back burner - being overshadowed by the economic meltdown. Although the recent economic stimulus package contains a provision to modernize health-care record keeping which can potentially reduce some of the costs and also provide for some computer programming jobs, it can hardly put a dent on this monstrous problem. Health-care cost is poised to be the next bubble to burst and it can also have devastating effects on the population and businesses. This needs to be dealt with as soon as possible before the entire system disintegrates. Many hospitals are reporting higher rates of ER admissions for patients without insurance. This is expected with the high unemployment numbers.  Soon the hospitals will be asking for bail out money.<!--more-->\r\nThe current method of cost reduction as practiced by the insurance companies and HMOs has not been working for a long time, at least not in the patients favor. The medical practitioners have been  forced by the HMOs and insurance companies to avoid treatment as much as possible. A patient is treated based on the amount he (or his insurance company) can pay and not based on what they need. Remember the finger attachment case in Michael Moore''s Sicko? I have seen in doctor''s offices, clear instructions for the nurses and attendants to ask the patient if he/she can pay for a specific test or procedure before conducting it. \r\nThe doctors spend minimum time with their patients because the reduced compensation per patient forces them to increase their patient count. The doctors rely more on the lab reports and mechanized algorithms rather than spending time to solve the unique medical puzzle each patient poses. I don''t blame the doctors, they simply don''t have the time.  \r\nThe medical costing structure is another huge puzzle. I just cannot understand what kind of costing method does the hospitals use. When their astronomical bills gets sized down to a fraction of their original amount by the insurance companies, I fail to comprehend how could these hospitals survive. Since most patients have some kind of insurance, I am sure none of them agree to pay those huge bills and only pay a highly reduced negotiated amount. And since the hospitals are still surviving and their employees getting paid, I am sure that the negotiated amount they receive serves them well. So why this inflated bill in the first place? Is this notion of high health-care cost nothing but an illusion? Only an imaginary crisis? I am sure there is some explanation for all this. However, I think that if the hospitals and medical practitioners had charged the typical insurance company negotiated rates to the common public, then many would have been able to pay them without going through insurance companies. The businesses who employ their patients also could have easily picked up the bill without going through the insurance companies any pay them the hefty middle-man charges.  \r\nMany smart people have looked into this problem and they must have found the problem complex enough to leave it unsolved. However, the only worry I have is, if these problems turn out to be "greed", "special interests" and "lobbies", then we are in for another disaster. The sub-prime crisis, the credit crunch and the Wall-Street meltdown should have taught us enough lessons - only if we learn from them.\r\n', 'Cartoon of the Week 16: Healthcare Costs', 0, '', 'publish', 'open', 'open', '', 'cartoon-of-the-week-16-healthcare-costs', '', '', '2009-02-19 16:08:39', '2009-02-19 20:08:39', '', 0, 'http://ethnomediallc.com/wpress/?p=284', 0, 'post', '', 0),
(285, 1, '2009-02-17 20:34:47', '2009-02-18 00:34:47', '', 'bank-report-', 0, 'Bank Report', 'inherit', 'open', 'open', '', 'bank-report-web', '', '', '2009-02-17 20:34:47', '2009-02-18 00:34:47', '', 284, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/bank-report-web.jpg', 0, 'attachment', 'image/jpeg', 0),
(286, 1, '2009-02-26 13:44:03', '2009-02-26 17:44:03', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/cover-3916.gif"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/cover-3916.gif" alt="Mothers for Sale" title="cover-3916" width="125" height="194" class="alignleft size-full wp-image-287" /></a><em>"My name is Shikha Morol. That''s not my real name, but I don''t want to tell you my real name. This is my name here. And please don''t take any pictures. I won''t allow it . . ."\r\n\r\nThe woman in front of me sat with her head bowed. She wore a blue synthetic sari with garish floral prints and a mismatched purple blouse. She looked neat and clean but signs of poverty were evident in her work-roughened hands and broken nails.\r\n\r\nHer name, she said, was Shikha, "a little flame." She said she was 30. I was surprised. I assumed she was closer to 50.</em>\r\n\r\nThis is how one of the interviews with Sikha, a sex worker in Sonagachhi Kolkata, starts in Shamita Dasgupta and Indrani Sinha''s latest book, "Mothers for Sale: Women in Kolkata''s Sex Trade". <!--more-->\r\nKolkata sex workers have earned an international reputation through Oscar winning films like "Born into Brothels" (directed by Zana Briski) and their activism. Several novels have been written, several films made on these women and their lives, mostly my male writers and film makers. They portray them from different view points, sometimes as exploited women, sometimes as victims of poverty and social injustice, sometimes a lovers and sometimes just as sex objects. However, Shamita and Indrani looks at these women from a different perspective, as working mothers who sell their services to take care of their children and family. \r\n\r\n<em>"They tell me I am their son,"</em> says Sikha about the greatest compliment that was bestowed upon her by her in-laws. Sikha''s husband, a landless laborer, killed himself few years ago leaving his parents and three children to be taken care of by Sikha, the sole bread earner. Shikha sold the milk of their cows, worked in a rice mill and picked vegetables in other people''s farms, sometimes working sixteen hours a day. But she couldn''t earn enough to properly feed her sons and her husband''s parents and through a series of accidents had to finally chose the oldest profession of sex trade. <em>"I came of my free will"</em>, she declared to Shamita and Indrani. She was not forced into this trade by anyone. Since she began her work in Shonagachhi, she had been regularly sending money orders to her parents-in-law for them and her three sons. But she hates this work and looks forward to the day when her children no longer need her money and she can "leave all this behind." \r\n\r\nAs per the promotional material, the book <strong>Mothers for Sale</strong> attempts to offer an understanding of sex workers as mothers that goes beyond the current debate on the viability and legitimacy of sex work for women. It highlights the aspirations and fears, joys and disappointments, triumphs and failures that sex workers share with all mothers. The book is based on information gathered from more than 750 sex workers and more than 300 of their children through detailed interviews that the authors conducted since 2006.  This is not fiction or fantasy that many writers and film makers have resorted to,  to portray the conditions of the sex traders. This is an objective and compassionate study of a class of working women who are trying to make a living for themselves and their children.\r\n\r\nThe authors Shamita Dasgupta and Indrani Sinha have been working for women''s cause throughout their career. <a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/dasgupta-3916.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/dasgupta-3916.jpg" alt="Shamita Dasgupta" title="dasgupta-3916" width="125" height="190" class="alignright size-medium wp-image-288" /></a>\r\nShamita Dasgupta cofounded Manavi in New Jersey and is an adjunct faculty of law with the NYU Law School. Indrani Sinha founded <strong>Sanlaap</strong> in 1987 and works with women and young people fighting for their rights and protesting violence against women.\r\n\r\n\r\nI sincerely congratulate them for their excellent work. \r\n\r\n\r\n\r\n\r\n\r\n', 'Mothers in Sex Trade : An In-depth Look', 0, '', 'publish', 'open', 'open', '', 'mothers-in-sex-trade-an-in-depth-look', '', '', '2009-02-26 13:44:03', '2009-02-26 17:44:03', '', 0, 'http://ethnomediallc.com/wpress/?p=286', 0, 'post', '', 3),
(287, 1, '2009-02-26 13:34:48', '2009-02-26 17:34:48', '', 'cover-3916', 0, 'Mothers for Sale', 'inherit', 'open', 'open', '', 'cover-3916', '', '', '2009-02-26 13:34:48', '2009-02-26 17:34:48', '', 286, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/cover-3916.gif', 0, 'attachment', 'image/gif', 0),
(288, 1, '2009-02-26 13:35:35', '2009-02-26 17:35:35', '', 'dasgupta-3916', 0, 'Shamita Dasgupta', 'inherit', 'open', 'open', '', 'dasgupta-3916', '', '', '2009-02-26 13:35:35', '2009-02-26 17:35:35', '', 286, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/02/dasgupta-3916.jpg', 0, 'attachment', 'image/jpeg', 0),
(297, 1, '2009-03-15 11:32:30', '2009-03-15 15:32:30', '<a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/bengali_sweet.jpg"><img src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/bengali_sweet-300x199.jpg" alt="Bengali Sweet Jaynagarer Moa" title="bengali_sweet" width="300" height="199" class="alignleft size-medium wp-image-299" /></a>The famous Joynagar moa, a confectionery prepared from date palm jaggery (nalen gur) and puffed,  rice could be given a geographical indication (GI) patent. If awarded, the patent would be the second for a produce of Bengal, after Darjeeling tea. Also in the pipeline for a GI patent are Bardhamaner Sithabhog, Shaktigarer lyangcha and Mursidabad silk.<!--more-->\r\n\r\nThe patent means that the particular product can be made only in that area and cannot be copied in the countries where it is registered as a GI product. Darjeeling Tea, which got a GI patent in 2008, has been registered as a GI product in countries like the UK, USA, Germany and Russia.\r\n\r\nThe Federation of the Association of Cottage and Small Scale Industries (Facsi) has started an awareness and sensitization program among confectioners who make Joynagarer Moa. They are being told about the details of intellectual property rights at an even held in the Joynagar-Majilpur Municipality area.\r\n\r\nAshok Kumar Ghosh, Sri Krishna Mistanna Bhandar is the oldest moa shop in Joynagar, felt GI would be a big boost for the poor sweet shop owners keeping alive Bengal''s legacy. "Our shop was established in 1929 by my father. Earlier, babus from Kolkata would order huge quantities of moa during Poush Sankranti. Our moa has even been sent to USA. But fake products are being made all over the state, putting our identity at stake," he said.\r\n\r\nGhosh attended the awareness program conducted by FACSI and the patent office. "There are over 150 sweet shops in Joynagar, Bahura and Charan, which make the delicacy. We shall sit and discuss the issue of the GI patent," he added. Ghosh pointed out that Joynagarer moa is made of a special brand of aromatic rice called Kanakchur and nalen gur, which cannot be made elsewhere.\r\n\r\nFACSI president Sukhendu Bikash Ghose said the organization is trying to act as a facilitator for a GI patent for Joynagarer moa. "The confectioners have set up an association. A GI patent is only given to associations. We have got a mandate from the department of MSMe of the Union government to facilitate a GI patent for ethnic products," he said. \r\n\r\n(News courtesy Times of India)', 'Jaynagarer Moa to be Patented', 0, '', 'publish', 'open', 'open', '', 'jaynagarer-moa-to-be-patented', '', '', '2009-03-17 22:42:12', '2009-03-18 02:42:12', '', 0, 'http://ethnomediallc.com/wpress/?p=297', 0, 'post', '', 0),
(298, 1, '2009-03-17 22:16:26', '2009-03-18 02:16:26', 'This is a reminder that we will resume our quasi-monthly Sahitya O Alochana meetings this Friday, March 20, at 8 PM at Ananda Mandir.\r\n\r\nDr. Nupur Lahiri, who recently translated Rabindranath''s "Rakto Karabi," will lead a (much-anticipated!) discussion on Tagore in Translation. I for one am looking forward to it.\r\n\r\nHoping to see you all there,\r\nAmitabha Bagchi', 'Sahityo-O-Alochona', 0, '', 'publish', 'open', 'open', '', 'sahityo-o-alochona', '', '', '2009-03-17 22:16:26', '2009-03-18 02:16:26', '', 0, 'http://ethnomediallc.com/wpress/?p=298', 0, 'post', '', 0),
(299, 1, '2009-03-17 22:37:29', '2009-03-18 02:37:29', 'Jaynagarer Moa a Bengali Sweet', 'bengali_sweet', 0, 'Bengali Sweet Jaynagarer Moa', 'inherit', 'open', 'open', '', 'bengali_sweet', '', '', '2009-03-17 22:37:29', '2009-03-18 02:37:29', '', 297, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/bengali_sweet.jpg', 0, 'attachment', 'image/jpeg', 0),
(300, 1, '2009-03-19 10:44:33', '2009-03-19 14:44:33', '<p><a href="http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/mahasweta.jpg"><img class="alignleft size-medium wp-image-301" title="Mahasweta Devi" src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/mahasweta.jpg" alt="Mahasweta Devi, novelist, author, activist" width="260" height="297" /></a><span style="font-size: small; ">On Wednesday (18th March), fourteen authors across the world were been named as the contenders for the Man Booker International prize. The long list of writers includes the name of prolific veteran Bengali writer Mahasweta Devi.   Sir V. S. Naipaul is also included in the list. In all 14 authors from 12 countries have been nominated for Booker Prize, which is one of the most prestigious literary awards in the world. The prize given in two years carries prize money of 60,000 pounds and can be won by any author worldwide, provided their work is available in English.<br />\r\n </span><!--more--></p>\r\n\r\n<p>Seven out of fourteen writers, who have been named in the judge''s list of contenders, are in translation category. Mahasweta Devi, who writes in Bengali, is based in Santiniketan in West Bengal. She is one among India''s foremost writers.  She is also a well-known activist for the rights of indigenous peoples. Devi is known for depicting the moral dilemmas Indians from different walks of life face.</p>\r\n\r\n<p><span style="font-size: small; ">"I have always believed that the real history is made by ordinary people. I constantly come across the reappearance, in various forms, of folklore, ballads, myths and legends, carried by ordinary people across generations," Devi has said.</span></p>\r\n\r\n<p><span style="font-size: small; ">"The reason and inspiration for my writing are those people who are exploited and used, and yet they do not accept defeat. For me, the endless source of ingredients for writing is in these amazingly, noble, suffering human beings. Why should I look for my raw material elsewhere, once I have started knowing them? Sometimes it seems to me that my writing is really their doing," Devi added.</span></p>\r\n\r\n<p>The 14 authors on the list are: Peter Carey (Australia), Evan S. Connell (USA), Mahasweta Devi (India), E.L. Doctorow (USA), James Kelman (UK), Mario Vargas Llosa (Peru), Arnošt Lustig (Czechoslovakia), Alice Munro (Canada), V.S. Naipaul (Trinidad/India), Joyce Carol Oates (USA), Antonio Tabucchi (Italy), Ngugi Wa Thiong''O (Kenya), and Dubravka Ugresic (Croatia), Ludmila Ulitskaya (Russia).</p>\r\n\r\n<p>The judging panel for the Man Booker International Prize 2009 includes: Jane Smiley (writer), Amit Chaudhuri (writer, academic and musician) and Andrey Kurkov writer (film script writer and essayist).</p>', 'Mahasweta Devi Nominated for the 2009 Man Booker Prize', 0, '', 'publish', 'open', 'open', '', 'mahasweta-devi-nominated-for-the-2009-man-booker-prize', '', '', '2009-03-19 11:01:08', '2009-03-19 15:01:08', '', 0, 'http://nynjbengali.com/?p=300', 0, 'post', '', 0),
(303, 1, '2009-03-19 21:28:47', '2009-03-20 01:28:47', 'Sunil Ganguly introducing Urhalpool.', 'sunil_ganguly', 0, 'Sunil Ganguly introducing Urhalpool', 'inherit', 'open', 'open', '', 'sunil_ganguly', '', '', '2009-03-19 21:28:47', '2009-03-20 01:28:47', '', 302, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/sunil_ganguly.jpg', 0, 'attachment', 'image/jpeg', 0),
(301, 1, '2009-03-19 10:41:33', '2009-03-19 14:41:33', 'Mahasweta Devi, author, novelist, activist', 'Mahasweta Devi', 0, 'Mahasweta Devi, novelist, author, activist', 'inherit', 'open', 'open', '', 'mahasweta', '', '', '2009-03-19 10:41:33', '2009-03-19 14:41:33', '', 300, 'http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/mahasweta.jpg', 0, 'attachment', 'image/jpeg', 0),
(302, 1, '2009-03-19 21:34:26', '2009-03-20 01:34:26', '<p><img class="alignleft" style="float: left; margin-left: 6px; margin-right: 6px;" title="Sunil Ganguly" src="http://ethnomediallc.com/wpress/wp-content/uploads/2009/03/sunil_ganguly.jpg" alt="Sunil Ganguly" width="250" height="188" />Few months ago I wrote about the debut of a new Bengali webzine, Urhalpool.com. The magazine has now reached new heights with the introduction of the first hard copy version at the 2009 Kolkata Book Fair. On Saturday 7th February 2009, at 6PM, the UBI auditorium at the Kolkata Book Fair ground was completely packed with people standing all over. Sunil Gangopadhyay introduced Urhalpool with a short speech which was  followed by editor Goutam Datta talking about the vision of the magazine. The Hon''ble consul general of Italy was present on the stage along with Urhalpool''s Italian writer Alessandra Corsini. Several other contributers to the magaine like  Alolika Mukherjee, Subodh sarkar, Mallika Sengupta, Pinaki Thakur, Bithi Chattopadhyay and others were present at the event.  Urhalpool''s  Shakti Chattopadhyay Life Time achievement in Bengali literature award (Rs25,000) was presented to Nabaneeta Dev Sen and Nirmal Chandra Gangopadhyay Sahitya puroskar was awarded (Rs15,000) to Poet Srijato. Poet Shakti Chattopadhyay''s wife Minakhi-di handed over the Shakti Chattopadhyay award and Nupur Lahiri handed over Nirmal Chandra award.  The entire program was conducted by Soumitra Mitra.</p>', 'Urhalpool Inaugurated at the 2009 Kolkata Book Fair', 0, '', 'publish', 'open', 'open', '', 'urhalpool-inaugurated-at-the-2009-kolkata-book-fair', '', '', '2009-03-19 21:47:58', '2009-03-20 01:47:58', '', 0, 'http://nynjbengali.com/?p=302', 0, 'post', '', 0),
(304, 1, '2009-03-20 11:58:08', '2009-03-20 15:58:08', '<object type="application/x-shockwave-flash" data="http://widgets.nbc.com/o/4727a250e66f9723/49c3b888cc8e7b3d/4741e3c5156499a7/76969f91/-cpid/87808604619d465f" id="W4727a250e66f972349c3b888cc8e7b3d" width="384" height="283"><param name="movie" value="http://widgets.nbc.com/o/4727a250e66f9723/49c3b888cc8e7b3d/4741e3c5156499a7/76969f91/-cpid/87808604619d465f" /><param name="wmode" value="transparent" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /></object>\r\nPresident Obama on the Tonight Show with Jay Leno! Enjoy', 'President Obama on the Tonight Show', 0, '', 'publish', 'open', 'open', '', 'president-obama-on-the-tonight-show', '', '', '2009-03-20 11:58:08', '2009-03-20 15:58:08', '', 0, 'http://nynjbengali.com/?p=304', 0, 'post', '', 1),
(305, 1, '2009-03-20 14:13:36', '2009-03-20 18:13:36', '<p><img class="alignleft" style="margin: 6px; float: left;" title="The Total Artificial Heart" src="http://nynjbengali.com/wp-content/uploads/2009/03/kgp_heart.jpg" alt="Artificial Heart developed at IIT Kharagpur" width="250" height="188" />My alma mater, IIT Kharagpur is once again in the news with a great device - an artifical heart.  It''ll be to coronary care what Nano is to cars, say scientists at Indian Institute of Technology, Kharagpur, who have devised an an artificial heart that could save lives for just Rs 1 lakh - reports the Times of India.    The research team says trials of the prototype lab constructed heart have been successful on small animals and the gadget is being perfected on goats. The institute has applied for permission to conduct human trials.  The Total Artificial Heart (TAH) — said to be the first such in the country — has been developed by a team of scientists at IIT-Kgp''s school of medical science and technology. <!--more--> After four years of painstaking research, the scientists say their creation is better and far more affordable than the first artificial heart developed in the US, which showed a "high rate failure'''' and at Rs 30 lakh, beyond the reach of the common man.   The inventors hope to fit the heart into an ailing patient within a few months, once permissions from the Indian Council of Medical Research come through. The unique 13—chamber heart is working fine in small animals, said a member of the team. Human tests are to be conducted at Medical College and Hospital (MCH), Kolkata.  Senior cardiac surgeons — Madhusudan Pal, Bhaskar Ukil, Tarun Saha and Kalishankar Das from MCH and Rajiv Narang of AIIMS, Delhi — will conduct the human trials.   "We are also in touch with P Venugopal, former AIIMS director and one of the leading cardiac surgeons of the country. We expect him to be part of the team as well,'''' said Sujoy Guha, IIT-KGP faculty member and bio-medical engineering expert, who is leading the artificial-heart team.   "The TAH will be of great help to patients whose heart muscles have become so weak that they need immediate transplantation. Angioplasty, stents and even bypass surgery are of no use for such patients because they cannot strengthen muscles. It is difficult to find donor organs and even if transplantation is done, the body develops auto rejection and severe medication is required to suppress immune reactions," said Guha.   "TAH will be a life-saver, for the price of a Tata Nano,'''' said one of the scientists. "Bengal may have lost the Nano, but the world cannot miss this Rs 1-lakh invention.''''  News Courtesy of Times of India.</p>', 'IIT Kharagpur Develops Artificial Heart', 0, '', 'publish', 'open', 'open', '', 'iit-kharagpur-develops-artificial-heart', '', '', '2009-03-20 14:13:36', '2009-03-20 18:13:36', '', 0, 'http://nynjbengali.com/?p=305', 0, 'post', '', 0),
(306, 1, '2009-03-20 13:49:38', '2009-03-20 17:49:38', 'Total Artificial Heart (TAH) developed at IIT Kharagpur, India.', 'kgp_heart', 0, 'Total Artificial Heart (TAH) developed at IIT Kharagpur, India.', 'inherit', 'open', 'open', '', 'kgp_heart', '', '', '2009-03-20 13:49:38', '2009-03-20 17:49:38', '', 305, 'http://nynjbengali.com/wp-content/uploads/2009/03/kgp_heart.jpg', 0, 'attachment', 'image/jpeg', 0),
(307, 1, '2009-03-21 12:47:39', '2009-03-21 16:47:39', 'An assortment of healthy Indian Food. Rice, Dal, Chick Peas, Spinach and Cheese.', 'indian food healthy', 0, 'Healthy Indian Food', 'inherit', 'open', 'open', '', 'indian_food_healthy', '', '', '2009-03-21 12:47:39', '2009-03-21 16:47:39', '', 219, 'http://nynjbengali.com/wp-content/uploads/2009/03/indian_food_healthy.jpg', 0, 'attachment', 'image/jpeg', 0),
(308, 1, '2009-03-23 13:12:36', '2009-03-23 17:12:36', '<img class="alignleft" style="margin: 6px; float: left;" title="IIT Kharagpur" src="http://nynjbengali.com/wp-content/uploads/2009/03/iit_kharagpur.jpg" alt="IIT Kharagpur" width="116" height="87" />It is ironic to say the least that just when I was enthusiastically reporting the news of the development of an artificial heart by IIT Kharagpur, a young heart stopped beating in the campus. Rohit Kumar, a third year Electrical Engineering student (LLR Hall) died due to the apparent neglect by the in-campus "B.C.Roy Technology Hospital".  Details about this event can be found in the campus students newspaper "<a onclick="pageTracker._trackPageview(''/outgoing/scholarsavenue.blogspot.com/?referer=http://ethnomediallc.com/wpress/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/scholarsavenue.blogspot.com/?referer=http://ethnomediallc.com/wpress/wp-admin/edit.php?post_status=draft'');pageTracker._trackPageview(''/outgoing/scholarsavenue.blogspot.com/?referer=http://ethnomediallc.com/wpress/wp-admin/post.php?action=edit&amp;post=308'');pageTracker._trackPageview(''/outgoing/scholarsavenue.blogspot.com/?referer=http://ethnomediallc.com/wpress/wp-admin/edit.php?post_status=draft'');" href="http://scholarsavenue.blogspot.com/ " target="_blank">Scholars Avenue</a>" and I will refrain from reporting them once again out here.  However this incident resulted in a student uproar that was unprecedented in the history of IIT Kharagpur. The angry students demonstrated their frustration at the residence of the director of the Institute which resulted in the resignation of the director as well as some other administrative staff.<!--more-->\r\n\r\nI grew up in the campus and hence the state of the health care infrastructure in well known to me. The hospital had primitive facilities and it never had the capabilities to take care of brain injuries or any other serious conditions that require intensive critical care. The doctors and the staff were equipped only to treat common ailments like dysentery or some other infections. Any complications were referred either to the railway hospital or to some Kolkata hospital. This has been the situations through ages. In the meantime the number of students in the campus has increased multiple folds, and so did the Institute budget. But it seems, not much has changed in the hospital.\r\n\r\nThe authorities now have promised to rectify the situation and to improve the medical facilities. But it is sad that it required the sacrifice of a promising young man to bring their attention to this matter.  The incident has also tarnished the image of the IIT students (especially by the media) who in the heat of the moment did things that they shouldn''t have.  But I think we need to understand their frustration too. They have to spend four years of their lives in the campus of a premier Institute of the nation. They have the right to expect a minimum level of health care.\r\nThis also goes true for the faculty and staff. How can IIT Kharagpur attract the best teachers if they cannot offer them some level of decent health care? Kharagpur has the disadvantage of being not close to any major metropolis. The health care infrastructure in the towns surrounding the campus is poor too. An Institute that develops artificial heart should have a health care facility to take care of its talents hearts and minds.', 'Trouble in IIT Campus', 0, '', 'publish', 'open', 'open', '', 'trouble-in-iit-campus', '', '', '2009-03-23 13:14:34', '2009-03-23 17:14:34', '', 0, 'http://nynjbengali.com/?p=308', 0, 'post', '', 0),
(309, 1, '2009-03-23 12:33:23', '2009-03-23 16:33:23', 'IIT Kharagpur', 'iit_kharagpur', 0, 'IIT Kharagpur', 'inherit', 'open', 'open', '', 'iit_kharagpur', '', '', '2009-03-23 12:33:23', '2009-03-23 16:33:23', '', 308, 'http://nynjbengali.com/wp-content/uploads/2009/03/iit_kharagpur.jpg', 0, 'attachment', 'image/jpeg', 0),
(310, 1, '2009-03-23 23:13:56', '2009-03-24 03:13:56', 'RAAGRANG is arranging a Lecture-Demonstration by a noted musician Shree Kedar Naphade on 29th March from 4 to 6 P.M. The event will start with a short vocal recital by young Ria Sabnis. Refreshments will be served after that. Please let us know how many of you will be attending. It is free for the members and $7.00 for the non-members. Hope you can make it.\r\n\r\nVenue:\r\n28 McBride Way\r\nBridgewater,\r\nNJ 08807.\r\nRSVP will be appreciated.\r\n(732) 241-7063.', 'Harmonium Lecture-Demonstration', 0, '', 'publish', 'open', 'open', '', 'harmonium-lecture-demonstration', '', '', '2009-03-23 23:13:56', '2009-03-24 03:13:56', '', 0, 'http://nynjbengali.com/?p=310', 0, 'post', '', 0),
(311, 1, '2009-03-24 10:48:58', '2009-03-24 14:48:58', 'Piyalir Password is the first Bengali film shot entirely on locations in the US, particularly in Virginia, Maryland and Washington DC. The movie has been subtitled in English. For more information www.piyalirpassword.net\r\n \r\n http://www.hindu.com/thehindu/holnus/009200903230951.htm\r\n\r\nThe film will be screened at 2:00 PM on 11th April at the TV Asia Studios, 76 National Road, Edison, NJ 08817\r\n\r\nThe lead actor of the film Rituparna Sengupta will be present in the beginning of the show and talk about the film.\r\n\r\nThe film is being presented by Center for Social Change www.centerforsocialchange.org, an organization serving individuals with developmental disabilities for the past 15 years, worlwide.\r\n\r\nTickets are $10 dollars and available online at www.sulekha.com and www.centerforsocialchange.org. Additionally ticket reservations can be made with Sonali Ganguly (tel: 732 203 7310) and Devasish Ray (tel: 240 988 1112)\r\n\r\n\r\nRaj Basu (703)507-6420 (cell) rajbasu@msn.com rkbasu@gmail.com', 'Movie Release : Piyalir Password', 0, '', 'publish', 'open', 'open', '', 'movie-release-piyalir-password', '', '', '2009-03-24 10:48:58', '2009-03-24 14:48:58', '', 0, 'http://nynjbengali.com/?p=311', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(312, 1, '2009-03-24 16:51:34', '2009-03-24 20:51:34', '<h3>Gautam Dutta Receives Sudhindra Dutta Award</h3>\r\nOn February 15, 2009, "Janmadin" Literary Magazine of Baharampur Murshidabad, presented Gautam Dutta (of New Jersey) with the prestigious Sudhindra Dutta award for his collection of poems "Grihojuddher Dalil".  He received this award along with Krishnadulal Chattopadhyay, the folk poet of Bankura West Bengal. I congratulate Gautam for this achievement.\r\n<!--more-->\r\n<h3>Gargi Mukherjee on the Screens of the 27th San Francisco Asian American Film Festival</h3>\r\nGargi Mukherjee, the well known New Jersey actress, will feature in two films to be screened at the 27th San Francisco Asian American Film Festival. The first one is a short film.<span class="Apple-converted-space"> </span><em><strong>Dida Reema Anjana</strong></em>, directed by Bornila Chatterjee and the other a feature length comedy,<span class="Apple-converted-space"> </span><em><strong>Karma Calling</strong></em>, directed by Sarba Das.  Gargi''s son Birsa also featured in<span class="Apple-converted-space"> </span><strong><em>Dida Reema Anjana</em></strong><span class="Apple-converted-space"> along with another local actress <em><strong>Lilabati Majumdar</strong></em>.</span>\r\nBirsa also acted in  a short film directed by Mira Nair,<span class="Apple-converted-space"> </span><em><strong>How Can It Be?</strong></em><span class="Apple-converted-space"> </span>as part of 8 short films for the United Nations Millennium Project, directed by world-renowned directors.\r\nBoth Gargi and Birsa had earlier acted in Mira Nair''s acclaimed film "The Namesake".\r\n<h3>Indranil Mukherjee in Piyalir Password</h3>\r\nNew Jersey based actor Indranil Mukherjee will soon be seen on the silver screen with the realease of <em><strong>Piyalir Password,</strong></em> a Bengali thriller film shot entirely in the United States.  Indranil performs in a key role along side famous Tollywood actors, Rituparna Sengupta, Roopa Ganguly, Sabyasachi Chakraborty and Kaushik Sen. The film is directed by Raj Basu of Maryland. The film premieres in New Jersey on  11th April at 2:00 PM at the TV Asia Studios, 76 National Road, Edison, NJ 08817.', 'Community News Bites: Sudhindra Dutta Award and San Francisco Asian American Film Festival', 0, '', 'publish', 'open', 'open', '', 'community-news-bites-sudhindra-dutta-award-and-san-francisco-asian-american-film-festival', '', '', '2009-03-24 16:54:26', '2009-03-24 20:54:26', '', 0, 'http://nynjbengali.com/?p=312', 0, 'post', '', 1),
(314, 1, '2009-04-01 17:45:11', '2009-04-01 21:45:11', '<img class="alignleft" style="margin: 6px; float: left;" src="http://nynjbengali.com/wp-content/uploads/2009/04/make_money_blog.jpg" alt="Make Money on your Blog and Website" width="200" height="200" />Anybody who is even the least interested in making money with their blog has done a google search this title phrase and have landed up with thousands of articles, posts, advertorials, videos and other material that provide a hash-up of few different techniques that can bring in the greens. But when you look at them with some curiosity, you''ll see that almost all off them give you a bullet list of techniques that can bring in traffic and can potentially bring in some dough. You''ll learn about SEO techniques to improve search engine rankings, you''ll know how important it is to have in-links to your site, you''ll discover what article marketing is, and how to effectively use the social networking and bookmarking sites (Facebook, Orkut, Del.icio.us, Reddit, Stumbleupon etc. etc.). You''ll know the benefits of enlisting your blog to multiple blog networks and directories, tricks to improve Alexa rankings and the secrets of setting up RSS feeds for potential subscribers. All these techniques are good and work to some degree to bring in traffic to your blog - but believe me, millions of bloggers are doing just the same. Traffic is king to any blogger, and whatever published technique exists today are being tried over and over again. The problem is that the search engines (google, yahoo etc) and traffic ranking sites (like Alexa) keep on changing their strategy frequently and hence many techniques become stale.<!--more-->\r\n\r\nOn the money making aspect, these how-to articles will tell you, that online advertising is the only way to make money on your blog. Subscription, donation, and other direct fund collection schemes simply does not work on the blogosphere. There are multiple different ways to publish advertisements from agencies like Google Adsense, Yahoo Publisher Network and many many others - and they work to some degree - like collecting few cents after a year on the net. If you are lucky, you may be able to recover your blog hosting cost, but if you plan to quit your day job - this may not be the right vocation.\r\n\r\nHaving said that, you can make money on your blog only if you get traffic - lots and lots of traffic - period!  But how to get them to flock to your site? The answer is simple - create your long tail!\r\n\r\n<img class="alignright" style="margin: 4px; float: right;" src="http://nynjbengali.com/wp-content/uploads/2009/04/long_tail.png" alt="Long tail distribution" width="200" height="200" />Long Tail is a term coined by Chris Anderson to explain the marketing phenomenon used by companies like Amazon and Netflix that sell large number of unique items, each in relatively small quantities. For example, Amazon does not make its fortune by selling only the best sellers, rather the bulk of the sale comes from books and items that sell in small quantities. In other words, if you can manage to sell your two copies of your book through Amazon, you get your peanuts - but Amazon has millions of dreamy eyed publishers and writers like you to make their money from. Netflix rents more movies that can hardly be regarded as block busters. I think you get the idea. The concept of Long tail comes from the sales frequency distribution curve which shows high sales volumes for a very small number of items (less than 20%) but the distribution curve tapers down asymptotically such that most sales volumes occur for the low selling items.   If this long tail is properly exploited then most money can be made from those low selling items.\r\nFor example, when you use Google Adsense kind of advertising on your low-traffic blog or website, you hardly make any money (maybe few cents a month) but Google has millions of websites like yours and hence they reap in the big bucks.\r\n\r\nSo how can we exploit this principle to bring traffic to your blog? What is the product that you are providing to your visitors on your blog? Your posts or articles. If you do some traffic analysis (whatever traffic data you may have) you''ll find that very few posts draw large number of visitors. Most of your articles will fall under the category of the long tail - each bringing in a measly number of visitors. Hence all we need to do is to make this long tail very very long! The longer you make, more traffic you get. That means you need to post a large number of articles or varied topics. This principle is used by many blog platforms like blogger or blogspot. Squiddo Lenses is another attempt to create a long tail to harvest visitors.  You can do that too. Invite guest bloggers to write on your site, if possible syndicate articles. Note that your articles need not be long and wordy ones, they can be short, specific and to the point, that adds some value to the visiting experience.  Not only articles, you may post images. Google image search can bring in large amount of traffic.\r\n\r\nHowever do not forget the SEO and the other promotional techniques I mentioned earlier. Your posts need to be discovered by your visitors. Web bots and crawlers will eventually discover your new post, but you need to be pro-active to invite them as early as possible.\r\n\r\nOnce you start getting traffic on your website or blog, advertisers and cash will follow. Till then keep stretching that long tail.', 'How to Bring Traffic to Your Blog or How to Make Money with Your Blog!', 0, '', 'publish', 'open', 'open', '', 'how-to-bring-traffic-to-your-blog-or-how-to-make-money-with-your-blog', '', '', '2009-04-01 17:45:11', '2009-04-01 21:45:11', '', 0, 'http://nynjbengali.com/?p=314', 0, 'post', '', 2),
(315, 1, '2009-04-01 17:36:21', '2009-04-01 21:36:21', 'Long tail distribution, Pareto curve', 'long_tail', 0, 'Long Tail ditribution', 'inherit', 'open', 'open', '', 'long_tail', '', '', '2009-04-01 17:36:21', '2009-04-01 21:36:21', '', 314, 'http://nynjbengali.com/wp-content/uploads/2009/04/long_tail.png', 0, 'attachment', 'image/png', 0),
(316, 1, '2009-04-01 17:39:03', '2009-04-01 21:39:03', 'Make Money On your Blog and Website', 'make_money_blog', 0, 'Make Money On your Blog and Website', 'inherit', 'open', 'open', '', 'make_money_blog', '', '', '2009-04-01 17:39:03', '2009-04-01 21:39:03', '', 314, 'http://nynjbengali.com/wp-content/uploads/2009/04/make_money_blog.jpg', 0, 'attachment', 'image/jpeg', 0),
(317, 1, '2009-04-03 10:29:43', '2009-04-03 14:29:43', '<img class="alignleft" style="margin: 6px; float: left;" src="http://nynjbengali.com/wp-content/uploads/2009/04/zakir_hussain.jpg" alt="Ustad Zakir Hussain on Tabla" width="127" height="100" /><span class="Apple-style-span" style="border-collapse: collapse; color: #000000; font-family: arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">Saturday April 25 Doors open 7.30 pm Show 8 pm\r\nThe Grand Opera, Wilmington DE.\r\nSponsored by The Bengali Association of the Delaware Valley\r\n*Shiv Kumar Sharma and Zakir Hussain, santur and tabla*\r\nTickets $35.00, $50.00 and $75.00\r\nTickets can be purchased from<span class="Apple-converted-space"> </span><a style="color: #0000cc;" href="http://www.ticketsatthegrand.org./" target="_blank">http://www.ticketsatthegrand.org.</a><span class="Apple-converted-space"> </span>A<span class="Apple-converted-space"> </span>\r\n$2.00/ticket service fee applies when you purchase tickets on-line.\r\nPhone 302-652-5577 or 1-800-37-GRAND</span>', 'Shiv Kumar Sharma and Zakir Hussain', 0, '', 'publish', 'open', 'open', '', 'shiv-kumar-sharma-and-zakir-hussain', '', '', '2009-04-03 10:29:43', '2009-04-03 14:29:43', '', 0, 'http://nynjbengali.com/?p=317', 0, 'post', '', 0),
(318, 1, '2009-04-03 10:28:18', '2009-04-03 14:28:18', 'Ustad Zakir Hussain on Tabla', 'zakir_hussain', 0, 'Zakir Hussain on Tabla', 'inherit', 'open', 'open', '', 'zakir_hussain', '', '', '2009-04-03 10:28:18', '2009-04-03 14:28:18', '', 317, 'http://nynjbengali.com/wp-content/uploads/2009/04/zakir_hussain.jpg', 0, 'attachment', 'image/jpeg', 0),
(321, 1, '2009-04-08 13:35:36', '2009-04-08 17:35:36', ' Actor Kal Penn is taking a job in the Obama administration as a liaison to Asian-American groups, a White House spokesman said. The Hollywood star, who appeared in Fox TV’s drama “House” and several movies like "The Namesake", "Harold and Kumar" etc., is joining the White House Office of Public Liaison as a link to Asian-American and Pacific- Islander communities, spokesman Shin Inouye said.\r\nKal Pen was recently seen in Fox Network''s highly popular series "House" as Dr. Cutner who commits suicide on the April 6 2009 episode. I guess Kal has a more important call to answer to.', 'Kal Penn in White House', 0, '', 'publish', 'open', 'open', '', 'kal-penn-in-white-house', '', '', '2009-04-08 13:35:36', '2009-04-08 17:35:36', '', 0, 'http://nynjbengali.com/?p=321', 0, 'post', '', 0),
(322, 1, '2009-04-09 18:07:14', '2009-04-09 22:07:14', '<img class="alignleft" style="margin: 6px; float: left;" src="http://nynjbengali.com/wp-content/uploads/2009/04/sms_cell_phone_teen.jpg" alt="Teenager sending text message on cell phone" width="288" height="201" />Recently I listened to an excellent talk by Dr. Jeffrey Cole (Director, Center for the Digital Future, of the USC Annenberg School) about Social Networks, the digital media and our teens. His research and insights into this digital revolution that we are growing through threw some interesting light on our teen generation. The teens today use technology in ways we never thought of. The entire digital industry is geared up to develop new gadgets and gizmos for the new generation. The social networking phenomenon like Facebook, Orkut and others have demonstrated how much influence this new generation has in defining the shape of digital media.  Dr. Cole lists few characteristics of a teen in this and our future digital generation.\r\n\r\n<!--more-->\r\n<ul>\r\n	<li>They will never read a newspaper. However that does not mean that they don''t want to stay informed. They get their news from other sources rather than print media. Some print media still attracts their interest, for example magazines like Vogue and Bazar cannot be replaced by online media just because the glossy paper, and the sniffable perfume ads cannot be reproduced online.</li>\r\n	<li>They will never own a land-line phone. Mobile phone will be their center of the universe. They want to communicate, socialize, get entertained, get their information, do financial transactions and conduct their business using their mobile phones. You may have noticed that teenagers do not wear wrist watches - they see time on their mobile phones.</li>\r\n	<li>They won''t watch television on the schedules set by the networks. They want to create their own schedule - hence Tivo, PVR and DVR, Hulu.com and YouTube!</li>\r\n	<li>They trust unknown peers more than experts.</li>\r\n	<li>They are least interested in the source of information - they just want the information.</li>\r\n	<li>Their internet experience centers on their communities. The popularity of on-line social networks amongst teens proves that.  They use these communities to socialize and communicate. They also use it as their source of information.</li>\r\n	<li>They think that they are not affected by advertisements and branding, but that is far from truth. How many teens do you think would accept a generic MP3 player other than an iPod?</li>\r\n	<li>They want to be able to move their content freely and easily from platform to platform. They don''t want content that ties them to a specific device (like your DVD player and TV in your basement).</li>\r\n	<li>They want to be heard. That''s why they are on Facebook, they are on these blogs and other Web 2.0 media. As Dr. Cole puts it, they don''t want 15 minutes of fame, they''d like 15 Megabytes of fame!</li>\r\n	<li>Instant Messaging (IM, SMS, Scraps, Walls) is their mode of communication. They think email is for their parents.</li>\r\n</ul>\r\nBeing a parent of teenagers, I couldn''t agree more with Dr. Cole''s observations.  I am sure, you do too.  Online social networking can be a great tool. I am on Facebook too and I am also on Orkut and Linked-in. However, I am nowhere close to the extent my kids use it. For us it is more like a curiosity, for them it is their lifeline.', 'Facebook, Social  Networks and Teens', 0, '', 'publish', 'open', 'open', '', 'facebook-social-network-and-teens', '', '', '2009-04-10 10:33:43', '2009-04-10 14:33:43', '', 0, 'http://nynjbengali.com/?p=322', 0, 'post', '', 0),
(323, 1, '2009-04-10 00:07:32', '2009-04-10 04:07:32', 'Teenager sending SMS using cell phone', 'Teenager sending SMS using cell phone', 0, 'Teenager sending SMS using cell phone', 'inherit', 'open', 'open', '', 'sms_cell_phone_teen', '', '', '2009-04-10 00:07:32', '2009-04-10 04:07:32', '', 322, 'http://nynjbengali.com/wp-content/uploads/2009/04/sms_cell_phone_teen.jpg', 0, 'attachment', 'image/jpeg', 0),
(324, 1, '2009-04-10 00:27:49', '2009-04-10 04:27:49', 'It seems the "Ghost who walks" is not aware of the rampant piracy that''s going on in the Indian ocean. Phantom, the nemesis of the pirates, is needed once again. The Somali pirates have been ravaging the shipping lanes off the horn of Africa. The recent attack on Maersk and the kidnapping of its American captain has suddenly caught the attention of the media.\r\n\r\nWhere is Phantom? Let the drums of Denkali once again summon the great comic book hero - Phantom - The Ghost Who Walks!', 'Phantom - Where are You?', 0, '', 'publish', 'open', 'open', '', 'phantom-where-are-you', '', '', '2009-04-10 00:27:49', '2009-04-10 04:27:49', '', 0, 'http://nynjbengali.com/?p=324', 0, 'post', '', 0),
(325, 1, '2009-04-13 10:44:30', '2009-04-13 14:44:30', 'NJISACF will be organizing a Film Festival of regional Indian films on April 18, 2009 at the Rutgers Bush Campus Students Center from 12pm to 11.00pm.\r\n\r\nThe feature films to be screened include:\r\n\r\nGENESIS - directed by Mrinal Sen\r\n\r\nKAALBELA (Calcutta My Love) - directed by Gautam Ghosh\r\n\r\nMAATI MAAY (A Grave Diggers Tale) - directed by Chitra Palekar\r\n\r\nBIOSCOPE - directed by K. M. Madhusudhanan\r\n\r\nFor details visit: http://www.njisacf.org', 'New Jersey Independent South Asian Cine Fest Spring Festival 2009', 0, '', 'publish', 'open', 'open', '', 'new-jersey-independent-south-asian-cine-fest-spring-festival-2009', '', '', '2009-04-13 10:44:30', '2009-04-13 14:44:30', '', 0, 'http://nynjbengali.com/?p=325', 0, 'post', '', 0),
(326, 1, '2009-04-14 13:28:06', '2009-04-14 17:28:06', 'Rush Limbaugh once again pushed the limit of political correctness - this time referring to workers handling outsourced jobs in India as "slumdogs".\r\n\r\nResponding to a listener''s call about flight of jobs, Limbaugh referred to President Obama''s statement that the jobs aren''t coming back to US. He said, "They''re outsourced for a reason, an economic reason, and they''re not coming back. If you''re sitting out waiting for a job that''s now being done by a slumdog in India, and you''re waiting for that job to be cancelled, for the slumdog to be thrown out of work, and you to get the job, it ain''t going to happen."\r\nThe news has been widely published by the Indian media and has raised a storm of protests.\r\n\r\nLimbaugh is not new to controversy. He has mocked Obama on his program, including playing a parody song titled ''Barack the Magic Negro''. This is a free country and Rush has the right to say whatever he wants. But we the listeners are also free to tune off from Limbuagh''s show, boycott the merchants who advertise on his show, as well as raise our voice.', 'Limbaugh''s Slumdogs', 0, '', 'publish', 'open', 'open', '', 'limbaughs-slumdogs', '', '', '2009-05-04 22:59:12', '2009-05-05 02:59:12', '', 0, 'http://nynjbengali.com/?p=326', 0, 'post', '', 0),
(327, 1, '2009-04-14 15:39:10', '2009-04-14 19:39:10', 'Just heard this news on the radio. Now you can outsource your term paper to some online company who employs writers in India, Philippines, Pakistan and other countries to write original essays for you. Note, that these essays are not plagiarized versions, rather they are crisp original and custom made. Although in some cases they have raised suspicion because some of the essay''s quality were far better than what the teachers expect of the student. Not only short term papers and essays, these enterprising writers can write an entire dissertation for you. In one case (I understand it was for an MIT student) the online essay mill delivered a dissertation on aerospace engineering (read rocket science). These companies charge anywhere from $10 to $75 per page and the students spend hundreds of dollars to get them. They are located off-shore but they typically have a fake US address. In the case of one company, EssayWriters, they used a Virginia address while the company was located in Philippines.  \r\n\r\nBut was the essay mill the culprit here or the folks who purchase their products?', 'Want to Outsource that Term Paper Assignment?', 0, '', 'publish', 'open', 'open', '', 'want-to-outsource-that-term-paper-assignment', '', '', '2009-04-14 16:35:40', '2009-04-14 20:35:40', '', 0, 'http://nynjbengali.com/?p=327', 0, 'post', '', 0),
(328, 1, '2009-04-15 16:07:15', '2009-04-15 20:07:15', '<img class="alignleft" style="margin: 4px; float: left;" src="http://nynjbengali.com/wp-content/uploads/2009/04/gregory-house-md.jpg" alt="Hugh Laurie Gregory House MD in Fox networks show House" width="200" height="155" />I kind of like Gregory House, MD. And who doesn''t? House is one of the most popular TV shows that has catapulted Fox network to lead the popularity ratings (along with 24 and other shows). The quirky, obnoxious and ill mannered medical genius has become everybody''s dream doctor.  We the New Jersey viewers specially feel his absence in real life since Gregory House works in this fictitious "Princeton-Plainsboro" hospital and to whom people come crossing the rough seas risking their lives (no pun intended) to get treated.  How lucky we would have been to have such a doctor in real life. And a hospital like "Princeton-Plainsboro" where doctors do everything - they serve not only as doctors and surgeons, but they draw blood, they set up IV lines, they give the patients their pills, they feed them, they operate the MRI, CT Scan and other diagnostic machines.  There are hardly any nurses or technicians. In real life hospitals, I have seen the doctors come in to visit their patient only with one objective - how soon they can leave. They spend more time in front of the computer screens looking at the charts and filling up their billing codes than with the patient.  But in Princeton-Plainsboro, Dr. House''s team is like Scotland Yard, deeply engaged in finding the culprit - in this case the cause of the disease. <!--more-->\r\n\r\nFor those of you who have not seen any of the House episodes, here is a typical structure of an one hour episode.\r\n\r\n0 - 5 mins: Symptoms appear in a patient and he/she is brought to Princeton-Plainsboro hospital.\r\n\r\n5-30 mins: House and his team starts their detective work. House lists symptoms on a white board and they brain storm. With the patient, they draw blood, setup IV lines, do CT scans, EEG, EKG, lumber puncture, biopsy and others. They keep thowing medications at the patient at random with the hyposthesis that if the patient responds well to a medication, then whatever that drug is supposed to cure must be the cause of the symptoms.\r\n\r\n30-35mins: Around this time, House first sees his patient. Also around this time the patient is likely to have a cardiac arrest (revived by defibrillator shocks), may stop breathing and require artificial ventillation, and in some cases dialysis.\r\n\r\n35-50mins: More of the above. Some relationship issues between the doctors also needs to be taken care of.  Also somewhere along the line the team members break into the patient''s house to find possible clues for his ailment.\r\n\r\n50-55 mins: House suddenly has his stroke of genius, bulb lights up above his head from a piece of conversation or a painting on the wall. He finds the root cause which is always a simple and curable. He stops a surgery or chemo or some other life threatening procedure about to be performed on the patient and delivers his treatment along with some insults and misbehaviours.\r\n\r\n55-60 mins: The patient recovers and goes home, while House gulps couple of Vicodin tablets.\r\n\r\nI don''t know whether you can call this a formula for a successful TV show, but it still keeps the audience glued to their TV sets every Monday from 8.00pm to 9.00pm. The predictability of the show is possibly the main ingredient of this success - we know how each episode is going to unravel, we just want to find out the details of the relationship sub-stories and watch Hugh Laurie with awe. The show, apparently inspired by Sherlock Holmes detective stories, is indeed a medical whodunit show crafted by intertwining a medical thriller with human relationship stories in the right mix.\r\n\r\nCouple of weeks ago, one of the doctor in House''s team, Cutner (acted by Kal Penn) committed suicide for no apparant reason (the real reason being, Kal Penn had to leave the show to join the Obama adminstration). House fans will now wonder how this vacuum gets filled up withing the frame work of the above formula.', 'The House Formula', 0, '', 'publish', 'open', 'open', '', 'the-house-formula', '', '', '2009-04-15 16:20:20', '2009-04-15 20:20:20', '', 0, 'http://nynjbengali.com/?p=328', 0, 'post', '', 1),
(329, 1, '2009-04-15 16:02:55', '2009-04-15 20:02:55', 'Hugh Laurie as Gregory House MD in Fox networks show House.', 'gregory-house-md', 0, 'Gregory House, MD', 'inherit', 'open', 'open', '', 'gregory-house-md', '', '', '2009-04-15 16:02:55', '2009-04-15 20:02:55', '', 328, 'http://nynjbengali.com/wp-content/uploads/2009/04/gregory-house-md.jpg', 0, 'attachment', 'image/jpeg', 0),
(330, 1, '2009-04-20 15:26:54', '2009-04-20 19:26:54', 'New York City Council\r\nSpeaker Christine C. Quinne \r\nWith \r\nCouncilman Jim Gennaro\r\nAnd \r\nDistrict leader Uma Sengupta\r\ncordially invite you to  \r\nBengali New Year''s Celebration! \r\n\r\n\r\n\r\n\r\nType: Music/Arts  - Performance \r\nDate: Friday, April 24, 2009\r\nTime: 6:45pm - 9:00pm\r\nLocation: New York City Hall\r\n260 Broadway ( Park Place) \r\n Manhattan, NY\r\n\r\n\r\n\r\n\r\nJoin us for dinner, performances, and honoring members of our community in the historic City Hall Chambers!\r\n\r\n\r\n\r\nThis event is free. Please extend this invitation to your friends and family. \r\n\r\n www.usincelebrations.org\r\n\r\nEvent on Facebook @ http://www.facebook.com/event.php?eid=95879501256\r\n\r\n\r\n\r\nFor further information call:\r\n\r\nUma Sen Gupta\r\n718-380-0724\r\n\r\nRoger Sen Gupta\r\n201-864-4190 \r\n**********************************************************************************************************\r\n\r\nThank you & Regards,\r\n\r\n\r\n          Roger Sen Gupta\r\n           201 864 4190\r\n\r\n', 'Bengali New Year Celebration at NY City Hall', 0, '', 'publish', 'open', 'open', '', 'bengali-new-year-celebration-at-ny-city-hall', '', '', '2009-04-20 15:26:54', '2009-04-20 19:26:54', '', 0, 'http://nynjbengali.com/?p=330', 0, 'post', '', 0),
(331, 1, '2009-04-21 17:09:02', '2009-04-21 21:09:02', '<img class="alignleft" style="float: left; margin: 6px;" src="http://nynjbengali.com/wp-content/uploads/2009/04/hilary-swank-freedom-writers.jpg" alt="Hilary Swank" width="205" height="135" />Just finished watching the movie "Freedom Writers". It is such an intense, moving and at the same time inspiring film that I''d recommend it to everyone who loves movies. Based on a true story about an LA school, the film depicts how a teacher can change the lives of his or her students. Hilary Swank gives an wonderful performance (if I recall correctly, she was nominated for an Oscar for this role) and so does her students. If you haven''t seen the film, pick up a DVD copy and watch it right away.', 'Freedom Writers', 0, '', 'publish', 'open', 'open', '', 'freedom-writers', '', '', '2009-04-21 17:09:02', '2009-04-21 21:09:02', '', 0, 'http://nynjbengali.com/?p=331', 0, 'post', '', 1),
(332, 1, '2009-04-21 17:06:10', '2009-04-21 21:06:10', 'Hilary Swank in Freedom Writers', 'hilary-swank-freedom-writers', 0, 'Hilary Swank Freedom Writers', 'inherit', 'open', 'open', '', 'hilary-swank-freedom-writers', '', '', '2009-04-21 17:06:10', '2009-04-21 21:06:10', '', 331, 'http://nynjbengali.com/wp-content/uploads/2009/04/hilary-swank-freedom-writers.jpg', 0, 'attachment', 'image/jpeg', 0),
(333, 1, '2009-04-21 17:52:49', '2009-04-21 21:52:49', 'I was searching for an online Bengali dictionary that I can use not only to check meanings of Bengali words but also to use it as a spell checker. Then I chanced upon this website, <a title="Samsad Bengali-English Dictionary" href="http://dsal.uchicago.edu/dictionaries/biswas-bengali/" target="_blank">Samsad Bengali-English Dictionary</a> by Sailendra Biswas. The dictionary is quite effective, however you may need few tries to get accustomed. The dictionary is partly funded by the US Dept of Education.', 'Online Bengali to English Dictionary', 0, '', 'publish', 'open', 'open', '', 'online-bengali-to-english-dictionary', '', '', '2009-04-21 17:52:49', '2009-04-21 21:52:49', '', 0, 'http://nynjbengali.com/?p=333', 0, 'post', '', 2),
(334, 1, '2009-04-22 11:18:50', '2009-04-22 15:18:50', ' \r\n\r\n<span style="font-family: Arial; color: #000080; font-size: x-small;">Over MAY 15, 16 &amp; 17, IIPA, New Jersey will be celebrating "Rabindranath - Universe and Beyond, 2009" at The Community Presbyterian Church of Sand Hill, South Brunswick, New Jersey.The three-day celebration is an attempt to expand the boundaries of appreciation of Tagore''s literary and musical works through a variety of presentations:</span>\r\n\r\n<strong><span style="font-family: Arial; color: #000080; font-size: x-small;">Friday, MAY 15</span></strong> <span style="font-family: Arial; color: #000080; font-size: x-small;">- Screening of Movie “Teen Konya.”</span> \r\n<strong><span style="font-family: Arial; color: #000080; font-size: x-small;">Saturday, MAY 16</span></strong> <span style="font-family: Arial; color: #000080; font-size: x-small;">- Interactive talks with audio visual illustrations. </span>\r\n<span style="font-family: Arial; color: #000080; font-size: x-small;">Topics: Rabindranath’s Poetic Vision: A Synthesis of Arts &amp; Sciences; Rabindranath in Translation; Disconnected Genius: Rabindranath, Dwarakanath; and Rabindranath &amp; Folk Culture.</span><strong></strong>\r\n\r\n<strong><span style="font-family: Arial; color: #000080; font-size: x-small;">Sunday, MAY 17</span></strong> <span style="font-family: Arial; color: #000080; font-size: x-small;">- Rabindra Sangeet Soiree.</span>\r\n\r\n<strong><span style="font-family: Arial; color: #000080; font-size: x-small;">Tickets and Details:</span></strong> <span style="font-family: Arial; color: #000080; font-size: x-small;">Please contact any of the following persons:</span> \r\n<span style="font-family: Arial; color: #000080; font-size: x-small;">Hirak Guha:(732) 821-8719, Subhodev Das:(609) 924-6709, Surya Dutta: (732) 422-0599, Dhriti Bagchi: (732) 577-9575, Jhum Basu:(732) 817-0264, Sushmita Dutta:732-658-1643, Priyoranjan Das: (732) 274-9654, Krishna Bhattacharya: (732) 536-6325, Narayan Ray:(908) 561-9766, and Zafar Billah:(732) 951-9962.</span>', 'Rabindranath - Universe and Beyond, 2009', 0, '', 'publish', 'open', 'open', '', 'rabindranath-universe-and-beyond-2009', '', '', '2009-04-22 12:28:29', '2009-04-22 16:28:29', '', 0, 'http://nynjbengali.com/?p=334', 0, 'post', '', 0),
(335, 1, '2009-04-22 17:26:39', '2009-04-22 21:26:39', '<img class="alignleft" style="margin: 6px; float: left;" src="http://nynjbengali.com/wp-content/uploads/2009/04/bp_logo-copy.jpg" alt="HIV AIDS Red Ribbon" width="216" height="288" />I think it was in 2004 when I met Pranay Dutta, an AIDS activist from Calcutta who was on a world tour attending several AIDS conferences in Europe, Asia and America. Pranay Dutta was then (and I understand he still is) the secretary of Sonata Foundation, an NGO in Calcutta who was trying to spread AIDS awareness in West Bengal and India through music, documentaries and performing arts. His theory was that HIV/AIDS awareness through print media was bound to be a failure in India where the majority of the affected people are illiterate. He thought that if this message can be spread out using music and performing arts then it could have the greatest impact. During my discussions with Pranay, he told me numerous incidents of how HIV and AIDS are affecting the poor Indian population. But what struck me most was the fact that how this disease was surreptitiously spreading amongst the educated, urban middle class. He told me several incidents of well-to-do middle class families affected with HIV and their attempts to hush it up, just like the way people used to do in the early half of the twentieth century when people got infected with TB or Leprosy or something similar. The fear of social back lash was more than the disease itself.  Anybody infected with HIV is immediately branded as an immoral social outcast - some one who does not have the right to exist amongst the social elite. Most middle class family consider themselves immune to HIV and think that this is only a poor man''s disease. As Pranay says in one of his <a title="Pranay Dutta Interview" onclick="pageTracker._trackPageview(''/outgoing/origin.www.voanews.com/bangla/archive/2004-11/a-2004-11-30-3-Pronoy.cfm?textmode=0&amp;referer=http://nynjbengali.com/archives/335'');pageTracker._trackPageview(''/outgoing/origin.www.voanews.com/bangla/archive/2004-11/a-2004-11-30-3-Pronoy.cfm?textmode=0&amp;referer=http://ethnomediallc.com/wpress/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/origin.www.voanews.com/bangla/archive/2004-11/a-2004-11-30-3-Pronoy.cfm?textmode=0&amp;referer=http://ethnomediallc.com/wpress/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/origin.www.voanews.com/bangla/archive/2004-11/a-2004-11-30-3-Pronoy.cfm?textmode=0&amp;referer=http://ethnomediallc.com/wpress/wp-admin/edit.php'');" href="http://origin.www.voanews.com/bangla/archive/2004-11/a-2004-11-30-3-Pronoy.cfm?textmode=0" target="_blank">interviews with Voice of America</a>, people in our society doesn''t care about HIV until someone in their family is infected. It is difficult to make someone aware when he or she doesn''t want to be.\r\n\r\n<!--more-->\r\n\r\nWhen Pranay learned that I write plays, he requested me to write a play on this issue. I thought about it for a while, started delving into some research and even contacted couple of medical practitioners who deal with HIV/AIDS. However, I had no intention of writing a play that only deals with the issue of HIV/AIDS. I wanted a bigger canvas, a canvas where our lives (as immigrants in the country) are intertwined with those of our friends and family in India. If we look back to the history of HIV/AIDS in USA, the story was not any different from what it is in India now. Films like "Philadelphia" and plays like "Angels in America" depict the social apathy during the 80''s and 90''s towards HIV and AIDS victims quite vividly. Hence, for a person who has encountered that situation in  USA from close proximity - another encounter  at a different time and space would be quite painful to say the least.  And from this evolved the play, Banaprastha (The Retirement).\r\n\r\nThe play Banaprastha tells the story of a senior virologist Dr. Parijat Sen, who returns to <img class="alignright" style="margin: 6px; float: right;" src="http://nynjbengali.com/wp-content/uploads/2009/04/buladi.jpg" alt="Bula-di AIDS Camapign" width="170" height="162" />India, after retiring from his medical practice of 35 years, to find peace, tranquility and solace amongst his family and old friends. But soon he discovers that his nemesis has followed him and he has nowhere to hide.\r\n\r\nThe play, on multiple levels, depicts the rapid change in the economic, social and cultural life that is happening in India today due to the effects of globalization. The changes are too drastic for a person like Parijat Sen whose perception of his native land is nearly unchanged from the time he left for the U.S. But when he arrives in the city of his youth, he finds that there is hardly any difference between the middle-class life in New York and that in Kolkata. And in the process of his rude awakening, he encounters his old nemesis - the Human Immunodeficiency Virus or HIV. He finds that the virus has climbed its way through the social ranks and is now infiltrating the middle class.  Dreadfully he also finds that this so-called educated and enlightened society is in a state of denial and refuses to deal with the disease - just the way he saw it happen during the early days of his career in the States.\r\n\r\nThe play was first written during the 2004-2005 time frame. It was again thoroughly revised during 2008 and 2009 when it reached its current form. The rapid changes in dealing with this disease in India were one of the main reasons for the revision. In 2004/2005 Bula-di was an unknown entity in Calcutta. Now, Buladi (the cute little doll) is everywhere spreading AIDS awareness in the most gentle way possible. AIDS awareness has gone a long way in these 4/5 years, but lot more needs to be done to make a lasting impact.\r\n\r\nPlease join me along with the cast and crew of "Banaprastha" on May 16/17 and 30/31st at the Edison Valley Playhouse (Edison, NJ) to show our solidarity with the people around the globe who are fighting this epidemic of our times.', 'Banaprastha and AIDS - The Genesis', 0, '', 'publish', 'open', 'open', '', 'banaprastha-and-aids-the-genesis', '', '', '2009-05-05 12:23:23', '2009-05-05 16:23:23', '', 0, 'http://nynjbengali.com/?p=335', 0, 'post', '', 1),
(336, 1, '2009-04-22 16:59:33', '2009-04-22 20:59:33', 'Red Ribbon for HIV AIDS Awareness', 'bp_logo-copy', 0, 'Banaprastha Logo Red Ribbon', 'inherit', 'open', 'open', '', 'bp_logo-copy', '', '', '2009-04-22 16:59:33', '2009-04-22 20:59:33', '', 335, 'http://nynjbengali.com/wp-content/uploads/2009/04/bp_logo-copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(337, 1, '2009-04-22 17:35:05', '2009-04-22 21:35:05', 'Buladi Campaign for HIV AIDS Awareness', 'buladi', 0, 'Buladi Campaign for HIV AIDS Awareness', 'inherit', 'open', 'open', '', 'buladi', '', '', '2009-04-22 17:35:05', '2009-04-22 21:35:05', '', 335, 'http://nynjbengali.com/wp-content/uploads/2009/04/buladi.jpg', 0, 'attachment', 'image/jpeg', 0),
(339, 1, '2009-04-28 16:14:02', '2009-04-28 20:14:02', '<ul>\r\n	<li>On Thursday, April 30th, <span>Jhumpa Lahiri</span>, <span>the</span> internationally renowned writer, will  have a book <span>signing ceremony</span> at the <span>Barnes &amp; Nobles book store</span> at <span>Menlo Park, New Jersey</span> at 7 P.M. Sushmita Dutta, a co-editor of our Ananda Sangbad will be covering a special report of this event with a possible interview.</li>\r\n	<li>Tickets for Banaprastha, ECTA''s new play, are now available on-line at http://ectainc.org</li>\r\n	<li>Urhalpool, the online Bengali webzine''s second edition is delayed due to some technical difficulties. It will be published soon.</li>\r\n	<li>Raj Basu''s film "Piyalir Password" had a successful premiere in New Jersey. The producers of the film are looking for more screening opportunities in New York and New Jersey.</li>\r\n	<li>ECTA is staging a "members only" event - "Putuler Chithi", a one woman show by Abanti Chakraborty from Kolkata. The script is by Bibhas Chakraborty and is based on Nora of Ibsen''s Doll''s House. The play will be staged on May 3rd.</li>\r\n	<li>NJISACF had a successful Spring Film Festival. The hightlight of the festival was the screening of "Kaalbela", a film by Gautam Ghosh based on the novel by Samaresh Majumdar. The director was present to answer questions from a full house.</li>\r\n	<li>Subhashis Das and Tandra Das will perform Badal Sircar''s "Bhool Rasta" on May 2nd at the South Brunswick Senior center.  They are also looking to perform this theatrical storytelling show at different venues and festivals. All proceeds will go to the benefit of Badal Sircar and his group Satabdi. </li>\r\n</ul>', 'Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta', 0, '', 'publish', 'open', 'open', '', 'community-news-bites-april-28-2009', '', '', '2009-04-29 11:56:19', '2009-04-29 15:56:19', '', 0, 'http://nynjbengali.com/?p=339', 0, 'post', '', 0),
(340, 1, '2009-04-29 12:05:09', '2009-04-29 16:05:09', 'The Mason Gross School of Arts at the Rutgers University in New Jersey is opening up a whole new department of Indian Dance and Music.  The program is being introduced with a concert of Indian music and dance on Sunday, June 28th from 2 to 3.45 p.m. at Nicolas Center, Cook Douglass Campus, Rutgers University, NJ featuring most of the faculty. The concert will be followed by a summer camp from Monday June 29th through Friday July 3rd with a daily schedule covering 9 a.m. to 5 p.m.   \r\n\r\nThe program is headed by Samir Chatterjee. The faculty includes:\r\n\r\n<strong>Faculty:</strong>\r\n\r\nArchana Joglekar Muley, Kathak\r\n\r\nArun Ramamurthy, Violin\r\n\r\nBani Roy, Odissi\r\n\r\nDibyarka Chatterjee, Percussion\r\n\r\nHidayat Khan, Sitar\r\n\r\nKalyani Ramani, Carnatic vocal\r\n\r\nKedar Naphade, Harmonium\r\n\r\nMitali Banerjee Bhawmik, Hindustani vocal\r\n\r\nSamir Chatterjee, Tabla\r\n\r\nSanghamitra Chatterjee, Popular vocal\r\n\r\nSteve Gorn, Bansuri\r\n\r\nSudha Devulapalli, Bharatanatyam\r\n\r\nSuresh Ramachandram, Mridangam\r\n\r\nSamir Chatterjee will teach rhythm and yoga in addition to leading the audio-visual and discussion sessions.', 'Rutgers University Offers Training in Indian Music and Dance', 0, '', 'publish', 'open', 'open', '', 'rutgers-university-offers-training-in-indian-music-and-dance', '', '', '2009-04-29 12:05:09', '2009-04-29 16:05:09', '', 0, 'http://nynjbengali.com/?p=340', 0, 'post', '', 3),
(341, 1, '2009-05-04 16:43:14', '2009-05-04 20:43:14', '<a href="http://nynjbengali.com/wp-content/uploads/2009/05/etv-bangla.jpg"><img class="alignleft size-medium wp-image-346" style="margin: 8px; float: left;" title="etv-bangla" src="http://nynjbengali.com/wp-content/uploads/2009/05/etv-bangla.jpg" alt="ETV Bangla" width="224" height="224" /></a>ETV Bangla has changed its broadcast schedule in USA. They claim that the schedule is now follows the current Kolkata broadcast schedule only with the time shifted. In other words a show at 8.00pm in Kolkata will be broadcast at 8.00pm Eastern in USA. Although, now we have the privilge of watching the current shows instead of  a huge lag, the popular serials have now fast forwarded quite a bit with lot of story being lost in the process. The scheduling also doesn''t seem to be stabilzed - we often have to experience erratic programming.\r\n\r\nThe second issue is that the advertisements seem to have increased quite a bit. A short segment of broadcast is followed by a prolonged advertisement most of which are irrelevant for US market (I don''t think we are interested in Baygon Spray or Glucon-D).\r\n\r\nThe third issue is that ETV does not bother to update their listings with Direct-TV database and hence it makes DVR (aka Tivo, PVR) recording a major problem. I had once sent an email to ETV, and they did update it once. But that''s it.\r\n\r\nLet''s hope ETV gets their act together soon and make our subscription worth it.', 'ETV Bangla New Schedule for USA', 0, '', 'publish', 'open', 'open', '', 'etv-bangla-new-schedule-for-usa', '', '', '2009-05-08 17:16:30', '2009-05-08 21:16:30', '', 0, 'http://nynjbengali.com/?p=341', 0, 'post', '', 3),
(342, 1, '2009-05-05 15:35:25', '2009-05-05 19:35:25', 'Want to search the web in Bengali for websites in Bengali? Visit <a title="Google Search in Indian Languages" href="http://google.co.in">google.co.in</a> and select the language (Bengali) from the menu below the search window.  Now type in your search keyword using your keyboard. Google uses a transliteration scheme to form the word in Bangla. It will also offer multiple options as you type in. Select your option, and voila'' - several Bangla websites will splash on your screen.\r\n\r\nGive it a shot right away - if you haven''t done so.', 'Use Google to Search in Bengali', 0, '', 'publish', 'open', 'open', '', 'use-google-to-search-in-bengali', '', '', '2009-05-05 15:35:25', '2009-05-05 19:35:25', '', 0, 'http://nynjbengali.com/?p=342', 0, 'post', '', 0),
(343, 1, '2009-05-05 23:48:10', '2009-05-06 03:48:10', '<a href="http://nynjbengali.com/wp-content/uploads/2009/05/subho_sammo.jpg"><img class="alignleft size-medium wp-image-344" style="margin: 6px; float: left;" title="Parijat and Pallab" src="http://nynjbengali.com/wp-content/uploads/2009/05/subho_sammo.jpg" alt="Parijat (Subhodev) and Pallab (Shamyo) in Banaprastha" /></a>After a long preparation phase, the end is now in sight. In two weeks time, ECTA will be launching their latest production, "Banaprastha" or "The Retirement". ECTA''s play have always generated interest amongst the theater lover audience of this area and "Banaprastha" is no exception. People are eagerly waiting for the new play with lot of expectation. We hope this play will live up to that.\r\n\r\n"Banaprastha" will feature some of the regular performers of ECTA along with few new faces. Shamyo Goswami, a newcomer to New Jersey will be appearing for the first time on NJ stage. Although Shamyo''s primary interest is in film direction (he has directed and produced a Banga Tele-serial featuring some of the top actors of Bengali screen), he is also an excellent actor. Subhodev Das, after a long hiatus, will be performing the role of the protagonist character - Dr. Parijat Sen.  Another newcomer is Pradeep Ramdas. Although not a native Bengali speaker, his love for Bengali theater is no less than any Bengali. In India, Pradeep was involved with the street theater movement. Pradeep plays the role of Ashok Diwan, a young business man of Kolkata.  Kaninika Dutta''s debut in New Jersey theater was with Pratham Alo, where she acted in the key role of Bhumisuta. Kaninika, after a long break, returns to the stage as Sudeshna. Gargi Mukherjee, the well known actress (you cannot miss her in Mira Nair''s film - The Namesake) also returns to an ECTA production after a long time. She performed in ECTA''s first production "Phera" (The Return) in 2004 as a guest artist. In Banaprastha, she performs in the role of Suranjana - a character that will touch the hearts of many. Kaushik Dutta, who won the hearts of many with his role of Nando in "Ron", will also feature in an important character role.\r\n\r\n<!--more-->\r\n\r\nThe play also features the veteran performers like Lilabati Majumdar, Keka Sirkar, Indranil Mukherjee. I''ll also join the team on stage as Parikhit Sen.\r\n\r\nThis will be the third directorial venture of Indranil Mukherjee with ECTA. Alibaba and Satyameva were his first two ventures for which he has earned accolades from the audience. The music is composed by Partha Sarathi Mukherjee.\r\n\r\nMany of ECTA''s past actors like Pinaki Dutta, Nandita Ghosh, Tapas Ghosh, Aparajita Das and others will be performing behind the stage. ECTA believes that theater does not only belong to the actors and the director - but it also belongs to the entire crew who works hard to make the production a success.\r\n\r\nI hope you will all join us on May 16, 17, 30, 31st to celebrate this momentous event.', 'Banaprastha Rehearsals in Final Phase', 0, '', 'publish', 'open', 'open', '', 'banaprastha-rehearsals-in-final-phase', '', '', '2009-05-06 14:25:58', '2009-05-06 18:25:58', '', 0, 'http://nynjbengali.com/?p=343', 0, 'post', '', 3),
(344, 1, '2009-05-05 23:43:04', '2009-05-06 03:43:04', 'Dr. Parijat joins Pallab in his fight.', 'Parijat and Pallab', 0, 'Parijat and Pallab in Banaprastha', 'inherit', 'open', 'open', '', 'subho_sammo', '', '', '2009-05-05 23:43:04', '2009-05-06 03:43:04', '', 343, 'http://nynjbengali.com/wp-content/uploads/2009/05/subho_sammo.jpg', 0, 'attachment', 'image/jpeg', 0),
(345, 1, '2009-05-06 16:38:51', '2009-05-06 20:38:51', 'Alexa ranking is now the defacto standard for determining web popularity - the less the rank number the higher is your popularity. For example Google has the highest rank - 1. Most online advertisers use Alexa rank as the key metric to decide whether to spend their precious advertising dollars on a site.\r\n\r\nHowever, the way Alexa computes a sites rank is  by measring how many visitors are viewing your site using a browser that has an Alexa tool bar installed. In other words, if a visitor do not have the Alexa tool bar installed, that visit does not count at all. Well, apparently there are are other variables used in computing the rank, but most webmasters and SEO pundits agree that the Alexa tool bar is the key instrumentation used in computing this elusive number.\r\n\r\nOne of the best ways of improving a web sites Alexa rank is to convince your visitors to <a title="Alexa tool bar" href="http://www.alexa.com/toolbar">download</a> and install the Alexa tool bar (quite an unobtrusive element though) on their browser.  <a href="http://www.alexa.com/toolbar"><span style="color: #ff0000;"><strong>So if you are reading this now, download and install the toolbar and help improve my rank.</strong></span></a> However, if you are using one of the less popular web browsers like Google Chrome, then you (and me) are out of luck.\r\n\r\nThe other less effective ways are things like, installing Alexa widgets on your site, increasing the number of incoming links, use techniques like posting on Asian forums (apparently Alexa is more popular in Asia) etc. Google the term "how to improve Alexa rank" and you''ll find tons of advice.\r\n\r\nBut I think the only way to make it work for you is to get tons of traffic to your site.', 'The Elusive Alexa Rank and How to Improve It', 0, '', 'publish', 'open', 'open', '', 'the-elusive-alexa-rank-and-how-to-improve-it', '', '', '2009-05-06 16:38:51', '2009-05-06 20:38:51', '', 0, 'http://nynjbengali.com/?p=345', 0, 'post', '', 4);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(346, 1, '2009-05-08 17:08:02', '2009-05-08 21:08:02', 'ETV Bangla and its popular serials like "Krishnokoli".', 'etv-bangla', 0, 'ETV Bangla', 'inherit', 'open', 'open', '', 'etv-bangla', '', '', '2009-05-08 17:08:02', '2009-05-08 21:08:02', '', 341, 'http://nynjbengali.com/wp-content/uploads/2009/05/etv-bangla.jpg', 0, 'attachment', 'image/jpeg', 0),
(347, 1, '2009-05-11 14:56:16', '2009-05-11 18:56:16', '<a href="http://nynjbengali.com/wp-content/uploads/2009/05/quillpad-bengali.jpg"><img class="alignleft size-medium wp-image-348" title="quillpad-bengali" src="http://nynjbengali.com/wp-content/uploads/2009/05/quillpad-bengali.jpg" alt="Quillpad.in Bengali Web interface" /></a>Do you write in Bengali or any other Indian languages? Try <a onclick="pageTracker._trackPageview(''/outgoing/quillpad.in/bengali/home.html?referer=http://nynjbengali.com/archives/347'');" href="http://quillpad.in/bengali/home.html" target="_blank">quillpad</a>! Its a great new online wordprocessor for Indian languages. The cool thing about this tool is its flexibility in transliteration. One does not need to follow any specific set of rules. The tool automatically tries to guess the word that you want to type in, and also offers multiple alternatives.  This is an excellent feature because it can take care of  several Bangla spelling issues.  The documentation says that it works better on Internet Explorer, however I tried it on Firefox and Chrome and it works fine.  One issue I encountered was the limitation of Bangla font availablility. Currently the font used is "Vrinda" and it''s not the best Bangla font available. The other issue is that this tool seems to have limited formatting capability.  I am concerned about how effectively can this tool be used to write Bengali documents besides emails and small messages.\r\n\r\nI plan to check this tool out in more details and write a regular article some time later.', 'Quillpad.in: A New Tool to Write in Bengali', 0, '', 'publish', 'open', 'open', '', 'quillpadin-the-new-tool-to-write-in-bengali', '', '', '2009-05-11 15:07:15', '2009-05-11 19:07:15', '', 0, 'http://nynjbengali.com/?p=347', 0, 'post', '', 0),
(348, 1, '2009-05-11 14:50:21', '2009-05-11 18:50:21', 'Quillpad.in Bengali Web interface', 'quillpad-bengali', 0, 'Quillpad.in Bengali Web interface', 'inherit', 'open', 'open', '', 'quillpad-bengali', '', '', '2009-05-11 14:50:21', '2009-05-11 18:50:21', '', 347, 'http://nynjbengali.com/wp-content/uploads/2009/05/quillpad-bengali.jpg', 0, 'attachment', 'image/jpeg', 0),
(349, 1, '2009-05-12 23:39:55', '2009-05-13 03:39:55', '<img class="alignleft" style="margin: 6px; float: left;" src="http://nynjbengali.com/wp-content/uploads/2009/05/indian-idol-anu-malik.jpg" alt="Indian Idol Anu Malik " width="351" height="293" />The reality TV show "American Idol" has triggered a new trend - Idol search! TV channels all over the world are searching for idols - or talents. This search is not only limited to the television screen, but it has also proliferated onto the stage in various forms. Although the primary objective of this kind of shows is to screen for talent,  in reality (excuse the pun) it is nothing but an entertainment show. The excitement, the drama, and the occasional emotional outbursts, are all part of the show. Undoubtedly, such shows do bring many talented men, women and children to the limelight, but is this the right way to do explore talent?  In many cases, the exploration turns to exploitation - especially for the young participants. They have to go through a grueling screening process, sustain a tremendous pressure to perform, and then handle a barrage of criticism from the celebrity judges.  I know in one dance show, a young girl couldn''t take the judges criticism anymore and had a nervous breakdown resulting in a paralytic fit. In several instances the young competitors sacrifice their education to continue the show. But the tragedy is, in most cases the winner is not judged by the celebrity panel whose criticism these young participants have to encounter, but rather by the audience through cell/mobile phone text messages (SMS). And in this process, the wireless carrier mints money. I am sure the show also gets their share of this income too.\r\n\r\n<!--more-->\r\n\r\nI remember in one such show (on ETV Bangla) one of the judge (a famous musician) was so frustrated with this gaming system, that he almost stormed out of the show. His argument was that these shows undermine the hard work and perseverance most musicians and performing artists have to go through in order to make it in this difficult world. He pointed out that these shows are unfairly biased to popular cheap performances (because that''s what the masses like), rather than music that requires years of professional training and practice. Well, he may have a point but he should have known that before agreeing to become a judge.\r\n\r\nLately, these shows are also held on live stage. Recently CAB (Cultural Association of Bengal) has announced NABC Idol, a show to select musical talent from this region to perform at the final to be held in San Jose in July.  Arranging such a show is not trivial, and I hope this show will be successful in finding the real talent. The advertisement says that the judges will be all from overseas. I don''t know if this show will use SMS to collect audience voting to select the winners - that will be a major logistic and technical challenge. However, if this turns out to be the typical music competition that we used to have back home, it will undoubtedly lose some of its entertainment punch.  I am not sure if the intention of the organizers is to make it a true talent search or a mere entertainment show, but I hope we''ll know that soon. ', 'Search for Idols', 0, '', 'publish', 'open', 'open', '', 'search-for-idols', '', '', '2009-05-13 10:19:55', '2009-05-13 14:19:55', '', 0, 'http://nynjbengali.com/?p=349', 0, 'post', '', 1),
(350, 1, '2009-05-12 23:43:20', '2009-05-13 03:43:20', 'Indian Idol Anu Malik', 'indian-idol-anu-malik', 0, 'Indian Idol Anu Malik', 'inherit', 'open', 'open', '', 'indian-idol-anu-malik', '', '', '2009-05-12 23:43:20', '2009-05-13 03:43:20', '', 349, 'http://nynjbengali.com/wp-content/uploads/2009/05/indian-idol-anu-malik.jpg', 0, 'attachment', 'image/jpeg', 0),
(351, 1, '2009-05-21 14:08:55', '2009-05-21 18:08:55', '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MlaeaaxabMo&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/MlaeaaxabMo&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object>ECTA''s latest production "Banaprastha" premiered at the Edison Valley Playhouse on May 16th in front of a full house. The play was very well received by the audience as you can see in the accompanying video.  The second show was held on May 17th. Besides the video comments, here are some of the comments sent over the email.\r\n\r\n"<em>We thoroughly enjoyed Banaprasta. This is a very timely production. I wish this drama can be viewed by millions Indians in India in view of the fact that India is crazy about Bollywood. Once again congratulations for presenting a great drama.</em>" - Aurobindo Mukherjee\r\n\r\n<!--more-->\r\n\r\n"<em>I saw your play yesterday and I must say it was outstanding. The theme was very contemporary and acting was great! Looking forward to many more!!</em>" - Gargi Gupta\r\n\r\n"<em>I want to encourage everyone to see the play Banaprastha. Mary and I saw it yesterday, and we both loved it. The play, entitled "Banaprastha," is about an Indian-born physician who spends is professional career in Manhattan and retires to his childhood home in India. It is performed in Bengali and English, with English subtitles. The acting and story was superb, and the cast comprised several actor''s from the Jumpha Lahiri movie "The Namesake." If you go, I''m sure that you''ll enjoy it as much as we did.</em>" - Jason Paul DeMont\r\n\r\n<em><span><strong><span style="font-weight: normal;"><span style="font-style: normal;">"</span></span></strong></span></em><span><strong><span style="font-weight: normal;"></span></strong></span><span><strong><span style="font-weight: normal;"><span style="font-style: normal;">I especially liked the topic that was addressed. I am one of those that believe if your spouse at old age is no longer by your side for whatever reason, one should find another companion. Perhaps my work leads me to believe that, I work with the Geriatric society in this country. Of course the crazy lifestyle which is imitated not really realized by Indians in India will cause a generation to suffer enormously. Globilization is fantastic but it does have its</span></span></strong><span style="font-style: normal;"> </span></span><span style="font-family: Calibri; font-size: small;"><strong><span style="font-weight: normal;"><span style="font-style: normal;">repercussion to the ones that are not mature.</span></span></strong><em><strong><span style="font-weight: normal;"><span style="font-style: normal;">" - Sashwati Chatterjee</span></span></strong></em></span>\r\n<h2>Bengali Webzine Urhalpool Released</h2>\r\n<span>After the smashing success of the first edition, the 2<sup>nd</sup> edition of online bilingual (Bengali &amp; English) magazine <strong>URHALPOOL</strong> (<a onclick="pageTracker._trackPageview(''/outgoing/www.urhalpool.com/?referer=http://nynjbengali.com/wp-admin/edit.php?post_status=draft'');" href="http://www.urhalpool.com/" target="_blank">www.urhalpool.com</a>) is out. The 2<sup>nd</sup> edition is even bigger, better and has contents covering more variety. Following are the highlights –</span>\r\n\r\n<span> <span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Urhalpool Reader Ruchira Mondal''s short story &amp; Indranil Bakshi''s poem</span></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Series novel from <strong>Sunil Gangopadhyay</strong></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Series poetry-novel from <strong>Tasleema Nasreen</strong></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Collection of short stories including a translated one from 2008 Pulitzer Prize winner <strong>Juno Diaz</strong></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Interview from India’s most successful cricket captain <strong>Sourav</strong> “dada” <strong>Ganguly</strong></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Special section on <strong>Feluda</strong> with interviews from <strong>Sandip Ray</strong>, <strong>Soumitra Chatterjee</strong>,<strong>Sabyasachi Chakroborty </strong>and a<strong> <span style="font-weight: normal;">f</span><span style="font-weight: normal;">ull script of unpublished one-act play on Felu-da</span></strong></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Interviews from film-star<strong> Prosenjit </strong>and<strong> </strong>multi-percussionist <strong>Bickram Ghosh </strong>(member of the Grammy award winning team for the album “Full Circle”)</span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Special write-up from <strong>Nabaneeta Deb Sen</strong>, <strong>Sarat Kumar Mukhopadhyay</strong>, <strong>Sunil Gangopadhyay</strong></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Poetry from Nobel Laureate <strong>Roald Hoffman</strong></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Remaining part of the interview of <strong>Prof. Noam Chomsky</strong></span>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><span>Poetry from </span><strong><span lang="EN"><span>Carolyn Forché</span></span></strong><span lang="EN">, <strong>Yousef Komunyakaa</strong></span><strong></strong>\r\n\r\n<span><span><span style="font-family: ''Times New Roman'';">-<span> </span></span></span></span><strong><span lang="EN">Goutam Ghoshe’s </span></strong><span lang="EN">multimedia interview introducing his latest movie<strong> “KaalBela”</strong></span><strong></strong>\r\n\r\n<strong><span> ..and many more</span></strong>\r\n\r\n<strong><span lang="EN"> <span style="font-weight: normal;"><em><span lang="EN">Also for the literary minded in Kolkata and vicinity URHALPOOL printed version is available in circulation, printed and marketed by </span></em><strong><span lang="EN">“Punoscho Prokashoni”, </span></strong><span lang="EN">Kolkata</span></span></span></strong>', 'Community News Bites: Banaprastha and Urhalpool', 0, '', 'publish', 'open', 'open', '', 'community-news-bites-banaprastha-and-urhalpool', '', '', '2009-05-21 14:08:55', '2009-05-21 18:08:55', '', 0, 'http://nynjbengali.com/?p=351', 0, 'post', '', 0),
(352, 1, '2009-05-21 14:21:59', '2009-05-21 18:21:59', '<p style="margin: 0in 0in 0pt;"><strong><span style="font-family: Times New Roman;">RAAG-RANG PRESENTS :<span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">MUSIC</span><span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">OF</span><span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">INDIA</span></span></strong></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;">Cine-<span class="il" style="background-color: #ffff88;">music</span>, Ghazals, Bhajans, Taranas, Tillanas, Folk,</span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;">Thumris, Dhrupad, Khayal, Kirtans, and more.</span></p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;"><em><span style="font-family: Times New Roman;">Our journey will take us across<span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">India</span>''s landscape, stopping at points<span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">of</span><span class="Apple-converted-space"> </span>interest from the Himalayan Highlands to the backwaters<span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">of</span><span class="Apple-converted-space"> </span>Kerala, from the havelis<span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">of</span><span class="Apple-converted-space"> </span>Rajasthan to the flowing waters<span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">of</span><span class="Apple-converted-space"> </span>Bengal, as distinguished artists perform</span></em></p>\r\n<p style="margin: 0in 0in 0pt;"><em><span style="font-family: Times New Roman;">the<span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">music</span><span class="Apple-converted-space"> </span><span class="il" style="background-color: #ffff88;">of</span><span class="Apple-converted-space"> </span>their heritage.</span></em></p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="color: #0000ff;"><strong><span style="font-family: Times New Roman;">Mohan Deshpande, Mitali Banerjee-Bhawmik, Astha Shukla,</span></strong></span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="color: #0000ff;"><strong><span style="font-family: Times New Roman;">Kamala Ramamurthy, Arun Ramamurthy, Trupti Parikh, Bhupendra Gadhavi</span></strong></span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="color: #0000ff;"><strong><span style="font-family: Times New Roman;">Kedar Naphade, Pratik Devasthale, Amod Dandawate</span></strong></span></p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman; color: #ff0000;">Introducing young artiste Rahul Palnitkar</span></p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;"><strong><span style="font-family: Times New Roman;">Arsha Bodha Center, 84 Cortelyous Lane, Somerset, NJ 08873</span></strong></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;">(287, Exit 10, Rt. On Cedar Grove, Lt. on Amwell, Rt. On</span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;">South Middlebush, 2.5 mi Lt. on Cortelyous, 1mi on left)</span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;">Tel: (908) 429-1120, (609) 890-4890, (201) 447-6936, (973) 539-5534</span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;"><span> </span><a style="color: #0000cc;" href="mailto:bhawmikm@gmail.com" target="_blank">bhawmikm@gmail.com</a>,<span class="Apple-converted-space"> </span><a style="color: #0000cc;" href="mailto:mayuresh.khare@gmail.com" target="_blank">mayuresh.khare@gmail.com</a></span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;">Donations : Adult:<span> <span class="Apple-converted-space"> </span></span>$15 (non-members) / $10 (members)</span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;"><span> <span class="Apple-converted-space"> </span></span>Under 12 : $7 (non-members)/$5 (members)</span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="font-family: Times New Roman;">Limited seating, RSVP. Convenient parking at the Venue.</span></p>', 'RAAG-RANG PRESENTS : MUSIC OF INDIA', 0, '', 'publish', 'open', 'open', '', 'raag-rang-presents-music-of-india', '', '', '2009-05-21 14:22:55', '2009-05-21 18:22:55', '', 0, 'http://nynjbengali.com/?p=352', 0, 'post', '', 0),
(353, 1, '2009-05-26 23:06:49', '2009-05-27 03:06:49', 'I am watching the devastation caused by hurricane Aila on ETV Bangla news. It looks really bad. Although the local adminstration has ramped up the rescue operation quite efficiently, the wide spread destruction is very difficult to handle. The recent election seems to have been responsible for this quick response from the Left Front State Govt who wants to prove that they have not lost contact with the people. The Trinamool leaders on the other hand is using this disaster to prove themselves as the viable alternative in the state.  The White House Chief of Staff Rahm Emanuel had once said, "... a crisis like this cannot go to waste."  The West Bengal politicians do not want this opportunity thrown to them by Aila to be wasted either. This is an excellent opportunity to prove themselves.\r\nWhatever may be the reason, if  the state politicians for a change work in favor of the people, it would serve them as well as the people.', 'Aila Causes Devastation in West Bengal', 0, '', 'publish', 'open', 'open', '', 'aila-causes-devastation-in-west-bengal', '', '', '2009-05-26 23:09:17', '2009-05-27 03:09:17', '', 0, 'http://nynjbengali.com/?p=353', 0, 'post', '', 0),
(354, 1, '2009-05-27 23:52:16', '2009-05-28 03:52:16', '<a href="http://nynjbengali.com/wp-content/uploads/2009/05/kathak-kalamandir.jpg"><img class="alignleft size-medium wp-image-355" style="margin: 6px; float: left;" title="kathak-kalamandir" src="http://nynjbengali.com/wp-content/uploads/2009/05/kathak-kalamandir.jpg" alt="Kathak by Kalamandir Students" width="385" height="220" /></a>The classical Indian dance form Kathak is now quite well known amongst the dance connoisseurs of America.  Americans who have some familiarity with classical music and dance of India, know about Kathak - a dance form that truly blends together the various components of Indian music - melody, rhythm and the beauty of the physical form.  It is true that many stalwarts of the Kathak dance form like Pandit Birju Maharaj and others have graced the American stage with their amazing performances, but the primary reason for its popularity and sustenance in this country is due to the tremendous efforts put in by several Kathak dance schools and academies run by the immigrant dancers from India who wanted to spread their passion for this art form amongst the next generation. Once such school is <a onclick="pageTracker._trackPageview(''/outgoing/www.freewebs.com/njkalamandir/?referer=http://nynjbengali.com/archives/354'');pageTracker._trackPageview(''/outgoing/www.freewebs.com/njkalamandir/?referer=http://nynjbengali.com/archives/354'');pageTracker._trackPageview(''/outgoing/www.freewebs.com/njkalamandir/?referer=http://nynjbengali.com/archives/354'');pageTracker._trackPageview(''/outgoing/www.freewebs.com/njkalamandir/?referer=http://nynjbengali.com/wp-admin/post-new.php'');" href="http://www.freewebs.com/njkalamandir/">Kalamandir of New Jersey</a> led by its director, Malabika Guha.\r\n\r\n<!--more-->\r\n\r\nFor the last twenty three years, Malabika Guha and the students of Kalamandir have been working relentlessly to nurture and promote this traditional dance form of north India in USA. Malabika herself received training from illustrious gurus like Bela Arnab, Guru Bipin Singh, Amala Shankar and many others. She felt that it would be a crime to keep this art form within herself or to let it die like many other dreams once we land into this country.  The passion for dance that her gurus have imbibed in her, found its release through her students and the journey that started twenty three years ago still continues. Kalamandir and Malabika has performed more than two hundred shows all across America, Europe and India. She has proven to the world that classical Indian music and dance not only transcends time but also space - it can shatter all barriers -  social, geographical, political! "Art for art''s sake" - that''s what my teachers taught me, says Malabika.\r\n\r\nBut Malabika''s greatest success story is her daughter - Brinda. Like many other second generation Indian American girls she started taking lessons in Kathak from her mother - but then she fell passionately in love with dance - with rhythm. Now she is one of the prime drivers of Kalamandir, taking up the mantle from her mother and promising to take Kalamandir and Kathak to new heights. Always eager to explore, eager to push the boundary, Brinda blends Kathak with Flameco, Ballet and other modern dance forms to create new compositions that are classical and modern at the same time.  She is what every dance and music teacher dream about for their students - someone who can carry on their legacy - a legacy that has been handed over to us through the generations.\r\n\r\nOrganizations like Kalamandir and people like Malabika and Brinda are what makes us feel proud of our heritage today. We should all come forward and support them in whatever way we can to make their mission a grand success.', 'Kathak in America - The Story of Kalamandir', 0, '', 'publish', 'open', 'closed', '', 'kathak-in-america-the-story-of-kalamandir', '', '', '2009-05-28 16:07:42', '2009-05-28 20:07:42', '', 0, 'http://nynjbengali.com/?p=354', 0, 'post', '', 0),
(355, 1, '2009-05-27 23:48:32', '2009-05-28 03:48:32', 'Kathak by Kalamandir Students', 'kathak-kalamandir', 0, 'Kathak by Kalamandir Students', 'inherit', 'open', 'closed', '', 'kathak-kalamandir', '', '', '2009-05-27 23:48:32', '2009-05-28 03:48:32', '', 354, 'http://nynjbengali.com/wp-content/uploads/2009/05/kathak-kalamandir.jpg', 0, 'attachment', 'image/jpeg', 0),
(356, 1, '2009-05-28 11:07:00', '2009-05-28 15:07:00', '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="349" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/vuYkS6LeAeI&amp;border=1&amp;color1=0x6699&amp;color2=0x54abd6&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="349" src="http://www.youtube.com/v/vuYkS6LeAeI&amp;border=1&amp;color1=0x6699&amp;color2=0x54abd6&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowfullscreen="true"></embed></object>\r\nA Taiwanese Idol contestant is singing a Hindi film song. It is amazing to see how Indian films are being accepted all across the world. Globalization is great! Jay Ho!', 'Taiwanese Idol Contestant Sings Bollywood Song!', 0, '', 'publish', 'open', 'closed', '', 'taiwanese-idol-contestant-sings-bollywood-song', '', '', '2009-05-28 11:07:00', '2009-05-28 15:07:00', '', 0, 'http://nynjbengali.com/?p=356', 0, 'post', '', 0),
(358, 1, '2009-06-03 23:16:58', '2009-06-04 03:16:58', '<a href="http://nynjbengali.com/wp-content/uploads/2009/06/suranjana-and-pallab-web.jpg"><img class="alignleft alignnone size-full wp-image-359" style="border: 6px solid black; margin: 6px; float: left;" title="suranjana-and-pallab-web" src="http://nynjbengali.com/wp-content/uploads/2009/06/suranjana-and-pallab-web.jpg" alt="Suranjana and Pallab in Banaprastha" /></a>I''d like to express my sincere thanks to all those of you who came to watch our play "Banaprastha" (The Retirement).  We had full houses on all the four days and it was a testament to the fact that New Jersey Bengalis like to watch quality theatre if we can offer them. However, it was not only Jerseyans who came to our show, people came from Pennsylvania, Delaware, New York city and even Buffalo New York. The overall feedback has been extremely positive,  and people are asking for more shows.  Such encouragement is what makes all this hard work worth it and drives us to our next venture. We hope that with your good wishes, we''ll be able to keep up with your expectations and put New Jersey on the map of serious and quality Bengali theatre for time to come.\r\n\r\nThank you once again for supporting us.', 'Thank You', 0, '', 'publish', 'open', 'closed', '', 'thank-you', '', '', '2009-06-03 23:26:40', '2009-06-04 03:26:40', '', 0, 'http://nynjbengali.com/?p=358', 0, 'post', '', 2),
(359, 1, '2009-06-03 23:14:23', '2009-06-04 03:14:23', 'Suranjana and Pallab in Banaprastha', 'suranjana-and-pallab-web', 0, 'Suranjana and Pallab in Banaprastha', 'inherit', 'open', 'closed', '', 'suranjana-and-pallab-web', '', '', '2009-06-03 23:14:23', '2009-06-04 03:14:23', '', 358, 'http://nynjbengali.com/wp-content/uploads/2009/06/suranjana-and-pallab-web.jpg', 0, 'attachment', 'image/jpeg', 0),
(360, 1, '2009-06-10 16:41:57', '2009-06-10 20:41:57', '<h1><strong>New Jersey Independent South Asian Cine Fest</strong></h1>\r\n<span><strong>GALA OPENING NIGHT CELEBRATION\r\n<img src="http://njisacf.com/09/blank.gif" alt="" height="10" />\r\nat the Westin Princeton at Forrestal Village\r\n<img src="http://njisacf.com/09/blank.gif" alt="" height="10" />\r\n201 Village Boulevard, Princeton, NJ</strong>\r\n<img src="http://njisacf.com/09/blank.gif" alt="" height="10" />\r\nFriday October 9 | 6:30 pm to 12:00 am\r\n$50.00 ALL ADMISSIONS</span>\r\n<img src="http://njisacf.com/09/blank.gif" alt="" height="10" />\r\n(includes Red Carpet, film screening, cocktail and dinner)\r\n\r\n<a href="http://njisacf.com/09/">http://njisacf.com/09/</a>', 'NJISACF 2009: Opening Night', 0, '', 'publish', 'open', 'closed', '', 'njisacf-2009', '', '', '2009-10-05 15:59:25', '2009-10-05 19:59:25', '', 0, 'http://nynjbengali.com/?p=360', 0, 'post', '', 0),
(428, 1, '2009-10-05 15:49:23', '2009-10-05 19:49:23', '<strong>SATURDAY, OCTOBER 10</strong>\r\n<strong>ALL SCREENINGS AT LOREE IN DOUGLASS COLLEGE\r\n72 Lipman Dr., New Brunswick, New Jersey, 08901</strong>\r\n<table border="0" cellspacing="5" cellpadding="0" width="600">\r\n<tbody>\r\n<tr>\r\n<td align="left">\r\n</td></tr>\r\n<tr>\r\n<td class="fnt14bold" align="center"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top">\r\n<table border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td width="60" height="20" align="center" bgcolor="#ff9900"><strong>Time</strong></td>\r\n<td width="290" align="center" bgcolor="#ffcc00"><strong>LOR 022</strong></td>\r\n<td width="10"></td>\r\n<td width="290" align="center" bgcolor="#ffcc00"><strong>LOR 024</strong></td>\r\n<td width="10"></td>\r\n<td width="290" align="center" bgcolor="#ffcc00"><strong>LOR 020</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td align="center" bgcolor="#c0c0c0">12:00 PM</td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Boomerang</strong>\r\n\r\n(Narrative Short/USA/ 2009/ 12min/ English)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Karma Calling</strong>\r\n\r\n(Narrative Feature/India/ 2008/ 90min/ English-Hindi)\r\nSponsored by Sukh Sagar Cuisine of Piscataway\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Certain Chapters</strong>\r\n\r\n(Narrative Short/Singapore/ 2008/28min/ Tamil-Hokkien-Malay)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Dinner for Four</strong>\r\n\r\n(Narrative Short/Germany/ 2008/ 14min/ English)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Malaamee / Funeral</strong>\r\n\r\n(Narrative Short/France-Nepal/ 2008/ 20min/ Nepali)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Small Voices</strong>\r\n\r\n(Narrative Short/Pakistan/ 2008/16min/ Urdu-English)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Who Am I Ek Zindagi</strong>\r\n\r\n(Narrative Short/India/ 2009/20min/ Hindi)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Banshi</strong>\r\n\r\n(Narrative Feature/Bangladesh/ 2007/ 76min/ Bengali)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Chinese Whispers</strong>\r\n\r\n(Narrative Silent Short/India/ 2007/ 28min/ English-Hindi)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td align="center" bgcolor="#c0c0c0">2:15 PM</td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Sarpanaah / Shelter</strong>\r\n\r\n(Animated Short/Afghanistan/ 2007/ 6min/ Silent)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Loori</strong>\r\n\r\n(Narrative Feature/USA/ 2008/ 90min/ Dari-English )\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>7 Days in Slow Motion</strong>\r\n\r\n(Narrative Feature/India/ 2009/ 101min/ English-Hindi)\r\nSponsored by The Indian Institute of Performing Arts (IIPA)\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td align="center" bgcolor="#c0c0c0">4:30 PM</td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Barah Aana / Short-changed</strong>\r\n\r\n(Narrative Feature/India/ 2009/ 97min/ English-Hindi)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>THE DAMNED RAIN (Gabhricha Paus)</strong>\r\n\r\nNarrative Feature/India/ 2008/ 100min/ Marathi\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td align="center" bgcolor="#c0c0c0">7:15 PM</td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Akasa Kusum / Flowers of the Sky</strong>\r\n\r\n(Narrative Feature/Sri Lanka/ 2008/ 90min/ Sinhala)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Gulabi Talkies</strong>\r\n\r\n(Narrative Feature/India/ 2008/ 122min/ Kannada)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td align="center" bgcolor="#c0c0c0">9:30 PM</td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Swapnodanay / On the Wings of Dreams</strong>\r\n\r\n(Narrative FeatureIBangladesh/ 2008/ 88min/ Bengali)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Ghosht Story</strong>\r\n\r\n(Narrative Short/USA/ 2009/ 19min/ English-Marathi-Hindi)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Kala Pul / The Black Bridge</strong>\r\n\r\n(Narrative Short/US-Pakistan/ 2008/ 42min/ Urdu-English)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Hungry God</strong>\r\n\r\n(Narrative Short/India/ 2009/ 8min/ Marathi)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="left" valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Pura Handa Kaluwara / Death on a Full Moon Day</strong>\r\n\r\n(Narrative Feature/Sri Lanka/ 1999/ 74min/ Sinhala)\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/film2009?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/njisacf.com/09/tickets?referer=http://nynjbengali.com/archives/428'');" href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n</tbody></table>', 'NJISACF 2009: Day 2', 0, '', 'publish', 'open', 'open', '', 'njisacf-2009-day-2', '', '', '2009-10-05 15:52:36', '2009-10-05 19:52:36', '', 0, 'http://nynjbengali.com/?p=428', 0, 'post', '', 0),
(361, 1, '2009-06-10 16:44:28', '2009-06-10 20:44:28', 'Tauryatrika 2009\r\nAnnual Cultural Event\r\nof\r\nBharatiya Kala Kendra, New Jersey\r\nwith Bappi Lahiri\r\non June 27th, 2009\r\nAt : North Brunswick High School,98 Raider Road; North Brunswick; NJ - 08902\r\n\r\n\r\n \r\nFor detail information – check <a href="http://www.bharatiyakalakendra.com/" target="_blank">www.bharatiyakalakendra.com</a>', 'Tauryatrika 2009', 0, '', 'publish', 'open', 'closed', '', 'tauryatrika-2009', '', '', '2009-06-10 16:47:54', '2009-06-10 20:47:54', '', 0, 'http://nynjbengali.com/?p=361', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(362, 1, '2009-06-10 17:12:28', '2009-06-10 21:12:28', '<a href="http://nynjbengali.com/wp-content/uploads/2009/06/habib-tanvir.jpg"><img class="alignleft size-thumbnail wp-image-363" title="habib-tanvir" src="http://nynjbengali.com/wp-content/uploads/2009/06/habib-tanvir.jpg" alt="Habib Tanvir" /></a>Very few theatre personalities in India have become legends in their life time. Habib Tanvir was one of them. Born as Habib Ahmed Khan on September 1, 1923 in Raipur, Chattisgarh, Habib Tanvir has reinvented Indian folk theater and brought it out on the world stage in its full glory.  I still remember the evening in Calcutta when I watched his brilliant creation "Charandas Chor".  The presentation of the play in a traditional folk form looked so modern, so fresh, that I couldn''t think of anything comparable in contemporary theatre. Habib,  through is work, has left a legacy that is difficult to carry on - because it demands a level of dedication that many of our modern theatre workers will fail to match. The sensitivity with which he nurtured the folk forms, experimented with content and presented them with such grace and simplicity - only a true genius can achieve such excellence. \r\n\r\nHabib Tanvir passed away on June 8th, 2009, but the lengend he became still lives on and inspires theatre workers all around the globe.', 'Habib Tanvir : The Legend Lives On', 0, '', 'publish', 'open', 'closed', '', 'habib-tanvir-the-legend-lives-on', '', '', '2009-06-10 17:15:18', '2009-06-10 21:15:18', '', 0, 'http://nynjbengali.com/?p=362', 0, 'post', '', 0),
(363, 1, '2009-06-10 17:08:28', '2009-06-10 21:08:28', 'Habib Tanvir', 'habib-tanvir', 0, 'Habib Tanvir', 'inherit', 'open', 'closed', '', 'habib-tanvir', '', '', '2009-06-10 17:08:28', '2009-06-10 21:08:28', '', 362, 'http://nynjbengali.com/wp-content/uploads/2009/06/habib-tanvir.jpg', 0, 'attachment', 'image/jpeg', 0),
(364, 1, '2009-06-11 15:52:14', '2009-06-11 19:52:14', '<h2>A Review by Amitava Sen</h2>\r\n<p class="MsoNormal"><a href="http://nynjbengali.com/wp-content/uploads/2009/06/banaprastha-biswajit-web.jpg"><img class="alignleft size-medium wp-image-365" title="banaprastha-biswajit-web" src="http://nynjbengali.com/wp-content/uploads/2009/06/banaprastha-biswajit-web.jpg" alt="Banaprastha: Biswajit Kaberi and Parikhit" /></a>As I entered the theatre the house was full and audibly expectant; as the play ended crowd was visibly appreciative and a few even ecstatic which was quite an achievement and cause for satisfaction for the group of people who presented Banaprastha<span> </span>at Edison Valley Playhouse on May 31, 2009. The play was generally well produced. A full house helps to create an environment of connectivity between the performers and audience. Perception of a full house and ambience that it helps create encourage the players to be their best. <span> </span>Selection of this adequately equipped arena, small in size, reflects producers’ sensibility about the importance of interaction between the players and the viewers and economic prudence at the same time.</p>\r\n<p class="MsoNormal"><!--more--></p>\r\n<p class="MsoNormal">The play was about a returning Bengali doctor with the expectation that he would spend his retirement amongst his own people.<span> </span>Instead he found himself in an unlikely family situation and in a native city, which was different than what he left behind decades ago. But in these days of cheap airlines tickets and cheaper communication cost can anyone be so unaware (and acting so taken aback) of the changes going on, particularly for a person having purchased a place of residence there during the intervening years? Where has he been?</p>\r\n<p class="MsoNormal">The play apparently and seemingly has a statement to make with a hint of somewhat half-understood intellectualism that Bengalis so proudly flaunt and which sometimes veers towards sentimentalism. The play whether intended or not attempts to convey a message.<span> </span>Message is not clear though, at times it looks like telling us that it is all right, even laudable to acquire HIV virus provided the cause is right.</p>\r\n<p class="MsoNormal">But unfortunately there is no saintly or romantic way to get afflicted with HIV virus.<span> </span>That brings us to another question. Was the character Suranjana necessary at all? She appeared in two scenes.<span> </span>A quasi-erotic introduction, a hint at potential virus transmission and one in the middle of the play, the intent of which was unclear, except that it stemmed the flow towards building up the narrative.</p>\r\n<p class="MsoNormal">The time setting of the story was not clear. The doctor, expert on AIDS treatment uttered not so much of a word about anti-retroviral drug. What did he want to fight was not clear, was it the disease or the societal stigma that went with it?<span> </span>So is it pre-David Ho (inventor of cocktail regimen) and pre-Bill Gates initiative? That was a long time ago; the ignorance of HIV virus was universal at that time. Even now the ignorance about and apathy towards HIV virus is not typical of Calcutta or India, it is still a fact of life in more advanced societies as well. <span> </span>On this subject at least India is not far out of step with the rest of the world and this is a wrong issue to depict the primitiveness and heartlessness of our people, which appears to be the subtext of the story. That is not to say in any way that India is not far behind in treating the disease and in the area of accessibility to the treatment.</p>\r\n<p class="MsoNormal">In the role of the father/ brother Sudipta Bhawmik, as always was superb, though at times he might have been a little overwhelming, but that proved quite effective in a stage setting.<span> </span>As his wife Keka Sirkar was natural as a mother swept away by the turn of events.<span> </span>Her mature but fragile demeanor brought out the pathos that the story was about. But her high-heeled shoes in all circumstance were somewhat incongruous and distracting. Gargi Mukherjee, the actor getting the top billing with lengthiest resume, in the role of Suranjana did not quite get it. <span> </span>A woman afflicted with HIV did not need to be speaking under her breath, sometimes out of breath but always shrill. Her interpretation of the character was undefined. Lily Majumdar <span> </span>(Nabanita) did not come out quite as urbane as a do-gooder NGO person.<span> </span>She appeared uncomfortable in that character, flubbing her lines a few times, confusing between counseling and counciling (sic).<span> </span>It is not all her faults; her dialogue gets unwieldy and haranguing making it difficult to deliver on stage. Shubhodev as the older brother was impressive, especially in the first part of the play.</p>\r\n<p class="MsoNormal">Stagecraft, lighting and sound were professional under the circumstances. Stage discipline followed by the players was excellent. The credit is due the director, Indranil Mukherjee, who is also a fine stage actor in the role of Alakendu.<span> </span>His attention to small details was noticeable. But his handling of the denouement, that is the final resolution of the intricacies of the plot, was rushed and uncharacteristically melodramatic for the ethos of the story.</p>\r\n<p class="MsoNormal">In the end add I must, the play was thoroughly engrossing and enjoyable.</p>\r\n\r\n<h2>Amitava Sen</h2>\r\n<h3><span style="color: #333399;">The views expressed in this article are solely those of its author.</span></h3>', 'Banaprastha - Only if the message could be clearer', 0, '', 'publish', 'open', 'closed', '', 'banaprastha-only-if-the-message-could-be-clearer', '', '', '2009-06-16 15:33:51', '2009-06-16 19:33:51', '', 0, 'http://nynjbengali.com/?p=364', 0, 'post', '', 3),
(365, 1, '2009-06-11 15:45:17', '2009-06-11 19:45:17', 'Banaprastha: Biswajit Kaberi and Parikhit', 'banaprastha-biswajit-web', 0, 'Banaprastha: Biswajit Kaberi and Parikhit', 'inherit', 'open', 'closed', '', 'banaprastha-biswajit-web', '', '', '2009-06-11 15:45:17', '2009-06-11 19:45:17', '', 364, 'http://nynjbengali.com/wp-content/uploads/2009/06/banaprastha-biswajit-web.jpg', 0, 'attachment', 'image/jpeg', 0),
(366, 1, '2009-06-30 15:31:44', '2009-06-30 19:31:44', 'North America Bengali Conference (NABC) 2009 kicks off at the San Jose Convention Center on July 2nd. The biggest Bengali event of the year will run till July 4th and will feature some of the best performers from India, Bangladesh and USA.\r\n\r\nUrhalpool editor Goutam Datta will be awarded the "Distinguished Service Award" at NABC 2009 on Friday, July 3rd at 6:45PM in "Banga Mancha". The award is given by the Cultural Association of Bengal (the umbrella organization of NABC) for helping the cause of propagating and nurturing Bengali culture in North America.\r\n\r\nURHALPOOL (<a style="color: #0000cc;" onclick="pageTracker._trackPageview(''/outgoing/www.urhalpool.com/?referer=http://nynjbengali.com/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/www.urhalpool.com/?referer=http://nynjbengali.com/'');" href="http://www.urhalpool.com/" target="_blank">www.urhalpool.com</a>) had been chosen by NABC2009 as their internet media partner. URHALPOOL in association with NABC2009 will be presenting extensive coverage of the event for all 4 days from July 1st to July 4th. Catch up with all the NABC excitement at  URHALPOOL(<a style="color: #0000cc;" onclick="pageTracker._trackPageview(''/outgoing/www.urhalpool.com/?referer=http://nynjbengali.com/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/www.urhalpool.com/?referer=http://nynjbengali.com/'');" href="http://www.urhalpool.com/" target="_blank">www.urhalpool.com</a>).\r\n\r\nOn June 26th, Anandamandir hosted their monthly "Sahitya-o-Alochona" meetings where the attendees discussed the celebrated Bengali poet Joy Goswami. The attendees read Joy Goswami''s poems, discussed the artistry of his work and shared their personal experiences with the poet.\r\n\r\nTauryatrika 2009 [the annual cultural program of Bharatiya Kala Kendra - BKK] was a mega success.  The event started with an excellent and highly interactive seminar, followed by screening of a movie on Ustad Bismillah Khan [directed by Goutam Ghosh]. In the cultural program, students of BKK put an excellent presentation. At the end, Bappi Lahiri was on top of his form.', 'Community News Bites: NABC 2009 and Urhalpool', 0, '', 'publish', 'open', 'closed', '', 'community-news-bites-nabc-2009-and-urhalpool', '', '', '2009-07-01 10:45:54', '2009-07-01 14:45:54', '', 0, 'http://nynjbengali.com/?p=366', 0, 'post', '', 0),
(511, 1, '2010-10-06 22:45:52', '2010-10-07 02:45:52', 'Ananda Mandir for the seventh year in a row will present “MAHISHASURA MARDINI”, the famous musical show, live on October 10th, at 4.30am. \r\n\r\nThis show  has become synonymous  with the celebration of  “MAHALAYA” in Bengal and around the world for decades. Written by Bani Kumar and produced by All India Radio includes some of the most popular Bengali songs composed by Pankaj Kumar Mallik. On 10th October morning,  some of our most talented local musicians will present Mahishasura Mardini in its full glory. \r\nPLEASE COME AND ENJOY THE SHOW.', 'Ananda Prabhat at Ananda Mandir', 0, '', 'publish', 'open', 'open', '', 'ananda-prabhat-at-ananda-mandir', '', '', '2010-10-06 22:45:52', '2010-10-07 02:45:52', '', 0, 'http://nynjbengali.com/?p=511', 0, 'post', '', 0),
(512, 1, '2010-10-13 21:10:23', '2010-10-14 01:10:23', '<a href="http://nynjbengali.com/wp-content/uploads/2010/10/photo127.jpg"><img class="alignleft size-medium wp-image-513" style="float: left; border: 4px solid black; margin: 4px;" title="Durga Pratima Bisarjan" src="http://nynjbengali.com/wp-content/uploads/2010/10/photo127.jpg" alt="Durga Pratima Bisarjan - IIT Kharagpur Campus during the seventies." width="307" height="321" /></a>Few minutes ago an old friend of mine called to wish me for the upcoming Durga Puja festivals. He said, "It''s Mahasasthi in Kolkata today!" I wished him back, but it occurred to me that it''s Mahasashti everywhere, not only in Kolkata. When I reminded him, he laughed and said, "Yes indeed. But our Sasthi starts on coming Friday!"  And he is absolutely right. Our Pujo in New Jersey (I am referring to the Kallol Durga Pujo which we both attend), starts on October 15th, Friday evening and that''s our Mahasasthi. The thought does give me some consolation that Pujo is yet to start and we have few more days to look forward too. But my friends and family in Kolkata have started enjoying their Pujo. They have started posting photos of their favorite idols on Facebook and Orkut, sending Pujo greetings through emails and expressing their joy and merriment. ETV Bangla is taking us through the streets of Kolkata and the online newspapers and magazines giving us day by day commentary of the Pujo happenings. And we cannot deny that this does cause a bit of a tinge in our hearts. <!--more-->\r\n\r\nI did not grow up in Kolkata, hence I don''t miss the city festivities. In fact, the few times I have been to Kolkata during the Pujo, I didn''t enjoy the crowd, the hustle and bustle and the inconveniences of daily civic life. The only excitement was drifting from Puja Pandal to Pandal and watching the Pratima and the other pleasant visuals (especially of the opposite sex) around. I grew up in Hijli Kharagpur (IIT Campus) where we had only three very homely Puja''s. We spent all four days of Puja hanging around the Pandals, tasting savory snacks at the make shift food stalls, participated in various events. During the evenings we gathered around the Pratima where the priest performed the arati while the dhakis and the dhunuchi dancers danced to the intoxicating beats and the perfumed smoke from the dhunuchis. I still remember our favorite "Dari Kaku" (you can see him standing on the right side in the picture above), the bearded compounder from our campus hospital drumming to his hearts glee and once in a while pulling in one of us kids to play the "kashar ghonta"! And at the end of the arati, came the prasad that we all waited for. Later in the evening, cultural programs, plays, music and dance livened up the pandal. Our favorite of course were the movie shows, old black and white Bengali movies like Dhuli, Ashite Ashiona, or Neel Akasher Niche with frequent breaks due to changing on the film spools on a singe projector. Late night, when the movie concluded, the grounds looked like a battled field strewn with bodies of children and grown ups sleeping happily under the open sky.  Another attraction of the campus puja was the burning of the Ravan effigy or Ravan Dahan. During the Puja afternoons, me and my friends were assigned the task of building the Ravan using huge bamboo baskets and colored papers. On Dashami afternoon the 25 feet high Ravan effigy was installed on the island in our campus lake. The pyro-technicians from Kharagpur town came and installed the bombs and other fire works inside each of the ten heads and the torso.  During the evening, the idol was put up on a truck and taken around the campus before the immersion ceremony. Dari-kaku would pull us up onto the truck and we accompanied Maa Durga while dancing to the drum beats and yelling "Bolo bolo Maa Durga ki Joy! Ashchhe bochhor aabaar hobe!". After the immersion of the Durga idol in the lake and some glorious display of fireworks, an arrow mounted on a wire-guided missile was launched from the banks of the lake. The arrow flew across and hit right on target - the heart of Ravan, and a series of controlled explosions soon brought down the effigy into a pile of ashes.\r\n\r\nBut the fun did not end with the Pujas. The Bijoya celebration was another great attraction, especially to us <a href="http://nynjbengali.com/wp-content/uploads/2010/10/dsc_0316.jpg"><img class="alignright size-medium wp-image-514" style="float: right; border: 2px solid black; margin: 4px;" title="New Jersey Durga Puja Celebrations" src="http://nynjbengali.com/wp-content/uploads/2010/10/dsc_0316.jpg" alt="New Jersey Durga Puja Celebrations" width="365" height="240" /></a> the kids who went from door to door, touched the elders feet and waited for the plates to appear from the kitchen filled with sweet and salty treats. This continued till Kali Puja came knocking at the doors.\r\n\r\nFor me, the Puja''s here more resemble the campus days - a meeting place with friends, to share a laugh and some happiness, to enjoy our kids running around, to appreciate the beautiful ladies around in their wonderful saris, enjoy those not-too-perfect presentations on stage and just reminisce of the good old days.\r\n\r\nHappy Puja to all of you my friends. May Maa Durga fill your lives with happiness and joy!', 'Durga Puja - Here and There', 0, '', 'publish', 'open', 'open', '', 'durga-puja-here-and-there', '', '', '2010-10-13 21:36:41', '2010-10-14 01:36:41', '', 0, 'http://nynjbengali.com/?p=512', 0, 'post', '', 2),
(509, 1, '2010-09-22 23:14:50', '2010-09-23 03:14:50', 'Raag-Rang presents for the first time an Informative, interactive and intimate session on different styles(Gharana) in Hindustani Music.\r\nA Lecture-Demonstration by Dr Mohan Deshpande.\r\n\r\nDr Deshpande, a musician and musicologist, will talk about different\r\nstyles of Indian music and how it is in use in today''s context.\r\n\r\nDate-- 3rd October, Sunday.\r\nTime-- 3 pm.\r\nDonation-- $5.00 for members and $10.00 for non-members.\r\nRSVP will be appreciated.\r\nContact-- (732)-296-1865, (908)-429-1120. Email --raagrang07@gmail.com\r\n\r\nVenue--At Sunil Nair''s residence\r\n36 Pine Ridge Drive,\r\nEast Brunswick,\r\nNJ 08816.\r\n\r\nFrom New Jersey Turnpike\r\n-Take Exit 9\r\n- Exit left after tolls to Route 18 South towards East Bruswick\r\n- After you pass Eggers St make the next U-Turn to get on 18 North\r\n- Immediately get to the right most lane on 18 North\r\n- Turn right on S Woodland Ave\r\n- Turn right at Serviss Ave\r\n- Turn left at Messler\r\n- Take the 2nd right onto Pine Ridge Dr\r\nDestination will be on the right  0.3 mi\r\n 36 Pine Ridge DrEast Brunswick, NJ 08816\r\n\r\nFrom Route 1\r\nTake Exit to Route 18 South and follow signs above.', 'Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande', 0, '', 'publish', 'open', 'open', '', 'raag-rang-presents-lecture-demonstration-by-dr-mohan-deshpande', '', '', '2010-09-22 23:14:50', '2010-09-23 03:14:50', '', 0, 'http://nynjbengali.com/?p=509', 0, 'post', '', 0),
(510, 1, '2010-09-22 23:17:27', '2010-09-23 03:17:27', 'SKN Foundation Proudly Presents:                                        \r\n"Sangeet Sandhya"\r\n\r\n"An Evening of Classical and Semi-Classical Songs"\r\n\r\n"A fundraiser for the preservation of Hindustani Classical Music" \r\n\r\nDate – Oct. 2 nd , 2010 – Time – 4 PM to 8 PM \r\n\r\nVenue – Stonecrest Community Church Auditorium\r\n\r\n1 1 Technology Drive North , Warren , NJ – 07059\r\nHindustani Vocal Classical by – ANASUA ROY\r\n\r\nAnd Semi-Classical Vocal and with a touch of Fusion by – NIRMALYA ROY (From Kolkata) \r\n\r\nSemi-classical music  with touch of fusion:\r\n\r\nVocal by Nirmalya Roy (Kolkata), a scholar in classical music from SRA and disciple of Pt. Arun Bhaduri, is equally talented in light classical, Ghazal and Filmi songs. He has released number of CDs and has been performing in TV, Radio and abroad. Performed with Ravi Shankar-ji. Currently, involved with Z-TV Bangla SaReGaMa show as composer. www.nirmalyaroy.com.\r\n\r\nSitar By Abhisek Mallick, disciple of Pt. Shyamal Chatterjee and Pt. Manilal Nag, is a recipient of President Award for first position in AIR music competition 2003. He has been performing in TV, Radio and abroad.\r\nTabla By Shivalik Ghoshal, disciple of Pt. Swapan Chaudhuri.\r\nResonance Band (Satyajit Bhattacharya on Keyboard, Atish Mitra on Guitar and Anil Das on Percussion)\r\nFor More details pl. visit www.sknfoundation.org or call 732-310-3617 Cell.', 'Sangeet Sandhya', 0, '', 'publish', 'open', 'open', '', 'sangeet-sandhya', '', '', '2010-09-22 23:17:27', '2010-09-23 03:17:27', '', 0, 'http://nynjbengali.com/?p=510', 0, 'post', '', 0),
(369, 1, '2009-07-08 11:12:00', '2009-07-08 15:12:00', '', 'Rabindranath Tagore', 0, 'Rabindranath Tagore', 'inherit', 'open', 'closed', '', 'tagorejpg', '', '', '2009-07-08 11:12:00', '2009-07-08 15:12:00', '', 0, 'http://nynjbengali.com/wp-content/uploads/2009/07/tagore.jpg', 0, 'attachment', 'image/jpeg', 0),
(370, 1, '2009-07-08 11:12:01', '2009-07-08 15:12:01', '', 'tagore-thumb.jpg', 0, '', 'inherit', 'open', 'closed', '', 'tagore-thumbjpg', '', '', '2009-07-08 11:12:01', '2009-07-08 15:12:01', '', 371, 'http://nynjbengali.com/wp-content/uploads/2009/07/tagore-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(375, 1, '2009-07-08 14:25:34', '2009-07-08 18:25:34', '', 'time-zone-web-thumb.jpg', 0, '', 'inherit', 'open', 'closed', '', 'time-zone-web-thumbjpg', '', '', '2009-07-08 14:25:34', '2009-07-08 18:25:34', '', 378, 'http://nynjbengali.com/wp-content/uploads/2009/07/time-zone-web-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(376, 1, '2009-07-08 14:25:35', '2009-07-08 18:25:35', 'Sahaj_Ma', 'sahaj-ma.jpg', 0, 'Sahaj Maa', 'inherit', 'open', 'closed', '', 'sahaj-majpg', '', '', '2009-07-08 14:25:35', '2009-07-08 18:25:35', '', 378, 'http://nynjbengali.com/wp-content/uploads/2009/07/sahaj-ma.jpg', 0, 'attachment', 'image/jpeg', 0),
(377, 1, '2009-07-08 14:25:36', '2009-07-08 18:25:36', '', 'sahaj-ma-thumb.jpg', 0, '', 'inherit', 'open', 'closed', '', 'sahaj-ma-thumbjpg', '', '', '2009-07-08 14:25:36', '2009-07-08 18:25:36', '', 378, 'http://nynjbengali.com/wp-content/uploads/2009/07/sahaj-ma-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(378, 1, '2009-07-08 14:25:36', '2009-07-08 18:25:36', '<a rel="thumbnail" href="http://nynjbengali.com/wp-content/uploads/2009/07/time-zone-web.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; margin: 5px; border-left: 0px; border-bottom: 0px" title="NABC Time Zone" src="http://nynjbengali.com/wp-content/uploads/2009/07/time-zone-web-thumb.jpg" border="0" alt="NABC Time Zone" width="296" height="295" align="left" /></a> On July 4th, Saturday night, the curtains came down upon the NABC 2009 at the San Jose McEnery Convention Center. But as the NABC lights faded out in the West Coast, Kallol of New Jersey got into full gear to herald in the NABC of 2010 to be held at the Atlantic City Convention center from July 9th to 11th, 2010. Although I was not able to attend the San Jose NABC, but judging from the excellent coverage on <a onclick="pageTracker._trackPageview(''/outgoing/urhalpool.com?referer=http://nynjbengali.com/archives/378'');pageTracker._trackPageview(''/outgoing/urhalpool.com?referer=http://nynjbengali.com/archives/378'');pageTracker._trackPageview(''/outgoing/urhalpool.com?referer=http://nynjbengali.com/archives/378'');" href="http://urhalpool.com" target="_blank">Urhalpool</a>, it seemed that it was a successful one from an overall perspective. It seemed that the shows ran on time (which was unthinkable even a few years ago, NABC seems to have fixed that vexing problem and made this cartoon irrelevant), they were entertaining and dazzling, food was good, as were the long adda sessions. The second generation kids also seemed to have enjoyed themselves, some made new friends and some met old ones they met at previous NABCs.\r\n\r\n<!--more-->\r\n\r\nHowever, the editor of Urhalpool, Gautam Dutta (who also has received an award from the Cultural Asso. of Bengal at the NABC 2009 for his contribution to Bengali literature) wrote an editorial on the NABC proceedings which echoed some of the frustrations of the past.  Gautam’s grievances about the treatment of domestic artists and performers, neglect of  literary guests and their seminars, lack of care for Bengali literature as a major component of Bengali culture has been voiced time and again but to most of the organizers those are of lower priority. After all Shantanu (Shan) from Mumbai can pull in more registrants than Sunil from Kolkata. Although I wrote about some of these issues in a past article, I think I’ll re-iterate some of them once again. Since the 2010 NABC will be held in our home turf, organized by our club “Kallol”, I can hope that our hopes and wishes will find some compassionate ears.  So here goes my wish list:\r\n\r\n<strong>1. Cut down the number of artistes from India (Kolkata, Mumbai).</strong>\r\nInviting a large number of artistes and performers from India is counter productive. It not only boosts the NABC budget, but to the audience members it becomes a major hassle to co-ordinate between other shows, social meetings, literary seminars, films, theater etc. etc. I have nothing against the professional performers from India. My point is to give some room to the audience members to enjoy and appreciate the other programs.  How can we expect audience at a literary seminar when it runs parallel to “Shan”, “Shreya” or “Srikanto”?  And hence during the local performances, they take their breaks for meals, addas and shopping.  Please give them a break.\r\n\r\n<strong>2. Introduce new and upcoming talents from India.</strong>\r\n<a href="http://nynjbengali.com/wp-content/uploads/2009/07/sahaj-ma.jpg"><img class="alignright size-medium wp-image-376" title="sahaj-ma.jpg" src="http://nynjbengali.com/wp-content/uploads/2009/07/sahaj-ma.jpg" alt="Sahaj Maa" /></a>Aren’t we tired of watching and listening to the same performers again and again? Srikanto Acharya is a great singer, but think how many times we have heard him in the last five years. We wouldn’t have attended his concert this many times even if we had lived in Kolkata. Same goes for many of the other artistes whom we see at each and every NABC gathering. Why not introduce some of the new and upcoming artistes at NABC? With the proliferation of Indian and Bengali TV channels in USA, we are now familiar with many of these artists. One name comes to my mind is “Sahaj Maa” – her renderings of <strong>Sufi</strong> and folk music is simply mind boggling. Stand up comedians like “<strong>Mir</strong>” or “Kanchan” can be an excellent addition to the usual repertoire and they can double up as anchors/emcees.\r\n\r\n<strong>3. Special events for second generation.</strong>\r\nAlthough this sounds like a cliché, but the fact remains that we mostly ignore our next generation at the NABC festivities and get too involved with ourselves. Mind you, when we talk about second generation, we are talking about a wide range of age groups. “Speed Dating” (introduced at NABC 2009 I presume) is nice for the youths, but may not be that attractive for the younger kids. We need to be innovative about getting them engaged – be it quiz contests or spelling bees, Bengali Idol (NABC idol was introduced in 2009) music contest, children''s drama competition,  dance competition – anything that  can engage them.  How about mini-workshops on arts and crafts, music, acting or film making? And let our second generation kids organize, manage and run them.\r\n\r\nI have more wishes and I’ll list them in the coming weeks. I also welcome comments and suggestions from the readers and listen to their wishlist. However, the bottom line is that we need to rethink the objectives of Bango-Sammelon aka NABC and act accordingly.', 'Goodbye NABC 2009 - Welcome NABC 2010', 0, '', 'publish', 'open', 'closed', '', 'goodbye-nabc-2009-welcome-nabc-2010', '', '', '2009-07-09 13:50:26', '2009-07-09 17:50:26', '', 0, 'http://nynjbengali.com/archives/378', 0, 'post', '', 4),
(379, 1, '2009-07-08 16:34:08', '2009-07-08 20:34:08', 'A unique concert of Tagore songs with the accompaniment of Indian and Western musical instruments is planned for Saturday, July the 18th, 2009, at 6-30 P.M. at the fabulous sanctuary of the futuristic Saint Peters Church in the heart of New York City at 619 Lexington Avenue (corner of 54th Street), New York City. Rezwana Choudhury Bannya, the famed Tagore singer, will be the solo vocalist. Among the instruments will be Piano, Violin, Saxophone, Harp, Cello, Veena, Sitar, Flute, Tabla, Mandira etc. The musicians who will play these instruments are all accomplished artistes in their respective areas. This is the first time that such a concert is being offered where so many Western instruments will be played with Tagore songs (or any other Bengali song genre, for that matter) at the same session. As planned, Ms. Bannya will sing an average of two songs with each instrument individually. At the end, two or more songs are expected to be offered with all the  instruments playing together.\r\n\r\nSuggested donations for the concert has been set at $100, $50 and $25, to defray the costs for the concert. Guests are requested to arrive on time and take their seats by 6-30 pm so that the session may start on time. The entrance is through the 54th Street south side doors, less than 50 feet from Lexington Avenue while walking towards Third Avenue. Discount parking is available at Metropolitan 51 Parking, 569 Lexington Avenue, south side of 51st Street, between Lexington and 3rd Avenue ($15 for upto five hours).. For getting the discount, the tickets have to be endorsed by a seal at the reception desk at the church entrance.\r\n\r\nThose interested to attend the concert and collect tickets are requested to ontact: 347-570-7787, 917-770-0146, 718-414-9743 or send email at following adresses:\r\nemail: <a href="mailto:smullah41@yahoo.com">smullah41@yahoo.com</a>, <a href="mailto:sarwarharun@gmail.com">sarwarharun@gmail.com</a>', 'Bannya Concert in New York', 0, '', 'publish', 'open', 'closed', '', 'bannya-concert-in-new-york', '', '', '2009-07-08 16:34:08', '2009-07-08 20:34:08', '', 0, 'http://nynjbengali.com/?p=379', 0, 'post', '', 0),
(380, 1, '2009-07-13 10:58:57', '2009-07-13 14:58:57', '<div>\r\n<div style="text-align: center;">\r\n<p align="center"><strong><span>On the Occasion of its 20<sup>th</sup> Anniversary Celebration, Mrittika, Inc. of New Jersey-A South Asian</span></strong></p>\r\n<p align="center"><strong><span> Language and Heritage Center (formerly known as Bengali Learning center)</span></strong></p>\r\n<p align="center"><strong><span>Cordially Invites You to Attend the First <span>“South Asian Heritage Day”</span></span></strong></p>\r\n<p align="center"><strong><span>Celebrating “Unity in Diversity through the Arts”</span></strong><strong></strong></p>\r\n<p align="center"><strong><span>Co-Sponsored by Monmouth County Library Headquarters</span></strong></p>\r\n<p align="center"><strong><span>On August 1, 2009, Between 11:00 AM &amp; 3:30 PM </span></strong><span>at <strong>Monmouth County Library Headquarters</strong></span></p>\r\n<p align="center"><strong><span>125 Symmes Drive, Manalapan, NJ 07726-3249</span></strong></p>\r\n<p align="center"><span> The  day-long cultural program includes Exhibition, Performing Arts, Documentaries</span></p>\r\n<p align="center"><span>Author Presentations, Art Workshops </span></p>\r\n<p align="center"><span><strong>The  Exhibition</strong> </span><span><em><strong>"My Roots"</strong></em> contains three areas of display which includes:</span></p>\r\n<p style="text-align: center;"><span><em><strong>Desire within boundaries:</strong> The Earth friendly, handed down ritualistic traditional</em>, painting <em>art form by women(from Three generations )of the </em></span><span><em>Bengali Community features Alpana works</em></span></p>\r\n<p style="text-align: center;"><span><strong><em>"Vanishing Earth":</em> </strong><em>A special display of miniature clay art form of Bengal</em></span></p>\r\n<p style="text-align: center;"><span><em><strong>"South View":</strong> An assorted display of folk artworks, articles and jewellaries from South </em></span><span><em>Asia</em></span></p>\r\n<p style="text-align: center;"><span><strong>The Performing Arts</strong> will include Music and Dance programs by community artists</span></p>\r\n<p style="text-align: center;"><span><strong><em>"Enchanting tunes of South Asia":</em></strong> <em>A multimedia musical composition featuring flags and costumes of South Asia: Research, Compiling and composition by (Alumni) and other Mrittika members from the community. The live section will be presented by community celebrities </em></span></p>\r\n<p style="text-align: center;"><span><em><strong>"Mother Earth-Father sky": </strong>A performance of Indian Lyrics and tunes written and composed by world famous writers poets and composers(Co-ordinated / directed and sung by: Arundhati Mullick with a group of local community celebrities) along with a specal dance segment by "Rhythms of dance and Music(Artistic Director: Mitra Purkayastha, performed by Mitra Purkayastha and Orchi Dutta)</em></span></p>\r\n<p style="text-align: center;"><span><em><strong>"East meets West"-</strong>A performance of classical Indian (Kathak, Bharata Natyam) and</em></span><em>Western Dance(Ballet, Flamenco) by "Kalamandir" of New Jersey(Artistic Director: Malabika Guha, performed by Brinda Guha and Ariana Dasgupta)</em></p>\r\n<p style="text-align: center;"><strong>The Documentaries </strong>contain</p>\r\n<p style="text-align: center;"><em>"The treasure hunt from the past": Learn about the disappearing clay art form of Bengal(Bengali with English Subtitles)(Directed by: Sanjiban Guha and produced by Mrittika)</em></p>\r\n<p style="text-align: center;"><em>"A Journey"-Glimpses of Mrittika''s twenty years</em></p>\r\n<p style="text-align: center;"><strong>Art workshops</strong> include</p>\r\n<p style="text-align: center;"><em>"Building the bridges": Guest Artists share techniques in South Asian Art Forms in the prticipatory programs for children and adults which includes Face art and Mehendi</em></p>\r\n<p style="text-align: center;"><em>and </em></p>\r\n<p style="text-align: center;"><em> there will be a  <strong>Author presentation</strong></em></p>\r\n<p style="text-align: center;"><em>Two Books: Two authors</em><span style="font-family: Albertus-Medium;"></span></p>\r\n\r\n<span style="font-family: Albertus-Medium;"><span style="font-family: Albertus-Medium;">\r\n<p align="center"><em>Mothers for Sale: Women in Kolkata’s Sex Trade</em></p>\r\n\r\n</span></span><span style="font-family: AlbertusMT-Light;"><em>by Indrani Sinha</em>\r\n<p align="center"><em>&amp; Shamita Das Dasgupta. Author Shamita Das Dasgupta shares this</em></p>\r\n<p align="center"><em>sharply intelligent and compassionate exploration of an East Indian</em></p>\r\n<p align="center"><em>social reality.</em></p>\r\n\r\n\r\n</span><span style="font-family: Albertus-Medium;"><span style="font-family: Albertus-Medium;">\r\n<p align="center"><em>Red Oleanders</em></p>\r\n\r\n</span></span><em><span style="font-family: Albertus-Medium;">(</span><span style="font-family: Albertus-Medium;"><span style="font-family: Albertus-Medium;">Raktakarabi</span></span><span style="font-family: Albertus-Medium;">) </span></em><span style="font-family: AlbertusMT-Light;"><em>by Rabindranath Tagore [1861 – 1941].</em>\r\n<p align="center"><em>A new translation and adaptation of the renowned Nobel Laureate</em></p>\r\n<p align="center"><em>Tagore’s drama by Nupur Lahiri. Dr. Lahiri will present.</em></p>\r\n<p align="center"><em></em></p>\r\n<p align="center"><em>The program co ordinator: Dhriti Bagchi on behalf of Mrittika</em></p>\r\n<p align="center"><em>Co-Sponsor: Monmouth County Library Headquarters</em><em></em></p>\r\n<p align="center"><em>Light refreshment will be served</em></p>\r\n\r\n\r\n</span>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n<p style="text-align: center;"></p>\r\n\r\n</div>\r\n</div>\r\n<p align="center"><em>This program has been made possible in part by the Monmouth county Arts Council through funding from the Monmouth County Board of Chosen Freeholders, through the County Historical Commission and the New Jersey State Council of the Arts/Department of State, A Partmer Agency of the National Endowment for the Arts</em></p>\r\n<p align="center"><em>For further information pleae visit : <a rel="nofollow" href="http://www.mrittika.org/" target="_blank">www.mrittika.org</a></em></p>\r\n<p align="center"><em>For Library  direction: phone number: 732-431-7220</em></p>\r\n<p align="center"><em>Website: <a rel="nofollow" href="http://www.monmouthcountylib.org/" target="_blank">www.monmouthcountylib.org</a></em></p>\r\n<p align="center"><em>Address: 125, Symmes Drive, Manalapan, NJ 07726</em></p>\r\n<p align="center"></p>\r\n\r\n<div style="text-align: -webkit-center;"></div>', '20th Anniversary Celebration, Mrittika, Inc.', 0, '', 'publish', 'open', 'closed', '', '20th-anniversary-celebration-mrittika-inc', '', '', '2009-07-13 10:58:57', '2009-07-13 14:58:57', '', 0, 'http://nynjbengali.com/?p=380', 0, 'post', '', 0),
(373, 1, '2009-07-08 11:14:13', '2009-07-08 15:14:13', '<strong>By Amitava Sen</strong>\r\n\r\n<a rel="thumbnail" href="http://nynjbengali.com/wp-content/uploads/2009/07/tagore.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin-left: 0px; margin-right: 0px; border-right-width: 0px" title="Rabindranath Tagore" src="http://nynjbengali.com/wp-content/uploads/2009/07/tagore-thumb.jpg" border="0" alt="Rabindranath Tagore" width="182" height="244" align="left" /></a> The derivative meaning of the word “Jayanti” in Bengali is, an occasion to acclaim and praise, linguistically speaking. But the word really means a Jubilee, celebration of certain anniversaries. More often it means celebration of birthdays of famous persons, usually dead than alive. In our case, the dates of these anniversaries could be an amalgam of many calendars. Saints and spiritual gurus are observed according to lunar calendar; Sri Ramakrishna is celebrated on the second day of the new moon on the eleventh month (Falgun) of the Bengali era. Poets and littérateurs have their assigned days in accordance with the dates of Bengali calendar, as in 25<sup>th</sup> of the first month (Baisakh) of the calendar for the poet Rabindra Nath Thakur and for some, the ones dealing with science, politics, sports etc. as per the Christian calendar; January 23<sup>rd</sup> for Subhas Chandra Bose, for example.\r\n\r\n<!--more-->\r\n\r\nBengalis worship their heroes. The modality of hero branding has changed somewhat. Now a foreign recognition is deemed necessary for getting up there. There was a dry period after Satyajit Ray till Amartya Sen arrived. Both are internationally recognized. Though Bengalis made Mother Teresa a hero she was not really their kind. Then there was Saurav Ganguly, whose virtual beatification for a period of time seemed destined to make him a candidate for Jayanti of his own. That he is still alive should not be a problem. We have precedents. Biggest of all our Jayantis, one for the poet Tagore had been happening long before he died. Indeed he was an enthusiastic and willing participant. In addition he saw to it that celebrators did not run out of songs and poetries for his anniversaries for longest time to come after he was gone, thousands of them; compare this with only 154 sonnets that Shakespeare wrote.\r\n\r\nAs we like to live in our past, present is dreary and the future is bleak; we need anniversaries, lots of them. The ways of celebrations differ.\r\n\r\nThat was January twenty-third; a taxi traveling in a side street in Calcutta was stopped at the entry by a group of youngsters. In the middle of the street a portrait of Bose was installed in a makeshift platform, duly garlanded. They objected to the taxi proceeding. The passenger reasoned that this was the only way the taxi could reach its destination, but that pleading fell in deaf ears. He was accused of being unpatriotic. The taxi driver got involved but he soon came to the conclusion that discretion was better part of valor and promptly retreated when some one threw a stone aiming at the windshield of the taxi causing a small crack, realizing that the violent outburst was probably the way the young fellows in the street intended to uphold Subhas Bose’s valiant legacy of armed resistance to the intruders.\r\n\r\nSaints and gurus have a peaceful way. Their affairs are usually confined in the temple and other places indoor, except for when Bharat Sevasram Sangha and the likes decide to bring out a big procession blaring loud music stopping traffic for hours. But disrupting traffic back in West Bengal is everyone’s revolutionary right. Almost everyday can be called an anniversary of some sort.\r\n\r\nPoets and writers, especially ones with songs to their credit usually do better, because their anniversaries have a monetary potential as it can attract a fare paying crowd of aficionados of their songs and poetries performed by celebrity artists and movie stars.\r\n\r\nCloser to home, here in New Jersey we love our Jayantis too, as long as it has a cover of culture. We consider only the poets and writers for the honor.\r\n\r\nOn a recent evening, there were three portraits, somewhat worn out from many years of use, two of them were instantly recognizable; the third though a familiar name, the face still remained a little unknown to the crowd who gathered there. Anyway, the display of three pictures was all we needed for their Jayanti celebrations. What followed had nothing to do with the subject poets and their contribution to the Bengali literature. They are dead anyway, who will care how they feel. Turning in the grave does not pose a threat of any consequence.\r\n\r\nOne of the organizers made an announcement that the Jayanti celebration was the major annual cultural program of the club. Demonstration that followed the announcement did not appear to promise a very bright future for the state of Bengali culture or for that matter, even for the three Kobis adorning the arena. The poor Kobis could not even get up on the stage, their pictures looking forlorn were planted below the main podium while some variation of go as you like was going on, up on the stage.\r\n\r\nThere is plenty supply of Kobis in Bengali. There is no reason that we have to have Jayanti for same three of them year after year after year. Could it be because we have no other framed portraits available readily? But we can act as Romans while in Rome. . Here in America we have a day earmarked for President George Washington but it really is a Presidents’ Day for all 40 dead presidents. It is closer to the first president’s birthday in February, that’s all. In the same vein we can have a Kobi day for all the dead Kobis. Assigning a day closer to the most famous of them will be fitting. We can do away with the three faded pictures and celebrate Jayanti for all of them. As they are too many in number, we will not be expected to sing and dance for any particular one. We will celebrate our culture in whatever shape and form we want. That will be liberating.', 'Jayanti''s are For Ever!', 0, '', 'publish', 'open', 'closed', '', 'jayantis-are-for-ever-3', '', '', '2009-07-08 13:36:57', '2009-07-08 17:36:57', '', 0, 'http://nynjbengali.com/archives/373', 0, 'post', '', 1),
(374, 1, '2009-07-08 14:25:32', '2009-07-08 18:25:32', '', 'time-zone-web.jpg', 0, '', 'inherit', 'open', 'closed', '', 'time-zone-webjpg', '', '', '2009-07-08 14:25:32', '2009-07-08 18:25:32', '', 378, 'http://nynjbengali.com/wp-content/uploads/2009/07/time-zone-web.jpg', 0, 'attachment', 'image/jpeg', 0),
(381, 1, '2009-07-20 19:45:36', '2009-07-20 23:45:36', 'A translation company specializing in voice-overs and subtitling are looking for native <span>speakers</span> of <span><span>Bengali</span></span> for lip-sync/dubbing of a video series for the City of New York (We are New York). They need approximately 10 --12 <span>speakers</span>, teenager to senior, male and female. Is this something you''d like to get involved in?  Experience is preferred by not necessary.\r\n\r\nContact: Lindsey\r\nInterNation, Inc.\r\n299 Broadway, Suite 1400\r\nNew York, NY 10007\r\ntoll free: 800.222.8799\r\nphone: 212.619.5545\r\nfax: 212.619.5887\r\n<a href="mailto:info@internation.com" target="_blank">info@internation.com</a>\r\n<a onclick="pageTracker._trackPageview(''/outgoing/www.internation.com/?referer=http://nynjbengali.com/wp-admin/post-new.php'');" href="http://www.internation.com/" target="_blank">www.internation.com</a>', 'Bengali Speakers Needed', 0, '', 'publish', 'open', 'closed', '', 'bengali-speakers-needed', '', '', '2009-07-20 19:45:36', '2009-07-20 23:45:36', '', 0, 'http://nynjbengali.com/?p=381', 0, 'post', '', 1),
(507, 1, '2010-09-20 21:49:54', '2010-09-21 01:49:54', 'PLEASE JOIN US FOR A COMMUNITY FORUM & DISCUSSION ON WORKING TOGETHER TO SECURE AND STRENGTHEN OUR COMMUNITIES\r\n\r\nDate: Saturday, September 25, 2010\r\n\r\nTime: 10:15am – 12:45pm\r\n\r\nWhere: \r\nGeorge Bush Senior Citizen Center\r\n1 Old Bridge Plaza, Old Bridge, NJ 08857\r\nDirections: www.oldbridge.com Ph: 732-721-5600\r\n\r\nPART I\r\nBias Incidents and Hate Crimes:\r\nHow to identify and address them as a community?\r\n\r\nPART II\r\nBridging the Gap:\r\nHow can community members collaborate with local law enforcement agencies\r\nto enhance public safety?\r\n\r\nRSVP preferred by Saturday, September18th, 2010 to\r\nCitizensofOldBridge@gmail.com\r\nPlease indicate whether you would like an interpreter. Refreshments provided.\r\n\r\nTHIS EVENT IS ORGANIZED BY THE CITIZENS OF OLD BRIDGE (COBNJ), SOUTH ASIAN AMERICANS LEADING TOGETHER (SAALT) AND THE U.S. DEPARTMENT OF JUSTICE COMMUNITY RELATIONS SERVICE IN COLLABORATION WITH OLD BRIDGE TOWNSHIP, MIDDLESEX COUNTY PROSECUTOR’S OFFICE, OLD BRIDGE POLICE DEPARTMENT, SOUTH ASIAN BAR ASSOCIATION NEW JERSEY (SABA-NJ), ASIAN AMERICAN LEGAL DEFENSE AND EDUCATION FUND (AALDEF), MANAVI, THE SIKH COALITION AND INDIAN AMERICAN DEFENSE LEAGUE', 'Divyendu Sinha Murder Followup: Community Forum and Discussion', 0, '', 'publish', 'open', 'open', '', 'divyendu-sinha-murder-followup-community-forum-and-discussion', '', '', '2010-09-20 21:49:54', '2010-09-21 01:49:54', '', 0, 'http://nynjbengali.com/?p=507', 0, 'post', '', 1),
(383, 1, '2009-08-05 16:38:27', '2009-08-05 20:38:27', '<a href="http://nynjbengali.com/wp-content/uploads/2009/08/desh-review-web.jpg"><img class="aligncenter size-medium wp-image-384" title="desh-review-web" src="http://nynjbengali.com/wp-content/uploads/2009/08/desh-review-web.jpg" alt="Review of Jadiyo Galpo" /></a>\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2009/08/desh-review-web.jpg"></a>Subrata Ghosh, an emiment theater critic from Kolkata, recently reviewed Theater Workshop''s production "Jadiyo Galpo" in Desh patrika.  The play is directed by Ashok Mukhopadhyay. "Jadiyo Galpo" is the play that we had staged last year as "Satyameva". Check out this review and tell your friends and family in Kolkata to watch this play at their latest opportunity.', 'Jadiyo Galpo - A Review', 0, '', 'publish', 'open', 'closed', '', 'jadiyo-galpo-a-review', '', '', '2009-08-05 16:38:27', '2009-08-05 20:38:27', '', 0, 'http://nynjbengali.com/?p=383', 0, 'post', '', 0),
(384, 1, '2009-08-05 16:32:38', '2009-08-05 20:32:38', 'Review of Jadiyo Galpo in Desh Patrika', 'desh-review-web', 0, 'Review of Jadiyo Galpo', 'inherit', 'open', 'closed', '', 'desh-review-web', '', '', '2009-08-05 16:32:38', '2009-08-05 20:32:38', '', 383, 'http://nynjbengali.com/wp-content/uploads/2009/08/desh-review-web.jpg', 0, 'attachment', 'image/jpeg', 0),
(386, 102, '2009-08-06 22:59:24', '2009-08-07 02:59:24', '', 'wp-app', 0, '', 'inherit', 'open', 'closed', '', 'wp-app', '', '', '2009-08-06 22:59:24', '2009-08-07 02:59:24', '', -1249613824, 'http://nynjbengali.com/wp-content/uploads/2009/08/wp-app.php', 0, 'attachment', 'application/octet-stream', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(388, 1, '2009-08-18 23:52:05', '2009-08-19 03:52:05', '<a href="http://nynjbengali.com/wp-content/uploads/2009/08/nissan_altima.jpg"><img class="alignleft size-medium wp-image-391" title="Nissan Altima" src="http://nynjbengali.com/wp-content/uploads/2009/08/nissan_altima.jpg" alt="1998 Nissan Altima" /></a>Recently I was in the market to buy a used car for my son. It has been quite a long time since I bought a used or should I say "preowned" vehicle. Even when I had bought couple of "pre-owned" cars during my early days in this country, I bought them through my colleagues and friends. The first car I bought was a Dodge Aries wagon that was sold to me by a colleague of mine when I was desperate to get a car that had four wheels and could take me from my home to work and maybe some shopping. Hence I ignored several of its "minor" blemishes - like the rear passenger door which was disabled permanently. A previous accident had bent it awkwardly and  my colleague warned me that if I attempt to open the door from inside, it may swing out violently and injure a bystander. I never opened the door. But the car served me very well. It was the time when minivans were just appearing in the market and station wagons were in high demand to haul luggage to the airports. My friends loved the car. It could sit six people quite comfortably and the huge trunk could pack in a whole apartment.<!--more-->\r\n\r\nMy second car was a Nissan Sentra - a cute little car with very low mileage. A friend of mine, who was a grad student at Rutgers helped me find this car while I was searching through local newspapers.  Since then, lot of things have changed - the internet revolution happened - social networks and blog sites came about, and people stopped reading newspapers - old relations faded and new ones formed. I too avoided getting into the hassles of  used car shopping and stuck to buying new cars just to avoid the stress.\r\n\r\nWhen my son became eligible to drive, pressure started to mount on me. He wanted a car of his own. I tried to hold off for a while but finally gave in and started looking for a "pre-owned" vehicle - a reasonably reliable vehicle that would have reasonable number of miles on it and would have a reasonable (read low very low) price tag. The problem with used vehicles is that you typically do not have a model in mind, rather you move with a dollar amount in mind. Maybe you can also setup a mileage target and age of the vehicle too - but my primary objective was to find a good deal! The next problem was, where do I start my search?  My friends and colleagues suggested I should look up <a onclick="pageTracker._trackPageview(''/outgoing/craigslist.com?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=388&amp;message=4'');" href="http://craigslist.com">CraigsList</a>, and I did just that. Soon  I identified few cars in my area (central Jersey) that I liked and contacted the sellers.  The cars were very attractively priced and I was eager to close a great deal. The sellers soon responded with tales of their own. Some were going through a nasty divorce, some lost their jobs, some had to leave the country, but the common theme was that everybody wanted to ship their car to me. Most wanted to transact through eBay or similar service and ensured that if I am not satisfied with the car, I can return the car and the money will be returned to me promptly. I was literally thrown aback - I never heard of used car salesman shipping cars via UPS or FEDEX and that too for free! I smelled a rat and sure enough I discovered the warning posted on craigslist - any offer to ship a car is fraud!  I found some genuine sellers too, and checked out couple of them but none were satisfactory.\r\n\r\nIn the meantime I discovered <a title="Carfax" onclick="pageTracker._trackPageview(''/outgoing/carfax.com?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=388&amp;message=4'');pageTracker._trackPageview(''/outgoing/carfax.com?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=388'');" href="http://carfax.com">CARFAX</a> and <a onclick="pageTracker._trackPageview(''/outgoing/Autocheck.com?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=388&amp;message=4'');pageTracker._trackPageview(''/outgoing/Autocheck.com?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=388'');" href="http://Autocheck.com">AutoCheck</a>. Both these services provide you with a detailed history of the car as to whether it had any (reported) accidents, whether the car was salvaged or whether the odometer was tampered. It also contains reports of each and every title change and registration renewals and in some cases inspection and service records. Autocheck (by Experian)  even provides a Autocheck score which helps you tally the car against similar cars in the same category. For example, for the same model year a car with less mileage would have a higher score than one with higher mileage. Both companies offer buy back guarantees if the car later is proven to be a salvage, or have title or odometer discrepancies that were not reported. Hence I subscribed to CARFAX and Autocheck to arm myself with enough information before negotiating a deal.\r\n\r\nI was always hesitant to go to a used car dealer, mainly because of the stigma associated with this class of businessmen. I heard so many horror stories, I thought that the moment I step into a used car dealership, I''ll me coerced into buying a junk. But with CARFAX and AutoCheck, I felt that maybe I can outsmart them in their game. But soon I discovered that the used car sales people have changed their strategy. I met three sales people and none of them were pushy.  They showed such a calm and disinterested demeanor that at times I felt that they must be in the wrong business. They all have their websites with the details about their inventory and even before I could mention CARFAX, they pulled out a report for me. Maybe the current state of our economy has been good to the used car business and hence they really didn''t mind losing a customer or too, but it kind of turned me off.  Maybe my ego was hurt since they were not begging me to sell their cars.\r\n\r\nAs I was getting tired of searching for that great used car, and even contemplated the idea of buying a cheap new compact from Japan or Korea, a friend of mine pointed me to <a onclick="pageTracker._trackPageview(''/outgoing/Sulekha.com?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=388&amp;message=4'');pageTracker._trackPageview(''/outgoing/Sulekha.com?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=388'');" href="http://Sulekha.com">Sulekha</a> classifieds.  And it was indeed a gold mine. Almost all sellers are of Indian origin and most cars posted are the Indian favourites - Toyotas, Hondas, and Nissans. Very few American cars.  I started shortlisting them and contacted the sellers  for their VIN numbers, ran them through CARFAX and AutoCheck and soon I was able to find my car - a ''98 Nissan Altima with low mileage and good AutoCheck score!  Now let''s see how long it lasts.', 'Buying a Used Car', 0, '', 'publish', 'open', 'closed', '', 'buying-a-used-car', '', '', '2009-08-19 11:02:55', '2009-08-19 15:02:55', '', 0, 'http://nynjbengali.com/?p=388', 0, 'post', '', 0),
(389, 1, '2009-08-17 23:28:59', '2009-08-18 03:28:59', 'August 22 at the Woodlot Park in Kendall Park NJ.\r\n\r\nContact Nilotpal Paul at nkpaul@gmail.com', 'Jadavpur University Alumni Picnic', 0, '', 'publish', 'open', 'closed', '', 'jadavpur-university-alumni-picnic', '', '', '2009-08-17 23:28:59', '2009-08-18 03:28:59', '', 0, 'http://nynjbengali.com/?p=389', 0, 'post', '', 0),
(390, 1, '2009-08-17 23:31:29', '2009-08-18 03:31:29', '<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;">\r\n<div>\r\n<h1 style="margin: 0in 0in 0pt;"><span style="font-size: small;">IIT KGP Alumni – East Coast Summer Picnic 2009</span></h1>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;">Hi Alumnus –</p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;">Our 12<sup>th</sup> annual picnic is scheduled for Saturday, September 12, 2009 (rain or shine) at the same park as last year (but different pavilion). Please join us, and bring your family/significant other. Invite your group of friends, and<span> </span>bhaat, play and chill.</p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;"><strong><span style="color: blue;">When:</span></strong><span style="color: blue;"> Sat, Sept 12, 2009, 11am-4pm</span></p>\r\n<p style="margin: 0in 0in 0pt;"><strong><span style="color: blue;">Where:</span></strong><span style="color: blue;"> Oak Grove Pavilion within Duke Island Park, Old York Road, Bridgewater, NJ</span></p>\r\n<p style="margin: 0in 0in 0pt;"><strong><span style="color: blue;">Park Contact:</span></strong><span style="color: blue;"> 908-722-7779, <a rel="nofollow" href="http://www.somersetcountyparks.org/" target="_blank"><span style="color: #800080;">http://www.somersetcountyparks.org</span></a></span></p>\r\n<p style="margin: 0in 0in 0pt;"><strong><span style="color: blue;">Cost: </span></strong><span style="color: blue;">$20/adult (16yrs and above), $5 (6-15 yrs); Cost goes up after Sept 1</span></p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;">Catered Indian lunch will be served at 12:30pm. Please bring along any games or sports equipment (e.g., soccer, volleyball, cricket, baddy).</p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;">To register and pay by credit card, please click on paypal links below (you don’t need to be paypal members):</p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;">1 Adult ($20): <span style="color: blue;"><a rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd%20=_xclick&amp;business=iitkgp_newyork%40yahoo.com&amp;amount=20&amp;item_name=IIT%20KGP%20Picnic%202008%20%2D%201%20Guest&amp;currency_code=USD&amp;bn=paywiz0105xx-bx" target="_blank"><span style="color: windowtext; text-decoration: none;"><span><span style="text-decoration: underline;"><span style="color: blue;">IIT KGP Picnic - Early Registration - Single ($20)</span></span></span></span></a></span></p>\r\n<p style="margin: 0in 0in 0pt;">2 Adults ($40): <span style="color: blue;"><a rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd%20=_xclick&amp;business=iitkgp_newyork%40yahoo.com&amp;amount=40&amp;item_name=IIT%20KGP%20Picnic%202008%20%2D%202%20Guests&amp;currency_code=USD&amp;bn=paywiz0105xx-bx" target="_blank"><span style="color: windowtext; text-decoration: none;"><span><span style="text-decoration: underline;"><span style="color: blue;">IIT KGP Picnic - Early Registration - Double ($40)</span></span></span></span></a></span></p>\r\n<p style="margin: 0in 0in 0pt;">1 Child ($5): <span style="color: blue;"><a rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd%20=_xclick&amp;business=iitkgp_newyork%40yahoo.com&amp;amount=5&amp;item_name=IIT%20KGP%20Picnic%202008%20%2D%201%20Child&amp;currency_code=USD&amp;bn=paywiz0105xx-bx" target="_blank"><span style="color: windowtext; text-decoration: none;"><span><span style="text-decoration: underline;"><span style="color: blue;">IIT KGP Picnic - Early Registration - 1 Child ($5)</span></span></span></span></a></span></p>\r\n<p style="margin: 0in 0in 0pt;">2 Children ($10): <span style="color: blue;"><a rel="nofollow" href="https://www.paypal.com/cgi-bin/webscr?cmd%20=_xclick&amp;business=iitkgp_newyork%40yahoo.com&amp;amount=10&amp;item_name=IIT%20KGP%20Picnic%202008%20%2D%202%20Children&amp;currency_code=USD&amp;bn=paywiz0105xx-bx" target="_blank"><span style="color: windowtext; text-decoration: none;"><span><span style="text-decoration: underline;"><span style="color: blue;">IIT KGP Picnic - Early Registration - 2 Children ($10)</span></span></span></span></a></span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="color: blue;"> </span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="color: #0000ff;">If you prefer to send a check, please send to: Ajit K Agrawal, 315 West End Avenue, #8B, New York, NY 10023.</span></p>\r\n<p style="margin: 0in 0in 0pt;"><span style="color: blue;"> </span></p>\r\n<p style="margin: 0in 0in 0pt;">KGP ka tempo HIGH hai! See you on Saturday Sept 12.</p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;">Ajit Agrawal (<a rel="nofollow" href="mailto:ajit_k_agrawal@yahoo.com" target="_blank"><span style="color: windowtext;">ajit_k_agrawal@yahoo.com</span></a>)</p>\r\n<p style="margin: 0in 0in 0pt;">Subhodev Das (<a rel="nofollow" href="mailto:subhodev@att.net" target="_blank"><span style="color: windowtext;">subhodev@att.net</span></a>)</p>\r\n<p style="margin: 0in 0in 0pt;"></p>\r\n<p style="margin: 0in 0in 0pt;">Websites: <span style="color: #333333;"><a rel="nofollow" href="http://iitkgpny.community.officelive.com/" target="_blank"><span><span style="color: #003399; text-decoration: none;">http://iitkgpny.community.officelive.com/</span></span></a>, <a rel="nofollow" href="http://www.iitfoundation.org/chapters/" target="_blank"><span><span style="color: #003399; text-decoration: none;">http://www.iitfoundation.org/chapters/</span></span></a></span></p>\r\n\r\n</div>\r\n</div>', 'IIT KGP Alumni – East Coast Summer Picnic 2009', 0, '', 'publish', 'open', 'closed', '', 'iit-kgp-alumni-%e2%80%93-east-coast-summer-picnic-2009', '', '', '2009-08-17 23:31:29', '2009-08-18 03:31:29', '', 0, 'http://nynjbengali.com/?p=390', 0, 'post', '', 0),
(391, 1, '2009-08-18 23:41:27', '2009-08-19 03:41:27', '1998 Nissan Altima GXE', 'Nissan Altima', 0, '1998 Nissan Altima', 'inherit', 'open', 'closed', '', 'nissan_altima', '', '', '2009-08-18 23:41:27', '2009-08-19 03:41:27', '', 388, 'http://nynjbengali.com/wp-content/uploads/2009/08/nissan_altima.jpg', 0, 'attachment', 'image/jpeg', 0),
(392, 1, '2009-08-18 23:58:51', '2009-08-19 03:58:51', 'Join the OFA Health Care Forum with the President on August 20th at 2.30pm.\r\n\r\nhttp://my.barackobama.com/page/s/aug20web', 'Health Care Forum With The President', 0, '', 'publish', 'open', 'closed', '', 'health-care-forum-with-the-president', '', '', '2009-08-18 23:58:51', '2009-08-19 03:58:51', '', 0, 'http://nynjbengali.com/?p=392', 0, 'post', '', 0),
(393, 1, '2009-08-20 17:31:23', '2009-08-20 21:31:23', '<img class="alignleft" style="float: left; margin: 6px;" src="http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/dsc_0770.jpg" alt="Durga Puja" width="300" height="200" />Bengali Associations of NJ are gearing up for the biggest festival of the year - Durga Puja. This year the festival starts quite early, around 25th-26th of September. Kallol, GSCA and Anandamandir will be celebrating their Durga Puja during that weekend.  And just like last year we should expect that the registration to start soon. GSCA has already opened their online registration, and Kallol is expected to open theirs in early September.\r\n\r\nLast year (2008) was the first time when Kallol of NJ started their online pre-registration process and it caused quite a bit of furor amongst the Kallol regulars who failed to register early. The registration window was closed as soon as the guest count limit was reached and that left many people with a bad taste.  Some people were able to get in at the last moment (I don''t know how) but several people had to go back. I think Kallol needs to do something about this.<!--more-->\r\n\r\nI suggest that Kallol retain a limited number (approx 200 to 300) of reasonably priced daily tickets. These tickets should be released only on the day for which they are designated.  For example a Saturday tickets should be sold on Saturday only and not earlier. The price of these daily admission tickets when totalled should be higher than the combined 3-day registration fees,  and they can have different rates based on the key attractions of that evening.  This process has several advantages:\r\n\r\n1. People who want to attend only on a specific day at Kallol can do so. They do not have to be tied to Kallol puja for all three days.\r\n\r\n2. Many people (including non Bengali speaking) would like to come to the Puja to watch their children or other family members perform in a show on a particular day. It would be unfair to charge the full 3 day registration from them.  Even if they purchase the 3 day package and come only for one evening, Kallol will lose out a spot for the other three days.\r\n\r\n3. The daily tickets (which from our past experience can be expected to be sold out) will fetch more revenue for Kallol than 3-day registrations. This is a win-win situation.\r\n\r\nThese are my humble suggestions to the committee for consideration. However, other organizations can also follow this process.\r\n\r\nI hope the 2009 Puja festivals will bring in joy and happiness for all. I am looking forward to it, just like any other Bengali.', 'Durga Puja 2009 - Just a Month Away', 0, '', 'publish', 'open', 'closed', '', 'durga-puja-2009-just-a-month-away', '', '', '2009-08-20 17:32:20', '2009-08-20 21:32:20', '', 0, 'http://nynjbengali.com/?p=393', 0, 'post', '', 1),
(394, 1, '2009-08-28 11:00:47', '2009-08-28 15:00:47', '<div>Indian Community Center of <span><span>Garden State</span></span> (ICC-GS) cordially invites you to the <strong><span><span>Durga Puja</span></span></strong>celebration on 19th and 20th September (Saturday and Sunday) at <a rel="nofollow" href="http://www.roxbury.org/rhs/index.html" target="_blank"><span style="color: #400000;"><span>Roxbury High School, located at <span style="color: #000000;">One Bryant Drive, Succasunna, NJ 07876.</span></span></span></a></div>\r\n<div><span style="color: #400000;">\r\n</span>The biggest attraction is the cultural program with an exciting line-up featuring famous artists from <span><span>Kolkata</span></span>.\r\n\r\n<strong>Amit </strong>Paul, the India Idol Runner-up will perform on Saturday, Sep 19th.\r\n\r\n<strong>Jagannath and Urmimala Bose</strong> from Kolkata are the pioneers of ''Shruti-Natak'' or talk theater. They will perform on Sunday, Sep 20th.</div>\r\n<div></div>\r\n<div>There will be special Bengali community dinner both the days.</div>\r\n<div></div>\r\n<div>For further details, please visit <a rel="nofollow" href="http://www.icc-gs.org/" target="_blank"><span>www.icc-gs.org</span></a></div>', 'ICC_GS Durga Puja', 0, '', 'publish', 'open', 'closed', '', 'icc_gs-durga-puja', '', '', '2009-09-14 14:05:39', '2009-09-14 18:05:39', '', 0, 'http://nynjbengali.com/?p=394', 0, 'post', '', 0),
(409, 1, '2009-09-16 12:04:54', '2009-09-16 16:04:54', '<p>I have been trying to avoid writing about the current health care issue on this blog. The key reason being that if I start writing I won’t be able to stop. I have been discussing this issue with my friends on my <a href="http://facebook.com/bhawmik" target="_blank">facebook page</a> and the discussions often became quite passionate and sometimes quite heated too. The rumors, hear-says, myths and speculations on the healthcare bill have risen to a level that I doubt if ever happened before in American social and political life. Multiple bills have been floating in the Capitol and today Senator Baucus unveiled the so-called bipartisan bill (which apparently only one Republican Sen. Olympia Snowe is likely to support) which has no option for a public-option, requires families to contribute 13% of their income for health insurance premiums and imposes fines ($3800 per family) on those who do not purchase insurance. The bill does however impose some restrictions on insurance companies to prevent them from rejecting people with pre-existing conditions or from increasing the rates for people with serious illnesses. This bill, if accepted, would cost $856 billion over 10 year time. </p> \r\n<!--more-->\r\n  <p>I would say that this bill is kind of a disappointment, at least for me. Thirteen percent of one’s income as health insurance premium is far from what we call affordable. Secondly the bill does little to encourage competition. Without any public option, the insurance companies will have a field time to set their own rates. The so called exchange or market place can do little when each state has only a handful of&#160; insurance companies to select from.&#160; Health co-operatives, as proposed in the bill, can hardly compete with the insurance companies. </p>  <p>In New Jersey, the state imposes some regulatory measures for individual and small business health coverage. The standard plans for individuals are community rated. From late 1993 through 2008, this has meant that a carrier must offer a standard individual health benefits plans to everyone at the same rate, regardless of the applicants'' age, gender, profession, health status or geographical location in the State. In 2009, carriers may offer standard individual health benefits plans using community rating that considers age. The ratio of the highest rates for a standard individual health benefits plan to the lowest rates for the same standard individual health benefits plan cannot be more than 3.5:1. </p>  <p>Although this is far from being perfect, but at least it ensures one aspect of health coverage is that the premium rate cannot be adjusted based on health status. And this is one of the aspects of the Baucus bill – something which is already available in NJ and I am sure in many other states.&#160; This bill seems to me as a huge compromise with just a light slap on the insurance companies palms which I presume was worked out as a deal. </p>  <p>What I fail to understand is, what does this bill and similar bills like this can do to reduce or contain the health care cost?&#160; Insuring everybody (or almost everybody) can only reduce the risk for the insurance companies and possibly improve their profits, which unless the insurance companies share with their policy holders, will do little to reduce the premiums. </p>  <p>But premiums are only part of the story. What about deductibles and out of pocket expenses?&#160; What about insurance companies policing the doctor’s decisions? What about inflated hospital bills? What about doctor’s and hospitals practicing defensive medicine to shield themselves from potential malpractice suits? </p>  <p>Without public participation, I don’t think any reform can help control healthcare costs.&#160; People should not go bankrupt, or lose their homes or die just because they cannot afford medical insurance.</p>  <p> One suggestion I have is for the Government to provide a supplementary insurance for major medical costs like chemotherapy or other expensive treatments or surgeries that insurance companies are reluctant to cover. Currently, Medicare does pay for patients requiring dialysis for kidney failures even if they have not reached the Medicare qualifying age. Why not expand this coverage for other life saving expensive treatments like chemotherapy or transplant surgeries or similar conditions? This may require a minor adjustment of social security taxes or other taxes, but it would significantly reduce the cost of general health insurance and hence the potential savings in premium can cover for the increase in taxes, if any.</p>', 'The Health Care Debate', 0, '', 'publish', 'open', 'closed', '', 'the-health-care-debate', '', '', '2009-09-16 12:10:41', '2009-09-16 16:10:41', '', 0, 'http://nynjbengali.com/archives/409', 0, 'post', '', 1),
(395, 1, '2009-08-28 11:28:35', '2009-08-28 15:28:35', 'I mean Vishal Varadwaj''s latest film "Kaminey". I liked it a lot! I was pleasantly surprised when I saw his previous film "Omkara".  So I went to the theater with high hopes. And Kaminey exceeded my expectations. I can say that it is the best Bollywood gangsta movie ever made.  It is a treat to watch how this talented film maker has blended in violence with humor! The story telling style, the high paced and intelligent editing, the mood photohraphy and lighting, the music and the exemplary acting by the cast members reminds us that Bollywood film making has evolved a lot from the days of Ajit, Pran and Prem Chopra! Vishal Varadwaj is the Quentin Tarantino of Mumbai - he can create visual poetry with violence, he can create characters that get tattooed in your brain, and he can create wonderful music with Gulzar''s lyrics!\r\n\r\nIf you have seen the movie, let us know how you liked it.\r\n\r\nAnd if you haven''t seen the movie - don''t sit there! Go to the nearest theater that''s screening "Kaminey"', 'Did You Like Kaminey?', 0, '', 'publish', 'open', 'closed', '', 'did-you-like-kaminey', '', '', '2009-08-28 11:28:35', '2009-08-28 15:28:35', '', 0, 'http://nynjbengali.com/?p=395', 0, 'post', '', 0),
(506, 1, '2010-09-15 22:15:13', '2010-09-16 02:15:13', '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/kheM-M0Qfps?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/kheM-M0Qfps?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object>\r\n\r\nThe time of the year is here again. The sky is blue with patches of white clouds floating lazily and the weather is cooling down. Durga Puja is here again in New Jersey. The local Bengali associations are gearing up to welcome Ma Durga with the usual pomp and cultural extravaganza, and let me share with you some information about the festivities that has come to my notice.\r\n\r\nLike previous years, Durga Puja festival in New Jersey will be heralded in by the live Mahishashura Mardini (Mahalaya) performance  at the Ananda Mandir on October 10th at 5.00am in the morning. I have been a regular attendee at this event, and I can promise you that if you can take that bold step of getting up from bed that early and drive down to Ananda Mandir, you''ll have an experience that you will never regret.<!--more-->\r\n\r\nThis year however, Puja starts even earlier in New Jersey with Indian Community Center (ICC) of Garden State having their Puja on Oct 9th and 10th at the Eisenhower Middle School, 47 Eyland Avenue, Succasunna. ICC''s cultural program this year will feature the famous Bangla Band KAYA, who promises to rock the audience with their folk inspired melodies. Pranab Biswas, a noted classical vocalist, will be presenting a medley of Bengali and Hindi songs. The program will also present a bunch or events by local artists including an audio play (sruti natok) "Baad Protibad", written by yours truly.\r\n\r\nKallol of New Jersey will be celebrating Durga Puja on Oct 15th, 16th and 17th at their usual venue - Ukranian Community Center in Somerset NJ. The cultural events at the Kallol Puja has not been well publicized as yet, but the invitation card says that the program will include classical vocal performance by Parthasarathi Desikan (disciple and son-in-law of Pt. Ajoy Chakraborty), Jolly Mukherjee from Bollywood, and Koel Mukherjee of Sa Re Ga Ma Pa fame. The list also includes sarod recital by Anirban Dasgupta (son and disciple of Pt. Buddhadev Dasgupta), Rabindrasangeet by Sasha Ghoshal and modern songs by Shamit Tyagi and Sumona Banerjee from Kolkata. This year Kallol is introducing few new events :\r\n- Chess championship (all ages)\r\n- Bridge championship (adults)\r\n- Quiz show conducted by Dr. Nupur Lahiri.\r\n\r\nTo participate in any of these events, contact Sunanda Mitra (sunandamitra@yahoo.com) or Poushali Sengupta (poushali123@yahoo.com).  And no Kallol Pujo is complete without drama performances by the adult and children members of Kallol. The Kallol seniors will present the play "Sorry, Wrong Number" directed by Debiprosad Palit, and the Kallol juniors will present "Khirer Putul" the all time favorite Bengali fairy tale. There will also be dance recitals by Sunrita Mitra''s young dancers, Brinda Guha''s Kalamandir Dance Company and Mitra Purakaysatha''s Rhythms of Dance & music. So, get ready. Kallol website mentions that online registration will open on Sept 20, 2010.\r\n\r\nGarden State Cultural Association (GSCA) will be celebrating their Puja on Oct 16 and 17. This year GSCA''s entertainment program includes recitation by Partha Ghosh and Gauri Ghosh, Bharatnatyam dance recital by Jhinook Mukherjee from Kolkata, vocal music performances by Shounak Chattopadhyay,  Soumen Adhikari, Suchismita, Chandrayee Bhattacharya, and Gayatri Sharma. Kalamandir Dance Company will present their acclaimed composition, Heat. The highlight of GSCA''s presentation this year will be "Ajo Kahini", a hilarious play (written by Sudipta Bhawmik and directed by Pinaki Datta) produced by ECTA.  For further details visit their website.\r\n\r\nAnanda Mandir and Bharat Sevashram Sangha will also be celebrating Durga Puja from October 13 to 17, 2010, as per the Bengali calender.  People who are interested in attending a more traditional Pujo, Ananda Mandir and Bharat Sevashram Sangha may be the place for them.\r\n\r\nI hope, like all the previous years, Durga Puja this year too will be an enjoyable experience for all of us and pray that the Puja brings in peace and prosperity for all.', 'Durga Puja 2010 : New Jersey Style', 0, '', 'publish', 'open', 'open', '', 'durga-puja-2010-new-jersey-style', '', '', '2010-09-20 22:28:46', '2010-09-21 02:28:46', '', 0, 'http://nynjbengali.com/?p=506', 0, 'post', '', 5),
(397, 1, '2009-09-08 23:26:42', '2009-09-09 03:26:42', 'For folks who follow the Weight Watchers diet system of points, the following table illustrates some of the popular Indian food items found in restaurants. However, note that this is not what we eat at home on a daily basis.  Now how do we calculate points for Maachher Jhol, Begun Bhaja, Mung-dal, Posto-bata?\r\n<table class="article" style="text-align: left;" border="0" cellspacing="0" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<th>Wise Choices</th>\r\n<th><em>POINTS</em> Value</th>\r\n</tr>\r\n<tr>\r\n<td>Raita, 1/2 cup</td>\r\n<td>1</td>\r\n</tr>\r\n<tr class="altrow">\r\n<td>Chapati bread, 1 piece</td>\r\n<td>2</td>\r\n</tr>\r\n<tr>\r\n<td>Puri bread, 1 piece</td>\r\n<td>2</td>\r\n</tr>\r\n<tr class="altrow">\r\n<td>Nan bread, 7 x 8-inch piece</td>\r\n<td>4</td>\r\n</tr>\r\n<tr>\r\n<td>Tandoori chicken without skin, 1 piece</td>\r\n<td>4</td>\r\n</tr>\r\n<tr class="altrow">\r\n<td>Chicken tikka, 4 oz</td>\r\n<td>5</td>\r\n</tr>\r\n<tr>\r\n<td>Bean and lentil stew, 1 cup (dal maharani)</td>\r\n<td>6</td>\r\n</tr>\r\n</tbody></table>\r\n<table class="article" style="text-align: left;" border="0" cellspacing="0" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<th>Not-So-Wise Choices</th>\r\n<th><em>POINTS</em> Value</th>\r\n</tr>\r\n<tr>\r\n<td>Samosa (fried vegetable or meat patties)</td>\r\n<td>3</td>\r\n</tr>\r\n<tr class="altrow">\r\n<td>Lamb korma (spicy curry), 1 cup</td>\r\n<td>15</td>\r\n</tr>\r\n<tr>\r\n<td>Chicken curry, 1 cup</td>\r\n<td>10</td>\r\n</tr>\r\n<tr class="altrow">\r\n<td>Vegetable fritters, 1 cup</td>\r\n<td>10</td>\r\n</tr>\r\n<tr>\r\n<td>Lamb biryani, 1 cup</td>\r\n<td>14</td>\r\n</tr>\r\n</tbody></table>\r\n<table class="article" style="height: 89px;" border="0" cellspacing="0" cellpadding="0" width="704">\r\n<tbody>\r\n<tr>\r\n<th></th>\r\n<th></th>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr class="altrow">\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr class="altrow">\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody></table>', 'Indian Food and Weight Watchers', 0, '', 'publish', 'open', 'closed', '', 'indian-food-and-weight-watchers', '', '', '2009-09-08 23:26:42', '2009-09-09 03:26:42', '', 0, 'http://nynjbengali.com/?p=397', 0, 'post', '', 0),
(442, 1, '2009-11-03 18:45:44', '2009-11-03 22:45:44', 'I have been an ardent reader of "Desh", the premier Bengali literary magazine since my childhood days. As I moved to the US, I continued my subscription through the "House of Ananda", a New York based agency of ABP (Ananda Bazar Publications). I could pay my subscription dues using a credit card or via Paypal through their website. I used to get the magazine regularly and in time. However, recently due to some mysterious reasons, the US based distribution ceased to exist and the magazine is now mailed directly from Kolkata. This resulted in two issues.  First, the magazine delivery became irregular and I missed few issues which I guess was lost in the mail. The delivery is also delayed. Secondly, the subscription process has become really complicated and ABP now demands the payment to be sent to their Kolkata office in the form of DD. This is totally unacceptable in current times. Technology has evolved and the days of demand drafts and money orders are long gone in the global market. I recently purchased a book from an Indian distributor who accepted credit card payment through their website and mailed me the book in less than two weeks.  Why can''t a huge publication house like ABP do this? Bengalis now live all over the world, and publishers and book sellers like ABP should cater to their international clientele using modern technology.  An email sent to the ABP office had no positive effect.   Publishers like ABP should learn a lesson or two from their international counter parts. Magazine publishers in USA use all kinds of methods to hold on to their subscribers. They try to make the subscription renewal  process as painless as possible. Where as, publishers like ABP seem to be happy to lose a few customers. To manage the loss of readership, all they can do is reduce the frequency of publication to monthly and then maybe to quarterly. That''s what they did when the reduced the frequency from weekly to fortnightly.\r\n\r\nI hope, ABP comes to their senses and reinstates their foreign distribution centers and try to expand their business to the Bengalis living abroad.', '(Un)Availability of Desh Patrika in USA', 0, '', 'publish', 'open', 'open', '', 'unavailability-of-desh-patrika-in-usa', '', '', '2009-11-03 18:45:44', '2009-11-03 22:45:44', '', 0, 'http://nynjbengali.com/?p=442', 0, 'post', '', 3),
(443, 1, '2009-11-25 15:30:38', '2009-11-25 19:30:38', '<a href="http://nynjbengali.com/wp-content/uploads/2009/11/manmohan_singh_obama.jpg"><img class="alignleft size-medium wp-image-444" title="Dr. Manmohan Singh and Pres. Obama." src="http://nynjbengali.com/wp-content/uploads/2009/11/manmohan_singh_obama.jpg" alt="Dr. Manmohan Singh and Pres. Obama at the White House state dinner." /></a>On November 24th, 2009, President Barack Obama  hosted the first state dinner, since his inauguration, in honor of Dr. Manmohan Singh, the honorable Prime Minister of India and his wife Mrs. Gursharan Kaur.  State dinners honoring foreign head of states are huge events and are attended by members of the top echelon of the society. The official White House fact sheet says:\r\n\r\n<em>The first State Dinner for a foreign head of state was held by President and Mrs. Ulysses S. Grant on December 12, 1874 for King David Kalakaua of Hawaii.</em>\r\n\r\n<em>Since that first dinner, many traditions have been added to State and Official Visits – yet the common theme of forging friendships, exchanging knowledge and building bridges that last for years to come remain unchanged.</em>\r\n\r\n<em>As the world’s two largest democracies, India and the United States share common ideals and strengths, and the United States and India are working together to address a number of global challenges of the 21st Century—from security to the economy to climate change to the health and education of our people.<!--more--></em>\r\n\r\n<em>Previous State Dinners at the White House in honor of India include those hosted by the following Presidents and First Ladies:</em>\r\n\r\n<em>• President George W. Bush and Mrs. Laura Bush in 2005</em>\r\n\r\n<em>• President William J. Clinton and Mrs. Hillary Clinton in 2000</em>\r\n\r\n<em>• President Ronald Reagan and Mrs. Nancy Reagan in 1985 and 1982</em>\r\n\r\n<em>• President Lyndon B. Johnson and Mrs. Lady Bird Johnson in 1966</em>\r\n\r\n<em>• President John F. Kennedy and Mrs. Jacqueline Kennedy in 1963</em>\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2009/11/obama_manmohan_state_dinner.jpg"><img class="alignleft size-medium wp-image-445" title="The White House State Dinner in Honor of Dr. Manmohan Singh." src="http://nynjbengali.com/wp-content/uploads/2009/11/obama_manmohan_state_dinner.jpg" alt="The White House State Dinner in Honor of Dr. Manmohan Singh." /></a>The state dinner for Dr. Singh was held held under a tent on the South Lawn of the White House. The décor reflected the Obamas’ dedication to green and sustainable elements and  featured a garden theme. Tables will be covered in apple green linens.  Deep purple flower arrangements at each table pay homage to the state bird of India, the Indian Peacock. The centerpiece bouquets were composed of flowers that are evocative of the classic American garden: hydrangea, garden roses, and sweet peas in a rich palette of deep plum, purple and fuchsia. Arrangements of magnolia branches will surround the walls of the tent.  Magnolias are native to both India and the United States. The magnolia, ivy, and nandina foliage used for the occasion were locally grown and sustainably harvested.\r\n\r\nThe tables were set with the following china from the White House’s historic collection.\r\n\r\n<strong>Service Plates - Eisenhower : <span style="font-weight: normal;">Porcelain, 1955, New Castle, Pennsylvania, Castleton China, Inc. U.S. Government purchase, 1955.</span></strong>\r\n\r\n<strong>Service Plates - Clinton State China Service : <span style="font-weight: normal;">China, 2000, Trenton, New Jersey, Lenox, Inc. Gift of the White House Historical Association, 2000. Commissioned to commemorate the 200th anniversary of the White House.</span></strong>\r\n\r\n<strong>Dinner Plates - George W. Bush State China Service : <span style="font-weight: normal;">China, 2008-2009, Kinston, North Carolina, Lenox, Inc. Gift of the White House Acquisition Trust, 2009.</span></strong>\r\n\r\nThe dinner was prepared by the award winning guest chef, Marcus Samuelsson.  Mrs. Obama worked with Guest Chef Marcus Samuelsson and White House Executive Chef Cristeta Comerford and her team to create a menu that reflects the best of American cuisine, continues this White House’s commitment to serving fresh, sustainable and regional food, and honors the culinary excellence and flavors that are present in Indian cuisine. Herbs and lettuces were harvested from the White House Kitchen Garden.\r\n\r\nWhite House Executive Pastry Chef William Yosses and his team created the desserts. The pears were poached in honey from the White House Beehive. Desserts were garnished with mint and lemon verbena grown in the White House Kitchen Garden.  I have attached the dinner menu at the bottom of this article.\r\n\r\nThe dinner entertainment included two Academy Award winning musicians, Jennifer Hudson and our own A.R. Rehman. The other performers included eight time Grammy nominee Kurt Elling, the National Symphony Orchestra conducted by Marvin Hamlisch and the United States Marine Band.\r\n\r\nThe star studded guest list included celebrities like Steven Spielberg, Blair Underwood, M. Knight Shyamalan, Dr. Sanjay Gupta, Kal Penn, Bobby Jindal and many others.\r\n\r\n<a style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;" title="View State Dinner Menu on Scribd" href="http://www.scribd.com/doc/23072796/State-Dinner-Menu">State Dinner Menu</a>\r\n\r\n<a style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;" title="View State Dinner Menu on Scribd" href="http://www.scribd.com/doc/23072796/State-Dinner-Menu"><span style="color: #000000; font-family: ''Lucida Grande'', ''Lucida Sans Unicode'', Tahoma, Verdana, sans-serif; -webkit-text-decorations-in-effect: none; font-size: 13px; line-height: 19px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="500" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="doc_883949818818876" /><param name="name" value="doc_883949818818876" /><param name="align" value="middle" /><param name="quality" value="high" /><param name="play" value="true" /><param name="loop" value="true" /><param name="scale" value="showall" /><param name="wmode" value="opaque" /><param name="devicefont" value="false" /><param name="bgcolor" value="#ffffff" /><param name="menu" value="true" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="salign" /><param name="mode" value="list" /><param name="src" value="http://d1.scribdassets.com/ScribdViewer.swf?document_id=23072796&amp;access_key=key-1is6w36by9sl0kq7ekri&amp;page=1&amp;version=1&amp;viewMode=list" /><embed id="doc_883949818818876" type="application/x-shockwave-flash" width="100%" height="500" src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=23072796&amp;access_key=key-1is6w36by9sl0kq7ekri&amp;page=1&amp;version=1&amp;viewMode=list" mode="list" allowscriptaccess="always" allowfullscreen="true" menu="true" bgcolor="#ffffff" devicefont="false" wmode="opaque" scale="showall" loop="true" play="true" quality="high" align="middle" name="doc_883949818818876"></embed></object></span></a>\r\n\r\n(Photo Courtsey: AFP and AP)', 'The Green State Dinner', 0, '', 'publish', 'open', 'open', '', 'the-green-state-dinner', '', '', '2009-11-25 16:34:46', '2009-11-25 20:34:46', '', 0, 'http://nynjbengali.com/?p=443', 0, 'post', '', 0),
(399, 1, '2009-09-09 17:22:17', '2009-09-09 21:22:17', '', 'billygoatprofile1.jpg', 0, '', 'inherit', 'open', 'closed', '', 'billygoatprofile1jpg', '', '', '2009-09-09 17:22:17', '2009-09-09 21:22:17', '', 0, 'http://nynjbengali.com/wp-content/uploads/2009/09/billygoatprofile1.jpg', 0, 'attachment', 'image/jpeg', 0),
(400, 1, '2009-09-09 17:22:18', '2009-09-09 21:22:18', '', 'billygoatprofile1-thumb.jpg', 0, '', 'inherit', 'open', 'closed', '', 'billygoatprofile1-thumbjpg', '', '', '2009-09-09 17:22:18', '2009-09-09 21:22:18', '', 401, 'http://nynjbengali.com/wp-content/uploads/2009/09/billygoatprofile1-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(408, 1, '2009-09-10 10:57:39', '2009-09-10 14:57:39', 'Ananda Mandir will feature "Live" Mahalaya with local artists. Admission Free. \r\nDate: Sunday, 20th September, 2009. Time: 4:30 A.M. \r\nAddress: 269 Cedar Grove Lane, Somerset, NJ 08873-5212. \r\nPhone: 732-873-9821. Get directions: http://anandamandir.org/Contact.html', 'Mahalaya Live at Anandamandir', 0, '', 'publish', 'open', 'closed', '', 'mahalaya-live-at-anandamandir', '', '', '2009-09-10 10:57:39', '2009-09-10 14:57:39', '', 0, 'http://nynjbengali.com/?p=408', 0, 'post', '', 0),
(410, 1, '2009-09-22 15:27:45', '2009-09-22 19:27:45', '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="salign" value="l" /><param name="id" value="Mahalaya-1" /><param name="src" value="http://www.youtube.com/v/1iBQSt4saNU" /><param name="align" value="center" /><embed id="Mahalaya-1" type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/1iBQSt4saNU" align="left" salign="l"></embed></object>Mahalaya in Bengal is synonymous to the seventy year old radio musical "Mahisashur Mardini" written by Bani Kumar and composed by Pankaj Mallik. Over the years this has become a Bengali tradition to wake up at 4.30am on Majalaya day and listen to this wonderful program that has not lost its charm till date. In fact, in Bengal the demand for new radios spike during this period. The inspiring narration and "Chandi Path" by Birendra Krishna Bhadra, the wonderful songs by the great musicians like Supriti Ghosh, Manabendra Mukherjee, and many others cast a spell on the listeners and put them into the Puja mood. Once there was an attempt to change the program and make it more contemporary using stars like Uttam Kumar, but severe protests from the listeners forced All India Radio to scrap it and go back to the traditional format.\r\nIn New Jersey, we have developed a tradition of our own. At the Anandamandir, at 4.30pm local musicians gather in front of a packed audience and perform the famous "Mahishashur Mardini" under the guidance of Arun Bhowmik.  The musicians, most of whom are accomplished in their own right, devote their time to usher in the Durga Puja festival in front of the idols of Goddess  Durga and Kali and create a magical moment for the audience some of whom travel all the way from  Philadelphia, Long Island, and other distant cities. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="Mahalaya2" /><param name="src" value="http://www.youtube.com/v/ryI4oPLppJ4" /><param name="align" value="right" /><embed id="Mahalaya2" type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/ryI4oPLppJ4" align="right"></embed></object>\r\nI have attached two clips of this event (recorded on my cell phone) for you to get a glimpse of this event. The audio quality is not too good, but you''ll still feel the electrifying atmosphere that charges us up for the upcoming festivals.', 'Mahalaya in New Jersey - A Tradition of Our Own', 0, '', 'publish', 'open', 'closed', '', 'mahalaya-in-new-jersey-a-tradition-of-our-own', '', '', '2009-09-24 17:40:16', '2009-09-24 21:40:16', '', 0, 'http://nynjbengali.com/?p=410', 0, 'post', '', 0),
(402, 1, '2009-09-09 17:25:45', '2009-09-09 21:25:45', '', 'goat.jpg', 0, '', 'inherit', 'open', 'closed', '', 'goatjpg', '', '', '2009-09-09 17:25:45', '2009-09-09 21:25:45', '', 0, 'http://nynjbengali.com/wp-content/uploads/2009/09/goat.jpg', 0, 'attachment', 'image/jpeg', 0),
(403, 1, '2009-09-09 17:25:46', '2009-09-09 21:25:46', '', 'goat-thumb.jpg', 0, '', 'inherit', 'open', 'closed', '', 'goat-thumbjpg', '', '', '2009-09-09 17:25:46', '2009-09-09 21:25:46', '', 404, 'http://nynjbengali.com/wp-content/uploads/2009/09/goat-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(411, 1, '2009-09-23 11:17:58', '2009-09-23 15:17:58', 'For the first time Raag-Rang presents Kal Ke Kalakar (Budding Artists of Future), providing a platform to promising young talents, featuring,\r\n<strong><span style="color: #ff0000;">Rohan Prabhudesai (Harmonium Solo),\r\nTejas Tope (Tabla Solo),\r\nRohan Misra( Sarangi solo),\r\nCharmie Mehta(Hindustani Vocal),\r\nVeena Bhagavathi, Shiv Nadkarni &amp; Ruchita Zaparde (Kathak T</span></strong><strong><span style="color: #ff0000;">rio</span></strong><span style="color: #ff0000;">).</span>\r\n\r\nDate: Sunday, October 11th, 2009\r\nTime: 3:00 to 5:30 (Sharp)\r\nVenue: Universal Unitarian Congregation of Princeton (Fahs Theater).\r\n50 Cherry Hill Road, Princeton, NJ 08540.\r\nAdmission: Non-Members: $12.00 (kids below 10 years: &amp;7.00)\r\nRaag-Rang Members: $10.00 (Kids below 10 years: $5.00).\r\nContact: 908-429-1120, 609-890-4890, 908-240-8289. RSVP appreciated due to limited seating.\r\n\r\nEmail: <a href="mailto:bhawmikm@gmail.com" target="_blank">bhawmikm@gmail.com</a>, <a href="mailto:mayuresh.khare@gmail.com" target="_blank">mayuresh.khare@gmail.com</a>, <a href="mailto:dhu92@optonline.net" target="_blank">dhu92@optonline.net</a>', 'Raag-Rang presents - Kal Ke Kalakar', 0, '', 'publish', 'open', 'closed', '', 'raag-rang-presents-kal-ke-kalakar', '', '', '2009-09-23 11:17:58', '2009-09-23 15:17:58', '', 0, 'http://nynjbengali.com/?p=411', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(412, 1, '2009-09-23 16:37:19', '2009-09-23 20:37:19', '<a href="http://nynjbengali.com/wp-content/uploads/2009/09/ujjaini.jpg"><img class="alignleft size-medium wp-image-413" style="margin: 5px; float: left;" title="Ujjaini Mukherjee" src="http://nynjbengali.com/wp-content/uploads/2009/09/ujjaini.jpg" alt="Ujjaini Mukherjee" width="180" height="230" /></a>In New Jersey, Durga Puja is a special time when the festive mood brings with it a flurry of entertainment and cultural programs across the state. This year too the line up looks very promising although the spirits have dampened a bit due to the tough economic times and with the rejection of visas of few of the performers.  Still the combination of local talents and professionals from India is bound to enthrall the Puja attendees on the coming weekends.\r\n\r\nI''ll try to briefly summarize the lineup this year, although the organizers have in many cases conveniently omitted the details about the local performers from their web sites. I tried to collect as much information I could manage. If any of you have more information, then please feel free to add them to this post as comments.<!--more-->\r\n\r\nKallol of New Jersey starts their celebrations with a bang featuring Sangit Martyanda Pandit Jasraj''s Hindustani classical vocal on Friday the 25th evening. Although this a deviation from Kallol''s tradition of presenting a classical musician on Sunday Bijoya night, but when you try to get an artist of the caliber of Pandit Jasraj, you have to go by the availability of the artist and not by your choice of date and time. Friday night will also feature dance presentations by Kalamandir of New Jersey under the guidance of Malabika Guha. The presentations will include a Kathak style Jugalbandi titled "Conversations" and a creative composition "Heat" which is billed as the debut performance of the newly founded Kalamandir Dance Company. The  dancers include talented performers like Donia Salem, Nadia Nalini Singh, Ria Dasgupta, Jamuna Dasi, Natasha Mehra, and Brinda Guha with vocal accompaniment by Jayeeta Ghosh, Zafar Billah, and Arunava Chakraborty.\r\nOn Saturday evening Kallol''s stage will lighten up with close to forty kids of our community who under the direction of Aparajita Das will present the evergreen anti-war musical play - "Gupi Gayen Bagha Bayen". Based on Upendrakishor Roychoudhury''s story and Satyajit Ray''s film, this play tells the story of the adventures of Gupi and Bagha in a colorful presentation that will surely win the hearts of adults and children alike.\r\nThis will be followed by the Kallol adults play "Ajo Kahini" written by yours truly and directed by the talented young actor director Pinaki Dutta. This hilarious play will feature some well known actors of our community like Subhodev Das, Dhriti Bagchi, Piu Majumdar, Debi Prasad Palit, Sankar Ghoshal, Nandita Ghosh, Kaushik Dutta, Kaushik Bhowal, Roni Bose and Gautam Ghosh.  I wrote more about this play in a <a href="http://nynjbengali.com/archives/406" target="_blank">previous post</a>. I only hope that Kallol makes sure that the sound system works properly this time.\r\nThe featured artist this evening will be Ujjaini Mukherjee from Kolkata. Ujjaini, a talented young singer, was a finalist on Sa Re Ga Ma Pa Challenge 2005 achieving 7th place and subsequently a winner on Sa Re Ga Ma Pa Ek Main Aur Ek Tu with Aishwarya. I have never heard her live concerts before, but the few numbers that I listened to on YouTube were excellent and I have high hopes for this concert. On the same evening  a dance fusion extravaganza by Nritya Creations and choreographed by Mina Basu Nag will keep the audience tapping their shoes. \r\nOn Sunday, the last day of Kallol''s durgapuja 2009, Sunrita Mitra will present a dance ensemble called ''Amei Sei Meye''. She has used her ''neo-fusion'' dance style to create a story about  a free-spirited girl''s journey  from girlhood into womanhood. Fortynine kids will play different roles in the ensemble. Dr Arunansu Dasgupta has written the script while Samya Goswami has created the back ground score. Bhaswati  Bhadra will be the narrator. This will be followed by another Sa Re Ga Ma Pa champion Debojit from Mumbai and Assam.\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2009/09/subhomita.jpg"><img class="alignleft size-medium wp-image-414" style="margin: 5px; float: left;" title="Subhomita" src="http://nynjbengali.com/wp-content/uploads/2009/09/subhomita.jpg" alt="Subhomita Banerjee" /></a>Few miles away from the Kallol stage, Garden State Cultural Association will be celebrating their Puja on Saturday Sept 26 and Sunday Sept 27.   On Saturday, their star attraction is Subhomita from Kolkata. Couple of years ago, Subhomita performed on Kallol stage. She is undoubtedly one of the best female singers in Bengal today. That evening, GSCA will also present a dance show by Nrityanjali group from New York, vocal recital by Ahin Das and guitar by Sekhar Das. On Sunday, Arnab Chakraborty from Mumbai will entertain the audience with a medley of popular Hindi and Bengali songs. Jagannath Bose and Urmimala Bose, the famous radio play and recitation duo from Kolkata will present an audio play. The local New Jersey organization IIPA, led by Suparna Guha, will present a unique Rabindrasangeet based show - Sakhi Sambad.\r\n\r\nAnandamandir has also lined up an impressive cultural program during their Durga Puja celebrations on Friday evening, well known singers of the community will present "Bangla Ganer Jolsha", with tabla accompaniment by Pandit Samar Saha. On Saturday evening, Anandamandir will present two classical music concerts. Dr. Shubhada Shiralkar, a Sangeet Visharad and Sangeet Acharya will perform Hindusthani classical vocal. This will be followed by a  “Jugalbandi” by Pandit Snehashish Majumdar on Mandolin, and Sri Kedar Naphade on Harmonium with Sri Samrat Kakkeri on tabla.\r\n\r\nBharat Sevashram Sangha will also be celebrating Durga Puja this weekend. However I do not have any details regarding their cultural events except that Kalamandir of New Jersey will present "Tagore Around The World" directed by Malabika Guha which includes Hindi, Bengali and English translations to Rabindranath Tagore''s world renowned music and songs!\r\n\r\nAs I said this is by no means a complete list. So please let us know if you know of any other events.\r\nThese days it is difficult to attend multiple Puja''s on the same weekend. But wherever you go, I am sure you''ll have a great time with your friends and family.', 'Durga Puja and Cultural Events: The 2009 New Jersey Lineup', 0, '', 'publish', 'open', 'open', '', 'durga-puja-and-cultural-events-the-2009-new-jersey-lineup', '', '', '2009-09-24 17:23:54', '2009-09-24 21:23:54', '', 0, 'http://nynjbengali.com/?p=412', 0, 'post', '', 0),
(413, 1, '2009-09-23 16:25:30', '2009-09-23 20:25:30', '', 'Ujjaini Mukherjee', 0, 'Ujjaini Mukherjee', 'inherit', 'open', 'open', '', 'ujjaini', '', '', '2009-09-23 16:25:30', '2009-09-23 20:25:30', '', 412, 'http://nynjbengali.com/wp-content/uploads/2009/09/ujjaini.jpg', 0, 'attachment', 'image/jpeg', 0),
(414, 1, '2009-09-23 16:29:44', '2009-09-23 20:29:44', '', 'Subhomita', 0, 'Subhomita Banerjee', 'inherit', 'open', 'open', '', 'subhomita', '', '', '2009-09-23 16:29:44', '2009-09-23 20:29:44', '', 412, 'http://nynjbengali.com/wp-content/uploads/2009/09/subhomita.jpg', 0, 'attachment', 'image/jpeg', 0),
(415, 1, '2009-09-24 16:50:17', '2009-09-24 20:50:17', 'From hot-deals:\r\n[feedsnap, 6]http://hot-deals.org/rss/xml[/feedsnap]\r\n\r\nFrom SlickDeals:\r\n\r\n[feedsnap,6]http://feeds.feedburner.com/SlickdealsnetFP[/feedsnap]', 'Deals', 0, '', 'publish', 'open', 'open', '', 'deals', '', '', '2009-09-24 17:01:40', '2009-09-24 21:01:40', '', 0, 'http://nynjbengali.com/?page_id=415', 0, 'page', '', 0),
(406, 1, '2009-09-09 17:29:01', '2009-09-09 21:29:01', '<a rel="thumbnail" href="http://nynjbengali.com/wp-content/uploads/2009/09/goat.jpg"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 5px; border-right-width: 0px" title="goat" src="http://nynjbengali.com/wp-content/uploads/2009/09/goat-thumb.jpg" border="0" alt="goat" width="205" height="180" align="left" /></a> The intelligentsia (as defined by Wikipedia) is a social class of people engaged in complex mental and creative labor directed to the development and dissemination of culture, encompassing intellectuals and social groups close to them.  You can very well attribute this term to the Bengali society who fits this definition quite well.  But what does a timid and herbivorous (although Bengalis think goats to be omnivorous - chhagole ki na khay) mammal like goat got to do with this elite group of people?  The answer to this is well known to all of us - Bengalis love goat meat. Although in other parts of the World, goat milk and milk products (cheese) are also extremely popular, but we the Bengalis don''t care much about the milk.  It is the meat that is most important to us - the ultimate food in any Bengali plate.  Historically, goat meat is the only kind of meat that Bengalis (especially the Hindu Bengalis) ate. Goats were the most popular offerings to Goddess Kali and Durga - and the meat then cooked in a recipe void of any garlic or onions and hence termed as "vegetarian meat".\r\n\r\n<!--more-->\r\n\r\nBut Bengalis hardly ever use the term "goat meat".  "Panthar Mangsho" or "Khashir mangsho" or the anglicized version "mutton" were the popular terms. In Bengal (West Bengal to be more specific) it is a sacrilege to slaughter a "she goat". Hence, the male goats or "Pantha" or the neutered male goat or "Khashi" were the unfortunate ones. If some inscrupulous butcher tried to sneak in a female goat and got caught by the "intelligentsia", he would be severely punished and his business would be ruined for ever.\r\n\r\nBengalis have invented several goat recipes and sometimes have cleverly adapted many other meat dishes. Although goat and lamb are sometimes used interchangeably  in culinary circles, Bengalis detest lamb meat. Lamb meat, although treated as a delicacy in many parts of the world, is hardly sold in Bengal.  When a Bengali serves goat meat, he/she makes it absolutely clear that the meat you eat is goat and goat only.  In America, goat meat is not popular amongst mainstream Americans. Hence most Indian restaurants will not advertize goat on their menu. They''ll call it lamb - lamb curry, lamb biriyani etc.\r\n\r\nA Bengali’s love for goat meat is legendary. In Kolkata (or for that matter any town in West Bengal), Bengali babus queue up in front of their local meat shops.  The traditional Sunday lunch of goat and potato stew with fine white rice followed by a nap is the highest point of luxury in a Bengali’s life.  Just the words "Kosha Mangsho" (spicy fried goat meat) and "Parota" is like music to Bengali ears. No dinner party or celebration is complete without goat meat.\r\n\r\nIn this country (USA) we, the Bengalis, try hard to hold on to our culture and traditions. Hence goat meat is an integral part of that effort. Goat meat is not sold in most American butcher shops, but that is hardly an impediment. We travel miles to find a "Indo-Pak Halal" meat shop to get our quota of red meat.  Goat meat is a must at any weekend party.  Since cooking goat meat is kind of a long term project, we prefer if someone else cooks it for us. Hence the demand for invitations to goat meat parties is extremely high. A persons popularity in this community is judged by the number of goat meat parties he/she is invited to.  Hence, no Bengali would sacrifice a goat meat party invitation.  Attendance is a must at any cost. Another way to become popular is to invite folks to your goat meat party.  Since you are assured of a high attendance, a few calculated parties can catapult your popularity poll numbers to ensure a seat at your local Bengali club committee.  Goat meat parties dominate over any other events – be it a musical concert, or a theatrical show, or a literary gathering.  Once a frustrated Bengali play director lamented during a rehearsal that was scheduled on a weekend evening, “I give up! I just cannot compete with goat!”  The Bengali intelligentsia cannot function properly without goat. People seem to have a wrong notion that the Bengalis can kill for a meal of fish curry and rice! But they are wrong – goat rules the Bengali palate!\r\n\r\nDuring the upcoming Durga Puja festivals, Kallol will be staging a hilarious play titled “Ajo Kahini” or “The Goat Story”. The play, a satire on our social existence as a Bengali in this country, talks about our love affair with goat. It’s not the kind of affair that Albee talks about (The Goat or Who is Sylvia), but its an affair nonetheless - an affair that defines many a moment in our lives as Bengalis. Join the party and let’s have a big laugh on ourselves!', 'Goat and the Bengali Intelligentsia', 0, '', 'publish', 'open', 'closed', '', 'goat-and-the-bengali-intelligentsia-4', '', '', '2009-09-09 17:33:19', '2009-09-09 21:33:19', '', 0, 'http://nynjbengali.com/archives/406', 0, 'post', '', 3),
(407, 1, '2009-09-10 10:22:15', '2009-09-10 14:22:15', 'Kallol announces the celebration of New Jersey Durga Puja 2009 (NJDP''09) on Sep 25, 26 and 27, 2009 in the Ukranian Cultural Center, Somerset NJ.\r\n<table border="0" cellspacing="0" cellpadding="0" width="450" bgcolor="#fef7da">\r\n<tbody>\r\n<tr align="left">\r\n<td>\r\n<table border="0" cellspacing="0" cellpadding="0" width="500">\r\n<tbody>\r\n<tr class="lineHt22">\r\n<td colspan="3">\r\n<p class="headTxtBlk" align="center">Friday, September 25, 2009</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3" align="center">\r\n<p class="redTxtOther">Mahasasthi and Mahasaptami</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td width="218" align="left">Puja: 2:00 p.m.</td>\r\n<td width="8" align="left"></td>\r\n<td width="274" align="left">Anjali: 5:00 p.m.</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Dinner: 6:30 p.m.</td>\r\n<td align="left"></td>\r\n<td align="left">Cultural Program: 8:00 p.m.</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3"></td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3">\r\n<p class="headTxtBlk" align="center">Saturday, September 26, 2009</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3" align="center">\r\n<p class="redTxtOther">Mahaasthami and Sandhi</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Puja: 10:30 a.m.</td>\r\n<td align="left"></td>\r\n<td align="left">Anjali: 2:00 p.m.</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Dinner: 5:00 p.m.</td>\r\n<td align="left"></td>\r\n<td align="left">Cultural Program: 6:00 p.m.</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td></td>\r\n<td align="left"></td>\r\n<td align="left"></td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3" align="center">\r\n<p class="headTxtBlk">Sunday, September 27, 2009</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3" align="center">\r\n<p class="redTxtOther">Mahanabami and Mahadashami</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Puja: 11:00 a.m.</td>\r\n<td align="left"></td>\r\n<td align="left">Anjali: 2:00 p.m.</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left" valign="top">Dinner: 5:00 p.m.</td>\r\n<td align="left"></td>\r\n<td align="left">Cultural Program: 6.00 p.m.</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td></td>\r\n<td align="left"></td>\r\n<td align="left"></td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3" align="center">\r\n<p class="headTxtBlk">Saturday, October 03, 2009</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3" align="center">\r\n<p class="redTxtOther">Kojagari Lakshmipuja</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Puja: 3:00 p.m.</td>\r\n<td align="left"></td>\r\n<td align="left">Anjali: 4:00 p.m.</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Vijaya Sammelani &amp; Cultural Program: 6:30 p.m.</td>\r\n<td align="left"></td>\r\n<td align="left" valign="top">Dinner: 9:00 p.m.</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td></td>\r\n<td align="left"></td>\r\n<td align="left"></td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3" align="center">\r\n<p class="headTxtBlk">Cultural Program Highlights*</p>\r\n</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Friday, <span class="headTxtBlk">September 25</span>, 2009 :</td>\r\n<td align="left"></td>\r\n<td class="redTxtOther" align="left">Pt. Jasraj</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Saturday, <span class="headTxtBlk">September 26</span>, 2009:</td>\r\n<td align="left"></td>\r\n<td class="redTxtOther" align="left">Ujjaini from Kolkata\r\n\r\nChildrens play "Gupi Gayen Bagha Bayen" - based on Satyajit Ray''s film. Directed by Aparajita Das\r\n\r\nKallol play "Ajo Kahini" - written by Sudipta Bhawmik, directed by Pinaki Dutta</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td align="left">Sunday, <span class="headTxtBlk">September 27</span>, 2009:</td>\r\n<td align="left"></td>\r\n<td class="redTxtOther" align="left">Debojit from Mumbai</td>\r\n</tr>\r\n<tr class="lineHt22">\r\n<td colspan="3">*Subject to change</td>\r\n</tr>\r\n</tbody></table>\r\nFor questions regarding registration at NJDP 09 please send an email to <a href="mailto:njdp09@kallol.com">njdp09@kallol.com</a>.\r\n\r\nIf your questions are not answered via email within 2 working days you may contact the following at evening hours  EDT ONLY.\r\n\r\nAmal Paul: (908) 255-4047\r\n\r\nArunansu Dasgupta: (732) 572-0391\r\n\r\nFor questions regarding member login and passwords please send an email to <a href="mailto:membership@kallol.com">membership@kallol.com</a>.</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody></table>', 'Kallol Durga Puja 2009', 0, '', 'publish', 'open', 'closed', '', 'kallol-durga-puja-2009', '', '', '2009-09-17 11:15:56', '2009-09-17 15:15:56', '', 0, 'http://nynjbengali.com/?p=407', 0, 'post', '', 0),
(416, 1, '2009-09-24 18:57:25', '2009-09-24 22:57:25', 'Do you like a great deal? Check out the <a href="http://nynjbengali.com/deals" target="_self">Deals page</a> on this site.  This page receives feeds from hot-deals.org and slickdeals.net. So check it out.', 'Like a Great Deal?', 0, '', 'publish', 'open', 'open', '', 'like-a-great-deal', '', '', '2009-09-24 18:57:25', '2009-09-24 22:57:25', '', 0, 'http://nynjbengali.com/?p=416', 0, 'post', '', 0),
(417, 1, '2009-09-30 16:52:26', '2009-09-30 20:52:26', '<a href="http://nynjbengali.com/wp-content/uploads/2009/09/durga-protima.jpg"><img class="alignleft size-medium wp-image-420" title="Kallol Durga Protima" src="http://nynjbengali.com/wp-content/uploads/2009/09/durga-protima.jpg" alt="Durga Protima Kallol of New Jersey" /></a>Finally the annual Durga Puja celebrations are over. I was mostly present at the Kallol pujo but also paid (no pun intended) short visits at the Bharat Sevashram Sangha and Anandamandir. Kallol, just like the previous year, had a full house and had to turn away several people. In one of my previous blogs I had requested, rather wished, that Kallol provide a daily ticket for people who would like to come in for a day. However, for whatever reasons, Kallol decided on the contrary and the result was that I had to listen to complaints from several disappointed friends and family.  Well, rules are rules - that''s what I said.\r\n\r\nThis year I did something which I never did before. I dropped in on Thursday evening - and it was real fun. There was no pressure of showing the badge, no parking tags, no stress about reserving seats with shawls and jackets and no celebrities on stage to pay attention to. While the volunteers were busy setting up the idol and the kids busy rehearsing on the stage, I had a good time chatting with  friends. For once, after a long time, I had the pleasure of pure Pujo adda - completly unadultered fun. I think we should, at least informally, start the festivities from Thursday - just to prolong the enjoyment for few more hours.<!--more-->\r\n\r\nThe formal festivities at the Kallol venue started on Friday afternoon. People started wheeling in their cars and under the strict vigilance of the security personnel who meticulously checked for parking tags and guided the cars to the parking lots. Inside, the doors were also well guarded with black uniformed and grim faced Caucasian security guards who were extremely mindful of their duties and didn''t allow a single fly without a plastic badge.\r\nOn the makeshift stage, the idol of Goddess Durga and her family was well decorated and our revered priest Bhavani Mukhopadhyay was well into his three day long process of worshipping Maa Durga on our behalf.\r\n<a href="http://nynjbengali.com/wp-content/uploads/2009/09/pandit-jasraj-kallol.jpg"><img class="alignright size-medium wp-image-421" title="Pandit Jasraj at the Kallol Durga Puja" src="http://nynjbengali.com/wp-content/uploads/2009/09/pandit-jasraj-kallol.jpg" alt="Pandit Jasraj at the Kallol Durga Puja" /></a>On Friday evening, the cultural events started after the community dinner that was served in tents outside the main building. The highlight of that evening was the Hindustani vocal concert by Pandit Jasraj. Earlier that afternoon, Panditji and his students came in to join the Puja celebrations, offered Pushpanjali and Panditji even played the drums (Dhak).  I guess the environment helped build up Panditji''s mood that evening and he gave a spectacular performance that lasted more than two hours. Panditji started with compositions in Raga Puria, followed by Bageshree, Adana, and concluded with a rendition in Bhairavi. All his compositions were in praise of the Goddess Shakti and the dexterity and fluidity of his renditions was something that can only be experienced. He was accompanied on the tabla by Pandit Samir Chatterjee and Aditya Narayan Banerjee and on the harmonium by his student Suman Ghosh who also provided vocal support. The other members on stage providing vocal support were his disciples, Tripti Mukherjee and Marina Alam Khan. Earlier that evening, the members of Kalamandir of New Jersey presented few dance numbers that were highly appreciated by the audience, especially the contemporary fusion presentations set to the music of Zakir Hussain and others.\r\n<a href="http://nynjbengali.com/wp-content/uploads/2009/09/kallol-crowd.jpg"><img class="alignleft size-medium wp-image-424" title="Kallol Pujo Crowd" src="http://nynjbengali.com/wp-content/uploads/2009/09/kallol-crowd.jpg" alt="Kallol Pujo Crowd" /></a>On Saturday evening, after a scrumptious dinner of spicy goat-meat and pulao, the audience settled in to their well preserved seats (with shawls, sweaters and jackets) for some scintillating performances which began with "Gupi Gayen Bagha Bayen" a musical play by the kids of Kallol directed by Aparajita Das. The play followed the well known story of Gupi and Bagha as told in the popular film by Satyajit Ray and also used music tracks from the same film. The kids (aged four to fourteen), in their colorful costumes and jazzy makeup, did an wonderful job in presenting the play despite few glitches in the audio system. Gupi, Bagha, Shundi and Halla Rajah, Montri-moshai, Jadukar Barfi, Senapati and others were excellent. For most of these kids, Bangla is something that they speak with some degree of difficulty. But for this play, they made a conscious effort to improve their Bengali diction and justify the message "Mora Bangla Desher theke elaam ..... Mora Sei Bhashatei kori gaan...". And this is where this play succeeds.\r\nThe next item was a dance recital by students of Mina Basu Nag that I missed, but have heard great praises about. Following this was the Kallol adults play "Ajo Kahini" (or the Goat Story). Since I was sort of involved with this production, I''ll refrain from commenting and wait for others to speak. However, from the audience reaction and the feedback I received later, it seems the play was well accepted - especially after the goat meat dinner.\r\nThe last item that night was the "dhamaka" vocal presentation by Ujjaini Mukherjee - the SaReGaMaPa sensation. Although she was able to make many to dance to her tunes, I was a bit disappointed by her performance. First of all, singing to pre-recorded track music robs off the spontaneity that one expects in a live performance. Secondly, if her SaReGaMaPa judges were present, her scores would have been quite dismal to say the least.\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2009/09/kallol-pujo-dance.jpg"><img class="alignleft size-medium wp-image-422" title="Mili Dancing at the Kallol Pujo" src="http://nynjbengali.com/wp-content/uploads/2009/09/kallol-pujo-dance.jpg" alt="Mili Dancing at the Kallol Pujo" /></a>Sunday evening the stage lit up with fifty odd boys and girls of Kallol in a dance extravaganza titled "Ami Sei Meye". The show, choreographed by Sunrita Mitra, traced the life of a girl from her childhood to womanhood through a series of contemporary songs and dance. The kids were bubbling with energy as they romped through the stage in a riot of rhythm and color.  The final program that evening was the vocal presentation by Debojit Dutta, another product of the SaRegamapa talent search contest. But Debojit was explosive on stage - he sang, he danced, he gyrated, he jumped into the audience - just like a rock star. Although he was also singing to pre-recorded tracks, but was helped on the keyboard with one of his musicians.  His range of selections was also well appreciated by the audience who went berserk with  the high octane music blared out by their favorite star.  Debojit may not have pleased some of the seniors of Kallol, but he was surely a big hit with the younger crowd.\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2009/09/debojit-kallol-2009.jpg"><img class="alignright size-medium wp-image-423" title="Debojit at Kallol Puja 2009" src="http://nynjbengali.com/wp-content/uploads/2009/09/debojit-kallol-2009.jpg" alt="Debojit at Kallol Puja 2009" /></a>Durga Puja, the greatest Bengali festival, comes and goes. But what remains is the happy memories of our children''s performances on stage, those heated discussions in the lobby, those laughs and jokes in the dinner lines, and some flashes of wonderful moments on stage by some of the legendary performers like Pandit Jasraj.  Let''s not destroy this by over commercialization and making the festival a collage of marketing banners as is done in Kolkata these days. Let''s try to keep the Puja our own. The other day, one of the Kallol volunteers told me how one of the attendees complained to him saying that he didn''t like anything at this festival - the cultural programs, the food, the arrangements - nothing! I told him that this festival is not a Broadway show or a restaurant. If the person wants to have the best food, he should go to a restaurant. If he wants to see a professional show in a comfortable auditorium, he should opt for a Broadway show or a similar event.  Having said that, I would say the Durga Puja festival is a great bargain with three meals and top level performers ( a Pandit Jasraj concert would cost a minimum of $40.00 in any city in this country) giving their best on stage. There is room for improvement, but instead of complaining we should come up with constructive suggestions and help the organizers.  I would like to invite the readers to post their comments (click the comments link at the top of this post) and provide their feedback.\r\n\r\nNOTE: Photos in this article are provided by Koushik Bhowal', 'New Jersey Durga Puja 2009 : A Review', 0, '', 'publish', 'open', 'open', '', 'new-jersey-durga-puja-2009-a-review', '', '', '2009-10-02 10:10:18', '2009-10-02 14:10:18', '', 0, 'http://nynjbengali.com/?p=417', 0, 'post', '', 7),
(420, 1, '2009-09-30 16:05:00', '2009-09-30 20:05:00', 'Durga Puja', 'Kallol Durga Protima', 0, 'Durga Protima Kallol of New Jersey', 'inherit', 'open', 'open', '', 'durga-protima', '', '', '2009-09-30 16:05:00', '2009-09-30 20:05:00', '', 417, 'http://nynjbengali.com/wp-content/uploads/2009/09/durga-protima.jpg', 0, 'attachment', 'image/jpeg', 0),
(418, 1, '2009-09-30 15:34:14', '2009-09-30 19:34:14', '<a href="http://nynjbengali.com/wp-content/uploads/2009/09/manna-dey.jpg"><img class="alignleft alignnone size-medium wp-image-419" style="float: left; margin: 5px;" title="manna-dey" src="http://nynjbengali.com/wp-content/uploads/2009/09/manna-dey.jpg" alt="Manna Dey" width="100" /></a>Ninety-year-old playback legend Manna Dey - who belted out evergreen songs like “Ae mere pyaare watan” and “Zindagi kaisi hai paheli” - is being honoured with the Dadasaheb Phalke award, the highest honour in Indian cinema, his family said Wednesday.\r\n\r\nBorn as Prabodh Chandra Dey May 1, 1919 to Purna Chandra and Mahamaya Dey, the singer was a name to reckon with in the Hindi film industry from the 1950s to the 1970s. He has recorded more than 3,500 songs over the course of his career.', 'Dadasaheb Phalke Award for Manna Dey', 0, '', 'publish', 'open', 'open', '', 'dadasaheb-phalke-award-for-manna-dey', '', '', '2009-09-30 15:34:14', '2009-09-30 19:34:14', '', 0, 'http://nynjbengali.com/?p=418', 0, 'post', '', 0),
(419, 1, '2009-09-30 15:32:53', '2009-09-30 19:32:53', 'Manna Dey', 'manna-dey', 0, 'Manna Dey', 'inherit', 'open', 'open', '', 'manna-dey', '', '', '2009-09-30 15:32:53', '2009-09-30 19:32:53', '', 418, 'http://nynjbengali.com/wp-content/uploads/2009/09/manna-dey.jpg', 0, 'attachment', 'image/jpeg', 0),
(421, 1, '2009-09-30 16:23:00', '2009-09-30 20:23:00', 'Pandit Jasraj at the Kallol Durga Puja', 'Pandit Jasraj at the Kallol Durga Puja', 0, 'Pandit Jasraj at the Kallol Durga Puja', 'inherit', 'open', 'open', '', 'pandit-jasraj-kallol', '', '', '2009-09-30 16:23:00', '2009-09-30 20:23:00', '', 417, 'http://nynjbengali.com/wp-content/uploads/2009/09/pandit-jasraj-kallol.jpg', 0, 'attachment', 'image/jpeg', 0),
(422, 1, '2009-09-30 16:24:24', '2009-09-30 20:24:24', 'Mili Dancing at the Kallol Pujo', 'Mili Dancing at the Kallol Pujo', 0, 'Mili Dancing at the Kallol Pujo', 'inherit', 'open', 'open', '', 'kallol-pujo-dance', '', '', '2009-09-30 16:24:24', '2009-09-30 20:24:24', '', 417, 'http://nynjbengali.com/wp-content/uploads/2009/09/kallol-pujo-dance.jpg', 0, 'attachment', 'image/jpeg', 0),
(423, 1, '2009-09-30 16:46:27', '2009-09-30 20:46:27', 'Debojit at Kallol Puja 2009', 'Debojit at Kallol Puja 2009', 0, 'Debojit at Kallol Puja 2009', 'inherit', 'open', 'open', '', 'debojit-kallol-2009', '', '', '2009-09-30 16:46:27', '2009-09-30 20:46:27', '', 417, 'http://nynjbengali.com/wp-content/uploads/2009/09/debojit-kallol-2009.jpg', 0, 'attachment', 'image/jpeg', 0),
(424, 1, '2009-09-30 16:48:06', '2009-09-30 20:48:06', 'Kallol Pujo Crowd', 'Kallol Pujo Crowd', 0, 'Kallol Pujo Crowd', 'inherit', 'open', 'open', '', 'kallol-crowd', '', '', '2009-09-30 16:48:06', '2009-09-30 20:48:06', '', 417, 'http://nynjbengali.com/wp-content/uploads/2009/09/kallol-crowd.jpg', 0, 'attachment', 'image/jpeg', 0),
(425, 1, '2009-10-01 10:09:25', '2009-10-01 14:09:25', '<span><span style="font-family: courier, monaco, monospace, sans-serif;">NJPA cordially invites you to celebrate Kali Puja on October 10<sup>th</sup> at CrossRoads Middle </span></span><span><span style="font-family: courier, monaco, monospace, sans-serif;">School.Puja will start at 3:00 PM which will be followed by Prasad and Dinner. Nirmalya Roy of Zee-TV, Tara TV, ETV, Saregama fame will present semi-calssical and ghazals and Moumita Chatterjee of Calcutta Door Darshan, ETV, Tara Music and aAkash Bangla Fame and will present variety songs,. For more information, please visit </span><span style="font-family: courier, monaco, monospace, sans-serif;"><a href="http://njpa.net/" target="_blank">http://njpa.net</a>.</span></span>', 'NJPA Kali Puja 2009', 0, '', 'publish', 'open', 'open', '', 'njpa-kali-puja-2009', '', '', '2009-10-01 10:09:25', '2009-10-01 14:09:25', '', 0, 'http://nynjbengali.com/?p=425', 0, 'post', '', 1),
(426, 1, '2009-10-01 10:26:59', '2009-10-01 14:26:59', 'If you like any article, please Digg it by clicking the Digg button on the top right corner. Digg, kind of, gives a popularity rating to an article and helps bring in more readers. You may also share the article to your friends on Facebook, email, Reddit or a bunch or other social bookmarking sites by clicking one of the buttons below the article.\r\n\r\nPlease support this blog!', 'Digg! Please Digg!', 0, '', 'publish', 'open', 'open', '', 'digg-please-digg', '', '', '2009-10-01 10:27:27', '2009-10-01 14:27:27', '', 0, 'http://nynjbengali.com/?p=426', 0, 'post', '', 0),
(427, 1, '2009-10-05 14:13:16', '2009-10-05 18:13:16', 'New Jersey based <a onclick="pageTracker._trackPageview(''/outgoing/www.quezara.com?referer=http://nynjbengali.com/archives/427'');" href="http://www.quezara.com" target="_blank">Que Zara Productions</a> has announced that they are hosting a concert which will showcase the melodies of the 50s era down to the jingles of the 90s. The show is aptly called B2B Legends or Burman to Burman (S.D.Burman to R.D.Burman), which will be led by original yesteryear super musicians like Ajit Pachegaokar (electric and acoustic guitar) and Inder Singh (I.P.Singh) on the piano/keyboards. They will be supported by nine other famous musicians, including Sanjay Shah (keyboards and vocals), Kumar Majmudar (accordion), Atish Mitra (bass guitar), Sripad Jail (dholak, tabla), Deepak Gundani (rhythm), Pappoo (octopad), Harish B (mandolin), Kalpesh Patel (drums) and Ramesh Maraj (saxophone) of IndiaSax.\r\n\r\nThe show will focus on the genius instrumentation behind the melodies and will feature vocal renditions from Shweta Ranade and Abhijit Pachegaokar.\r\n\r\nCelebrated talent Dan Skye (formerly with Bon Jovi) will provide the sound engineering for the show. Additionally, it will feature melodies of other legendary music composers from Khaiyyam, Laxmikant - Pyarelal, Kalyanji Anandji to disco king Bappi Lahiri.\r\n\r\nSpeaking on the occasion Kousik Bhowal and Prabir Mitra, Board Advisors for Que Zara agreed, "It is like a Yanni show of Indian music, an Indian instrument-lead concert to savor and learn how the blockbuster hits were created, meet these great musicians in person, enjoy world class audio and go home humming your favorite tunes.”\r\n\r\nAparna Tandon, Prajee chief who will manage the event, said, "I am simply excited to be a part of all this. Five musical decades in one night, eleven expert musicians on one stage, what else can a music lover want?"\r\n\r\nQue Zara has plans to replicate the show in the tri-state area in future months.\r\n\r\nDolna Banerjee, Que Zara founder partner, said, "We chose this facility for the excellent acoustics and people capacity. We sincerely hope we can replicate this in other music-loving cities in the US. New Jersey will now experience this unique collage of musicians playing together."\r\n\r\nQue Zara has ambitious plans to bring other unique blockbuster shows to the tri-state area.\r\n\r\nTickets, Show Details are available from: <a onclick="pageTracker._trackPageview(''/outgoing/cities.sulekha.com/new-jersey/events/Social/2009/09/b-to-b-legends.htm?referer=http://nynjbengali.com/archives/427'');" href="http://cities.sulekha.com/new-jersey/events/Social/2009/09/b-to-b-legends.htm" target="_blank">http://cities.sulekha.com/new-jersey/events/Social/2009/09/b-to-b-legends.htm</a>', 'B2B Legends : A Unique Concert from Que Zara Productions', 0, '', 'publish', 'open', 'open', '', 'b2b-legends-a-unique-concert-from-que-zara-productions', '', '', '2009-10-05 14:16:09', '2009-10-05 18:16:09', '', 0, 'http://nynjbengali.com/?p=427', 0, 'post', '', 0),
(429, 1, '2009-10-05 15:57:16', '2009-10-05 19:57:16', '<strong class="fnt18bold">SUNDAY, OCTOBER 11</strong>\r\n<strong>ALL SCREENINGS AT BUSCH CAMPUS CENTER\r\n604 Bartholomew Rd, Piscataway, NJ</strong>\r\n<tbody>\r\n<tr>\r\n<td align="left"></td>\r\n</tr>\r\n<tr>\r\n<td class="fnt14bold" align="left"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table border="0" cellspacing="5" cellpadding="0" width="500">\r\n<tbody>\r\n<tr>\r\n<td width="60" height="20" align="left" bgcolor="#ff9900"><strong>Time</strong></td>\r\n<td class="blackfnt" width="279" align="left" bgcolor="#ffcc00"><strong>MPR</strong></td>\r\n<td width="10"></td>\r\n<td class="blackfnt" width="288" align="left" bgcolor="#ffcc00"><strong>Center Hall</strong></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td height="52" align="center" bgcolor="#c0c0c0">12:00 PM</td>\r\n<td width="279" valign="top">\r\n<table class="boxborder" border="0" cellspacing="0" cellpadding="0" width="279">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Pura Handa Kaluwara / Death on a Full Moon Day (Narrative Feature/Sri Lanka/ 1999/ 74min/ Sinhala)</strong>\r\n<a href="http://njisacf.com/09/film2009">See Film Details\r\n\r\n</a>\r\n\r\n<a href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td align="center">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Barah Aana / Short-changed</strong>\r\n\r\n(Narrative Feature/India/ 2009/ 97min/ English-Hindi)\r\n<a href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td align="center" bgcolor="#c0c0c0">2:15 PM</td>\r\n<td valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="279">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>A Bristol Pilgrimage</strong>\r\n\r\n(Docu Feature/UK-USA-INDIA/ 2008/ 60min/ English)\r\n<a href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Shared Look - Theatre Life in Kabul</strong>\r\n\r\n(Docu Short/Germany-Afghanistan/ 2006/ 43min/ Dari-English)\r\n<a href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td height="4" align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td valign="top">\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Oru Pennum Randaanum / Climate for Crime</strong>(Narrative Feature/India/ 2008/ 115min/ Malayalam)\r\n<a href="http://njisacf.com/09/film2009">See Film Details\r\n\r\n</a>\r\n\r\n<a href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"><strong>Shared Look - Theatre Life in Kabul</strong>\r\n\r\n(Docu Short/Germany-Afghanistan/ 2006/ 43min/ Dari-English)\r\n<a href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a href="http://njisacf.com/09/film2009"></a>\r\n\r\n<a href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n<tr>\r\n<td align="center"></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td align="center" bgcolor="#c0c0c0">5:15 PM</td>\r\n<td>\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="279">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Mohandas</strong>\r\n\r\n(Narrative Feature/India/ 2008/ 117min/ Hindi-English)\r\n\r\n<a href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n<td>\r\n<table class="boxborder" border="0" cellspacing="5" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td align="center"><strong>Chaturanga / 4 Chapters</strong>\r\n\r\n(Narrative Feature/India/ 2008/ 125min/ Bengali-English)\r\nSponsored by Mrittika of New Jersey\r\n\r\n<a href="http://njisacf.com/09/film2009">See Film Details</a>\r\n\r\n<a href="http://njisacf.com/09/tickets"><strong>BUY TICKETS</strong></a></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height="10px"></td>\r\n</tr>\r\n</tbody>', 'NJISACF 2009: Day 3', 0, '', 'publish', 'open', 'open', '', 'njisacf-2009-day-3', '', '', '2009-10-05 15:57:16', '2009-10-05 19:57:16', '', 0, 'http://nynjbengali.com/?p=429', 0, 'post', '', 0),
(430, 1, '2009-10-07 10:24:28', '2009-10-07 14:24:28', '<img class="alignleft" style="float: left; margin: 5px;" src="http://nynjbengali.com/wp-content/uploads/2009/10/venkatraman-ramakrishnan.jpg" alt="Dr. Venkatraman Ramakrishnan" width="75" height="126" />Once again an Indian (or person of Indian origin) wins the Nobel prize. Dr. Venkatraman Ramakrishnan was awarded the 2009 Nobel prize in chemistry for his research on ribosomes. It was in 1930, another Raman, Dr. Chandrashekhar Venkata Raman (popularly known as C. V. Raman) won the Nobel prize in Physics.\r\n\r\nDr. Venkataraman (of the MRC Laboratory of Molecular Biology in Cambridge, England) won the award along with Dr. Thomas A. Steitz of Yale University, and Dr. Ada E. Yonath of the Weizmann Institute of Science in Rehovot, Israel.\r\nDr. Venkatraman was born in Chidambaram, Tamil Nadu, India, in 1952 and obtained his Ph.D. at Ohio University, and holds American citizenship.\r\n\r\nFor further details, visit http://nobelprize.org/nobel_prizes/chemistry/laureates/2009/index.html', 'Another Raman Wins Nobel Prize in Chemistry', 0, '', 'publish', 'open', 'open', '', 'indian-wins-nobel-prize-in-chemistry', '', '', '2009-10-07 15:41:33', '2009-10-07 19:41:33', '', 0, 'http://nynjbengali.com/?p=430', 0, 'post', '', 0),
(431, 1, '2009-10-07 10:19:57', '2009-10-07 14:19:57', 'Dr. Venkatraman Ramakrishnan, winner of 2009 Nobel prize in chemistry.', 'Dr. Venkatraman Ramakrishnan', 0, 'Dr. Venkatraman Ramakrishnan', 'inherit', 'open', 'open', '', 'venkatraman-ramakrishnan', '', '', '2009-10-07 10:19:57', '2009-10-07 14:19:57', '', 430, 'http://nynjbengali.com/wp-content/uploads/2009/10/venkatraman-ramakrishnan.jpg', 0, 'attachment', 'image/jpeg', 0),
(432, 1, '2009-10-08 10:33:13', '2009-10-08 14:33:13', '<a href="http://nynjbengali.com/wp-content/uploads/2009/10/herta-muller.jpg"><img class="alignleft size-medium wp-image-433" title="Herta Muller" src="http://nynjbengali.com/wp-content/uploads/2009/10/herta-muller.jpg" alt="Herta Muller - 2009 Nobel Prize in Literature" /></a>Herta Muller, "who, with the concentration of poetry and the frankness of prose, depicts the landscape of the dispossessed" won the 2009 Nobel Prize in literature. Ms. Müller, 56, emigrated to Germany in 1987 after years of persecution and censorship in Romania. She is the first German writer to win the Nobel award since Günter Grass in 1999.\r\n\r\nHerta Müller was born on August 17, 1953 in the German-speaking town Nitzkydorf in Banat, Romania. Her parents were members of the German-speaking minority in Romania. Her father had served in the Waffen SS during World War II. Many German Romanians were deported to the Soviet Union in 1945, including Müller''s mother who spent five years in a work camp in present-day Ukraine. Many years later, in Atemschaukel (2009), Müller was to depict the exile of the German Romanians in the Soviet Union. From 1973 to 1976, Müller studied German and Romanian literature at the university in Timi?oara (Temeswar). During this period, she was associated with Aktionsgruppe Banat, a circle of young German-speaking authors who, in opposition to Ceau?escu’s dictatorship, sought freedom of speech. After completing her studies, she worked as a translator at a machine factory from 1977 to 1979. She was dismissed when she refused to be an informant for the secret police. After her dismissal, she was harassed by Securitate.<!--more-->\r\n\r\nMüller made her debut with the collection of short stories Niederungen (1982), which was censored in Romania. Two years later, she published the uncensored version in Germany and, in the same year, Drückender Tango in Romania. In these two works, Müller depicts life in a small, German-speaking village and the corruption, intolerance and repression to be found there. The Romanian national press was very critical of these works while, outside of Romania, the German press received them very positively. Because Müller had publicly criticized the dictatorship in Romania, she was prohibited from publishing in her own country. In 1987, Müller emigrated together with her husband, author Richard Wagner.\r\nThe novels Der Fuchs war damals schon der Jäger (1992), Herztier (1994; The Land of Green Plums, 1996) and Heute wär ich mir lieber nicht begegnet (1997; The Appointment, 2001) give, with chiselled details, a portrait of daily life in a stagnated dictatorship. Müller has given guest lectures at universities, colleges and other venues in Paderborn, Warwick, Hamburg, Swansea, Gainsville (Florida), Kassel, Göttingen, Tübingen and Zürich among other places. She lives in Berlin. Since 1995 she has served as a member of Deutsche Akademie für Sprache und Dichtung, in Darmstadt.\r\n\r\n<strong>Works in German</strong>\r\nNiederungen. – Bukarest : Kriterion-Verlag, 1982 ; Berlin : Rotbuch-Verlag, 1984\r\nDrückender Tango : Erzählungen. – Bukarest : Kriterion-Verlag, 1984 ; Reinbek bei Hamburg : Rowohlt, 1996\r\nDer Mensch ist ein gro?er Fasan auf der Welt : Roman. – Berlin : Rotbuch-Verlag, 1986\r\nBarfü?iger Februar : Prosa. – Berlin : Rotbuch-Verlag, 1987\r\nReisende auf einem Bein. – Berlin : Rotbuch-Verlag, 1989\r\nDer Teufel sitzt im Spiegel. – Berlin : Rotbuch-Verlag, 1991\r\nDer Fuchs war damals schon der Jäger : Roman. – Reinbek bei Hamburg : Rowohlt, 1992\r\nEine warme Kartoffel ist ein warmes Bett. – Hamburg : Europäische Verlagsanstalt, 1992\r\nDer Wächter nimmt seinen Kamm : vom Weggehen und Ausscheren. – Reinbek bei Hamburg : Rowohlt, 1993\r\nHerztier : Roman. – Reinbek bei Hamburg : Rowohlt, 1994\r\nHunger und Seide : Essays. – Reinbek bei Hamburg : Rowohlt, 1995\r\nIn der Falle. – Göttingen : Wallstein-Verlag, 1996\r\nHeute wär ich mir lieber nicht begegnet. – Reinbek bei Hamburg : Rowohlt, 1997\r\nDer fremde Blick oder Das Leben ist ein Furz in der Laterne. – Göttingen : Wallstein-Verlag, 1999\r\nIm Haarknoten wohnt eine Dame. – Reinbek bei Hamburg : Rowohlt, 2000\r\nHeimat ist das, was gesprochen wird. – Blieskastel : Gollenstein, 2001\r\nDer König verneigt sich und tötet. – München : Hanser, 2003\r\nDie blassen Herren mit den Mokkatassen. – München : Hanser, 2005\r\nAtemschaukel : Roman. – München : Hanser, 2009\r\n\r\n<strong>Works in English</strong>\r\n<strong> The Passport</strong> / translated by Martin Chalmers. – London : Serpent''s Tail, 1989. – Translation of Der Mensch ist ein großer Fasan auf der Welt\r\n<strong> The Land of Green Plums</strong> / translated by Michael Hofmann. – New York : Metropolitan Books, 1996. – Translation of Herztier\r\n<strong> Traveling on One Leg</strong> / translated from the German by Valentina Glajar and André Lefevere. – Evanston, Ill. : Northwestern University Press, 1998. – Translation of Reisende auf einem Bein\r\n<strong> The Appointment</strong> / translated by Michael Hulse and Philip Boehm. – New York : Metropolitan Books, 2001. – Translation of Heute wär ich mir lieber nicht begegnet', 'Herta Muller Awarded the 2009 Nobel Prize in Literature', 0, '', 'publish', 'open', 'open', '', 'herta-muller-awarded-the-2009-nobel-prize-in-literature', '', '', '2009-10-08 10:33:13', '2009-10-08 14:33:13', '', 0, 'http://nynjbengali.com/?p=432', 0, 'post', '', 0),
(433, 1, '2009-10-08 10:27:03', '2009-10-08 14:27:03', 'Herta Muller - 2009 Nobel Prize in Literature', 'Herta Muller', 0, 'Herta Muller - 2009 Nobel Prize in Literature', 'inherit', 'open', 'open', '', 'herta-muller', '', '', '2009-10-08 10:27:03', '2009-10-08 14:27:03', '', 432, 'http://nynjbengali.com/wp-content/uploads/2009/10/herta-muller.jpg', 0, 'attachment', 'image/jpeg', 0),
(434, 1, '2009-10-08 16:23:55', '2009-10-08 20:23:55', 'Special Event:\r\n\r\nBansuri Concert by Steve Gorn with Dibyarka Chatterjee on Tabla\r\n\r\nShyama Sangeet', 'Anandamandir Celebrates Kali Puja 2009', 0, '', 'publish', 'open', 'open', '', 'anandamandir-celebrates-kali-puja-2009', '', '', '2009-10-08 16:23:55', '2009-10-08 20:23:55', '', 0, 'http://nynjbengali.com/?p=434', 0, 'post', '', 1);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(505, 1, '2010-09-08 23:35:44', '2010-09-09 03:35:44', 'On August 10, 2010, at the Paschimbanga Bangla Academy, an interesting event took place along with my book launch ceremony. As a part of the book launch, Saptarshi Prakashan arranged for a discussion from a panel of contemporary playwrights which included Ujjal Chattopadhyay, Tirthankar Chanda, Sudipto Chatterjee and myself. The panel was moderated by Satya Bhaduri, the editor of the well known theater journal SAS. The topic of discussion was "Exchange of Ideas". Ujjal and Tirthankar being Kolkata residents and both Sudipto and me being expatriates, the moderator essentially wanted  to get the panelists view point as to how contemporary Bengali playwrights, living all around the globe, can exchange their thoughts and ideas, discuss and debate their plays and finally produce plays that enrich Bengali theater on the whole. The panelists spoke about their own ideas and convictions which may not have found a perfect answer to Satya Bhaduri''s question, but it did raise some good issues that we the playwrights and theater lovers ought to ponder on. The following video clips from the panel discussion will give you a better understanding of the proceedings of that meeting. Enjoy and don''t forget to add your thoughts below as comments.\r\n\r\n<!--more-->\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/d2bhBfvzHP0?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/d2bhBfvzHP0?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object>\r\n\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Eknrlrv8KWY?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/Eknrlrv8KWY?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object>\r\n\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Ukt6NC9hECQ?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/Ukt6NC9hECQ?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object>\r\n\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/CBlxTP85KFo?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/CBlxTP85KFo?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object>', 'A Panel of Bengali Playwrights', 0, '', 'publish', 'open', 'open', '', 'a-panel-of-bengali-playwrights', '', '', '2010-09-08 23:35:44', '2010-09-09 03:35:44', '', 0, 'http://nynjbengali.com/?p=505', 0, 'post', '', 0),
(436, 1, '2009-10-14 18:02:07', '2009-10-14 22:02:07', '', 'oru-pennum-randaanum-srilanka.jpg', 0, '', 'inherit', 'open', 'open', '', 'oru-pennum-randaanum-srilankajpg', '', '', '2009-10-14 18:02:07', '2009-10-14 22:02:07', '', 438, 'http://nynjbengali.com/wp-content/uploads/2009/10/oru-pennum-randaanum-srilanka.jpg', 0, 'attachment', 'image/jpeg', 0),
(437, 1, '2009-10-14 18:02:07', '2009-10-14 22:02:07', '', 'oru-pennum-randaanum-srilanka-thumb.jpg', 0, '', 'inherit', 'open', 'open', '', 'oru-pennum-randaanum-srilanka-thumbjpg', '', '', '2009-10-14 18:02:07', '2009-10-14 22:02:07', '', 438, 'http://nynjbengali.com/wp-content/uploads/2009/10/oru-pennum-randaanum-srilanka-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(438, 1, '2009-10-14 18:02:08', '2009-10-14 22:02:08', '<a rel="thumbnail" href="http://nynjbengali.com/wp-content/uploads/2009/10/oru-pennum-randaanum-srilanka.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; margin: 5px; border-left: 0px; border-bottom: 0px" title="Oru_Pennum_Randaanum_Srilanka" src="http://nynjbengali.com/wp-content/uploads/2009/10/oru-pennum-randaanum-srilanka-thumb.jpg" border="0" alt="Oru_Pennum_Randaanum_Srilanka" width="224" height="150" align="left" /></a> The three day long 3rd Annual New Jersey Independent South Asian Cine Fest (NJISACF) concluded on Sunday, October 11, 2009 at the Rutgers Busch Campus Student Center. The festival does not have the clout that some of the other major films festivals around the World enjoy, but it is gradually gaining in momentum. The festival does not boast of stars and glitterati, but is more focused on quality films made by artists of South Asian descent. This year, the festival showcased around 25 films including full length features and shorts that highlighted the best works of some young and promising film makers as well as veterans like Adoor Gopalakrishnan. I, however, was able to watch only a handful of films and I’ll discuss those in this ‘attempt of a report’ of mine. I would like to welcome the readers who attended the festival to comment on the films they watched.\r\n\r\n<!--more-->\r\n\r\nThe festival opened on Friday, Oct 9th evening at the Westin Hotel in Princeton with the film “7 days in Slow Motion” by Umakanth Thumrugoti. Before the screening, as announced by the organizers, there was a small strip of red carpet on which some film makers might have walked while being photographed by the awaiting camera men. I must have missed it, cause while I was hanging out in the lobby I didn’t notice anybody on the carpet. The screening started a bit late, not because of any logistics related delay, but only to accommodate some more people who got stuck on a Friday evening traffic. The film maker, Umakanth was introduced before the screening and he also made a few comments about the film. We learnt that he is an art director at Disney films and has worked on many of Disney’s popular animated features. He took a sabbatical for one year to make this film in Hyderabad. The film starts off as a light hearted comedy about a young boy Ravi, who along with his friends ventures upon making a film using a “borrowed” camera. The film gradually takes on a more serious tone as the camera starts to capture stories that Ravi had never imagined. The film was well made, and had that professional polish that distinguishes it from an amateur art house film to a more Hollywoodish kind (not that there is anything wrong with that). The screenplay structure follows the typical three act flow as preached by Hollywood gurus, although the story kind of slacked during the second act. The film however, made a point of its own - that films are finally made on the editing table. The boy did not have a story to begin with, but the story he finally told through his film came about on his editing tool by mostly using footages captured accidentally on his Panasonic camera.  Nonetheless, it was an enjoyable film and I brought along my 12 year old son (who dabbles with film making now and then) to watch the film the following day.\r\n\r\nThe film screening was followed by a short celebration where the famed film maker from India, Adoor Gopalakrishnan was felicitated. Adoor is one of the most respected film maker and has received numerous awards and acclaims for his films both in India and abroad. It was indeed a major achievement of the festival committee to bring him and his film at this festival.  A nice dinner followed this event before wrapping up for the day.\r\n\r\nThe next day, the venue shifted to Rutgers University Cook-Douglas campus. I was able to watch only two films – “Loori” a film made by Afgan expats and “Barah Anah” a film made by Raja Menon from Mumbai.\r\n\r\n“Loori” (directed by Saeed Orokzai )<strong> </strong>is a film about a young Afgan woman Meena. Meena was brought to USA as a child when her parents died during the Soviet invation. Later,  after some troubling incidents in her life, Meena develops some serious emotional and mental problems. Finally she finds herself back after some help from an Afgan doctor, an Artist and a homeless boy.  The story had a slow, soft lyrical quality to it and is loaded with symbolism. However the key problem of this film was its technical quality and the entire production can be regarded as amateurish at best. The acting performances for most was quite poor, so was the photography which got further skewed by an inadequate DVD projection system.\r\n\r\n“Barah Anah” (Short Changed) is directed by Raja Menon and is produced by  an interesting team of people including an Italian (Giulia Achilli), an American (Raj Yerasi) and an Indian (Raja Menon). The film tells the tale of three migrant workers in Mumbai who got tired of the continuous indignity and disdain showered upon them by the rising middle class, and takes up crime to achieve their goals. They kidnap simple middle class people who, having no faith in law enforcement, prefers to pay the “micro” ransom demands instead of going to the police. The story, in itself, is nothing novel and has been told several times. However, the film gets its boost from the wonderful performances of its cast members which include none other than the great Nasiruddin Shah and Vijay Raj. The film seem contrived at times, with the ending clearly a patch work which is difficult to justify, even with a back story of Shukla’s (acted by Nasiruddin Shah) predicament at the beginning of the film. If a death certificate can get a person out of judicial claws, then all criminals would have carried a death certificate of their own. Raja Menon’s answer to this was that he took some artistic license and left it to the audience to figure it out, but I think that kind of an excuse is not even used by the regular song-and-dance kind of seventies style Bollywood movie.\r\n\r\nOn Sunday, the third and final day of the festival that happened at the Rutgers Busch Campus Students Center, I was able to see only one film and possibly the best of the lot I’ve seen so far. “Death on a Full Moon Day” (Pura Handa Kaluwara) a Sinhalese film directed by Prasanna Vithanage was made in 1997 and was banned by the Sri Lankan Govt. Prasanna fought against the ban and won the case in the Supreme Court who forced the Govt to lift the ban. The film is a wonderful treatise on the de-humanization of common people by war and the reigning authorities.  Old Vannihamy, on a full moon day, receives the remains of his only son (a soldier in the Sri Lankan army) in a sealed coffin. But Vannihamy refuses to accept the death of his son and risking the compensation money from the Govt., he opens the casket to vindicate his belief.  The loss of humanity and the general apathy of the people caused by a prolonged war  is dealt with great sensitivity and beauty that only a master film maker can. I am inclined to see more of Prasanna’s films if they are available on DVD.\r\n\r\nNJISACF brings to us some of the gems of South Asian cinema and exposes us to the rich cultural variety of that region. I hope this modest festival develops into a major international event and helps build bridges between cultures. Kudos to the festival organizers.\r\n\r\nMy only request to the organizers would be to make sure that the projection systems do justice to the films being shown. The film makers take lot of care in composing their shots and arranging color schemes for each frame. But it really gets frustrating for the film makers as well as the audience when a less than adequate DVD player and projection system screws it up.', 'NJ Independent South Asian Cine Fest 2009: A Brief Report', 0, '', 'publish', 'open', 'open', '', 'nj-independent-south-asian-cine-fest-2009', '', '', '2009-10-14 18:08:13', '2009-10-14 22:08:13', '', 0, 'http://nynjbengali.com/archives/438', 0, 'post', '', 0),
(439, 1, '2009-10-21 17:21:01', '2009-10-21 21:21:01', 'Three months ago, when I lost my mother, I received the following email from a close friend:\r\n<div style="padding-left: 30px;"><em><a href="http://nynjbengali.com/wp-content/uploads/2009/10/gayatri_gamarsh_poet.jpg"><img class="alignleft size-full wp-image-440" title="Gayatri Gamarsh" src="http://nynjbengali.com/wp-content/uploads/2009/10/gayatri_gamarsh_poet.jpg" alt="Gayatri Gamarsh" /></a>Tonight at the Sahitya O Alochana meeting I heard the very sad news of your mother''s passing away.</em></div>\r\n<div style="padding-left: 30px;"><em> </em></div>\r\n<div style="padding-left: 30px;"><em>I offer my heart-felt condolences to you. I have suffered some losses in my own life and I know first hand the sorrow of having to say good bye to a loved one. I also know that during this time and all through your life, you''ll </em><span style="text-decoration: underline;"><em>know</em></span><em> that she is with you and watching over you, because you can </em><strong><em>feel</em></strong><em> her presence in your heart.</em></div>\r\n<div style="padding-left: 30px;"><em> </em></div>\r\n<div style="padding-left: 30px;"><em>I feel deeply moved by this change from life to after-life that your mom has gone through and I felt compelled to tell you that she is still with you and will always be, just as I feel that my son is always with me, no matter where I am.</em></div>\r\n<div style="padding-left: 30px;"><em> </em></div>\r\n<div style="padding-left: 30px;"><em>With my love and blessings to you and your family</em></div>\r\nThe email was from Gayatri Gamarsh (who allowed me to call her as Gayatri-di) and it really helped me cope with my pain. Little did I know that three months later, Gayatri-di herself will move on to "her after-life" leaving us behind mourning her loss.\r\n\r\nI came to know Gayatri-di mainly through her literary works and her love for anything artistic.  She used to love coming to our plays and appreciated them very much. Several times she has written about our plays in Anandasambad and other magazines. Her appreciation and encouragement meant a lot to me and my team mates.   It is for people like Gayatri-di that makes all the hard work in writing and staging a play worth it.\r\n\r\nIn September, she had participated in a workshop on creative Bengali writing conducted by Sunil Gangopadhyay. She had rescheduled her heart surgery just to attend this workshop online. That was the last time I had heard her voice on the phone.  Later, after her surgery, she had sent me an email asking for an article or cartoon for the "Sambad Bichitra" English section. But I never had the chance to hand it to her.\r\n\r\nAs mentioned by Gayatri-di in her email, I''ll believe that she is always with us and will be watching any play we put up or read any article I write or any cartoon I draw.\r\n\r\nGoodbye Gayatri-di and thank you for all your encouragement and blessings, for those will be my source of inspiration for whatever I do in the future.', 'Loss of a Friend', 0, '', 'publish', 'open', 'open', '', 'loss-of-a-friend', '', '', '2009-10-21 17:21:01', '2009-10-21 21:21:01', '', 0, 'http://nynjbengali.com/?p=439', 0, 'post', '', 0),
(440, 1, '2009-10-21 17:17:53', '2009-10-21 21:17:53', 'Gayatridi at Banaprastha show.', 'Gayatri Gamarsh', 0, 'Gayatri Gamarsh', 'inherit', 'open', 'open', '', 'gayatri_gamarsh_poet', '', '', '2009-10-21 17:17:53', '2009-10-21 21:17:53', '', 439, 'http://nynjbengali.com/wp-content/uploads/2009/10/gayatri_gamarsh_poet.jpg', 0, 'attachment', 'image/jpeg', 0),
(444, 1, '2009-11-25 15:24:07', '2009-11-25 19:24:07', 'Dr. Manmohan Singh and Pres. Obama.', 'Dr. Manmohan Singh and Pres. Obama.', 0, 'Dr. Manmohan Singh and Pres. Obama at the White House state dinner.', 'inherit', 'open', 'open', '', 'manmohan_singh_obama', '', '', '2009-11-25 15:24:07', '2009-11-25 19:24:07', '', 443, 'http://nynjbengali.com/wp-content/uploads/2009/11/manmohan_singh_obama.jpg', 0, 'attachment', 'image/jpeg', 0),
(445, 1, '2009-11-25 15:26:25', '2009-11-25 19:26:25', 'Guests are seen in a tent on the South Lawn of the White House during a State Dinner with President Barack Obama and Indian Prime Minister Manmohan Singh in Washington, Tuesday, Nov. 24, 2009.', 'The White House State Dinner in Honor of Dr. Manmohan Singh.', 0, 'The White House State Dinner in Honor of Dr. Manmohan Singh.', 'inherit', 'open', 'open', '', 'obama-us-india', '', '', '2009-11-25 15:26:25', '2009-11-25 19:26:25', '', 443, 'http://nynjbengali.com/wp-content/uploads/2009/11/obama_manmohan_state_dinner.jpg', 0, 'attachment', 'image/jpeg', 0),
(446, 1, '2009-11-25 16:32:37', '2009-11-25 20:32:37', 'Date : 5th December, Saturday. Time: 4 p.m. to 6 p.m.\r\n\r\nRaag-Rang is presenting a lecture-Demonstration by Arun Rammurthy\r\n\r\n(Violin) and Suresh Ramachandran (Mrudangam).\r\n\r\nSuchishmita Dutta is going to start the afternoon with her short\r\n\r\nrendition of hindustani vocal. Amod Dandawate And Indrani Chakraborty\r\n\r\nKhare is going to accompany her on Tabla & Harmonium.\r\n\r\nVenue: Upadhyay Residence.\r\n\r\n42 Walter Brook Drive, Bridgewater, NJ 08807.\r\n\r\nDonation: $ 5.00 for members and $7.00 for non-members.\r\n\r\nRSVP will be appreciated as seats are limited.\r\n\r\nContact: (908)-429-1120. (908)-707-8582, (609)-890-4890.\r\n\r\nemail: bhawmikm@gmail.com, mayuresh.khare@gmail.com', 'Raag-Rang Presents Violin Lec-Dem ', 0, '', 'publish', 'open', 'open', '', 'raag-rang-presents-violin-lec-dem', '', '', '2009-11-25 16:32:37', '2009-11-25 20:32:37', '', 0, 'http://nynjbengali.com/?p=446', 0, 'post', '', 0),
(447, 1, '2009-12-02 22:51:06', '2009-12-03 02:51:06', '<a href="http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_sdt.jpg"><img class="alignleft size-medium wp-image-448" style="margin: 5px; float: left;" title="Sapphire  Creations" src="http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_sdt.jpg" alt="Sapphire Creations Dance Workshop" width="371" height="397" /></a>The count down to NABC 2010 has started.  In little more than seven months from now, Bengalis from all over USA and abroad will converge upon Atlantic City in New Jersey. Kallol of New Jersey, the host organization of NABC 2010, is working at a hectic pace to make it a great event. Most of the performers have been lined up, registrations pouring in and the committee members are busy working on the final details like scheduling and fund raising. On January 8th, 2010, a kickoff meeting/press-conference will be held in Kolkata in the presence of most of the artists and performers.\r\n\r\nLets take a look at some of the foreign performers who will grace the Atlantic City convention center stage. I''ll not be able to cover all of them in this article and plan to continue in future posts.  At the 2010 NABC Kallol will be presenting some performers who are relatively unknown to the Bengali crowd in USA. One such group is Sapphire Creations Dance Workshop who will be performing at the opening ceremony.  Sapphire Creations  is a premier experimental dance company based in Kolkata and the only one  of its kind in Eastern India performing regularly and popularly in festivals and arts events in India and abroad. Their objective is to integrate in its dance <em>an awareness of tradition, a dimension of experimentation, an urge to entertain and a purpose to provoke consciousness to inspire us to reach brighter horizons. </em><!--more-->\r\n\r\nThe group was founded in 1992, but during its early days it had to face huge hurdles in the form of criticism<a href="http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_rituranga.jpg"><img class="alignright size-medium wp-image-450" title="Sapphire Creations Rituranga" src="http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_rituranga.jpg" alt="Sapphire Creations Rituranga" width="299" height="403" /></a> and abuse, accusations of sensationalism and ‘bad’ culture. However, over the years and after numerous acclaimed performances in most national dance festivals and important international tours, Sapphire has been regarded as pioneers of a radical innovative dance idiom.  Sapphire delves into the body and its reservoir of movements,  to discover a basic language of dance that can transgress race, color or religion and reach out to the global youth enabling them to find integrity in their otherwise racy, urban lives. Here are some of the recent criticisms in the press:\r\n\r\nTimes of India:\r\n<em>Kolkata’s dynamic dance troupe Sapphire Creations has broken all barriers of tradition with their very own dance statement. The lead female dancer of the group, Paramita epitomizes womanhood in all her portrayals. She is at one time, the Bharatiya nari and the modern woman emancipated, free and unfettered. Themes such as this or such bold depictions have rarely been witnessed on the Kolkata stage. But their audience has always loved their performance. Why else would their show at Rabindra Sadan draw a full house?</em>\r\n\r\nThe Indian Express:\r\n<em>The ballet shows a more intellectual treatment of the subject… is based on extensive research charting Indian history in a new interpretative mode.</em>\r\n\r\nThe Statesman:\r\n<em>The hard work and research gone in to the project is obvious when one sees the stage performance. The scintillating dance and the flawless steps are matched brilliantly with the sets, background voice and the lights. All credits go to Sudarshan Chakravorty for excellent conceptualization and choreography.\r\n…sheer professionalism was on display as the artists matched their rhythm with difficult body movements.</em>\r\n\r\nArtistic-Director Sudarshan Chakraborty leads the group with a vast experience in a multitude of dance forms that include Bharatanatyam, Modern Dance, Jazz, Modern Vietnamese dance and Thangta to Kathakali. Along with Sudarshan, the team consists of talented dancers and choreographers like Paramita Saha (Co-Director), Dibyendu Nath, Subhojit Sarkar, Moumita Debnath and many others. The following YouTube clip gives a glimpse of one of Sapphire''s presentations.\r\n<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/QAwFoVx1ZxY&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QAwFoVx1ZxY&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>', 'Countdown to NABC 2010', 0, '', 'publish', 'open', 'open', '', 'countdown-to-nabc-2010', '', '', '2009-12-02 22:58:54', '2009-12-03 02:58:54', '', 0, 'http://nynjbengali.com/?p=447', 0, 'post', '', 4),
(448, 1, '2009-12-02 22:45:06', '2009-12-03 02:45:06', '', 'Sapphire  Creations', 0, 'Sapphire Creations Dance Workshop', 'inherit', 'open', 'open', '', 'sapphire_sdt', '', '', '2009-12-02 22:45:06', '2009-12-03 02:45:06', '', 447, 'http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_sdt.jpg', 0, 'attachment', 'image/jpeg', 0),
(449, 1, '2009-12-02 22:47:06', '2009-12-03 02:47:06', '', 'sapphire_sdt1', 0, '', 'inherit', 'open', 'open', '', 'sapphire_sdt1', '', '', '2009-12-02 22:47:06', '2009-12-03 02:47:06', '', 447, 'http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_sdt1.jpg', 0, 'attachment', 'image/jpeg', 0),
(450, 1, '2009-12-02 22:48:44', '2009-12-03 02:48:44', '', 'Sapphire Creations Rituranga', 0, 'Sapphire Creations Rituranga', 'inherit', 'open', 'open', '', 'sapphire_rituranga', '', '', '2009-12-02 22:48:44', '2009-12-03 02:48:44', '', 447, 'http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_rituranga.jpg', 0, 'attachment', 'image/jpeg', 0),
(504, 1, '2010-09-01 21:20:16', '2010-09-02 01:20:16', 'Few weeks ago I had written about the plight of domestic performers at the North America Bengali Conferences. I had also mentioned that the current CAB president Kajal Sarkar promised to look into this issue and try to resolve the matter in future NABC meets. He also asked the domestic performers to come up with a consolidated list of "10 most important things need to be implemented in future Banga  Sammelan for performance related to local artists / groups".  I volunteered to co-ordinate the effort and came up with a list based on inputs from several domestic performers at the NABC 2010. I would like to share the list with you all and maybe you can put in your comments too. I hope all Bengali organizations, who plan to host NABC in the future, would read this and take this as an important feedback from the local/domestic performers and groups.<!--more-->\r\n\r\n1. All domestic performers/groups should be invited just like the overseas performers. These days there is no dearth of talent in USA amongst first generation and second generation Bengali Americans. Many performers are either professionals or of professional quality. Scout for them (just the way you do for overseas talent), solicit proposals, and then select them with the help of a "culturally aware" group of people using a rigorous selection process using past credentials and recommendations. Focus on quality and not on quantity.\r\n\r\n2. The domestic performers/groups selected through the above process should be treated as invited performers and should not be charged any group registration fee. Professional performers/groups may also have to be paid some token honorarium. The domestic performers should also be offered food coupons for the day of their show as part of the hospitality and preferred hotel reservations.\r\nIndividual registrations may be charged to the domestic performers if the individual plans to attend the entire convention.\r\n\r\n3. The NABC organizer should publicize the local performers and their performances at the same level as they would for overseas performers in brochures, posters etc. Websites should highlight the selected local performers, their credentials etc. NABC has an obligation to promote the local performers.\r\n\r\n4. "Star" performers (overseas or domestic) should not be scheduled to perform in parallel  to any other performer (domestic or overseas). Only another "Star"  can perform in parallel to a "Star" or none at all. No stage should be given the status of the main stage with all the “Star” performers scheduled to perform on that stage only. Scheduling should be distributed such that the audience do not stick to one hall only.\r\n\r\n5. Encourage audience to watch domestic programs by scheduling at such a time that would allow viewers to watch domestic programs without sacrificing performers from Kolkata. This would include periodic announcement by the anchor during any program in any auditorium, which would remind people about which show is going on in other auditoriums.\r\n\r\n6. If multiple halls/auditoriums are used, the halls should be equipped and decorated at the same levels. Each hall entrance must display the current program and the upcoming programs to be performed in that hall as well as schedules for the other halls.\r\n\r\n7. The stage, light and sound should be adequate and appropriate for the shows to be performed. The groups should be allowed enough time to set up their light cues, check the sound, and at least have a feel for the stage if not a full stage rehearsal. Time slots should be scheduled for this purpose well in advance.\r\n\r\n8. Help should be provided to all performing groups to load/unload their sets/props/equipments (if any) and to setup stage and strike-down. This will minimize the time lost in setting up the stage. Also, NABC organizers should offer some level of support for sets and props (chairs, sofa, table, etc) such that the performers do not have bring those heavy stuff with them. This service is typically provided for overseas performers and should also be extended to domestic performers.\r\n\r\n9. All stages should be equipped with drinking water bottles, tea/coffee and a  first aid kit. The dressing rooms should have adequate lights, and mirrors.\r\n\r\n10. Treat all performers and groups, domestic or overseas, with respect and honor they deserve. After all they are bringing value to the NABC and should not be treated like dirt.', 'Top Ten Requests from NABC Domestic Performers', 0, '', 'publish', 'open', 'open', '', 'top-ten-requests-from-nabc-domestic-performers', '', '', '2010-09-01 21:20:16', '2010-09-02 01:20:16', '', 0, 'http://nynjbengali.com/?p=504', 0, 'post', '', 0),
(452, 1, '2009-12-10 00:45:31', '2009-12-10 04:45:31', '<a href="http://nynjbengali.com/wp-content/uploads/2009/07/sahaj-ma.jpg"><img class="alignleft size-medium wp-image-376" title="sahaj-ma.jpg" src="http://nynjbengali.com/wp-content/uploads/2009/07/sahaj-ma.jpg" alt="Sahaj Maa" /></a>Few months ago, I wrote my wish list about the kind of performers I''d like to see at the 2010 NABC in Atlantic City, and the one artist I mentioned specifically was Sahaj-Ma. When NABC 2010 committee announced the name of their foreign performers, I was delighted to see Sahaj-Ma and Utpal-Faqir''s name on the list. I am not sure whether the committee members actually read my post and felt inspired to invite the duo, or whether it was a sheer co-incidence - I am glad and thankful to the decision makers for giving us a chance to watch these amazing performers on stage.\r\nI heard Sahaj-Ma first on ETV-Bangla on a show called "Baranday Roddur" conducted by the famous Bangla Band Bhoomi. It was kind of a mix of a musical and talk show, and Sahaj-Ma mostly talked about her musical journey. She mentioned about her early training in classical music from her mother and then from Pundit M.R. Gautam and Srimati Sunanda Pattanaik.   And when she performed, it was mesmerizing. She has a unique style and tonal quality that is very rare in a female Bengali singer. The next time I listened to her music was in another ETV-Bangla show, "Dada Didir Ganer Lorai". In this show, whenever she went up to perform, it was almost magical. Although she mostly performs Baul and folk songs, but in this show she proved that she has mastery over all forms of Indian music.<!--more-->\r\nDuring her talk with Bhoomi, she mentioned about how she became Sahaj-Ma from Sharmistha. When she and her husband Utpal went to Sadan Das Bairagya to receive "Dikhsa" (spiritual initiation), he said the name Sharmistha doesn''t go well with the Baul traditions. He then named her Sahaj-Ma, saying that I am giving you a great responsibility - to become Sahaj or "Simple" in this complex world.\r\nSahaj Ma and Utpal Faqir are not only house hold names in Kolkata, but also getting popular amongst the music lovers around the world.  Her music (a collaborative fusion album with Bikram Ghosh) now plays on MTV.\r\nThe attached video will give you a glimpse of Sahaj-Ma''s performance singing her famous number "Allah Meherban".\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3zvhTuIiYj0&amp;hl=en_US&amp;fs=1&amp;" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/3zvhTuIiYj0&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object>', 'NABC 2010: Sahaj-Ma and Utpal Faqir', 0, '', 'publish', 'open', 'open', '', 'nabc-2010-sahaj-ma-and-utpal-faqir', '', '', '2009-12-10 00:50:10', '2009-12-10 04:50:10', '', 0, 'http://nynjbengali.com/?p=452', 0, 'post', '', 0),
(453, 1, '2010-01-14 01:03:32', '2010-01-14 05:03:32', 'After a gap of two years I was back again in Kolkata this winter and whenever I had some spare time, I utilized it watching a theater. Although most people in Kolkata were flocking the multiplexes for "3 Idiots" or "Avatar", I thought it would be prudent to capture as many Bengali plays as possible since I won''t be able to see them back in New Jersey.  The day I landed in Kolkata also happened to be the opening ceremony of Nandikar''s National Theater Festival, and Satya-da (Satya Bhaduri, editor of the theater magazine SAS) invited me to attend the show with him. That evening, the festival opened with Bangladesh Dhaka Drama''s staging of Selim-al-Din''s "Dhabaman".  "Dhabaman" is an allegorical folk tale of a young buffalo who wanted to be free. The play was presented in a traditional folk form with elaborate choreography and physical acting. This kind of play does not depend on traditional dialogues but on descriptive narratives which works almost like a commentary of the happenings on stage. It was a pleasant experience overall, especially when you get to watch a play in a form that is rarely used in Bengali theater these days.<!--more-->\r\n\r\nThe next play I saw (at the Aneek Theater Festival) was Natya Anan''s musical "Hirak Rajar Deshe" based on the popular film by Satyajit Ray. The play, directed by my good friend Chandan Sen, was well attended (Rabindra Sadan was almost full) and seemed to be well enjoyed by the young viewers. Musicals are a neglected genre in Bengali theater and I am glad that Chandan and his team showed the courage to stage something like this. However, remaking of a classic is always a challenge and Natya-Anan had to face an uphill task to stand up against a wonderful film that still lingers in the memories of every Bengali film goer. Besides, the current political situation in Bengal makes the content quite relevant. The music was different, but quite good. Although I would have preferred the songs to be performed live on stage rather than the loud pre-recorded  playback. The actors did a decent job, however the choreography could have been more imaginative.  The play used some special effects with lights and sound which looked nice (if you don''t try to compare with any Broadway production). Overall, I''d recommend the play to anybody, especially the kids.\r\n\r\nAt the same festival, the next play I saw was Bohurupi''s "Birja Sulka", a play based on the story of Shikandi of Mahabharata. Shikhandi''s tale has always fascinated me, but frankly speaking, this play disappointed me. The structure of the play  was seriously flawed and failed to capture the attention of its audience. The director, Tulika Das, may have been motivated by the spirit of  woman''s liberation but failed to deliver. The actors had serious problems with the dialogs (in verse) and the  poor structure of the play added to their despair.  I expected a better quality from a group like Bohurupi.\r\n\r\nOn 28th Dec, I saw the best play of this season - Theater Workshop''s latest production "Juddha Paristhiti". "Juddha Paristhiti" is adapted from Nabarun Bhattacharya''s novel by the veteran thespian Ashok Mukhopadhyay, who also directed the play. The play is about a middle aged institutionalized schizophrenic man who lost his mind due to police brutality during the political turmoil of the seventies.  Often he escapes from his asylum and roams the streets of Kolkata searching for his hidden arms - his instruments of liberation.  The play demonstrated how a well crafted play can keep the audience glued to their seats and how an imaginative director can transform a stage using simple structures.  The actors did an excellent job in presenting the play, although  the excessive use of the fourth wall could have been minimized (also true for many of the other plays I saw.) The playing of the "International" during the curtain call seemed to be too dramatic and overimposed.\r\n\r\nThis time I also happened to see the production of my play "Jadiyo Galpo" by Theater Workshop (directed by Ashok Mukhopadhyay) staged at the historic Minerva Theater.  Since I have a personal attachment with this play, I''ll refrain from going into the details. The audience  seemed to like the play and the two actors on stage (Ashok Mukhopadhyay and Krishnagati Chatterjee) were able to hold their attention even with an intermission break.\r\n\r\nAnother Bohurupi production that I happened to chance upon was "Mr. Kakatua" and was pleasantly surprised to see that this old play can still draw the crowds. The play, directed by Kumar Ray, is a comedy that not only entertains but also makes you think. Unlike "Brija Shulka", this play was firmly placed on a solid structure and the actors went all the way to enliven the stage under the brilliant direction of the veteran Kumar Ray.\r\n\r\nThe last play that I happened to watch was Bratyajan''s "Ruddha Sangeet", the celebrated and sensational play written an directed by Bratya Basu. It was a call show (organized by a bank) at the Mahajati Sadan and when I got the news I took my chances and showed up at the theater back stage. My good friend Bratya was kind enough to arrange a seat for me for a show that was for invited guests only.  The play is kind of a biopic on the life of the popular singer Debabrata (or George) Biswas and is loosely based on his memoirs "Bratyajaner Ruddhasangeet".  The play became an instant hit in Kolkata, especially at a time when the city intellectuals (artists, writers, actors) have been alienating themselves from the ruling left party and joining the ranks of the opposition.  The play talks about a similar time in history,  when the communist party in Bengal tried to stifle the voice of the free spirited artists and performers.  The play brings on stage some of the most popular and famous Bengali personalities of the last century and some very dramatic moments. However, dramatic moments alone cannot make drama. The play was too anecdotal in nature and lacked any plot line. This might have been intentional but it fails to keep the audience interest going.  This became quite evident when I heard people behind me getting restless and some of them leaving the auditorium early.  The lack of a clear story line and definitive action on the part of the protagonist (except at the end when George Biswas fights against the ban on his songs) makes it a docu-drama at best but not a play.  As a director, Bratya did a commendable job in managing a huge cast in a well choreographed manner on stage.  The stage was sparse which was alright, however, a little more imagination might have helped to make it more pleasing visually. Debshankar Haldar as George Biswas was excellent, and so was Satrajit in the role of Ritwick Ghatak - but this kind of created a wide gap between the quality of characterization between them and the other actors.\r\n\r\nMy overall impression has been that despite all the rumors I hear, Kolkata theater is still thriving. People are going to the theaters, new plays are being produced. The quality of production (in all branches) has lot of room for improvement, but that can only happen when the theater goers demand for it. I wanted to see few more plays like "Patal Babu Filmstar" by Purba Pashcim, "Darjiparar Marjinara" by Swapno Sandhani (written by Bratya Basu), "Shonali Sarak" by Ganakrishti and many others, but my time was limited this year. Better luck next time.', 'Kolkata Theater : A Personal Snapshot', 0, '', 'publish', 'open', 'open', '', 'kolkata-theater-a-personal-snapshot', '', '', '2010-01-14 01:14:59', '2010-01-14 05:14:59', '', 0, 'http://nynjbengali.com/?p=453', 0, 'post', '', 1),
(454, 1, '2010-01-21 00:44:34', '2010-01-21 04:44:34', '<a href="http://nynjbengali.com/wp-content/uploads/2010/01/bari_siddiqui.jpg"><img class="alignleft size-medium wp-image-455" style="margin: 5px; float: left;" title="bari_siddiqui" src="http://nynjbengali.com/wp-content/uploads/2010/01/bari_siddiqui.jpg" alt="Abdul Bari Siddiqui" /></a>One of the guest performers at the upcoming NABC 2010 is Abdul Bari Siddiqui of Dhaka, Bangladesh. Although Bari is a relatively new name to the Bengali music lovers in this part of the world, he is a well known and sought after musician and composer in Bangladesh.   Trained as a classical flutist, Bari finds his passion both in the classical ragas as well as the folk tunes and Baul music of Bengal and has created his own genre of folk fusion by fusing North Indian Classical Music with Baul music. Bari (born 15th November 1954) started his initial lessons in classical vocal music at the age of twelve under Gopal Dutta of Netrokona. Later, in 1981, he was taken under the wings of Ustad Aminur Rahman, a direct disciple of Pandit Panna Lal Ghosh, the famous flutist, and Beenkar Ustad Dabir Khan. Ustad Aminur Rahman spotted Bari during a concert, and offered to tutor him. For the next six years Bari trained under Rahman. Bari also received extensive training from Pandit V G Karnad in Pune. Since 2000, besides playing the flute, Bari started to perform vocal music and his first album "Srabon Megher Din" was an instant hit and won him several awards.\r\n\r\n<!--more-->With this passion for around four decades, Bari reserves that the difference between the Indian and European music is that, "Indian music comes from silence whereas the European music comes from sound." Bari maintains that the Indian way is more melodious with the "Miir" and more natural with the typical natural bamboo flute. As of his Gurus, he believes in praying through his tunes and devotes all his creation to eternity.\r\n\r\nBari has performed in countries like India, Pakistan, Singapore, Indonesia, Thailand, Burma, USA, England, Switzerland, France and many other European countries. In 1999 at the World Flute Conference in Geneva, where representatives from seventy countries took part, Bari Siddiqui was the only representative from the Indian subcontinent. He received many awards for his performances at Fajar Music Festival award in Iran, World Flute Conference Award in Geneva, International Film Movement Association Award, and Bachshash Award.\r\n\r\nTo listen to some of his tunes visit Bari''s website at <a href="http://www.barisiddiqui.net/">http://www.barisiddiqui.net/</a>.', 'NABC 2010: Abdul Bari Siddiqui - The Flutist Baul', 0, '', 'publish', 'open', 'open', '', 'nabc-2010-abdul-bari-siddiqui-the-flutist-baul', '', '', '2010-01-25 15:42:47', '2010-01-25 19:42:47', '', 0, 'http://nynjbengali.com/?p=454', 0, 'post', '', 0),
(455, 1, '2010-01-21 00:42:54', '2010-01-21 04:42:54', '', 'bari_siddiqui', 0, 'Abdul Bari Siddiqui', 'inherit', 'open', 'open', '', 'bari_siddiqui', '', '', '2010-01-21 00:42:54', '2010-01-21 04:42:54', '', 454, 'http://nynjbengali.com/wp-content/uploads/2010/01/bari_siddiqui.jpg', 0, 'attachment', 'image/jpeg', 0),
(456, 1, '2010-01-27 17:00:46', '2010-01-27 21:00:46', '<img class="alignleft" style="float: left; margin: 5px;" src="http://ethnomediallc.com/wpress/wp-content/uploads/2008/04/tagore.jpg" alt="Rabindranath Tagore" width="301" height="405" />Ask a Bengali what in his/her bookcase does he/she treasure most?  And the answer will be - the sixteen volume set of Rabindra Rachanabali, that is, the complete works of Rabindranath Tagore. Over the years, the works of Tagore has been one of the key source of revenue for Bishwabharati. However, after the expiry of the extended copyright, publishers were free to reprint Tagore without having to pay any royalty to Bishwabharati. The Society for Natural Language Technology Research (SNLTR) grabbed this opportunity and made the entire published works of Tagore (Rabindra Rachanabali) available online through their website <a onclick="pageTracker._trackPageview(''/outgoing/rabindra-rachanabali.nltr.org?referer=http://nynjbengali.com/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/rabindra-rachanabali.nltr.org?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=456'');pageTracker._trackPageview(''/outgoing/rabindra-rachanabali.nltr.org?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=456&amp;message=4'');pageTracker._trackPageview(''/outgoing/rabindra-rachanabali.nltr.org?referer=http://nynjbengali.com/wp-admin/post-new.php'');" href="http://rabindra-rachanabali.nltr.org">http://rabindra-rachanabali.nltr.org</a>. No longer do you have to carry along with you the heavy volumes, neither do you have to spend money to buy them. Online <a onclick="pageTracker._trackPageview(''/outgoing/rabindra-rachanabali.nltr.org?referer=http://nynjbengali.com/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/rabindra-rachanabali.nltr.org?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=456'');pageTracker._trackPageview(''/outgoing/rabindra-rachanabali.nltr.org?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=456&amp;message=4'');pageTracker._trackPageview(''/outgoing/rabindra-rachanabali.nltr.org?referer=http://nynjbengali.com/wp-admin/post-new.php'');" href="http://rabindra-rachanabali.nltr.org">Rabindra-Rachanabali</a> is free.  The website was released to the public on 27th January 2010, at the Kolkata Bookfair.<!--more-->\r\n\r\nAccording to Prof. Anupam Basu, the director of <a onclick="pageTracker._trackPageview(''/outgoing/nltr.org?referer=http://nynjbengali.com/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/nltr.org?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=456'');pageTracker._trackPageview(''/outgoing/nltr.org?referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=456&amp;message=4'');pageTracker._trackPageview(''/outgoing/nltr.org?referer=http://nynjbengali.com/wp-admin/post-new.php'');" href="http://nltr.org">SNLTR</a> who spearheaded this project, Rabindranath should be accessible to anybody and everybody who wants to read in Bangla.  A professor at the department of Computer Science and Engineering of IIT Kharagpur, Anupam leads a series of projects to enable computing in Bangla. He and his team has developed Baishakhi, a unicode compliant keyboard that enables one to type in Bangla, and also enable web browsers to render Bangla in a clean and uncluttered manner.  The entire Rabindra rachanabali project has been developed using Baishakhi and has been implemented by MAT3 Impex of Kolkata. The project had an initial seed funding from the Govt. of West Bengal, and had also received support from several organizations like IIT Kharagpur, ISI Kolkata, Jadavpur University, BESU, C-DAC, IBM and Microsoft Research, India.\r\n\r\nThe Rabindra-Rachanabali site organizes the works of Tagore several categories, like poetry, songs, novels, short stories, plays, essays etc. It also provides an alphabetical index to search for a specific article. However the best feature is the in-built Bangla search engine, named Anweshan. It allows the reader to search Tagores writings using Bangla keywords. Keywords can be entered either using the Baishakhi keyboard, if you have one installed on your Windows PC, or you can use the virtual keyboard provided along with the search engine. I tried it few times and it works like a charm. Click the link on the left side bar titled "Anushandhan" and you can search to your heart''s content. The font (Bangla Academy or Vidya) layout and the text is also very pleasing to read.  If you don''t have the fonts, you may download and install them by clicking the button on the left sidebar. One can move from one page to the other using easy to use navigation buttons. The site also allows you to report any typographical mistakes or any other issues via web based email.\r\n\r\nThe site, however,  does not allow you to print a whole story as a single file and you''ll have page one page after other. I''d like to request the developers to look into this useful feature.  Another issue is that the articles (poems, stories) does not have the dates associated with them, like the way we see them on the printed volumes. Some links are not active yet (like "Prakalpa Sammandhe" or "Jogajog"), but I think they''ll be active soon.\r\n\r\nKudos to Anupam Basu and his team at SNLTR for giving us this wonderful gift in this new year. Next year being the 150th birth anniversary of Tagore, this is a very well timed offering to the Bengalis all over the world.', 'The Complete Works of Tagore Now Online', 0, '', 'publish', 'open', 'open', '', 'the-complete-works-of-tagore-now-online', '', '', '2010-01-27 18:16:07', '2010-01-27 22:16:07', '', 0, 'http://nynjbengali.com/?p=456', 0, 'post', '', 1);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(457, 1, '2010-01-27 19:54:00', '2010-01-27 23:54:00', '<div></div>\r\nPlease join <span class="il">Urhalpool</span> Magazine''s 2nd Annual Award Ceremony on Wednesday. January 27th @6:30PM in Collaboration with: Rabindranath Tagore center, ICCR &amp; American Center, Kolkata\r\n\r\n<strong>Shakti Chattopadhyay Lifetime Bengali Literary Achievement Award (Rs25,000):   Sunil Gangopadhyay\r\nNirmal Chandra Gangopadhyay Bengali Literary Award for an Young writer (Rs15,000):    Mandakranta Sen\r\nDr. Sishir Kumar Das Award for research in Bengali Literature: (Rs,20,000):  Dr. Sibaji Bandyopadhyay\r\nPushpa Little Magazine Award: (Rs10,000):    Bibhab</strong>\r\n\r\n<span class="il">Urhalpool</span>(<a href="http://www.urhalpool.com/" target="_blank">www.<span class="il">urhalpool</span>.com</a>) January Issue, focusing on Mexican poets/writers has been released.\r\n<div>Bengali section: Poems-Sankha Ghosh, Sunil Gangopadhyay &amp; many others/  Golpo- Yashodhara Roychoudhury, Mexican writer Liliana Blum, Ivy Chatterjee, Tridib Chatterjee and others\r\nSpecial Article on Translation by Goutam Datta</div>\r\n<div>\r\n</div>\r\n<div>English Section: 2010 Kolkata Book Fair visiting poets Anne Waldman &amp; Meena Alexander''s essays,  Many Mexican writers &amp; poets. Special article by Father of Contemporary American Poetry Jerome Rothenberg: POETS &amp; TRICKSTERS: INNOVATION &amp; DISRUPTION IN RITUAL &amp; MYTH</div>', '2010 Urhalpool Awards', 0, '', 'publish', 'open', 'open', '', '2010-urhalpool-awards', '', '', '2010-01-27 19:54:00', '2010-01-27 23:54:00', '', 0, 'http://nynjbengali.com/?p=457', 0, 'post', '', 0),
(458, 1, '2010-02-03 16:52:03', '2010-02-03 20:52:03', 'Are you looking for the right Bengali meaning for a English word? Do you often hunt for Bengali words and their spellings when you know the exact English equivalents. Look no further. Try out <a href="http://doroja.com">http://doroja.com</a>.  The developers of this site has taken an ingenious approach. They have scanned an entire English to Bengali dictionary, broken it up into pieces (for each word) and created a searchable database which links up the words you type in with the appropriate snippet. Thanks to <strong> <a href="http://www.facebook.com/raishul">Raishul Islam Russell</a> </strong><span>for developing this useful site. Give it a try when you can.</span>\r\n\r\nThe', 'Online English to Bengali Dictionary', 0, '', 'publish', 'open', 'open', '', 'online-english-to-bengali-dictionary', '', '', '2010-02-03 16:52:03', '2010-02-03 20:52:03', '', 0, 'http://nynjbengali.com/?p=458', 0, 'post', '', 1),
(459, 1, '2010-02-03 17:12:31', '2010-02-03 21:12:31', 'Once again we are looking for Bengali speaking male actors for ECTA''s upcoming new play to be staged in June and July of 2010. The character is that of a middle aged man. Previous acting experience is desirable but not a must. Must be willing to commit to ECTA''s rehearsal schedule. Rehearsals will be held in central New Jersey. Interested people must contact me at the earliest. To know more about ECTA and its productions, please visit <a onclick="pageTracker._trackPageview(''/outgoing/ectainc.org?referer=http://nynjbengali.com/wp-admin/post-new.php'');" href="http://ectainc.org">http://ectainc.org</a>.', 'Looking for Actors', 0, '', 'publish', 'open', 'open', '', 'looking-for-actors', '', '', '2010-02-03 17:12:31', '2010-02-03 21:12:31', '', 0, 'http://nynjbengali.com/?p=459', 0, 'post', '', 0),
(460, 1, '2010-02-03 17:21:25', '2010-02-03 21:21:25', '<strong><span style="color: #ff0000;">Natyabharati presents</span></strong>\r\n\r\n<strong>"RON"</strong>\r\n\r\n(in Hindi and English)\r\n\r\na play by Sudipta Bhawmik\r\n\r\nHindi translation by Kaushik Datta and Stuti Banerjee\r\n\r\nDirected by Suma Muralidhar\r\n\r\nApril 3, 2010\r\n\r\nat F. Scott Fitzgerald Auditorium, Rockville Civic Center, Rockville, MD.\r\n\r\nCast: <span style="text-decoration: underline;"><em>Jay Tipnis, Suresh Kodolikar, Meera Narasimhan, Rajiv Paul, Madhuri Subramaniam, Subhojit Sen, Pranav Pandya and Chetna Gola</em></span>', 'RON to be Staged by Natyabharati of Maryland', 0, '', 'publish', 'open', 'open', '', 'ron-to-be-staged-by-natyabharati-of-maryland', '', '', '2010-03-10 15:43:12', '2010-03-10 19:43:12', '', 0, 'http://nynjbengali.com/?p=460', 0, 'post', '', 0),
(461, 1, '2010-02-04 00:16:01', '2010-02-04 04:16:01', 'Want to write in Bengali? Google now offers transliteration service from several Indian languages including Bengali. Visit <a href="http://google.com/transliterate">http://google.com/transliterate</a> and set up the language to Bengali using the drop down menu on the upper left corner. Then start typing in Bangla using your roman keyboard.  For example, type in "manush" and hit space button and the transliteration software will convert it to its corresponding Bangla in a unicode compliant font. To switch from Bangle to English (or vice versa), just press Ctrl+G (in Windows) or Cmd+G (in Mac OS).  If the transliteration engine does not generate the word you want, just press the "back" or "delete" button, and it will provide you with multiple choices. The tool also offers you a dictionary that can provide you Bangla word equivalents for most English words. You can select the correct word and insert in the document.\r\n\r\nHowever, this system is still in its infancy and has several limitations. For example, you cannot save the documents you create using this system. Currently Google transliteration is offered only in Gmail, Blogger, Knol and Bookmarklet. Even Google docs is not supported, let alone Microsoft Word or any other word processor. Choice of fonts is also limited. I hope Google is working on these issues and make transliteration a truly useful system. Till then we''ll have to work within these limitations.\r\n\r\nThanks Google!', 'Google Bengali Transliteration', 0, '', 'publish', 'open', 'open', '', 'google-bengali-transliteration', '', '', '2010-02-04 00:16:01', '2010-02-04 04:16:01', '', 0, 'http://nynjbengali.com/?p=461', 0, 'post', '', 2),
(462, 1, '2010-02-09 18:09:36', '2010-02-09 22:09:36', '<a href="http://nynjbengali.com/wp-content/uploads/2010/02/kaivalya_kumar_gurav.jpg"><img class="alignleft size-medium wp-image-463" title="kaivalya_kumar_gurav" src="http://nynjbengali.com/wp-content/uploads/2010/02/kaivalya_kumar_gurav.jpg" alt="Pt. Kaivalya Kumar Gurav" /></a>Kirana Gharana holds a very special place amongst the traditional styles of North Indian Classical vocal music. Widely recognized to be founded by Ustad Abdul Karim Khan (although opinions differ amongst the musicologists) from the village of Kirana (or Kairana) near Muzaffarnagar in Uttar Pradesh, Kirana gharana has given us several excellent performers of the Khayal style of singing including masters like Pandit Bhimshen Joshi, Pandit Rasiklal Andheria, Ustad Amir Khan, Ustad Mashkoor Ali Khan and many others.  In July 2010 at the North America Bengali Conference (NABC 2010), Kallol of New Jersey will be presenting yet another exponent of the Kirana Gharana, Pandit Kaivalya Kumar Gurav.<!--more-->\r\n\r\nKaivalya Kumar''s grandfather Pt. Ganapatrao Gurav was a first batch disciple of Ustad Abdul Karim Khan.  Kaivalyakumar''s father and guru Pt. Sangameshwar, trained by Pt. Ganpatrao, was well known for singing in the true Kirana tradition. And Pt. Sangameshwar in turn has groomed Pt.Kaivalyakumar into an outstanding vocalist of the current times.\r\nIronically, during the early part of his life, Kaivalya Kumar tried hard to avoid a career in music. Discouraged by his father''s moderate success in the profession, Kaivalya educated himself for a career in business, and engineering. When none of these gave him the satisfaction he was looking for, Kaivalya Kumar turned to his roots in classical music and surrendered himself to rigorous training under his father.  And within a short period of time, Kaivalya established himself as a grade "A" artist of All India Radio and Doordarshan at an age of only 35. Now Kaivalya Kumar is one of the most sought after artists in India.  A great singer of Khayal, Pt.Kaivalyakumar also renders Marathi Natya Sangeet and Abhang, Bhajans, Kannada Vachana and Dasara Pada with equal finesse and all of which has won him the acclaim of listeners and critics alike all over India and abroad.\r\nAttached is a small clip (performing Raga Shankara) from one of his concerts:\r\n<object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/WBLXrtMRVVk&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WBLXrtMRVVk&hl=en_US&fs=1&color1=0x006699&color2=0x54abd6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object>', 'NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana', 0, '', 'publish', 'open', 'open', '', 'nabc-2010-kaivalya-kumar-gurav-the-pride-of-kirana-gharana', '', '', '2010-02-09 18:12:20', '2010-02-09 22:12:20', '', 0, 'http://nynjbengali.com/?p=462', 0, 'post', '', 1),
(463, 1, '2010-02-09 18:08:47', '2010-02-09 22:08:47', '', 'kaivalya_kumar_gurav', 0, 'Pt. Kaivalya Kumar Gurav', 'inherit', 'open', 'open', '', 'kaivalya_kumar_gurav', '', '', '2010-02-09 18:08:47', '2010-02-09 22:08:47', '', 462, 'http://nynjbengali.com/wp-content/uploads/2010/02/kaivalya_kumar_gurav.jpg', 0, 'attachment', 'image/jpeg', 0),
(503, 1, '2010-08-25 21:47:40', '2010-08-26 01:47:40', '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/xtwQd-IFT3k?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/xtwQd-IFT3k?fs=1&amp;hl=en_US&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object> Plays are meant to be staged. At least that''s what a playwright expects when he or she writes a play. A play or drama finds its fullest expression through the interpretations of its director and the actors. So what good is it to publish a book of plays?  Mostly people who produce, direct and act in plays are typically interested in the text of the play and hence would likely be interested in a book of plays.  Although it is true that some non-theater people do love to read plays just as much as some like to read stories and novels, but isn''t such a group a minority? Is it worth publishing a book for such a limited audience? These were the questions I was grappling with before I decided to go for a publication of an anthology of my plays.<!--more-->\r\n\r\nFor quite some time, many of my friends and well wishers were pushing me to publish the collection. My mother was one of them. She thought  that my plays would find a larger audience through this publication than they would from our limited number of productions. Several of my friends in different parts of the country also wanted to see my plays in print. I too thought that maybe I should offer my readers an unadulterated view of my plays. Whenever a play is staged, the audience is offered an interpretation of the text as made by the director and the actors. A play in print offers the reader to make his own interpretation - the reader becomes the director and the actor.  The reader has the complete freedom to identify with the characters in his or her own way.  As Edward Albee once said, it is better to read the play than to watch a bad production of it.\r\n\r\nThen my mentor, Ashok Mukhopadhyay, also insisted that it is time to publish a collection through a reputable publisher. Although some of my plays have been published in theater magazines in Kolkata, he felt that a printed collection is a better form to reach out to the drama readers.  Sensing my inhibition as a newcomer to the Kolkata theater world, he assured me, "Don''t worry! Your name is well known in the theater circles. Your book will not go unnoticed." He then took me to his publisher Saptarshi Prakashan who in recent years have earned the distinction of one of the fastest growing publishers and have bagged quite a few awards like Sahitya Academy and Ananda Purashkar. And hence my first book of plays.\r\n\r\nOn 10th of August, 2010, the book was formally launched by Bibhas Chakraborty the noted theater personality at the Paschimbanga Bangla Academy in Kolkata (watch the attached video clip) in front of a large group of theater lovers of Kolkata. The book includes seven plays - Phera (The Return), Kaalsuddhi (The Redemption), Durghatana (Accident), Ron, Satyameva (Truth Only), Musical Chair and Taconic Parkway.\r\n\r\nNow that the book is out in the market, it needs readers. Those who have seen my plays, and liked them, you may want to have a copy to revisit the plays once more. For those who have not seen them, this may be your chance to enjoy them in print.  If you like the book, please spread the word.  Let your friends and family know that a book of plays is out in print that tells the stories of our existence as immigrant Indians in our adopted homeland. And don''t forget to give me your feedback.\r\n\r\nThe book is available in USA at most online book stores and at <a onclick="pageTracker._trackPageview(''/outgoing/www.alibris.com/booksearch.detail?invid=10365798844_amp_noworks=1_amp_query=natak+samagra_amp_qsort=_amp_page=1&amp;referer=http://nynjbengali.com/wp-admin/edit.php'');pageTracker._trackPageview(''/outgoing/www.alibris.com/booksearch.detail?invid=10365798844_amp_noworks=1_amp_query=natak+samagra_amp_qsort=_amp_page=1&amp;referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=503&amp;message=4'');pageTracker._trackPageview(''/outgoing/www.alibris.com/booksearch.detail?invid=10365798844_amp_noworks=1_amp_query=natak+samagra_amp_qsort=_amp_page=1&amp;referer=http://nynjbengali.com/wp-admin/post.php?action=edit&amp;post=503&amp;message=4'');" href="http://www.alibris.com/booksearch.detail?invid=10365798844&amp;noworks=1&amp;query=natak+samagra&amp;qsort=&amp;page=1">alibris.com (click on the cover picture on the right sidebar)</a>. In Kolkata, the book is available at Saptarshi Prakashan (69 Sitaram Ghosh St, Kolkata 9; ph: 9830371467), Dey''s, Dey Book Store, Book Friend, Chakraborty and Chatterjee, Adi Nath Brothers, Naba Grantha Kutir, Lokenath Brothers, Balaka. Also available at Subarnarekha in Santinekatan, Prantor in Durgapur, Annapurna Book House in Balurghat, Books and New Central Book House in Siliguri.', 'Why a Book of Plays?', 0, '', 'publish', 'open', 'open', '', 'why-a-book-of-plays', '', '', '2010-08-25 23:55:06', '2010-08-26 03:55:06', '', 0, 'http://nynjbengali.com/?p=503', 0, 'post', '', 2),
(465, 1, '2010-02-17 17:41:09', '2010-02-17 21:41:09', 'Sahitya O Alochana will be held on Friday, February 19, 2010, 8.00pm at Ananda Mandir. Topic for this session is "Barnomay Jibananda" featuring a discussion on Jibananda Das''s works including, poem, short stories, fictions, etc. Ms. Dhriti Bagchi will be the discussion leader for this session. Active participation from the attendees in the discussion including reading of Jibabananda''s poetry or prose is highly encouraged.\r\n \r\nPlease also note that the topics for the next two sessions (March and April) will likely be the following:\r\n \r\n1) Jhumpa Lahiri''s work - discussion leader  (To Be Declared)\r\n2) Bengali Drama in North America - discussion leader Sudipta Bhawmik', 'Sahitya O Alochona : Barnomoy Jibanananda', 0, '', 'publish', 'open', 'open', '', 'sahitya-o-alochona-barnomoy-jibanananda', '', '', '2010-02-17 17:41:09', '2010-02-17 21:41:09', '', 0, 'http://nynjbengali.com/?p=465', 0, 'post', '', 0),
(466, 1, '2010-02-23 11:25:56', '2010-02-23 15:25:56', 'Bidhyak Bhattacharya''s classic play "Tahar Namti Ranjana" was made into a famous radio play by the legendary duo Sambhu Mitra and Tripti Mitra. Now Listen to this wonderful drama online at the following link:\r\n\r\n<a href="http://www.raaga.com/channels/bengali/moviedetail.asp?mid=B0000126" target="_blank">http://www.raaga.com/channels/bengali/moviedetail.asp?mid=B0000126</a>\r\n\r\nIt is available in 3 parts.', 'Tahar Naamti Ranjana', 0, '', 'publish', 'open', 'open', '', 'tahar-naamti-ranjana', '', '', '2010-02-23 11:25:56', '2010-02-23 15:25:56', '', 0, 'http://nynjbengali.com/?p=466', 0, 'post', '', 1),
(467, 1, '2010-02-23 11:38:26', '2010-02-23 15:38:26', 'ECTA has launched the pre-production work on their new play "Ekti Ganye Thaki" (We Live in a Village). The name of the play has been borrowed from one of Rabindranath Tagore''s famous poems, "Ek Ganye". Currently the team is going through workshop sessions and theater games before delving into the rehearsal process that will start from March. The play will be staged during the months of June and July 2010. ', 'Ekti Ganye Thaki', 0, '', 'publish', 'open', 'open', '', 'ekti-ganye-thaki', '', '', '2010-02-23 11:38:26', '2010-02-23 15:38:26', '', 0, 'http://nynjbengali.com/?p=467', 0, 'post', '', 0),
(468, 1, '2010-02-23 16:30:12', '2010-02-23 20:30:12', 'Raag Rang Presents "Kal Ke Kalakar"\r\non 20th March, Saturday, 2010. \r\n\r\nTime 3-30 p.m. to 5-30 p.m.\r\nAriaki Dandawate on vocal, \r\nGetiara Zaidi on Sitar \r\nand \r\nBrinda Guha''s Kathak presentation.\r\n\r\nVenue: Universal Unitarian Congragation of Princeton\r\n(Fahs Theater)\r\n50 Cherry Hill Road, Princeton, NJ 08540\r\nAdmission: NonMembers:\r\n$12 (Kids below 10 Years: $7)\r\nRaagRang Members: $10 (Kids below 10 Years: $5)\r\nRSVP will be appreciated.\r\nFor details Contact: 908-429-1120,609-890-4890, 908-240-8289.\r\nEmail: bhawmikm@gmail.com, mayuresh.khare@gmail.com, devang42@yahoo.com\r\n', 'Kal Ke Kalakar', 0, '', 'publish', 'open', 'open', '', 'kal-ke-kalakar', '', '', '2010-02-23 16:30:12', '2010-02-23 20:30:12', '', 0, 'http://nynjbengali.com/?p=468', 0, 'post', '', 0),
(508, 1, '2010-09-20 23:21:09', '2010-09-21 03:21:09', 'She has already been tagged as the rising star of Indian playback and may hold the most expensive concert ticket next year. \r\nFolks who attended NABC 2010 and left dazed by her singing prowess but still desired that she had sung those magical Hindi renditions of Lata, Asha, Shreya and Sunidhi numbers - the wait is over.\r\n\r\nAnwesha will be back in NJ (only show in NY-NJ) to perform in a concert "Anwesha, Live in NJ" hosted by Que Zara Productions at the conveniently located North Brunswick School Auditorium (Exit 9 from NJ Turnpike and 40 minutes from NYC) on Oct 17, 4 ? 7 p.m.\r\nFrom Salil Chowdhury, R.D.Burman, Shankar Mahadevan to her latest hits, she will enchant in a 3 hour musical concert. The sound engineering will be done by Jack Lowrie of Strike Sound.\r\n \r\nShe is coming in with Zee Bangla fame Trijoy and soulful Bandita along with five top notch musicians from the Indian film industry.  \r\n\r\nTickets and Show Promo video: www.quezara.com \r\n\r\nA special post concert elaborate dinner has been arranged by Moghul Caterers for the musical team. You may email Abhy - abhy_m@hotmail.com to purchase the VIP Dinner tickets or for any additional details.\r\n\r\nYou may like to get hold of your tickets which understandably are running fast.', 'Bijoya Celebrations in NJ with Anwesha', 0, '', 'publish', 'open', 'open', '', 'bijoya-celebrations-in-nj-with-anwesha', '', '', '2010-09-20 23:21:09', '2010-09-21 03:21:09', '', 0, 'http://nynjbengali.com/?p=508', 0, 'post', '', 0),
(470, 1, '2010-03-02 12:35:48', '2010-03-02 16:35:48', '', 'supriyo-samajdar.jpg', 0, '', 'inherit', 'open', 'open', '', 'supriyo-samajdarjpg', '', '', '2010-03-02 12:35:48', '2010-03-02 16:35:48', '', 474, 'http://nynjbengali.com/wp-content/uploads/2010/03/supriyo-samajdar.jpg', 0, 'attachment', 'image/jpeg', 0),
(471, 1, '2010-03-02 12:35:49', '2010-03-02 16:35:49', '', 'supriyo-samajdar-thumb.jpg', 0, '', 'inherit', 'open', 'open', '', 'supriyo-samajdar-thumbjpg', '', '', '2010-03-02 12:35:49', '2010-03-02 16:35:49', '', 474, 'http://nynjbengali.com/wp-content/uploads/2010/03/supriyo-samajdar-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(472, 1, '2010-03-02 12:35:50', '2010-03-02 16:35:50', '', 'bibhaban.jpg', 0, '', 'inherit', 'open', 'open', '', 'bibhabanjpg', '', '', '2010-03-02 12:35:50', '2010-03-02 16:35:50', '', 474, 'http://nynjbengali.com/wp-content/uploads/2010/03/bibhaban.jpg', 0, 'attachment', 'image/jpeg', 0),
(473, 1, '2010-03-02 12:35:51', '2010-03-02 16:35:51', '', 'bibhaban-thumb.jpg', 0, '', 'inherit', 'open', 'open', '', 'bibhaban-thumbjpg', '', '', '2010-03-02 12:35:51', '2010-03-02 16:35:51', '', 474, 'http://nynjbengali.com/wp-content/uploads/2010/03/bibhaban-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(474, 1, '2010-03-02 12:35:52', '2010-03-02 16:35:52', '<p><b>Supriyo Samajdar</b></p>  <p><b></b></p>  <p><b></b></p>  <p><b></b></p>  <p><b>Prologue</b></p>  <p><b></b></p>  <p><a href="http://nynjbengali.com/wp-content/uploads/2010/03/supriyo-samajdar.jpg" rel="thumbnail"><img title="supriyo_samajdar" style="border-right: 0px; border-top: 0px; display: inline; margin: 10px 10px 0px 0px; border-left: 0px; border-bottom: 0px" height="161" alt="supriyo_samajdar" src="http://nynjbengali.com/wp-content/uploads/2010/03/supriyo-samajdar-thumb.jpg" width="162" align="left" border="0" /></a> Let us start with me, my relationship with theatre, in general and with open theatre, in particular.</p>  <p>I might be digressing from the central issue when I discuss these additional and presumably “irrelevant” personal stories. I could have constructed this explanation like a theoretical manifesto or just made a compilation of various people’s experience of undergoing this process. But that doesn’t adequately answer the question of how and where, who first laid down the initial few precepts of open theatre. Under what socio-political and economic conditions did they say these things, what were their relations to their immediate environment while thinking about open theatre? I tried to structure this article to the best of my abilities, but eventually, I realized that open theatre can’t be defined under certain compartmentalized topics; rather I will try to reproduce the stream of consciousness that gave birth to them. In recounting my thoughts, I will talk about my group Bibhaban<a href="#_ftn1_1860" name="_ftnref1_1860">[1]</a> but let me question why I ventured into theatre, in the first place.</p> \n<!--more-->\n  <p></p>  <p>At the beginning of my tryst with theatre, I was confronted with this fundamental question, to which my answer was, out of a social responsibility to the times I exist in. Looking back into the distant past, I realize that the entire scenario (society wise) might have changed with time, but my reason still holds true. Experience makes us weary of the language we use; we tend to understand the various shades of a word and the meaning it connotes. Today, if I were to rephrase my fundamental query or the answer to it, I would think twice before talking about any social responsibility. What is my standing in the power structure, which we label as society? Back then, the logic might have been questioned but the emotion with which I uttered those words, are true to this day.</p>  <p>Now that we have tried to answer why and are moving onto the how, let us look into the origins of a thought process. A thought is said to be born out of a conflict, a dispute between what I see and what I can accept as the truth. When a disparity occurs between the two, an idea is born. Now the question remains, why am I thinking in the first place? What was the conflict I faced?</p>  <p><b></b></p>  <p><b>Private Investigations</b></p>  <p>In 1993, I started my conscious journey as a Theatre Activist, by acting in a Proscenium play, in the Malda district of North Bengal. Some more one act plays passed in between and I eventually joined the cosmopolitan stream of Kolkata. Out of a voluntary impulse, I started my researches in theatre, worked with different groups, and spawned my own, Bibhaban. Between 1993 and 1996, I gradually started receiving recognition for my work, all the while, developing a conscience, geographically removed from my loved ones. As I started coming to terms with my existential reality, a time came when I had to deal with the dismantling of the group that I worked with. Monetary concerns brought us to a premature halt. In an urban sphere, there are generally two types of actors in progress. One who work with financially well off groups in lavish productions, and the other only gets the opportunity to take part in minimal expenditure competitions. While this dichotomy wreaked havoc on my fragile mind, I managed to witness a staging of “Michil,” (The Procession), by the group Satabdi. It changed the way I conceived the absolute rules and glories of proscenium theatre. In the meantime, I received a letter from the Alternative Theatre group to take part in a workshop(in Madhyamgram) dealing with alternative theatre methodologies. Having attended that, I resumed my theatre studies at the Rabindrabharati University. Somewhere around this time, I formed Bibhaban along with a couple of close friends, primarily to take part in One Act play competitions. We had decided never to incur debts while running a theatre group. The two staging of Bikalpa(The Alternative), which we undertook in a proscenium setting, came to a stop when we failed to meet the expenses. Eventually, the open space in front of the Sangeet Bhavan of Rabindrabharati University (Jorasanka),Kolkata, Bibhaban staged its open air theatre, “Tarpor”(The Next), on April 12<sup>th</sup> 1997. Some months down the line, we staged “Swapno” (Dream) on 15<sup>th</sup> August, 1997. Due to natural calamities, we had to hold the staging in a closed space, and that was my first brush with Intimate Space Theatre. Later, when we had done it in an open air theatre, certain equations started being questioned. I saw how the audience-actor relationship dramatically changed in the two different venues. After all, theatre thrives on the heartland of interaction. Feedback procedures are so dynamic in an intimate space, that I started toying with the idea back then. I can’t exactly define how, but I felt I saw Open Theatre being born at that point of time. </p>  <p><b>Watching Open Theatre (Mukta Natya) in progress, and the target “audience”</b></p>  <p>I started rethinking the ways in which theatre serves its objective of communicating its message to an audience. Most groups fail to question these finer sensibilities of staging a production, why do people come to watch theatres and what do they take back with them? How do you transfer emotions and ideas seamlessly into their thought processes and attune them with your message? </p>  <p>Every genre has its takers, whether it is proscenium or street theatre. A friend once joked that, if instead of a street theatre, I put up a trivial game show like a monkey dance (a literal translation of the term <i>bandor naach</i>), people will crowd to witness it. Everybody loves to be entertained and if that form of entertainment comes for free, all the better. Human beings are a crazy breed; they tend to have widely disparate likings, things which even question their moral standings. Bengalis more so, are known for their multicultural habits. Finding an audience can’t be too difficult.</p>  <p>However, we can’t expect the entire human race to be conscious enough to try and create an artifact which lives beyond its time and which addresses the question of greater good. Generally, we tend to accept the conditions we have been thrown into, refusing to question those tenets which are imposed by our irrational beliefs and superstitions. </p>  <p>Our State boasts of millions of teeming theatre groups, each with its own targeted audience. How do we then create our own space and make ourselves heard?</p>  <p><b></b></p>  <p><b>Philosophical Deliberations</b></p>  <p>Who is a philosopher but a common man who confronts reality, asks questions regarding its validity and then establishes certain life guiding principles based on his experiences? If Philosophy is a way to reconcile with the incidences we encounter in a lifetime, Open Theatre is an amalgamation of this experience.</p>  <p>Just like every cooked food item has its recipe, similarly, theatre forms also have its own distinctive methodology. We are aware of the fact that theatre is a culmination of the various performing arts (music, dance, and acting) for a live audience. Arguably, one might surmise that theatre was born out of the need to appease the sovereign deities, and purge one’s self of his daily sins. We know that theatre evolved out of the hunting experiences of the first man, one who drew these scenes on the walls of caves.</p>  <p>In theatre, a person tries to channel his thoughts into a character and communicate it to a wider audience which is willing to accept these and question them before accepting. A process of mimesis is being talked about here, where we present to the audience a sequence of well accepted signifiers to drive home an idea. This is but one school of thought. On the other hand, there might be a process of theatre, where the<i> duende<a href="#_ftn2_1860" name="_ftnref2_1860"><b>[2]</b></a></i> happens when the audience emotionally and intellectually engages with the existence of the character in performance. In that manner, a completely new dimension of theatre and its communicative strategies open up to us. Theatre deals with living beings and living beings are not immune to changes in philosophies nor do they remain inert to change.</p>  <p>Society functions by transforming one person’s weakness into the other’s strengths and cohabiting for the sake of common welfare. Anthropological studies show us that when a technologically progressive nation passes through a state of political upheaval, actors on stage try to bring out the times’ reflection by refining their abilities to portray their respective characters faithfully. However, Open Theatre, tries something different. It calls forth an integration of the actor’s emotional state with reality so that he comprehends it better. Open Theatre seeks a solitary refuge away from this machine driven society, a place for man’s own thoughts. </p>  <p>What does one live for? He can’t survive for his own well being, the implicit rules of society always bind him into an interminable contract of give and take. We are always surrounded by social, political and economic changes which relatively determine our life force. Every instant, I am forced to question my wants since it doesn’t depend on me alone, anymore. Advertising has ruined my ability to take a clear cut decision about my day-to-day life, leading to a suffocated sphere where man fails to develop his intellectual faculties. This is where the concept of Open Theatre had it roots.</p>  <p><b></b></p>  <p><b>Influences at the Germinal Stages </b></p>  <p>Stanislavski wrote his phenomenal treatise (<u>An Actor Prepares</u>) elaborating the key processes an actor undergoes and he stressed the importance of affective memory in it. He later revised his ideas to incorporate a method of Physical Actions, something which was furthered by Jerzy Grotowski in his seminal treatise on Para Theatre, <u>Towards a Poor Theatre</u>. Antonin Artaud’s “Theatre of Cruelty” , as enunciated in his book <u>The Theater and its Double</u>, remains an over arching presence on our ideologies. In India, theatrical procedures have been defined in the age old treatise called The Natyashastra, which again doesn’t talk further beyond the creation of the spectacle. We always wanted a psychological basis for the theatrical process we underwent and hence searched for a medium of enhanced public feedback response system. After dabbling in an intimate form of theatre with Swapno(Dream) in 1997,besides from our performance I started my conscious experiments with Open Theatre form since2002 with the concept “Journey” on which Bibhaban continues to build. Presently, through this research, we are now trying to develop a work, called “Approach to Silence” started in 2009. We are trying to evolve a space where we can redefine our daily existence in a more intimate manner, unaware of the presence of a removed audience. In trying to pay tribute to the work of Mr. Jerzy Grotowski, we have accommodated our own societal standings into our art. </p>  <p><b>Without you, I am not, am I?</b><b></b></p>  <p>There have been groups in the past which talked about open theatre or called themselves Open theatre groups. Unlike them, we aren’t a group, rather a concept. Here anyone and everyone can take part in the process, to develop his or her own line of action and thoughts.</p>  <p>We must first shed the notion of an actor-audience dichotomy existing in an open theatre space. The basic mantra/line of our work is -“Without you, I am not, am I?”</p>  <p>No one is an audience, no one is an actor, and everyone can be everything or nothing.<b> </b></p>  <p><b></b></p>  <p><b>There are no fixed identities. </b>Rather the term visitor seems more apt to describe a friend who has come to be a part of the process. </p>  <p>You have to free yourself from the notions of any kind of audience. You have to rethink the entire equation you have with people who come to witness you in performance. </p>  <p><b>The Process</b></p>  <p><b><i><u>Can you reveal a naked truth to them uninhibitedly, a truth which you hide even from your closest friends? </u></i></b></p>  <p><a href="http://nynjbengali.com/wp-content/uploads/2010/03/bibhaban.jpg" rel="thumbnail"><img title="Bibhaban" style="border-right: 0px; border-top: 0px; display: inline; margin: 5px 10px 0px 0px; border-left: 0px; border-bottom: 0px" height="244" alt="Bibhaban" src="http://nynjbengali.com/wp-content/uploads/2010/03/bibhaban-thumb.jpg" width="175" align="left" border="0" /></a> First of all you need a fairly large room, which is free from all kind of furniture and other cluttering. Those who will take part in it are requested to develop a common ground of thought or a common frame of reference along which they will align their respective bodies and minds. Once the common topic has been established, you are asked to analyze your experiences against it. </p>  <p>Once your common motif has been decided upon, you will exercise your individual artistic abilities (music, dance, art, and performance poetry) to elaborate it. You will try to accommodate the other participants into your respective spaces, allowing room for an interaction to take place, energy to flow through all members of the group. </p>  <p>Once everyone starts feeling comfortable with his or her own modes of expression and interaction, you will invite another new member to join in your process.</p>  <p>In this process of Open Theatre, you have to rethink the idea of a group. Will this be a daily affair, where the participants need to sit in every day, take part in physical or mental workshops to make themselves inhibition free? Or should you allow it to be a long standing, even a life long alliance, punctuated by momentary interludes of silence? It is in silence, that we organize ourselves to present “us” to society once again. Silence affords that necessary break, when we question the first principles.</p>  <p><b></b></p>  <p><b></b></p>  <p>Supriyo Samajdar</p>  <p>Born in 1969 in India. Theatre director and practitioner. Studied Directing at the Rabindra Bharati University in Kolkata. Founded Bibhaban, an experimental theatre company in 1996 and has been directing, writing plays and leading it since. Since 2002 Samajdar is running his research project on Mukta Natya (Open Theatre), exploring the communication between a spectator and a performer, Through this research work ‘Journey’ with Open Theatre presently he is working on a project called- Approach To Silence, participated in Regular contra Regulam, research project of Teatro La Madrugada, in Brzezinka (Poland) in 2008.His research paper&quot; in search of a new form -open theatre was&quot; selected for a international symposium-“Language(s) of Theatre”, organized by Jawaharlal Nehru University, New Delhi and the Indian Society for Theatre Research (ISTR). in January 2009, and &quot;Grotowski - Alongside - Around - Ahead&quot; at the University of Kent in Canterbury(England) in June 2009.</p>  <p><b>Bibhaban:</b></p>  <p><b>37Baguiati 4h lane, Kolkata-700028, India,</b></p>  <p><b><a href="mailto:Email-bibhaban@hotmail.com">Email:bibhaban@hotmail.com</a>, cell: +919830034978</b></p>  <p><b>(This article was originally written in Bengali and later translated into English by Samik Dasgupta)</b></p>  <p><b></b></p>  <p><b></b></p>  <hr align="left" width="33%" size="1" />  <p><a href="#_ftnref1_1860" name="_ftn1_1860">[1]</a> According to the Samsad Bengali-English Dictionary, the term Bibhaban literally means the process of exciting magnanimity, sorrow, surprise, resentment, terror, love, mirth, disgust or quietism in a person.</p>  <p><a href="#_ftnref2_1860" name="_ftn2_1860">[2]</a> <i>El duende</i> is the spirit of evocation. It comes from inside as physical/emotional response to music or dance. It is what gives you chills, makes you smile or cry as a bodily reaction to an artistic performance that is particularly expressive.</p>', 'Without you , I am not , am I?', 0, '', 'publish', 'open', 'open', '', 'without-you-i-am-not-am-i', '', '', '2010-03-02 12:35:52', '2010-03-02 16:35:52', '', 0, 'http://nynjbengali.com/archives/474', 0, 'post', '', 0),
(475, 1, '2010-03-02 23:41:59', '2010-03-03 03:41:59', '<a href="http://nynjbengali.com/wp-content/uploads/2010/03/kumar_roy.jpg"><img class="alignleft size-medium wp-image-476" style="margin: 5px; float: left;" title="kumar_roy" src="http://nynjbengali.com/wp-content/uploads/2010/03/kumar_roy.jpg" alt="Kumar Roy" /></a>Last Sunday (Feb 28th 2010) the noted Bengali theater personality Kumar Roy died in Kolkata after a protracted heart ailment at the age of 84. Kumar-da was long associated with the theater group Bohurupee which he joined in 1949 and was a close associate of late Sambhu Mitra. He was a director, playwright and also an actor. He had done roles in several plays like ''Gallileo'', ''Rakta karabi'', ''Baki Itihas'', Bisarjan and ''Nabanna'' among others besides acting in films. He also worked as a professor at the Rabindra Bharati University. Kumar Roy also headed the Paschim Banga Natya Academy for quite some time. He had also penned many books. He was awarded the Sanget Natak Akademi award in 1983.\r\n\r\nAlthough I never had the opportunity of meeting him in person, but had the good fortune of speaking to him few times. It was he who published my play "Ron" in "Bohurupi" (of which Kumar-da was the editor) the well known theater journal of Kolkata. He said how much he liked the play and thought it was an important addition to the repertoire of plays that Bohurupi has published over the years. Later, he also published another play of mine, "Satyameva". He had asked me to meet him when I was in Kolkata. Unfortunately I never had the opportunity and I will repent it all my life. I hope and pray that his soul rests in peace.', 'Kumar Roy Passes Away', 0, '', 'publish', 'open', 'open', '', 'kumar-roy-passes-away', '', '', '2010-03-03 00:01:23', '2010-03-03 04:01:23', '', 0, 'http://nynjbengali.com/?p=475', 0, 'post', '', 0),
(476, 1, '2010-03-03 00:00:16', '2010-03-03 04:00:16', '', 'kumar_roy', 0, 'Kumar Roy', 'inherit', 'open', 'open', '', 'kumar_roy', '', '', '2010-03-03 00:00:16', '2010-03-03 04:00:16', '', 475, 'http://nynjbengali.com/wp-content/uploads/2010/03/kumar_roy.jpg', 0, 'attachment', 'image/jpeg', 0),
(478, 1, '2010-03-10 15:36:16', '2010-03-10 19:36:16', '<strong>Sararattir - Play by Badal Sircar</strong>\r\n\r\nSaturday 8th May 3PM\r\nSaturday 8th May 6PM\r\nSunday 9th May 1PM\r\nSunday 9th May 4PM\r\n\r\nTicket Price - $25.00\r\n\r\nLOCATION\r\nLivingston Student Center\r\n84 Joyce Kilmer Avenue\r\nPiscataway, NJ, 08854\r\n\r\n<a href="http://www.sararattir.info">http://www.sararattir.info</a>', 'Sararattir - A Play by Badal Sircar', 0, '', 'publish', 'open', 'open', '', 'sararattir-a-play-by-badal-sircar', '', '', '2010-03-10 15:37:40', '2010-03-10 19:37:40', '', 0, 'http://nynjbengali.com/?p=478', 0, 'post', '', 0),
(479, 1, '2010-03-10 15:42:05', '2010-03-10 19:42:05', 'AN EVENING OF TAGORE SONGS\r\n \r\n \r\nWITH\r\n \r\nREZWANA CHOWDHURI BANNYA\r\n \r\n \r\nSunday MARCH 14, 2010\r\nAT 6PM\r\n \r\nAT HOME OF NUPUR LAHIRI\r\n4343 RT 27 PRINCETON NJ 08540\r\n \r\nORGANIZED BY SURER DHARA,\r\nNJ SCHOOL OF MUSIC\r\n \r\nSUGGESTED DONATION $15.00 PER PERSON''\r\nLIGHT DINNER WILL BE SERVED\r\n \r\nMUST RSVP, SPACE LIMITED\r\nNARAYAN ROY 908 561 9766\r\nBHASWATI BHADRA 732 821 2545\r\nNUPUR LAHIRI 732 821 3949\r\n \r\nFOR PARKING:\r\nPLEASE TRY TO CAR POOL\r\nLIMITED PARKING AT THE HOUSE FOR ABOUT 12 CARS.\r\nDRIVE DOWN RT 27 SOUTH., 1 MILE\r\nPARK ACROSS DURGA MONDIR IN PUBLIC LOT,\r\nCALL FOR RIDE OR CAR POOL', 'Bannya in Concert', 0, '', 'publish', 'open', 'open', '', 'bannya-in-concert', '', '', '2010-03-10 15:42:05', '2010-03-10 19:42:05', '', 0, 'http://nynjbengali.com/?p=479', 0, 'post', '', 0),
(480, 1, '2010-03-17 15:37:58', '2010-03-17 19:37:58', 'One of the greatest challenge of any NABC is to come up with events and programs that can attract and engage the the next generation of young Bengalis. Most of the cultural events that happen on the stages of NABC are of little interest to them. They need their own kind of entertainment and engagement, else they have nothing to do except hang out around the convention center with a long faces while their parents have all the fun. However, the trend seems to be changing over the last few years. The NABC organizing committees are making a conscious effort to come up with events that are targeted towards the young Bengalis of USA.<!--more-->\r\n\r\nThe youth committee of the 2010 North American Bengali Conference (NABC) has chosen the theme of "Fun, Culture and the Future!" to represent this year''s youth program. Conveners are working hard to make sure that the youth-oriented events are relevant, engaging and fun for our young people.  The list of events include live stand-up comedy show by an up and coming comedian from the Indian community. A film and video show plans to encourage our young film makers to showcase their talent.\r\nDo you  have an idea for a seminar, workshop or panel discussion that would be interesting?  The Youth Committee formally invites you - anyone, regardless of age or background - to submit a proposal for a seminar session. Topic choices are wide open, from social (dating, social media, parental relationships) to cultural, educational, environmental and even job hunting and job resumes. Other topics are also invited. To read more and create a proposal for consideration, go to<a onclick="pageTracker._trackPageview(''/outgoing/www.nabc2010.org/Youth_Seminar_Invitation_v5.pdf?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.nabc2010.org/Youth_Seminar_Invitation_v5.pdf?referer=http://nynjbengali.com/archives/480'');" href="http://www.nabc2010.org/Youth Seminar Invitation v5.pdf"> http://www.nabc2010.org/Youth Seminar Invitation v5.pdf</a> .\r\n\r\nSeveral other events are being planned and worked on, including dance party, fashion and talent shows, games and many many more. For information on the broader Youth Program, go to <a onclick="pageTracker._trackPageview(''/outgoing/www.nabc2010.org/youthactivities.html?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.nabc2010.org/youthactivities.html?referer=http://nynjbengali.com/archives/480'');" href="http://www.nabc2010.org/youthactivities.html">http://www.nabc2010.org/youthactivities.html</a> .\r\n\r\nThe future of Bengali culture in the North America is in the hands of our young people! So join in  and make this event a memorable one.', 'NABC 2010: Youth Programs', 0, '', 'publish', 'open', 'open', '', 'nabc-2010-youth-programs', '', '', '2010-03-17 15:40:19', '2010-03-17 19:40:19', '', 0, 'http://nynjbengali.com/?p=480', 0, 'post', '', 0),
(481, 1, '2010-03-17 15:57:09', '2010-03-17 19:57:09', '<span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: ''Times New Roman''; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: arial,sans-serif; font-size: 13px;">\r\n<div><span style="background-color: #dceeff; color: #000000; border-bottom: 1px dashed #0066cc;">New York</span>’s distinguished and dynamic theater group, Dhaka Drama is celebrating the World Theater Day this year on Sunday,  March 28,  2010 at ‘club<span class="Apple-converted-space"> </span><span style="border-bottom: 1px dashed #0066cc;">Sanm</span>’  in Astoria, New York. To commemorate the occasion,<span class="Apple-converted-space"> </span><span style="background-image: none; background-attachment: scroll; background-color: transparent; border-bottom-width: medium; border-bottom-style: none; background-position: 0% 0%;">Dhaka</span><span class="Apple-converted-space"> </span>Drama has arranged an interesting and exciting line of events, such as, a<span class="Apple-converted-space"> </span><span>panel discussion</span>, a talent competition for our young actors and a showcasing of one-act plays by different theater groups from the tri-state area. A panel of prominent theater practitioners from the Indian sub-continent would share their thoughts and reflections on Bangla Theater and its form practice and the role of directors in the Bengali diaspora. A number of noteworthy theater groups and performers have accepted invitations to present their work on this day. As a fitting finale to the occasion, Dhaka Drama will be staging their latest production, “Etao Thik Otao Thik” (This is Right and That Too) written and directed by Golam Sarwar Harun.</div>\r\n<div>The grand sponsor of the event is Club Sanm.</div>\r\n</span></span>', 'Dhaka Drama Celebrates World Theater Day in New York', 0, '', 'publish', 'open', 'open', '', 'dhaka-drama-celebrates-world-theater-day-in-new-york', '', '', '2010-03-17 15:57:09', '2010-03-17 19:57:09', '', 0, 'http://nynjbengali.com/?p=481', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(482, 1, '2010-03-24 14:39:58', '2010-03-24 18:39:58', '<p>by</p>  <h4><strong>Amitava Sen</strong></h4>  <p>On one of our earlier visits to Calcutta, we met her at a dinner party. She was sitting in a corner somewhat aloof. As we entered, the party was in full swing with whisky flowing freely. After we were duly introduced the party got back to its boisterous self and everybody went back to loudly vocalizing their opinion on all subjects under the sun and in the process ignoring everybody else’s, Bengali style. The forlorn looking lady in the corner unobtrusively got up and stood behind us. &quot;Do you live outside the country?” She asked. She knew the answer; for that she did not have to be clairvoyant. We just arrived a few days ago, not long enough for the sun and dust to work on our faces. She pulled a chair and sat down next to us. First thing I noticed that she was not at ease with the environment, but not because of other people around her were not accepting her or were not friendly. The detachment appeared to be by choice on her part, but her marked openness with us also was hard not to be noticed. We talked about the amazing varieties of fish in Gariahat market , about sarees in Park Street, about a couple of common acquaintances we discovered we shared; subjects of America did not come up at all.</p> \n<!--more-->\n  <p></p>  <p>She was waiting to tell us her story outside the earshot of others in the party, at the dinner time when we congregated in small groups. After having lived in the United States for twenty-seven years she and her husband returned to India with the intention of living here permanently, about six months ago. Both of them had their parents in Calcutta and they wanted to be closer to the family. </p>  <p>It didn’t work out quite that way.</p>  <p>The lady did not particularly miss the comfort and amenities of living in the United States, at least so she said. That was fine with her. What made her depressed was the company of the people she was made to keep. “I feel suffocated, can’t adjust and as a result I am resented and that in turn makes me nostalgic about my life back in America.” She got teary eyed. I inquired what was bothering her. Was it the traffic, the filth, the pollution, health care issues? “Not so much, only if I have had people to talk to. Sister-in laws suddenly arrive at the doorstep unannounced and when they come they walk right into my bedroom. And I do not know what to talk to them about in the intimate setting of the bedroom.” It appeared that she was living with relatives in Calcutta, she could not relate to; and it was amusing that she had been living among the people whose collective passion was to talk and argue endlessly but she had no one to talk to. With us she was behaving like at long last she found other humanoids in the planet Krypton. </p>  <p>We exchanged telephone numbers with a promise to keep in touch.</p>  <p>We, here in the United States and possibly in other Diasporas around the world have relationship between us, which defies the conventional definition of family, if not linguistically but emotively. But I will keep my narrative here confined to us, we Bengalees, because I am not sure, the people with different cultural and social disposition feel the same way. </p>  <p>It is interesting if not perplexing how we act with our friends and acquaintances in the new world and react with our relatives and old friends from our past. Family in a conventional sense is collection of set of relatives. “A person who is connected with another or others by blood or marriage” this is how the Random House dictionary defines the word “relative”. Samsad Bangla Abhidan and Chalantika (of Rajsekhar Bosu) define the Bengali word “Atmiya” (literally: relative) more broadly: “one’s own person or a person close to another-self (Atman).”</p>  <p>Etymologically, the English dictionary definition is too restrictive; the word relative is derived from the word relate, and should mean a person you can relate to. On the other hand, whatever the derivative definition of Atmiya is, use-wise, it means relation by birth or marriage. But the words in both languages have same connotation. By extension, we may choose to define family as a collection of a set of people who we can relate to and who are close to our “self” by birth, marriage, proximity or mentality.</p>  <p>My musings ceased to be an abstraction and hit home when a week later a friend from America called soon after he landed in Calcutta. “Come over or I can come.” We just saw each other a month ago in USA, indeed there we did not meet that often, so what was the rush and really what was the point? But curiously it dawned on me that I was eager to meet him too. To talk about what? Weather in New Jersey, Sarah Palin? Not really, indeed the subject of America may not come up in our talk when we meet. </p>  <p>I realized that it’s not the word; it’s the vibe that mattered. Communication is not only words, it has nuances too. I doubt that the bonding or relationship is solely a matter of love or blood. It is more to do with our personal comfort level and need to be understood in our daily lives.</p>  <p>Then, during our last visit, there was this woman one morning on Tara TV program where renowned singers were invited to sing and be interviewed. She was splendid, indeed equal or better than any of the locally famous singers I had watched on this daily morning show. My cousin who was sitting next to me was impressed and indeed surprised. “Does she really live in America?” That was how he expressed his amazement, “Of course she does. Her name is Mitali Bhawmik, a friend”, I gloated. . My claim of friendship was a little stretch; I hardly had ever spoken to her. She made me proud and I wanted to add a personal touch to it. But the feeling of kinship was genuine at that moment.</p>  <p>The lady in the party did not quite know why she had a feeling of closeness to us either and why she was feeling like an alien in her own home. She did not think it was the absence of the material stuff, but in a way it was, at least partly. It was not only her relatives and friends that got under her skin, I surmised; unbeknown to her, the traffic, the pollution, the decaying infrastructure and the uncertain health care were factors too contributing to her aversion towards life in India. But at the same time, for many returnees the cultural and family ties that draw them back may feel strained by local human dynamics that may feel foreign and may be frustrating. The general absence of ethical behavior and lack of openness in daily interaction do not help in establishing meaningful relationship, or even reviving the old ones. </p>  <p>Chandra Ghosh of London who I met in a record store was a case in point. “Do you feel people; your friends; your relatives are a little strange here?” Chandra Babu inquired at one point. “My brother has a big house. I put up with him for a couple of days. My brother and his family were very nice and quite caring. I had no complaint. But I felt I was intruding. More importantly we were uncomfortable, an uneasy and unfamiliar environment really. But now I find it more relaxing and enjoyable in Ramakrishna Mission Institute at Golpark. We have met a family from Manchester who are staying here and we are having fun time together.” It sounded like his brother had no problem; the problem was with Chandra Babu, the NRI. “So who is strange here?” I interjected “You or your brother?”</p>  <p>Is this alienation due to a long absence; has the attitude towards our relatives in India and our old friends changed for losing touch over a period of time? But that cannot explain the bond and fondness we feel for our Diaspora-friends and the affinity we have developed between us. The fact of the matter is that we have adopted the foreign land as our home and adapted ourselves to that society while we have been exiled from our birth country. We have chosen soul over blood, which surfaces in stark relief when we are back in our old country. We discover that we have a new family.</p>  <p>Indeed Chandra Babu had not known his new found friend back in England and the relationship I had with my friend who wanted to meet me promptly after his arrival could hardly be called close or Mitali Bhawmik was not a friend in a real sense of the word. What has brought us together is the backdrop of our “Desh”, a now- alien land and its now-alien culture.</p>  <p>P.S. Six months after we had met her, back home in USA, we received a call from Boston; the lady at the party and her husband were back, with no plans of returning to India to live there, in foreseeable future.</p>  <p>Amitava Sen</p>', 'FAMILY-REDUX', 0, '', 'publish', 'open', 'open', '', 'family-redux', '', '', '2010-03-24 14:39:58', '2010-03-24 18:39:58', '', 0, 'http://nynjbengali.com/archives/482', 0, 'post', '', 3),
(483, 1, '2010-03-25 22:37:09', '2010-03-26 02:37:09', '<div><span><span style="font-size: 8pt; color: black;"><span style="font-size: small;">GAUHATI,  India (AP) - The Indian military has a new weapon against terrorism:  the world''s hottest chili.</span></span></span><span style="font-size: 8pt; color: black;">\r\n\r\n<span style="font-size: small;"><span>After conducting  tests, the military has decided to use the thumb-sized "bhut jolokia,"  or "ghost chili," to make tear gas-like hand grenades to immobilize  suspects, defense officials said Tuesday.</span></span>\r\n\r\n<span>The bhut  jolokia was accepted by Guinness World Records in 2007 as the world''s  spiciest chili. It is grown and eaten in India''s northeast for its  taste, as a cure for stomach troubles and a way to fight the crippling  summer heat.</span>\r\n\r\n<span>It has more than 1,000,000 Scoville  units, the scientific measurement of a chili''s  spiciness. Classic Tabasco sauce ranges from 2,500 to 5,000 Scoville  units, while jalapeno peppers measure anywhere from 2,500 to 8,000.</span>\r\n\r\n<span>"The  chili grenade has been found fit for use after trials in Indian defense  laboratories, a fact confirmed by scientists at the Defense Research  and Development Organization," Col. R. Kalia, a defense spokesman in the  northeastern state of Assam, told The Associated Press.</span>\r\n\r\n<span>"This  is definitely going to be an effective nontoxic weapon because its  pungent smell can choke terrorists and force them out of their  hide-outs," R. B. Srivastava, the director of the Life Sciences  Department at the New Delhi headquarters of the DRDO said.</span>\r\n\r\n<span>Srivastava,  who led a defense research laboratory in Assam, said trials are also on  to produce bhut jolokia-based aerosol sprays to be used by women  against attackers  and for the police to control and disperse mobs</span>\r\n\r\n</span></div>\r\n<p class="MsoNormal"></p>', 'Bhoot Jolokia - World''s Hottest Chili Pepper ', 0, '', 'publish', 'open', 'open', '', 'bhoot-jolokia-worlds-hottest-chili', '', '', '2010-03-25 22:37:43', '2010-03-26 02:37:43', '', 0, 'http://nynjbengali.com/?p=483', 0, 'post', '', 0),
(501, 1, '2010-07-17 13:19:51', '2010-07-17 17:19:51', '', 'anwesha_abhijeet', 0, 'Anwesha and Abhijeet at NABC 2010', 'inherit', 'open', 'open', '', 'anwesha_abhijeet', '', '', '2010-07-17 13:19:51', '2010-07-17 17:19:51', '', 500, 'http://nynjbengali.com/wp-content/uploads/2010/07/anwesha_abhijeet.jpg', 0, 'attachment', 'image/jpeg', 0),
(502, 1, '2010-07-20 21:17:41', '2010-07-21 01:17:41', 'by Amitava Sen\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">Kallol has done it again, a very successful and thoroughly enjoyable Banga Sammelan and Kallol deserves our gratitude. We needed it, a three days’ escape from humdrum of the life and for some of us from depressing economic uncertainty.<span> </span>Do not forget that this is a very difficult economic time in America, never encountered since thirties.<span> </span>It is never far from our minds.<span> </span>To venture into such a huge undertaking at this difficult time takes courage and boldness; Kallol accepted the challenge and succeeded under the very able leadership of Timir Hore, Sudhir Nag and Soumen Roy. Thank you.</p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">In contrast with all other places around the country space and accommodations are at a premium in this New York metropolitan neighborhood, holding a convention here is hugely costly proposition.<span> </span>Compared to other years the attendance was sparse. No surprise. Foresight and wisdom on the part of the organizers contained the event to a manageable and economically viable limit.<!--more--></p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">Discipline and skill of management were noticeable even before the convention started. No e-mail was un-answered, no inquiry was un-responded. The hotel check-in and the registration were uneventful and flawless. All it required was the presentation of a letter issued by Kallol in advance to the reception at hotel desk.<span> </span>Chaotic check-in, lost registration has so far been the rule in most Banga Sammelans.</p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">Innovative ideas were noticeable in many other areas; food service for example. Self-service was a new concept; it eliminated the vendor’s inclination to spoon out skimpy amount with the intention of limiting supply, saving money and leaving our stomach half full after paying full price.<span> </span>Morning program started late morning, giving the attendees time to sleep off their late night adda exhaustion. Very considerate on the part of the organizers. Selection of overseas performers was well thought of.<span> </span>Who knew about Sahaj Ma? Wasn’t she a breeze of fresh air? She carried the day on her own. Her unique stage presence, delightful personality, penetrating music have never been experienced by many or most of us before.<span> </span>Aneek Dhar is an established singer, we have heard before; but here he made it like a one to one connection with individual listener.<span> </span>His subtle intimacy with the audience touched our heart. It speaks well of the judgment and cultural taste of the organizers to get artist like Bari Siddique. The emcee Biswanath Basu was a disappointment though. He sounded more like a court jester with his dull commentary and tasteless, stale jokes.</p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">Usually Banga Sammelan authorities in different states invite a drama group from Calcutta; they at times adopt out of touch scripts from ancient times, fifties, sixties or seventies or some times they choose relatively contemporary plays or shall I say, riddles the main purpose of which is to leave the audience confused and befuddled.<span> </span>That is what in Bengalee parlance is called “intellectual” stuff. General idea is unless the group is imported from Calcutta, Banga Sammelan crowd will not be attracted.<span> </span>The 2010 Banga Sammelan committee made a bold exception.<span> </span>They recognized that there was talents right here under our nose. More intelligent, more entertaining, more thought provoking plays are being produced locally. Our own Sudipta Bhawmik is one such talent.<span> </span>His production, We Live in a Village was well accepted and appreciated by all who saw it and if I may add, a much superior production to what I have seen in commercial stage of Calcutta.</p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">The movie section of the Sammelan was well organized under the leadership of Ajit Rakhit.<span> </span>The combination of movies and documentaries were selected thoughtfully.<span> </span>We had the opportunity to watch certain films, which we would not normally come across during our trips to Calcutta.<span> </span>The screenings were nicely and systematically organized without a glitch.</p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">In most Banga Sammelan distinguished award comes dime a dozen.<span> </span>Kallol authorities decided to make it worth its name. They awarded it to one single rightly deserving person.<span> </span>The rest were recognition for their services to the communities through Kallol or their services to Kallol.<span> </span>This I think is the right model.</p>\r\n<p class="MsoNormal">To give this award the prestige and dignity that it deserves Cultural Association’s central administration may ponder over it in their award choices.<span> </span>In all the CAB award plaques the operative word was “demonstrated” achievement.<span> </span>In the list of the recipients from CAB there were not too many demonstrated talents. The list in part sounded like a mutual appreciation vehicle. It is possible that their list contained potential achievers, but it is not the same as demonstrated.</p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">Whenever I attend a Banga Sammelan one person is never far from my thought, the architect of Banga Sammelan, and still the force behind it, Prabir Roy.<span> </span>As a Bengalee I acknowledge the monumental task he has accomplished, building up a stable and continuing institution, which adds to the quality of life of the entire Bengali population of North America and has grown to be a part of their lives.</p>\r\n<p class="MsoNormal">On the financial side of the event, living in the United States, the richest country in the world and being a part of the most affluent Bengali Diaspora among all the other countries of the world, it is quite anomalous that we have to depend on economic assistance from Calcutta. Besides, this is not sustainable over long period of time. Response to vendors from Calcutta has been poor this time.<span> </span>Some of them complained loudly. I doubt many of them will keep coming back. Real estate demand from US residents of Bengali origin has peaked out.<span> </span>With gold at $1,100.00 it is hard to believe that jewelry sale is flourishing either.<span> </span></p>\r\n<p class="MsoNormal">We have to pay our own way.<span> </span>Depending on the projected cost the registration fees can be raised and why not? Many of us pay $200.00 for three hours A.R. Rahman concert. The slogan “Bengali culture in the world court” of this Sammelan has somewhat been tarnished by the highlight of the event, Bollywood mega-music by Abhijeet. It is plausible that Bombay artists enhance the attendance.<span> </span>But do the authorities have a scientific study to prove that premise?<span> </span></p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">Indeed, it will be quite in order for the Banga Sammelan authority to appoint a blue-ribbon committee to study, survey and report on the basic ideas and values of the convention and its mechanics. A guideline can be laid out for the future meets as to why people come, to meet old acquaintances? How much weightage on Bollywood singer, how much on Calcutta artist? Do they come for a vacation with friends, for fun and frolics? How many attend literary seminars, how many for business forums and how many for art and crafts. Or how many people have read the literary journal that every Banga Sammelan brings out at a considerable cost? That will establish the cost effectiveness of each section. How far they are willing to travel and what amount they are willing to spend? Choices of food, Bengali food, Mughlai food, Chinese or American? There are many other issues. It is a job for a professional to design the survey and ask the right questions.</p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal">God speed to Banga Sammelan.</p>\r\n<p class="MsoNormal"><!--[if !supportEmptyParas]--> <!--[endif]--></p>\r\n<p class="MsoNormal">Amitava Sen</p>\r\n<!--EndFragment-->', 'Banga Sammelan 2010: A Review and Some Views', 0, '', 'publish', 'open', 'open', '', 'banga-sammelan-2010-a-review-and-some-views', '', '', '2010-07-20 21:18:26', '2010-07-21 01:18:26', '', 0, 'http://nynjbengali.com/?p=502', 0, 'post', '', 1),
(485, 1, '2010-04-21 20:02:57', '2010-04-22 00:02:57', 'Mark your calendars for ECTA''s latest productions to be staged on June\r\n12 and June 13 2010 at Edison Valley Playhouse, Edison, NJ. Each\r\nevening you''ll see two plays of different flavors.\r\n\r\n"Musical Chair" - a short play by Sudipta Bhawmik\r\nDirected by Keka Sirkar\r\n"Five women of different ages and social backgrounds get into a game\r\nof Musical chair. They circle around the chairs with the sole\r\nobjective of winning their prize seats at any cost. But when the music\r\nstops, one has to lose and leave the game. But the game keeps going on\r\nand on....."\r\n\r\n"Ekti Gnaye Thaki"\r\nWritten and directed by Sudipta Bhawmik\r\nThe play tells the story about the eternal bond between a brother and\r\nsister that bridges all kinds of divisions, distances and conflicts.\r\nThe play highlights the fact that we all can live together in\r\nuniversal love and brotherhood irrespective of the differences between\r\nus, if we so desire. The name of the play is borrowed from the poem\r\n"Ek Ganye" by Rabindranath Tagore and was made famous by Sombhu Mitra\r\nand Tripti Mitra in Bidhayak Bhattacharya''s well known radio play\r\n"Tahar Naamti Ranjana".\r\n\r\nAs you know, Edison Valley Playhouse has limited seating. So please\r\nbook your tickets in advance. Tickets are $20.00 (for two plays) and\r\nas always, members get a 20% discount.', 'ECTA Presents Two Plays', 0, '', 'publish', 'open', 'open', '', 'ecta-presents-two-plays', '', '', '2010-04-21 20:03:34', '2010-04-22 00:03:34', '', 0, 'http://nynjbengali.com/?p=485', 0, 'post', '', 0),
(486, 1, '2010-05-05 00:44:48', '2010-05-05 04:44:48', '<img class="alignleft" style="float: left; margin: 5px;" src="http://nynjbengali.com/wp-content/uploads/2010/05/music_chair.jpg" alt="Musical Chair" width="234" height="193" />I wrote the play "Musical Chair" couple of years ago for a local magazine. That time I had no intention of staging the play, rather it was written more as a piece to be read rather than acted. The theatrical format did consider the staging related logistics, but the play demanded a lot from the actors and the director. Keka Sircar took up the challenge and we decided to stage the play along with "Ekti Gnaye Thaki".  A women director can bring to a play a perspective that is unique and for a play like "Musical Chair" it is almost essential.  Since all the speaking characters in this play are women,  the actors too can present the material in a form that we are not accustomed to in a male dominated stage. The way the play gets interpreted and presented by the women actors can never be achieved from a male perspective.\r\n\r\n<!--more-->\r\n\r\nJayeeta Ganguly performs one of the key role in this play and this is what she had to say about the play.\r\n\r\n<em>“Musical Chair” intricately weaves the lives of five women who are in  the game for winning something more than the prize. Life has dished out a  fair slice of unfairness to each one of them, and today they are  prepared to get even with it. They are all very different- different  when it comes to their age and their social, economic, and intellectual  stature; however, one thing is common to all five- their battle with  insecurities. So be it a gnawing fear of fading youth and degeneration,  or the constant throttling of spririt by an overbearing husband, or the  disloyalty and rejection by a fickle partner, they are all victims of  circumstances beyond their control. And this despair and dejection  lashes out in a passion to win the “chair”. The “chair” ofcourse means  different things to each of them. While one sees in it the path to beat  the young and to takeover, the other sees in it a medium to regain her  lost self-esteem. Two of them even see the chair as their object of  desire, as an answer to their power-struggle over one man. But the best  part is that the picture of all these struggles and battles is painted  hilariously, and that the characters are extremely real. One can  identify a Konkona, Malini or a Suchismita in every social group. Coming  back to the game and the chair, round and round the characters walk,  eyeing the chair closely, and waiting for the music to stop. The chair  is ruthless, just like Life. Only the fittest person will survive...</em>\r\n\r\nIn the coming weeks, I wish to bring to you some more view points from the actors and the director.\r\n\r\nI am waiting eagerly to see the play during its staging at the <a href="http://ectainc.org">Edison Valley Playhouse</a> on the 12th and 13th of June. I hope you are waiting too.', 'Musical Chair : An Actor''s Perspective ', 0, '', 'publish', 'open', 'open', '', 'musical-chair-an-actors-perspective', '', '', '2010-05-05 00:44:48', '2010-05-05 04:44:48', '', 0, 'http://nynjbengali.com/?p=486', 0, 'post', '', 0),
(487, 1, '2010-05-05 00:40:13', '2010-05-05 04:40:13', '', 'Musical Chair', 0, 'Musical Chair a Play by Sudipta Bhawmik', 'inherit', 'open', 'open', '', 'music_chair', '', '', '2010-05-05 00:40:13', '2010-05-05 04:40:13', '', 486, 'http://nynjbengali.com/wp-content/uploads/2010/05/music_chair.jpg', 0, 'attachment', 'image/jpeg', 0),
(488, 1, '2010-05-10 11:34:32', '2010-05-10 15:34:32', '', 'ektignaye-norm.jpg', 0, '', 'inherit', 'open', 'open', '', 'ektignaye-normjpg', '', '', '2010-05-10 11:34:32', '2010-05-10 15:34:32', '', 490, 'http://nynjbengali.com/wp-content/uploads/2010/05/ektignaye-norm.jpg', 0, 'attachment', 'image/jpeg', 0),
(489, 1, '2010-05-10 11:34:33', '2010-05-10 15:34:33', '', 'ektignaye-norm-thumb.jpg', 0, '', 'inherit', 'open', 'open', '', 'ektignaye-norm-thumbjpg', '', '', '2010-05-10 11:34:33', '2010-05-10 15:34:33', '', 490, 'http://nynjbengali.com/wp-content/uploads/2010/05/ektignaye-norm-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(490, 1, '2010-05-10 11:34:34', '2010-05-10 15:34:34', '<h4><span style="color: #0000ff;">Simanti Dasgupta</span></h4>\r\n<a rel="thumbnail" href="http://nynjbengali.com/wp-content/uploads/2010/05/ektignaye-norm.jpg"><img style="border-right: 0px; border-top: 0px; display: inline; margin: 10px 5px 5px 0px; border-left: 0px; border-bottom: 0px" title="ektignaye_norm" src="http://nynjbengali.com/wp-content/uploads/2010/05/ektignaye-norm-thumb.jpg" border="0" alt="ektignaye_norm" width="195" height="240" align="left" /></a> Many of us will intuitively link the title of the play to Rabindranath Tagore’s well know poem, “Ek Gnaye” and correctly so. Sambhu Mitra and Tripti Mitra particularly immortalized the poem in their rendition of it in Bidhayak Bhattacharya’s celebrated radio play, “Tahar Naamti Ranjana”. “Ekti Gnaye Thaki”, written and directed by Sudipta Bhawmik, is the story of a sister, Ranjana and her brother, Rajat, reuniting after fourteen years. Rajat immigrates to the US with his family after Ranjana sponsors their green cards. The reunion is marked by its usual excitement followed by nostalgia for their “gnya” they left both behind. Rajat becomes a critical link for Ranjana to relive her past, while Ranjana helps him come to terms with his decision to abandon his familiar world in Gobindapur. Ranjana is also ill and Rajat’s presence offers a long-awaited emollient. As the brother and the sister often slip into the past, the rest of the characters are excited at the prospects of their future in the US, especially Rajat’s son, Rajib.\r\n\r\n<!--more-->\r\n\r\nLife gradually settles down and a quotidian harmony evolves. Yet from the beginning, the script occasionally and quite subliminally alludes to an underlying subplot that threatens the apparent calm between the two families. Eventually, through a set of related incidents, the undisclosed piece- a rather disconcerting one- is revealed. The disclosure, as one would expect tears the growing assurance of the families’ suburban life. It also and more importantly, sets in motion a drift into the past that interrogates those relationships that were deemed normal. Though this interrogation fractures a happy picture, however, it is through this fracture, we are invited to revisit something more important: the attachment between human beings. The play above all, irrespective of its specificities of time and place, is a commentary on what it means to be a human being in relation to those we hold dear in our lives. Sudipta Bhawmik, an auteurist playwright and director, has long dealt with issues that inflect our condition of <em>parabaas</em> in several modes. Like his other plays, this play too explores life our lives in this country as a muddle of time that simply refuses to leave the past behind even when we have crossed thousands of miles.\r\n\r\nMost of us, who live in the US, two continents and two oceans away from India, journey back and forth between the two counties. However, the journey is not necessarily always physical or has to be so. Rather, it is more often than not in our imagination as we brew the morning cup of tea or have <em>machher jhol</em> for dinner or pine for a <em>phuchkawala</em> while returning from work. Whether one has a temporary visa, a green card or even citizenship in the US, the journey never ceases. It is a drift: a going away to gather new things, but also treasuring what we had when we first began. In fact, the drift constitutes our <em>parabaas</em>. It is never complete. We inhabit this drift as a continual negotiation but we seldom reach a resolution, especially in the realm of values since we in effect reference two cultural systems.\r\n\r\nHowever, there comes a time when, like all drifts, we too pause to assess what we gathered over time. “Ekti Gnaye Thaki” is one such pause, one, which we may not have all experienced but will nonetheless, recognize. It is a pause that makes us realize that apparent differences and distances that seem insurmountable are in fact not so and neither should they be. As the script reveals, the refusal to let differences alone inform our values makes our <em>parabaas</em> more humane. It is possibly in this refusal, that we reinvent ourselves as human beings who cannot be limited territorially through our passports and green cards. The title of this play is a wonderful reminder that in belonging to the heritage of Tagore, in the end we belong to “Ek Gnaye” somewhere, which like his philosophy folds in the universe even in its contradictions.\r\n\r\n<strong>The play will be staged on June 12 and 13, 2010 at the Edison Valley Playhouse, 2196 Oak Tree Road, Edison, NJ. Visit </strong><a onclick="pageTracker._trackPageview(''/outgoing/ectainc.org?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/ectainc.org?referer=http://nynjbengali.com/archives/490'');" href="http://ectainc.org"><strong>http://ectainc.org</strong></a><strong> for details.</strong>', '&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview', 0, '', 'publish', 'open', 'open', '', 'ekti-gnaye-thaki-a-preview', '', '', '2010-05-19 18:17:17', '2010-05-19 22:17:17', '', 0, 'http://nynjbengali.com/archives/490', 0, 'post', '', 0),
(491, 1, '2010-05-19 18:13:48', '2010-05-19 22:13:48', 'Harrice Miller Entertainment Presents\r\nA Hindustani Classical Jugalbandi\r\n\r\nFeaturing\r\n\r\nVocalist Mitali Banerjee Bhawmik\r\nand\r\nFlutist Steve Gorn\r\n\r\nPerforming together for the first time.\r\n\r\nTabla accompaniment by Dibyarka Chatterjee\r\n\r\nSunday June 6, 2010 7.00pm\r\nNadia Jinnah Gallery\r\n500 West 52nd Street at 10th Avenue\r\nNew York, NY  10019', 'Hindustani Vocal and Bansuri Jugalbandi', 0, '', 'publish', 'open', 'open', '', 'hindustani-vocal-and-bansuri-jugalbandi', '', '', '2010-05-19 18:13:48', '2010-05-19 22:13:48', '', 0, 'http://nynjbengali.com/?p=491', 0, 'post', '', 0),
(492, 1, '2010-05-26 18:15:35', '2010-05-26 22:15:35', 'Music and NABC go hand  in hand together. Most of the events that happen at any NABC are  related to music, and NABC 2010 is no exception either. A slew of  musicians, like Abhijeet, Monomoy, Anik, Anwesha, Indrani Sen, Sahaj Ma,  Utpal Fakir and many others will be performing at the 2010 NABC at the  Atlantic City Convention center. Each performer will enchant the  audiences with their solo performances on the grand stages of the  convention center. However, this year the host organization Kallol of  New Jersey is planning something special with these popular and talented  musicians. Named as "Surer Ei Jhar Jhar Jharna", this program will  bring on stage all the musicians together to perform some of the most  popular songs over the last fifty years of Bengali music. Starting with  the haunting melodies of the sixties to the band music of the  contemporary Bengali youth, the program will take its audience through  an audio-visual journey that has never been experienced before. <!--more-->\r\n\r\nPlanned  and designed by Pinaki Datta, the program, for the first time, opens the  choice of songs to the music loving Bengalis of the World by offering  them an option to vote for their favorite tune through the internet.  Visit the NABC 2010 website at <a onclick="pageTracker._trackPageview(''/outgoing/www.nabc2010.org/anurodher-ashor.html?referer=http://nynjbengali.com/archives/492'');" href="http://www.nabc2010.org/anurodher-ashor.html">http://www.nabc2010.org/anurodher-ashor.html</a> and  vote for your favorite song. The musicians will perform those which  gets the highest vote. And if the song you vote becomes the most popular  choice, you may even win a prize. The performers will include Indrani  Sen, Monomoy, Anik Dhar, Anwesha, Sahaj Ma, Utpal Phakir and Nirmalya.  This program will undoubtedly be one of the most popular attractions at  the NABC 2010.\r\n<div>The songs on the list are:</div>\r\n<table class="zeroBorder" border="0" cellspacing="0" cellpadding="2" width="100%">\r\n<tbody>\r\n<tr>\r\n<td colspan="3" align="left" valign="top"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #660000; font-size: x-small;">2001-  2010</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td width="4%" align="left" valign="top"></td>\r\n<td width="46%" align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/majhire.jpg" alt="" width="180" height="23" /></td>\r\n<td width="50%" align="left" valign="top"><img usemap="#Map19" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/dekhechoki.jpg" alt="" width="197" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/aye-aye.jpg" alt="" width="219" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map2" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" align="left" valign="top"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #660000; font-size: x-small;">1991- 2000</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/tomakechai.jpg" alt="" width="148" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map3" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/jokhon-somoy.jpg" alt="" width="251" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map4" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/firiye-dao.jpg" alt="" width="156" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map5" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" align="left" valign="top"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #660000; font-size: x-small;">1981- 1990</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/chirodini-tumi.jpg" alt="" width="263" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map6" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/aaj-ei-dintake.jpg" alt="" width="213" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map7" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/kothha-hoyechhilo.jpg" alt="" width="141" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map8" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" align="left" valign="top"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #660000; font-size: x-small;">1971- 1980</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/prithibi-bodle-gachhe.jpg" alt="" width="246" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map9" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/baje-go-bina.jpg" alt="" width="232" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map10" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan="3" align="left" valign="top"><strong><span style="font-family: Verdana,Arial,Helvetica,sans-serif; color: #660000; font-size: x-small;">1961- 1970</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/kon-she-alor.jpg" alt="" width="319" height="46" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map11" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n<tr>\r\n<td align="left" valign="top"></td>\r\n<td align="left" valign="top"><img src="http://www.nabc2010.org/images/anurodher-ashore/o-kokila.jpg" alt="" width="260" height="23" /></td>\r\n<td align="left" valign="top"><img usemap="#Map19Map12" src="http://www.nabc2010.org/images/anurodher-ashore/speaker.jpg" border="0" alt="" width="31" height="23" /></td>\r\n</tr>\r\n</tbody></table>', 'NABC 2010: A Novel Musical Program', 0, '', 'publish', 'open', 'open', '', 'nabc-2010-a-novel-musical-programme', '', '', '2010-05-26 18:21:27', '2010-05-26 22:21:27', '', 0, 'http://nynjbengali.com/?p=492', 0, 'post', '', 0),
(493, 1, '2010-05-26 18:19:38', '2010-05-26 22:19:38', '<span class="il">Raag</span>-<span class="il">Rang</span> presents an  afternoon of Hindustani Classical vocal music\r\n\r\nby\r\n\r\n<strong>Ustad Mashkoor Ali Khan.</strong>\r\n\r\nShree Dibyarka Chatterjee will accompany him on tabla and Shree Madhu Vora will accompany him on Harmonium.\r\n\r\nConcert will start with a short vocal rendition by Smt Anindita Sikidar\r\n\r\nVenue: Balaji Temple, Bridgewater.\r\n\r\nDonation : $15.00 for non-members, $12.00 for members.\r\n\r\n$10.00 for the kids(non-member), $7.00 for members.\r\n\r\nRSVP will be appreciated.\r\n\r\nContact details: (908)-429-1120, (609)-890-4890, (908)-707-8582.\r\n\r\nOr email at <a href="mailto:bhawmikm@gmail.com">bhawmikm@gmail.com</a>,\r\n\r\n<a href="mailto:mayuresh.khare@gmail.com">mayuresh.khare@gmail.com</a>, <a href="mailto:devang42@yahoo.com">devang42@yahoo.com</a>', 'Raag-Rang Presents Ustad Mashkoor Ali Khan', 0, '', 'publish', 'open', 'open', '', 'raag-rang-presents-ustad-mashkoor-ali-khan', '', '', '2010-05-26 18:19:38', '2010-05-26 22:19:38', '', 0, 'http://nynjbengali.com/?p=493', 0, 'post', '', 0),
(494, 1, '2010-06-16 23:11:03', '2010-06-17 03:11:03', 'Since 1989 I have been involved with Bangla Theater in USA. Over the years I have worked with several groups, several associations and have been involved with several theater productions. My theater journey in this country started with the theater group Sansaptak with their production "Sabda Moho Bandhane". The play was directed by Sakti Sengupta.  Being involved with theater since my childhood, I was a bit skeptic about the theater scenario in USA when I first arrived in this country.  But my first experience was not only a pleasant surprise but an extremely enjoyable one.  All the stereo typical notions of expatriate Bengali theater were shattered with that production.  Sakti-da took us through a complete production development process of a new play. The script was developed based on Shirshendu Mukherjee''s short stories, Sunil Ganguly and Sakti Chattopadhyay''s poems.  It was not a simple narrative, but rather a complex collage of character''s, their relationships, their dreams and disillusionment. <!--more-->\r\n\r\nThe play was not an easy one, and we had to struggle to develop the characters. Sakti-da worked hard with us, tried to help us understand the characters and their motivations. Since the play was continuously evolving, the characters too were evolving, and that made the task more difficult.  The show was well appreciated by the audience but for many it was quite tough nut to crack.    The play was staged at the Parish Player''s theater in Plainfield and we staged three shows. The  cast included Dhriti Bagchi, Omkar Goswami, Kasturi Dasgupta, Sadhan  Mondol, Soumendu Bhattacharya and myself.\r\n\r\nUnfortunately, after this play Sakti Sengupta stopped doing Bengali plays for a while and his theater group Sansaptak became kind of defunct. Many of the cast members are still involved with theater. Omkar Goswami went back to India. Sakti-da came back to Bengali theater after many years, but unfortunately I did not have the pleasure of working with him again.  I hope someday we''ll be able to collaborate on a new play together.', 'Bengali Theater in North America : My First Experience ', 0, '', 'publish', 'open', 'open', '', 'bengali-theater-in-north-america-my-first-experience', '', '', '2010-06-16 23:11:03', '2010-06-17 03:11:03', '', 0, 'http://nynjbengali.com/?p=494', 0, 'post', '', 0),
(495, 1, '2010-06-16 23:16:09', '2010-06-17 03:16:09', '<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/td3HNa0nIsU&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/td3HNa0nIsU&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>\r\n\r\nSaturday, July 10, 6.00pm at Banga Mancha (Hall A)', 'NABC 2010: Ekti Gnaye Thaki Promo Video', 0, '', 'publish', 'open', 'open', '', 'nabc-2010-ekti-gnaye-thaki-promo-video', '', '', '2010-06-16 23:20:42', '2010-06-17 03:20:42', '', 0, 'http://nynjbengali.com/?p=495', 0, 'post', '', 0),
(496, 1, '2010-06-23 23:46:27', '2010-06-24 03:46:27', 'Databazar Media Ventures presents\r\na special screening of \r\n"The Japanese Wife"\r\nA Film by Aparna Sen\r\n\r\nBig Cinemas Movie City 8\r\n1655 Oak Tree Road\r\nEdison, NJ 08820\r\n\r\nJuly 3, 2010 4.00pm\r\n', 'The Japanese Wife', 0, '', 'publish', 'open', 'open', '', 'the-japanese-wife', '', '', '2010-06-23 23:46:27', '2010-06-24 03:46:27', '', 0, 'http://nynjbengali.com/?p=496', 0, 'post', '', 0),
(497, 1, '2010-06-23 23:51:44', '2010-06-24 03:51:44', 'On the Occasion of NABC2010\r\nKallol of NJ presents\r\n\r\n"EKTI GNAYE THAKI" \r\n(We Live in a Village)\r\n\r\nA Play by Sudipta Bhawmik\r\n\r\nCast: Abhijit Neogy, Sankar Ghoshal, Lilabati Majumdar, Indranil Mukherjee, Aparajita Das, Raja Roy, Debiprosad Palit\r\nMusic: Samya Goswami\r\nLights: Subhodev Das, Chandan Sen\r\n\r\nSynopsis: “Ekti Gnaye Thaki” is the story of Ranjana and her brother, Rajat, reuniting after fourteen years. Rajat immigrates to the US with his family after Ranjana sponsors their green cards. The reunion is marked by its usual excitement followed by nostalgia for their hometown Gobindapur they both left behind. Rajat becomes a critical link for Ranjana to relive her past, while Ranjana helps him come to terms with his decision to abandon his familiar world in Gobindapur. Ranjana is also ill and Rajat’s presence offers a long-awaited emollient. As the brother and the sister often slip into the past, the rest of the characters are excited at the prospects of their future in the US, especially Rajat’s son, Rajib. Life gradually settles down and a quotidian harmony evolves. Yet from the beginning, the play occasionally and quite subliminally alludes to an underlying subplot that threatens the apparent calm between the two families. Eventually, through a set of related incidents, the undisclosed piece - a rather disconcerting one - is revealed. The disclosure tears apart the growing assurance of the families’ suburban life, and more importantly, sets in motion a drift into the past that interrogates those relationships that were deemed normal. Though this interrogation\r\nfractures a happy picture, however, it is through this fracture, we areinvited to revisit something more important - the attachment betweenhuman beings. The play above all, irrespective of its specificities of time and place, is a commentary on what it means to be a human being in relation to those we hold dear in our lives.\r\n\r\n\r\n\r\nHall A - Banga Mancha, Atlantic City Convention Center\r\n6.00pm,  Saturday, July 10, 2010 \r\n\r\n\r\n', 'NABC 2010: "Ekti Gnaye Thaki"', 0, '', 'publish', 'open', 'open', '', 'nabc-2010-ekti-gnaye-thaki', '', '', '2010-06-23 23:57:14', '2010-06-24 03:57:14', '', 0, 'http://nynjbengali.com/?p=497', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(498, 1, '2010-07-02 00:52:53', '2010-07-02 04:52:53', 'Last Friday night a horrific incident took place in an otherwise decent neighborhood in Old Bridge New Jersey. Dr. Divyendu Sinha, a forty nine year old Computer scientist, was having a walk outside his house with his wife and two sons when five teenagers came out of their car and started beating Dr. Sinha for no apparent reason. Dr. Sinha was severely injured and was later taken to the hospital where he died on Sunday morning.  The brutality of this incident shocked not only the entire Indian American community, but also the society at large. The local law enforcement have arrested all the five perpetrators and have charged them with murder although their names have been withheld due to their age (between 16 and 17).   Early reports classified this as a random incident, but according to recent statements from the County Prosecutor Bruce Kaplan,  bias crime charges will not be ruled out.  In a recent meeting with the township officials, the Asian Indian community members have expressed that they have been harassed regularly by the local teenagers, and this is not a random incident at all. The township officials have instructed the community members that they should inform the police whenever they experience such behavior. I hope that the legal process takes due action and the criminals pay the highest price for their dastardly act.  <!--more-->\r\n\r\nBut this will not bring back the father of two young boys, who had to undergo the trauma of watching their father being brutally assaulted by five thugs. Nor it will bring back the husband of a woman who saw how her entire life was shattered by some cruel and mindless criminals.  My heart goes out to them. Divyendu was one of us. He was a graduate from IIT Kharagpur (1982 Computer Science, Nehru Hall), the college where I graduated from, and I must have crossed paths with him several times in the campus. My sons are of the same age as his. It could have happened to me, or to anybody for that matter. What kind of hatred and rage was burning within these five kids who could kill a man with their bare hands? What''s happening to this society? Are we losing all civility?  What are our schools teaching to our kids?  It is true that all schools have few rotten apples, but how could they muster so much courage as to beat up and murder any man on the street they like?\r\nWe should all wake up now and realize that we can no longer afford to stay isolated and mind our own business. We should get involved in our communities, school boards and local administration and policy  making bodies. We must make a conscious attempt to inculcate our values and ideals within our community and make a positive impact to the society. Let''s make sure that we don''t lose any other Divyendu in the future.', 'Divyendu Sinha : A Life Lost to Teenage Brutality', 0, '', 'publish', 'open', 'open', '', 'divyendu-sinha-a-life-lost-to-teenage-brutality', '', '', '2010-07-02 00:53:23', '2010-07-02 04:53:23', '', 0, 'http://nynjbengali.com/?p=498', 0, 'post', '', 5),
(499, 1, '2010-07-14 19:43:00', '2010-07-14 23:43:00', 'Check the following video coverage of NABC 2010 and our play "Ekti Gnaye Thaki" by Banglapodcast.com.\r\n\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MTbu1pv6g_E&amp;hl=en_US&amp;fs=1" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/MTbu1pv6g_E&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>\r\n\r\n<!--more-->\r\n\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/hxTAt_NUMnY&amp;hl=en_US&amp;fs=1" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/hxTAt_NUMnY&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>\r\n\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6p_CcOnlIe0&amp;hl=en_US&amp;fs=1" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/6p_CcOnlIe0&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>\r\n\r\n<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/n-gFWrKEGMY&amp;hl=en_US&amp;fs=1" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/n-gFWrKEGMY&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>', 'Banglapodcast Coverage of NABC 2010', 0, '', 'publish', 'open', 'open', '', 'banglapodcast-coverage-of-nabc-2010', '', '', '2010-07-14 19:47:52', '2010-07-14 23:47:52', '', 0, 'http://nynjbengali.com/?p=499', 0, 'post', '', 0),
(500, 1, '2010-07-17 13:21:37', '2010-07-17 17:21:37', '<a href="http://nynjbengali.com/wp-content/uploads/2010/07/anwesha_abhijeet.jpg"><img class="alignleft size-medium wp-image-501" title="anwesha_abhijeet" src="http://nynjbengali.com/wp-content/uploads/2010/07/anwesha_abhijeet.jpg" alt="Anwesha and Abhijeet at NABC 2010" /></a>Finally the 2010 NABC came to an end on Sunday July 11th at the Atlantic City convention center in New Jersey with a "blow out" performance by Abhijeet. Although his mockery of Bengali culture was not well appreciated by many Bengalees who slowly drifted away from the hall (which was not liked by the singer at all), his performance was just what was expected of a Bollywood performer - entertaining but nothing extraordinary. However, people who came to the conference went back with memories - some of which may not be very pleasant but I would think most of them would be happy memories. Memories of the wonderful performances by  Sahaj-ma and Utpal Fakir, Kaivalya Kumar and few others, memories of meeting friends, those long adda sessions and the World Cup finals.\r\n\r\nBut the people who went back with a bad taste in their mouth (no, I am not talking about the food served by Shahnawaz) were the people who came all the way to showcase their talent through dance, drama and music.  These people paid group registration for their show, paid individual registration fees for their entire troupe and spend big dollars to bring their show with the hope to share with their Bengali friends who came from around  the country.<!--more-->\r\n\r\n''Really felt like nobody cared about our program, only about our registration dollars!" says Bharati Mitra, director of Tagore''s "Arupratan" a show that was presented in Hall A or Banga Mancha. And this is not only her feelings. Most of the performers, especially those who performed in Hall A echoed the sentiment, as noted by Keya Sen, "I echo the sentiments that those of us who were assigned to perform on Hall A felt irrelevant and inconsequential." Meena Basu Nag, an award winning choreographer, dancer and director of Nritya Creations says, "The most important take away for me is that NABC is no longer a place to showcase "domestic" rising talent in our own Bengali North American Community and a place for second generation and third generation Bengali choreographers/artists  like myself to showcase their work and talent."\r\n\r\nThe concern primarily is against the hall assignment and scheduling of the programs. Most of the domestic performances in Hall A were pitted against the star performers in Hall C (Bishwa Mancha) the main stage of the conference. This caused the audience to stick to Hall C since none of the domestic performers had the star power to pull them off from their seats to Hall A. Even when Hall C had some dull and boring lectures going on stage, the audience hung on to their seats to ensure that they have a good view of their star who would be performing next.\r\n\r\nHall A was a secondary hall in all respects. It did not have adequate lights, the stage was ill-designed and built,  it was located far from the action center, and there were no notices anywhere as to what is happening where (except for the program schedule printed in extremely small fonts). Meena Basu Nag complains, "Nritya Creations was allocated a time slot competing with Artists from India in a secondary hall  where lighting was suboptimal." She goes on to add, "I spent over $4000 registering  25 of  our best senior Indian, Bengali and non Indian students for this program expecting we will be  given a fair platform based on our merits,  past achievements and proven success. Instead we performed to a an audience of 300 in Hall A while Hall C sat over 6000 people at the same time for overseas artists such as Anwesha and Bikram Ghosh''s performances. The audience members who saw our program expressed deep concerns that why such a very high caliber and professionally executed show like ours was presented in a secondary hall and competing with Artists from India..."  Mabhin Ghosh Datta from Canada had the same frustration, "We [9 performers] went to join NABC 2010 from Ottawa, Canada and most of my students are not Bengali. We spent all the money for artist''s registration/hotel,trip on top of group registration just to perform there. Our performance started late and was almost at the time of Aneek Dhar so no one there for our performances..."\r\n\r\nPrabir Das, who brought his drama team all the from Cincinnati, is more pragmatic. Although his play Sikhandi was competing against two major shows on stage C, Bikram Ghosh''s percussion band followed by a star studded "Surer Jharna", but that was not his primary complaint - "As far as I am concerned, I really don’t expect that 5000 people would attend my show. I really don’t. People have every right to pick and choose which program they would want to watch. However, that does not mean, purposely placing two or more auditoriums in such an unrealistic strategic locations that would confuse people and would not even want them to consider to come to the other auditorium." He too like many others was totally disappointed with the technical aspects of stage A, "Was that a stage for any kind of performance other than some band? Was that any kind of theatrical lighting? "\r\n\r\nAnd the list goes on and on. Some of the key organizers have been heard to say that it was the fault of domestic performers that they could not attract the audience. But the organizers fail to understand that unless people experience the domestic shows, they would never know the quality of their presentation. The handful of audiences who saw some to the good domestic shows  have told explicitly that they were no inferior to many of the overseas  productions they have seen. The domestic groups do not have stars to pull in the crowd in large numbers. How can they be expected to compete with Aneek, Anwesha, Monomoy or Indrani Sen. Even between the stars their exists a popularity hierarchy. If Aneek was pitted against Indrani Sen in Hall A, I can bet that she would have had only a handful of audience, just as it would have happened to Aneek if he was competing with Abhijeet.\r\n\r\nI have raised this issue with several of the organizers of NABC 2011 and based on the past record, the Baltimore organizers will hopefully handle these issues in a better way.  The new president of CAB Kajal Sarkar has taken up this issue seriously and has ensured that in the future NABC events, he will make sure that such step-motherly treatment towards the domestic performers never happens. He has asked for suggestions and we all gave him our best ideas.\r\n\r\nDespite all the good intentions of CAB and the NABC organizing committee members, the fact remains that the domestic performers will have to struggle to get their audience, although it is not impossible. The first and foremost thing that we domestic performers should do is to improve our performances and raise it to the levels that an audience expects from a professional group. Secondly, we need to accumulate accolades, awards, reviews and all other appropriate and recognized credentials which a selection committee can use to decide which groups to invite. And yes, domestic groups should no longer pay money to participate at NABC. If you have to spend money, then spend it on your production, rent a theater space and show case your talent to your local audience. The cost of such a production will not be any more expensive than what you all spend to come to NABC to perform.  I am not saying that you should not come to NABC. Please do come, enjoy the shows from overseas performers, have fun and adda with friends and go back happy. I think the time has passed for NABC to milk the domestic performers just to give them a slot on the stage for their money.', 'NABC 2010 : The Plight of the Domestic Performers', 0, '', 'publish', 'open', 'open', '', 'nabc-2010-the-plight-of-the-domestic-performers', '', '', '2010-07-17 14:02:03', '2010-07-17 18:02:03', '', 0, 'http://nynjbengali.com/?p=500', 0, 'post', '', 2),
(513, 1, '2010-10-13 20:55:34', '2010-10-14 00:55:34', 'Durga Pratima Bisarjan - IIT Kharagpur Campus during the seventies.', 'Durga Pratima Bisarjan', 0, 'Durga Pratima Bisarjan - IIT Kharagpur Campus during the seventies.', 'inherit', 'open', 'open', '', 'photo127', '', '', '2010-10-13 20:55:34', '2010-10-14 00:55:34', '', 512, 'http://nynjbengali.com/wp-content/uploads/2010/10/photo127.jpg', 0, 'attachment', 'image/jpeg', 0),
(514, 1, '2010-10-13 21:06:07', '2010-10-14 01:06:07', 'New Jersey Durga Puja Celebrations', 'New Jersey Durga Puja Celebrations', 0, 'New Jersey Durga Puja Celebrations', 'inherit', 'open', 'open', '', 'dsc_0316', '', '', '2010-10-13 21:06:07', '2010-10-14 01:06:07', '', 512, 'http://nynjbengali.com/wp-content/uploads/2010/10/dsc_0316.jpg', 0, 'attachment', 'image/jpeg', 0),
(515, 1, '2010-10-13 21:19:22', '2010-10-14 01:19:22', '<span class="Apple-style-span" style="color: #993366; font-size: x-large;">\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 14pt; font-family: ''Monotype Corsiva''; color: #993366;">New Jersey Durga Puja Committee of Kallol</span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Cordially  invites you with your family and friends to participate in our 2010</span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 14pt; font-family: ''Monotype Corsiva''; color: #993366;">Durga Puja Celebration</span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Durga  Puja will be held on October 15, 16 &amp; 17, 2010</span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">At  the Ukranian Church and Cultural Center in Somerset, New Jersey</span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt;"></span><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"></span></p>\r\n\r\n</span>\r\n<div style="border-style: none none solid; border-bottom: 1pt solid windowtext; padding: 0in 0in 1pt;">\r\n<p class="MsoNormal" style="text-align: center; border-style: none; padding: 0in;" align="center"><strong><span style="font-size: 14pt; font-family: Verdana,sans-serif; color: #993366;">Registration  Information</span></strong></p>\r\n\r\n</div>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"></p>\r\n\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;">\r\n<p class="MsoNormal"><span style="font-size: 10pt;">Over the last several years we have had a large  increase in the number of people attending Kallol’s Durga Puja which we  are very happy about.  Unfortunately, as you know, the Ukranian Center  Hall has limited accommodation in the main hall.  We have had to  restrict entry in the main hall in the previous years in compliance with  township rules and fire codes. So like the last few years we are  introducing an online registration system to provide you with an  opportunity for pre-registration which will guarantee entry.  We may not  be able to admit you without pre-registration if we reach capacity.  Online registration will begin on September 20, 2010 at <a href="http://www.kallol.com/">http://www.kallol.com</a></span></p>\r\n\r\n</span>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span><span class="Apple-style-span" style="font-family: ''Monotype Corsiva''; font-size: 19px; color: #993366;">Suggested Donations</span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 14pt; font-family: ''Monotype Corsiva''; color: #993366;"></span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Kallol Member’s:  $60.00</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Non- Member’s: $65.00</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Student with ID:  $40.00</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Children [12-18 YRS]:  $30.00</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Children [Below 12  YRS]: Free</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Patrons: $200 includes  2 badges</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Sponsors: $500.00  includes family bagdes upto 4</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Grand Sponsors:  $1000.00 includes family bagdes upto 4 &amp; complimentary 2 nights  hotel room</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">(Reserved seating area  for Patrons, Sponsors &amp; Grand sponsors)</span></p>\r\n<p class="MsoNormal" style="text-align: center;"></p>\r\n<p class="MsoNormal"></p>\r\n\r\n<div style="border-style: none none solid; border-bottom: 1pt solid windowtext; padding: 0in 0in 1pt;">\r\n<p class="MsoNormal" style="text-align: center; border-style: none; padding: 0in;" align="center"><strong><span style="font-size: 14pt; font-family: Verdana,sans-serif; color: #993366;">Program  Schedule</span></strong></p>\r\n\r\n</div>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal" style="text-align: center;"><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Friday,  October 15, 2010</span></strong></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Mahasasthi and  Mahasaptami</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Puja:<span> </span><span> </span>2:00  p.m.<span> </span>Anjali:<span> </span>5:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Dinner:<span> </span>6:30  p.m.<span> </span>Cultural Program:<span> </span>8:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;"><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Saturday,  October 16, 2010</span></strong></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Mahaashtami &amp;  Sandhi</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Puja:<span> </span>10:30  a.m.<span> </span>Anjali:<span> </span>2:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> Dinner:<span> </span><span> </span>5:00  p.m.<span> </span>Cultural Program:<span> </span>6:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;"><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Sunday,  October 17, 2010</span></strong></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Mahanabami &amp;  Mahadashami</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Puja:<span> </span>11:00  a.m.<span> </span>Anjali:<span> </span>2:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> Dinner:<span> </span><span> </span>5:00  p.m.<span> </span>Cultural Program:<span> </span>6:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></strong></p>\r\n<p class="MsoNormal" style="text-align: center;"><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Saturday,  October 23, 2010</span></strong></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Kojagori Lakshmi Puja</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Puja: 3:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Anjali : 4:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Vijaya Sammelani &amp;  Cultural Program : </span><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: 13px;">6:30  p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"></p>\r\n<p class="MsoNormal" style="text-align: center;"><span class="Apple-style-span">Dinner : </span><span class="Apple-style-span">9:00 p.m.</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;"><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Cultural  Program Highlights*</span></strong></p>\r\n\r\n<table class="MsoNormalTable" style="border: 1px dotted #d3d3d3; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">\r\n<tbody>\r\n<tr>\r\n<td style="font-family: Arial,Verdana,sans-serif; font-size: 12px; border: 1px dotted #d3d3d3; width: 99.9pt; padding: 0in 5.4pt;" width="133" valign="top">\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Fri,  Oct 15, 2010:<strong></strong></span></p>\r\n</td>\r\n<td style="font-family: Arial,Verdana,sans-serif; font-size: 12px; border: 1px dotted #d3d3d3; width: 198.9pt; padding: 0in 5.4pt;" width="265" valign="top">\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: medium;"><span style="font-family: ''Monotype Corsiva''; color: #993366;">Parthasarathi Desikan ~ Classical Vocal</span></span><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"></span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: Arial,Verdana,sans-serif; font-size: 12px; border: 1px dotted #d3d3d3; width: 99.9pt; padding: 0in 5.4pt;" width="133" valign="top">\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Sat,  Oct 16, 2010:<strong></strong></span></p>\r\n</td>\r\n<td style="font-family: Arial,Verdana,sans-serif; font-size: 12px; border: 1px dotted #d3d3d3; width: 198.9pt; padding: 0in 5.4pt;" width="265" valign="top">\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: medium;"><span style="font-family: ''Monotype Corsiva''; color: #993366;">Jolly Mukherjee from Bolloywood and Koel  Mukherjee of Sa Re Ga Ma Pa Fame</span></span><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"></span></strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style="font-family: Arial,Verdana,sans-serif; font-size: 12px; border: 1px dotted #d3d3d3; width: 99.9pt; padding: 0in 5.4pt;" width="133" valign="top">\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Sun,  Oct 17, 2010:<strong></strong></span></p>\r\n</td>\r\n<td style="font-family: Arial,Verdana,sans-serif; font-size: 12px; border: 1px dotted #d3d3d3; width: 198.9pt; padding: 0in 5.4pt;" width="265" valign="top">\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: medium;"><span style="font-family: ''Monotype Corsiva''; color: #993366;">Anirban Dasgupta &amp; Sasha Ghosal</span></span><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"></span></strong></p>\r\n</td>\r\n</tr>\r\n</tbody></table>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">*Subject to change</span></p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal"></p>\r\n\r\n<div style="border-style: none none solid; border-bottom: 1pt solid windowtext; padding: 0in 0in 1pt;">\r\n<p class="MsoNormal" style="text-align: center; border-style: none; padding: 0in;" align="center"><strong><span style="font-size: 14pt; font-family: Verdana,sans-serif; color: #993366;">Venue &amp;  Directions</span></strong></p>\r\n\r\n</div>\r\n<p class="MsoNormal" style="text-align: center;"></p>\r\n<p class="MsoNormal" style="text-align: center;"><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Venue</span></strong></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt;">Ukranian</span><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> Cultural Center</span><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">,  135, Davidson Avenue, Somerset, NJ 08873</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;"><strong><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Directions</span></strong></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">From Interstate 287  North</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Take exit 10 (Rt. 527  / Easton Avenue)</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Go right towards Bound  Brook and turn left at the first traffic light onto Davidson Avenue</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">The Ukranian Cultural Center and  parking will be to your right</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">From Interstate 287  South</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Take exit 10 for New Brunswick / Easton Avenue</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Turn left onto Easton Avenue and  go underneath the highway I-287</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Turn left at the first  light onto Davidson Avenue</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">The Ukranian Cultural Center and  parking will be to your right</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"> </span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">From Route 18</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Take Route 18 from Rt 1  towards New Brunswick past  the Raritan River and after the bridge, make a  left at the first traffic light onto River Road</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Go to the junction of  I-287 and enter onto I-287 North</span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;">Then follow directions  from above</span></p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal"></p>\r\n<p class="MsoNormal"></p>\r\n\r\n<div style="border-style: none none solid; border-bottom: 1pt solid windowtext; padding: 0in 0in 1pt;">\r\n<p class="MsoNormal" style="text-align: center; border-style: none; padding: 0in;" align="center"><strong><span style="font-size: 14pt; font-family: Verdana,sans-serif; color: #993366;">Hotel  Information</span></strong></p>\r\n\r\n</div>\r\n<p class="MsoNormal"></p>\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n\r\n<span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt;"><span class="Apple-style-span" style="font-size: small;">Kallol of NJ’s official partner for Durga  Puja 2010 is Madison Suites Hotel. The hotel is located at about 5  minute driving distance from the venue and features spacious rooms with  microwave and refrigerators in all rooms and the rate below also  includes free continental breakfast. Follow details below to make your  reservations with the hotel directly. In order to get Kallol’s  discounted rate you will need to mention “Kallol DP 2010” during  reservations and show them a copy of your registration during check in.</span></span></p>\r\n<p class="MsoNormal" style="text-align: center;"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"> </span><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;"><a href="http://www.madisonsuitesnj.com/">Madison Suites, Somerset NJ</a></span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;">11  Cedar Grove Lane</span></span><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;">Somerset</span></span><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;">, NJ 08873</span></span><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span style="font-size: 10pt; font-family: ''Century Gothic'',sans-serif;"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><a href="http://www.madisonsuitesnj.com/"><span style="color: windowtext; text-decoration: none;">www.madisonsuitesnj.com</span></a></span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt;"><span class="Apple-style-span" style="font-size: small;"> </span></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;">Official Hotel of  Kallol’s New Jersey Durga Puja 2010</span></strong></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt;"><span class="Apple-style-span" style="font-size: small;"> </span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt;"><span class="Apple-style-span" style="font-size: small;">For reservations please call (732)  563-1000.<span> </span>Be sure to mention “KALLOL DP 2010” in order to  receive this discount.<span> </span>You can visit them on the web at<a href="http://www.madisonsuitesnj.com/">http://www.madisonsuitesnj.com</a></span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt;"><span class="Apple-style-span" style="font-size: small;"> </span></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;">Special Rates:<span> </span></span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;"> </span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;">Oct 15 &amp; 16, 2010</span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;"> </span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;">$60 + tax<span> </span>Standard  rooms</span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;">$80 + tax<span> </span>Bi-Level  Suites</span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;"> </span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;">Oct 14 &amp; 17, 2010</span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;"> </span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;">$55 + tax<span> </span>Standard  rooms</span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;">$75 + tax<span> </span>Bi-Level  Suites</span></strong></span></p>\r\n<p class="MsoNormal" style="text-align: center;" align="center"><span class="Apple-style-span" style="font-family: ''Century Gothic'',sans-serif; font-size: small;"><strong><span style="font-family: ''Century Gothic'',sans-serif;"> </span></strong></span></p>', 'Kallol Durga Puja 2010', 0, '', 'publish', 'open', 'open', '', 'kallol-durga-puja-2010', '', '', '2010-10-13 21:19:22', '2010-10-14 01:19:22', '', 0, 'http://nynjbengali.com/?p=515', 0, 'post', '', 1);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(516, 1, '2010-10-13 21:25:38', '2010-10-14 01:25:38', '<span class="style47">Garden State Cultural Association</span>\r\n<span class="style52">invites you,   your  family and friends to join                              in the celebration of\r\n</span><span class="style52"><span class="style53">DURGA PUJA</span>\r\n<strong>at </strong>\r\nPlainfield High School,\r\n950 Park Avenue, Plainfield, NJ 07060\r\n<strong>on </strong>\r\nSaturday, <strong>October 16, </strong>\r\n&amp; Sunday, <strong>October 17, 2010</strong></span>\r\n<table border="0" cellspacing="0" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td width="3%" height="51"></td>\r\n<td width="97%" align="left" valign="middle"><span class="style27"> Program Details\r\n\r\n<img src="http://www.gsca.us/durgapuja2010/images/line.jpg" alt="" width="530" height="1" />\r\n\r\n</span></td>\r\n</tr>\r\n</tbody></table>\r\n<table style="height: 1245px;" border="0" cellspacing="0" cellpadding="0" width="614">\r\n<tbody>\r\n<tr>\r\n<td width="16" height="25"></td>\r\n<td width="555" height="27"><span class="style24">Saturday,  October 16, 2010</span></td>\r\n<td width="19"></td>\r\n</tr>\r\n<tr>\r\n<td height="125"></td>\r\n<td valign="top">\r\n<p class="style28">\r\n<table class="two_side" style="height: 1233px;" border="0" cellspacing="0" cellpadding="0" width="552">\r\n<tbody>\r\n<tr>\r\n<td width="25%" height="19"></td>\r\n<td width="72%"></td>\r\n<td rowspan="13" width="3%" align="center" valign="top"></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Puja &amp;  Arati</span></td>\r\n<td><span class="style57">11:00 am to 2:00 pm </span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Pushpanjali</span></td>\r\n<td><span class="style57">2:00 pm to 3:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Prasad</span></td>\r\n<td><span class="style57">2:30 pm to 4:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Chandipath</span></td>\r\n<td><span class="style57">3:00 pm to 3:30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Dhunuchi  Dance</span></td>\r\n<td><span class="style57">3:30 pm to 4:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Dinner</span></td>\r\n<td><span class="style57">4:00 pm to 6:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Sandhi Puja</span></td>\r\n<td><span class="style57">4:30 pm to 5:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Magic Show</span></td>\r\n<td><span class="style57">5:00 pm to 6:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Cultural  Program</span></td>\r\n<td><span class="style57">6:00 pm to 11:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" height="19">\r\n<table border="0" cellspacing="0" cellpadding="0" width="550">\r\n<tbody>\r\n<tr>\r\n<td width="484" height="30"><span class="style74">Cultural Program Line-up</span></td>\r\n<td width="13" height="30"></td>\r\n<td width="53" height="30" align="right"><span class="style72"><strong>Time</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style72">Chairman’s   Speech and Introduction to Board Members </span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">6:00 PM</span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style72">Opening  Songs by  Gayatree Sharma</span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">6:15 PM</span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style76">HEAT, A   Fusion Ensemble Dance Presentation by Kalamandir , NJ </span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">6:30 PM</span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style76">Celebration  of Tagore''s 150th. Birth Anniversary – Recitations by Partha Ghosh  &amp; Gouri Ghosh, and Songs by Sounak Chattopadhyay of Kolkata.</span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">7:00 PM</span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style76">Jhinook   Mukherjee of Kolkata - Classical Dance Recital</span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">8:30 PM</span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style76"> Chandreyee  ( Bombay ) and Team of Musicians - Ghazals, Bengali and   Hindi Songs </span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">9:00 PM</span></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height="19">\r\n<table border="0" cellspacing="0" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table border="0" cellspacing="0" cellpadding="0" width="590">\r\n<tbody>\r\n<tr>\r\n<td valign="top"><span class="style46">..........................................................................................................</span><span class="style31"><img usemap="#Map6" src="http://www.gsca.us/durgapuja2010/images/readmore.png" border="0" alt="Read  More" width="100" height="30" align="absmiddle" /></span><img src="http://www.gsca.us/durgapuja2010/images/line.jpg" alt="" width="530" height="1" /></td>\r\n<td></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table border="0" cellspacing="0" cellpadding="0" width="590">\r\n<tbody>\r\n<tr>\r\n<td width="15" height="25"></td>\r\n<td width="556" height="27"><span class="style24">Sunday,  October 17, 2010</span></td>\r\n<td width="19"></td>\r\n</tr>\r\n<tr>\r\n<td height="370"></td>\r\n<td valign="top">\r\n<table class="two_side" border="0" cellspacing="0" cellpadding="0" width="100%">\r\n<tbody>\r\n<tr>\r\n<td width="43%" height="19"></td>\r\n<td width="57%"></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Puja &amp;  Arati</span></td>\r\n<td><span class="style57">11:00 am to 2:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Pushpanjali</span></td>\r\n<td><span class="style57">2:00 pm to 3:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Chandipath</span></td>\r\n<td><span class="style57">3:00 pm to 3:30 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Prasad</span></td>\r\n<td><span class="style57">2:30 pm to 3:30 pm </span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Arts &amp;  Crafts Competition</span></td>\r\n<td><span class="style57">3:00 pm Sharp</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Dinner </span></td>\r\n<td><span class="style57">4:00 pm to 6:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Baran /  Bisarjan</span></td>\r\n<td><span class="style57">4:00 pm to 5:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Arts &amp;  Craft Competition Awards</span></td>\r\n<td><span class="style57">5:30 pm to 6:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"><span class="style57">Cultural  Program</span></td>\r\n<td><span class="style57">6:00 pm to 10:00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td height="19"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan="2" height="19">\r\n<table border="0" cellspacing="0" cellpadding="0" width="550">\r\n<tbody>\r\n<tr>\r\n<td width="475" height="30"><span class="style74">Cultural Program Line-up</span></td>\r\n<td width="14" height="30"></td>\r\n<td width="61" height="30" align="right"><span class="style72"><strong>Time</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style76">Soumyen  Adhikari of Kolkata -   nostalgic Bengali and Hindi songs of  Hemanta Mukhopadhyay</span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72"> 6:00 PM</span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style76">Amra   Sabai Raja - A GSCA Production</span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">7:00 PM</span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style76">Suchismita  Das ( Bombay ) and Team of Musicians - Hindi and Bengali songs.</span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">7:30 PM</span></td>\r\n</tr>\r\n<tr>\r\n<td height="30"><span class="style76">Drama -  "Ajo Kahini" - A Hilarious  Play by Sudipta Bhawmik (Ethnomedia Group,  NJ),Directed by Pinaki Datta.</span></td>\r\n<td height="30"></td>\r\n<td height="30" align="right"><span class="style72">9 PM</span></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td height="19"></td>\r\n<td></td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n</tr>\r\n</tbody></table>\r\n</td>\r\n<td></td>\r\n</tr>\r\n</tbody></table>\r\n</p></td>\r\n</tr>\r\n</tbody></table>', 'Garden State Cultural Association Durga Puja 2010', 0, '', 'publish', 'open', 'open', '', 'garden-state-cultural-association-durga-puja-2010', '', '', '2010-10-15 16:14:44', '2010-10-15 20:14:44', '', 0, 'http://nynjbengali.com/?p=516', 0, 'post', '', 1),
(517, 1, '2010-10-18 21:42:02', '2010-10-19 01:42:02', '<h1><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong><span></span></strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong><span> <span style="color: #ff0000;"> </span></span><span style="color: #ff0000;">South Asian Women Filmmakers Reshaping Their Identities</span></strong></span></h1>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong><span> </span>9 Women Filmmakers</strong></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong><span> </span>16 Extraordinary Films</strong></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong><span> </span>From 7 Countries</strong></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong> 1 North America Premiere, 6 East Coast premieres, 4 NJ Premieres</strong></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial;"><strong>Opening Night film <em>MIRCH</em></strong></span><span style="font-size: 12pt; font-family: Arial;"><strong></strong></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-family: Arial;"><strong>A STAR-STUDDED MASTERWORK with Konkona Sen Sharma, Raima Sen,</strong></span><span style="font-size: 12pt; font-family: Arial;"><strong> Boman Irani</strong></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial;"><strong>NOT TO BE MISSED</strong></span><span style="font-size: 12pt; font-family: Arial;"></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial;"><strong>WATCH IT FOR FREE ONLY AT NJISACF</strong></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial;"><strong>Festival Centerpiece  <em>LIFE GOES ON</em></strong></span><span style="font-size: 12pt; font-family: Arial;"> </span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 12pt; font-family: Arial;"><strong> </strong></span><span style="font-family: Arial;"><strong>Memorable performances by Sharmila Tagore, Soha Ali Khan, Om Puri, Girish Karnad</strong></span><span style="font-size: 12pt; font-family: Arial;"><strong><span> </span></strong></span><span style="font-size: 12pt; font-family: Arial;"></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 12pt; font-family: Arial;"><strong> WATCH IT FOR FREE ONLY AT NJISACF</strong></span><span style="font-size: 12pt; font-family: Arial;"></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 12pt; font-family: Arial;"> </span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial;"><strong>Closing Night film<em> COOKING WITH STELLA</em></strong></span><span style="font-size: 12pt; font-family: Arial;"></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial; font-variant: small-caps;"><strong>A Delicious Comedy written by <em>DE</em></strong></span><span style="font-size: 12pt; font-family: Arial;"><strong><em>EPA MEHTA</em></strong></span><span style="font-size: 12pt; font-family: Arial;"></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-family: Arial;"><strong> A BRAVURA PERFORMANCE BY <em>SEEMA BISWAS</em></strong></span><span style="font-family: Arial;"><strong> OF THE BANDIT QUEEN FAME</strong></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial;"><strong>WATCH IT FOR FREE ONLY AT NJISACF</strong></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial;"><strong><em>YASMIN</em></strong></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: Arial;"><strong>An award-winning performance by the Emmy award winner <em>ARCHIE PANJABI</em></strong></span><span style="font-size: 12pt; font-family: Arial;"><em> (the primetime TV serial THE GOOD WIFE) </em></span></p>\r\n<p class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: center; line-height: normal;" align="center"><span style="font-size: 12pt; font-family: Arial;"><strong>WATCH IT FOR FREE ONLY AT NJISACF</strong></span><span style="font-size: 10pt; font-family: Arial;"><strong></strong></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong><span> </span></strong></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong>New Jersey Independent South Asian Cine Fest (NJISACF), 2010, </strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">is all about women; their lives, journeys and achievements. This precocious spectacle presents South Asia’s most radical, crucial and underrepresented voices. The festival features a mélange of avant-garde documentaries, mindboggling shorts and a dynamic selection of feature films that evince exuberance, resilience and imperium of the South Asian cinema. <strong>NJISACF 2010 </strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">through its dynamic ensemble of movies<strong> </strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">wants to bring to the fore, a new perspective about South Asian women in cinema, who are breaking free from the shambles of culture, religion and sexuality; these women are challenging common perceptions and converging towards an affirmation of identity and rights. </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"><strong>Quote</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">: <strong>Sakti Sengupta, Director, NJISACF</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">: “There exists a body of recent films by women filmmakers and screenwriters working in the UK, Canada, and the US, and representing South Asian communities and subjectivity in the West. It is a culturally hybrid cinema, which actively locates itself between Hollywood and Bollywood. The diasporic South Asians are not merely assimilating to their host cultures but they are also actively reshaping them through their own, new voices bringing new definitions of identity.”</span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">This year <strong>NJISACF 2010</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;"> brings a cinematic extravaganza from nine women filmmakers, with 16 features, shorts and docs from seven countries on <strong>October 29 and 30 at Big Cinemas, 1655 OAK TREE ROAD</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">, <strong>Edison, New Jersey</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">. For more information visit: <strong><a href="http://njisacf.org">www.NJISACF.org</a>.</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;"><sup></sup></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">On Friday October 29, the festival opens with the <strong>New Jersey premiere</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;"> of the new yet-to-be-released film <span style="color: black;"><strong>“Mirch”</strong></span><span style="color: black;">, a masterwork and collage of four short stories about women''s empowerment and rights, and gender equality starring Indian heartthrobs <strong>Konkona Sen Sharma</strong></span><span style="color: black;"> and <strong>Raima Sen</strong></span><span style="color: black;">.</span><span style="color: red;"></span></span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">Come join us also on Saturday October 30, as we showcase the New Jersey premiere of yet another unreleased film <strong>“Life Goes On”</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;"> starring <strong>Sharmila <span style="color: black;">Tagore</span></strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"> (Satyajit Ray’s much-celebrated heroine from the Apu Trilogy), East Coast premiere of <strong>“Cooking with Stella” </strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">co-scripted by the Oscar-nominated (for her film “Water”) Canadian woman filmmaker <strong>Deepa Mehta, </strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">and<strong> “Yasmin”</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">, where <strong>Archie Panjabi</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"> (Emmy Award winning actress from the primetime series <strong>The Good Wife</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">) shows what it’s like being a Muslim and an Asian woman in a post 9/11 world, and documentaries like<strong> “Beyond Women’s Stereotypes”</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"> featuring Booker Prize winning author of <em>GODS OF SMALLL THINGS</em></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"> <span> </span><strong>Arundhati Roy</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;">, <strong>“Dishonored”</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"> the heart-rending story of the gang-raped Pakistani woman <strong>Mukhtar Mai</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: black;"> (she won the Woman of the Year Glamour magazine award in 2005).</span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;; color: red;"></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">Where thought leaders, filmmakers, film personalities and scholars meet, exchange of ground breaking discussions ensue. <strong>NJISACF 2010</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;"> will host two panel discussions; <strong>Changing Representations of Women in South Asian Cinema</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">, and <strong>South Asian Women reshaping their identity: A discussion on South Asian diasporic women filmmakers</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">, along with Q &amp; A sessions after each film screening. </span></p>\r\n<p class="MsoNormal"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">Women filmmakers, and especially, South Asian women filmmakers, from South Asia and the South Asian Diaspora, are one of the most under-represented in the history of cinema, at film festivals and at all other exhibition venues. Women’s film festivals are only about 2% of more than 5,000 film festivals held in North America. And, how many South Asian Women’s film festivals are there in North America? We counted about 3 only! </span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">The <strong>NJISACF</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;"> is presented by the <strong>Asian American Film and theater Project</strong></span><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">, a 501(c)(3) tax exempt non-profit arts organization. The organization promotes and recognizes the talents of the new, the established, the underrepresented, the best and the brightest Independent South Asian filmmakers from across the globe.</span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">Pls contact:</span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">Sakti Sengupta (Festival Director)</span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><a href="mailto:asamfilmtheater@yahoo.com"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">asamfilmtheater@yahoo.com</span></a><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;"></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">732-310-0236</span></p>\r\n\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">OR\r\n<!--[if !supportLineBreakNewLine]-->\r\n<!--[endif]--></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">Neha Mahajan (Marketing Co-ordinator)</span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt;"><a href="mailto:nehamaha@gmail.com"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">nehamaha@gmail.com</span></a><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;"></span></p>\r\n<p class="MsoNormal" style="margin-top: 12pt; text-align: center;"><span style="font-size: 10pt; font-family: &quot;Trebuchet MS&quot;;">732-500-8844</span></p>\r\n\r\n<!--EndFragment-->', 'NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities', 0, '', 'publish', 'open', 'open', '', 'njisacf-2010-south-asian-women-filmmakers-reshaping-their-identities', '', '', '2010-10-18 21:42:02', '2010-10-19 01:42:02', '', 0, 'http://nynjbengali.com/?p=517', 0, 'post', '', 1),
(518, 1, '2010-10-20 14:22:30', '2010-10-20 18:22:30', '', 'gayatri-gamarsh-poet.jpg', 0, '', 'inherit', 'open', 'open', '', 'gayatri-gamarsh-poetjpg', '', '', '2010-10-20 14:22:30', '2010-10-20 18:22:30', '', 520, 'http://nynjbengali.com/wp-content/uploads/2010/10/gayatri-gamarsh-poet.jpg', 0, 'attachment', 'image/jpeg', 0),
(519, 1, '2010-10-20 14:22:31', '2010-10-20 18:22:31', '', 'gayatri-gamarsh-poet-thumb.jpg', 0, '', 'inherit', 'open', 'open', '', 'gayatri-gamarsh-poet-thumbjpg', '', '', '2010-10-20 14:22:31', '2010-10-20 18:22:31', '', 520, 'http://nynjbengali.com/wp-content/uploads/2010/10/gayatri-gamarsh-poet-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(520, 1, '2010-10-20 14:22:33', '2010-10-20 18:22:33', '<p>by Pronoy Chatterjee</p>  <p><a href="http://nynjbengali.com/wp-content/uploads/2010/10/gayatri-gamarsh-poet.jpg" rel="thumbnail"><img title="gayatri_gamarsh_poet" style="border-right: 0px; border-top: 0px; display: inline; margin: 10px 10px 5px 5px; border-left: 0px; border-bottom: 0px" height="166" alt="gayatri_gamarsh_poet" src="http://nynjbengali.com/wp-content/uploads/2010/10/gayatri-gamarsh-poet-thumb.jpg" width="193" align="left" border="0" /></a> Gayatri Memorial Awards have been established by <b>Ananda Mandir (Somerset, NJ)</b> to recognize authors who have demonstrated excellence in writing through their published essays, poems, short stories or plays. The awards have been made possible through a significant contribution from Jerry GaMarsh, husband of late Gayatri GaMarsh. Gayatri was an accomplished author and artist – and a key member of the editorial team of Ananda Sangbad and Anandalipi, publications of Ananda Mandir. The Gayatri Award is administered through the Awards &amp; Recognition Subcommittee of Ananda Mandir.</p>  <p>Two cash awards will be given each year to recognize outstanding works published in North America-based literary magazines within the last five years. One award will be given to an author of Bengali works, and another will be given to an author in English. Each award will consist of $400 in cash and a certificate. </p> \n<!--more-->\n  <p></p>  <p>An author may nominate himself/herself -- or may be nominated by third parties (using the Nomination Form shown below). The nomination must be supported by photocopies of two (and only two) essays, poems, short stories or plays published in North America-based Bengali or English magazines. The two supporting publications can be of the same type or of different types (eg. one poem and one short story). Unpublished works of literature will not be accepted. Full publication references must be submitted for the articles submitted with each nomination. Articles published in magazines outside of North America will not be considered. </p>  <p>Nominated authors must be 18 years or older. Each of their published articles (prose or poems), submitted with their nominations, should be relatively short (no more than 5 or 6 printed pages in length). </p>  <p>Nominations should include short biographies of the authors. Judging, however, will be based primarily on the two supporting publications. Judges'' decisions will be final.</p>  <p>Members of the Awards &amp; Recognition Subcommittee and the judges cannot submit nominations for themselves nor can they be nominated by third parties.</p>  <p>Deadline for nominations (with supporting documents) for the 2010 awards: March 31, 2011. Awards will be announced and presented in Fall, 2011.</p>  <p><b>Please send nominations (with supporting documents) to</b></p>  <p><b>Pronoy Chatterjee</b></p>  <p><b>6 Marcin Court</b></p>  <p><b>Spotswood, NJ 08884</b></p>  <p>In case of questions, contact Pronoy Chatterjee (<a href="mailto:pkc_usa@yahoo.com">pkc_usa@yahoo.com</a>) or Debajyoti Chatterji (<a href="mailto:debsmee@comcast.net">debsmee@comcast.net</a>) </p>  <p><b></b></p>  <p><b></b></p>  <p><b></b></p>  <p><b></b></p>  <h3>NOMINATION FORM FOR </h3>  <p><b>GAYATRI GAMARSH MEMORIAL AWARDS</b></p>  <p><b></b></p>  <ol>   <li>Full Name of Author Being Nominated: _______________________________ </li> </ol>  <p>2. Is the Nominated Author 18 Years of Age or Older? (If no, please do not submit the nomination) ______________________________________________________</p>  <ol start="start">   <li>Full Address of the Nominated Author: _________________________________ </li> </ol>  <p>_________________________________________________________________ </p>  <p>_________________________________________________________________</p>  <ol start="start">   <li>Phone Number of the Nominated Author: _______________________________ </li> </ol>  <ol start="start">   <li>Email Address of the Nominated Author: ________________________________ </li> </ol>  <ol start="start">   <li>If the nomination is being submitted by a third party, please provide the full name and contact details of the third party. Also, please confirm that you have the author’s approval to submit the nomination on his behalf. __________________ </li> </ol>  <p>_________________________________________________________________ </p>  <p>_________________________________________________________________</p>  <ol start="start">   <li>Please attach a short (one page maximum) biography of the author, highlighting the author’s literary interests and accomplishments. </li> </ol>  <ol start="start">   <li>Please attach PHOTOCOPIES of TWO (AND ONLY TWO) of the author’s works of literature. For each work, PROVIDE FULL PUBLICATION DETAILS (name of magazine, publisher’s name/address, and date/year of publication). </li> </ol>  <ol start="start">   <li>Nominating Person’s Statement: “I have read the terms and conditions of the Gayatri Award and agree to abide by them.” </li> </ol>  <ol start="start">   <li>Signature of the Author/Nominating Party: _____________________________ </li> </ol>', 'Gayatri GaMarsh Memorial Awards For Literary Excellence', 0, '', 'publish', 'open', 'open', '', 'gayatri-gamarsh-memorial-awards-for-literary-excellence', '', '', '2010-10-20 14:22:33', '2010-10-20 18:22:33', '', 0, 'http://nynjbengali.com/archives/520', 0, 'post', '', 0),
(521, 1, '2010-10-20 15:19:31', '2010-10-20 19:19:31', '', 'dsc-0770.jpg', 0, '', 'inherit', 'open', 'open', '', 'dsc-0770jpg', '', '', '2010-10-20 15:19:31', '2010-10-20 19:19:31', '', 523, 'http://nynjbengali.com/wp-content/uploads/2010/10/dsc-0770.jpg', 0, 'attachment', 'image/jpeg', 0),
(522, 1, '2010-10-20 15:19:32', '2010-10-20 19:19:32', '', 'dsc-0770-thumb.jpg', 0, '', 'inherit', 'open', 'open', '', 'dsc-0770-thumbjpg', '', '', '2010-10-20 15:19:32', '2010-10-20 19:19:32', '', 523, 'http://nynjbengali.com/wp-content/uploads/2010/10/dsc-0770-thumb.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 1, '2010-10-20 15:19:33', '2010-10-20 19:19:33', '<h2><strong>by Sharmila Sen</strong></h2>  <p><a href="http://nynjbengali.com/wp-content/uploads/2010/10/dsc-0770.jpg" rel="thumbnail"><img title="DSC_0770" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 0px; border-right-width: 0px" height="201" alt="DSC_0770" src="http://nynjbengali.com/wp-content/uploads/2010/10/dsc-0770-thumb.jpg" width="244" align="left" border="0" /></a> This year Kallol celebrated Durga Pujo with a new committee and with a class structure. Unfortunately, some of the enforcers of this class system had none of their own. As one long time member expressed disappointedly, “Green tag gulo holo citizender jonno aar aamra bakira holam bratyo.” Life members, other members, and those who attend the Pujo celebrations at Kallol regularly, were treated with disdain and contempt, if they had not paid up for the venerable “green card.” One attendee asked, “Amaar $150er kono daam nei?” There was no answer.</p> \n<!--more-->\n  <p></p>  <p>In addition to this, several rows in the front were cordoned off with yellow “caution” tape - “caution” to the plebeians to stay away from the elite. One woman dared to cross over to wish a friend “Subho Bijoya” and was halted peremptorily, “Odike keno jachchen? Apnar odike jaorar katha na.” Interestingly, as this woman’s badge was in her purse, this volunteer only needed his perception of status (Or was this caused by gender?) to justify his insolence.</p>  <p>Interestingly, about 1/4 of these privileged rows, except for the very first row on the left, were mostly occupied by orange cardholders, not the color de rigueur! About 1/2 the seats in the orange section, bespoke of ownership with strewn shawls, bits of paper and brochures. An interesting note: most of the vacant seats in both the elite section and the orange section went unclaimed through the 3 days of celebration, despite the yellow tape and the visual claims of ownership!</p>  <p>The indignity of being tagged “orange,” was intensified by the fact that, in conjunction with the yellow cautionary tape, orange signified, “Danger! Be careful of these unimportant people!” In addition, the lighting system was placed in the midst of the outcasts, after the elite seats. Three chairs marked off the lighting system, three chairs that went unoccupied as the light man stood erect the entire time, fiddling with the various knobs as a child would with a new toy and aiming the lights at all and sundry, frequently missing the real subject. The fact that he was not transparent and clearly obstructed most of the people behind him did not seem to concern him as he obstreperously defied all requests to sit down. </p>  <p>The last night of celebration at Kallol has been, for the last few years, one of greeting, contemplation, and classical music. This year the penultimate program was one of songs and sarode. As the artists on the stage announced their last presentation, one of Kallol’s volunteers shooed them off the stage, dismissing requests and protests from the audience. Even the boos from the audience, both citizens and non, did not pause the proclamation, “We are running late and there’s another program.”</p>  <p>Several people complained about the rude, crude, and obnoxious behavior on display through out the festivities. Most of the complainants were either women or visiting parents. While the former group is not unexpected, as other women, in other contexts, have spoken about the misogyny that infests Kallol, the revelation from the latter came as a surprise. It is worthy to note at this point that it was Durga who was being celebrated, the Sacred Feminine, Shakti. To borrow loosely from a noted writer, oh, how the borders of our belief of a celebration shrank back in the hands of a few of Kallol’s officious officials! As someone remarked sadly, “Kollol’e beno jol dhuke geche onek, etai dukher byapar.”</p>  <p>The bottom line is some of us were deliberately slighted, insulted, and mistreated. What a nice way to mark bangalider shrestho celebration!</p>  <p><strong>NOTE: OPINIONS EXPRESSED IN THIS ARTICLE ARE THOSE OF THE AUTHOR ONLY. </strong></p>', 'Aamaader Durga Pujo', 0, '', 'publish', 'open', 'open', '', 'aamaader-durga-pujo', '', '', '2010-10-20 15:19:33', '2010-10-20 19:19:33', '', 0, 'http://nynjbengali.com/archives/523', 0, 'post', '', 1),
(524, 1, '2010-10-20 17:33:50', '2010-10-20 21:33:50', '<div>\r\n<h2><strong>by Brinda Guha</strong></h2>\r\n</div>\r\n<div><a href="http://nynjbengali.com/wp-content/uploads/2009/05/kathak-kalamandir.jpg"><img class="alignleft size-medium wp-image-355" style="float: left; margin: 5px;" title="kathak-kalamandir" src="http://nynjbengali.com/wp-content/uploads/2009/05/kathak-kalamandir.jpg" alt="Kathak by Kalamandir Students" width="386" height="221" /></a>Durga Puja is one of the most beloved times in our community - every year we get together, tempted to see all the people we haven''t seen in recent months, sometimes even years. I still remember coming to Puja since I was 4 and 5 years old, hoping to see all the Mashi''s and Kaku''s, finding every corner of the Ukrainian Center with friends to find the perfect place to play games. Then being rushed out by my parents to make sure I gave anjali, even though I had no clue what it was -- I knew it made my folks feel good to know that they were giving me their blessings for another prosperous year. It was by far the most exciting time for the entire Indian community that I called "my sphere".</div>\r\n<div>Over the years, it''s slowly been slipping away. <!--more--></div>\r\n<div>As a young dance student in the community, I always looked forward to dancing at Kallol Durga Puja. I still enjoy it. We performed on Friday of Durga Puja this year, with my new dance company KALAMANDIR, and our fellow dancers and our director couldn''t be more grateful and happy about the opportunity. We were invited to perform a few selections from our most current repertoire. However, I can''t say the feelings were the same for all of the community-inspired groups at Kallol Durga Puja 2010.</div>\r\n<div>I was thoroughly and completely disgusted by the behavior of the cultural committee with one specific evening, Sunday evening, and I''d be cheating myself if I didn''t bring this situation to the light, at least to make my feelings heard (however accepted or not accepted). The people I was with, including MANY other people in the audience, were hoping to see Zafar Billah''s musical program come to its intended finish until the Kallol representatives entered the stage, mid-narration by the singers, and hurried them to get off for the next program. The excuse that was given was that the Ukrainian Center had to be vacated before 11pm -- nevermind the fact that a commercial act finished the evening off at 11:40pm, as per the time on the clock when people were ready to leave. Zafar Billah, Renee Dutta, Purba Mukherjee, Anirban Dasgupta, and Dibarkya Chatterjee were performing and coming to the conclusion of their performance, with Dutta even saying "This will be our last number", and still there were on-stage representatives shooing them off. It was unprofessional, extremely rude, and completely uncalled for. Not only are Dasgupta and Chatterjee professional musicians who put in a lot of time, traveled from a far distance and delivered an excellent performance, but our very own extremely talented community artists - Billah, Dutta, and Mukherjee - put in the same amount of time to bring their program together. As a dancer and eternal student of the arts, I am frankly appalled. Every show that we (as art-lovers) commit to involves traveling, rehearsal space rental, and time away from our friends and family. Each show that is performed involves a certain thought process, a certain agenda, to speak to the audience in a personal way, in our way. I mean, isn''t that what performing for the community is about? Its how we cultivate the special attention, love and support from the years into our performance that we present, and it made me completely sick to see our very own, someone I consider my inspirational "didi", Renee Dutta, be cut off in the middle of her sentence in the middle of her show! Especially considering the fact that it wasn''t their program that was running late, but it was Kallol''s lineup that was pushed back. A much classier way to deal with the situation (because I do believe that it was pressing and understandbly hard to manage) would have been to come speak to one of the artists BETWEEN songs and ask them nicely to wrap it up because they were running short of time. Personally, I know that the artists involved in that program were traveling from central Jersey to Manhattan multiple times a week to rent studio time in Midtown Manhattan for the successful collaboration, and it''s so strange that the people who are in charge of putting on a cultural lineup are not sensitive the amount of commitment shown by the artists.</div>\r\n<div>I am, by no means, saying that Kallol Durga Puja wasn''t successful. I am extremely happy with the tender care given towards our dance company (by the cultural committee themselves) to perform in a prime slot of the lineup on Friday evening. I thought there were many aspects of Durga Puja that were even better this year than previous years because of the organizing capabilities of the new administrators. And most of all, I will always be grateful, on a personal level, for all the love and support shown by my community for my new endeavors and dreams.  But I cannot stay quiet to such insensitivity to our fellow artists. When Kallol members and non-members pay a hefty amount to celebrate Puja with their family and friends, we expect the intended lineup, not a complete disregard of the work put in to making the best show possible.</div>\r\n<div>I noticed that there may be a few things Kallol could think about when running the next big Durga Puja celebration, at least in my opinion. When performing the following night (Saturday) at Garden State Cultural Association, I noticed many aspects of their program that made it easier for the artists and the audience to enjoy the artistic lineup of performances. The main aspect was the venue: it was in a school where there was an isolated auditorium for people to enjoy the performances. The kids were running around playing, but outside of the performance space, not disturbing audience members. The food and idols were set up in a separate spot for people to engage in proper "adda", the good stuff we all look forward to when going to Durga Puja. There was a magic show for all the kids to participate in right before the cultural show for the evening, giving the children an opportunity to spend some of their pent-up energy. Maybe we can all learn from that and find a way to improve the setting for Kallol Durga Puja for years to come.</div>\r\n<div>The only reason I''m writing is because Kallol is my home and has always been so. If it wasn''t for Kallol, I might not have been able to take dance as seriously as I take it now. I am grateful for that. But if we cannot learn from these past mistakes, we cannot improve, and we will lose people''s loyalty and appreciation, slowly but surely. I hope it doesn''t come to that.</div>\r\n<div>\r\n</div>\r\n<div><strong>NOTE: OPINIONS EXPRESSED IN THIS ARTICLE ARE THOSE OF THE AUTHOR ONLY.</strong></div>', 'My sphere, My Community, My Durga Puja ', 0, '', 'publish', 'open', 'open', '', 'my-sphere-my-community-my-durga-puja', '', '', '2010-10-20 17:33:50', '2010-10-20 21:33:50', '', 0, 'http://nynjbengali.com/?p=524', 0, 'post', '', 5),
(525, 1, '2010-10-29 09:03:49', '2010-10-29 13:03:49', 'All Free Screenings\r\n\r\nSeats are available\r\n\r\nMeet Seema Biswas in person\r\n\r\nDetails at www.NJISACF.org\r\n\r\nWatch 16 films from 7 countries by 9 women filmmakers\r\n\r\nOpening night film MIRCH starring Konkona Sen Sharma, Raima Sen, Boman Irani on October 29th at 8:00 PM\r\n\r\nFestival Centerpiece LIFE GOES ON starring Sharmila Tagore, Soha Ali Khan, Om\r\nPuri and Girish Karnad on October 30th at 2:15 PM\r\n\r\nClosing night film COOKING WITH STELLA starring Seema Biswas co-written by\r\nDeepa Mehta on October 30th at 8:20 PM.\r\n\r\nYASMIN starring Emmy award-winning Archie Panjabi on October 30th at\r\nNoon', 'NJISACF 2010 Seats Available', 0, '', 'publish', 'open', 'open', '', 'njisacf-2010-seats-available', '', '', '2010-10-29 09:03:49', '2010-10-29 13:03:49', '', 0, 'http://nynjbengali.com/?p=525', 0, 'post', '', 0),
(526, 1, '2010-11-10 22:26:52', '2010-11-11 02:26:52', 'Raag-Rang presents a magical afternoon of instrumental music by\r\nShree  <span class="il">Anirban</span> Dasgupta (Sarod), son &amp; disciple of  renowned Sarod maestro Pt Buddhadev Dasgupta.\r\nShree Amod Dandawate  will accompany him on tabla.\r\nThere will be a short vocal recital by a talented young artist Shree  Chinmay Paranjape.\r\n\r\nDate-4th December.\r\nTime- 3:30pm --6pm.\r\nVenue: Universal Unitarian  Congregation of Princeton (Fahs Theater)\r\n50 Cherry Hill Road,  Princeton, NJ 08540\r\n\r\nAdmission: Non Members: $20 (Kids between 5  to10 Years $10)\r\nRaagRang Members: $15 (Kids between 5 to 10 Years $7)\r\nFor details  Contact: 908-429-1120,609-890-4890,908-240-8289.\r\n<div id=":z6">RSVP will be  appreciated.\r\nEmail: <a href="mailto:bhawmikm@gmail.com" target="_blank">bhawmikm@gmail.com</a>, <a href="mailto:mayuresh.khare@gmail.com" target="_blank">mayuresh.khare@gmail.com</a>,  <a href="mailto:devang42@yahoo.com" target="_blank">devang42@yahoo.com</a></div>', 'Raag-Rang Presents Anirban Dasgupta on Sarod', 0, '', 'publish', 'open', 'open', '', 'raag-rang-presents-anirban-dasgupta-on-sarod', '', '', '2010-11-10 22:29:57', '2010-11-11 02:29:57', '', 0, 'http://nynjbengali.com/?p=526', 0, 'post', '', 0),
(527, 1, '2010-11-15 23:37:24', '2010-11-16 03:37:24', 'Friday, Nov 19, 2010 8.00pm\r\n\r\nSahitya - o - Alochona at Ananda Mandir to feature\r\n\r\n"Probashe Natoker Boshe"\r\n\r\nA discussion on Bengali Diaspora Theatre.\r\n\r\nThe discussion will be led by Sudipta Bhawmik and will delve into the issues of why, how and what of Bengali theatre in USA. We will trace the history and talk about the latest trends of our theatre.\r\n\r\nAll are welcome.', '"Probashe Natoker Boshe" - A Discussion on Bengali Diaspora Theatre  ', 0, '', 'publish', 'open', 'open', '', 'probashe-natoker-boshe-a-discussion-on-bengali-diaspora-theatre', '', '', '2010-11-15 23:37:24', '2010-11-16 03:37:24', '', 0, 'http://nynjbengali.com/?p=527', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(528, 1, '2010-12-01 00:46:58', '2010-12-01 04:46:58', '<h2><strong>by Amitava Sen</strong></h2>\r\nMy Sales Manager came running to my office. “What’s my Good Name?” he asked urgently. I did not understand his question. Indeed, I liked his name.  I did not think it was a bad name and how was I supposed to know whether he had a better name? Honestly I did not care what his name was. Did Shakespeare not write somewhere that a rose smells the same despite the name you call it by?   Richard Schwartz, my sales manager explained that there was a call from an Indian company who was interested in our filtration product.  Richard was loath to give an incorrect answer and lose the prospect of an order for the product simply because his parents neglected to give him a better name.  Suddenly it dawned on me that this man from India was asking for his Subh Naam, which translated, to Good Name.<!--more-->\r\n\r\n“Go and tell him your name is, Richard Schwartz and I will explain the whole thing to you later.” I advised my sales manager.\r\nWe, Bengalees usually do not use this term “Subh Naam,” literally translated, it means Auspicious Name. In some parts of India it is considered rude to ask anyone the names in his face; to sound polite people ask for “Good Name.”\r\n\r\nThat was decades ago. I had almost forgotten the term Good Name.  So I was somewhat taken aback when I heard some one calling me from behind one day as I was taking a stroll in the neighborhood. “What’s your Good Name Sir?  I am Sam.”  As I turned around I saw him.  It was rather difficult for me to accept an Indian man long past his prime years just as Sam; it sounded incongruous. The name did not fit him at all.\r\nI introduced myself and asked, “So what’s YOUR good name?”\r\n“I am B.K. Somasundaram Allepei Chellum.” I chose not to ask him to elaborate on B.K. I was a little embarrassed that I myself did not even have one middle name.  “Glad to know you Mr.Chellum” I said.  It turns out that Chellum is not his last name either, he is really Mr.Chettier; Chettier is his family name.\r\n“My son does not want me to tell people my real name, he kind of rechristened me.  He thinks Sam is more acceptable in this country”\r\n“I have no problem calling you Somasundaram, if you let me.”\r\n“So, you’re a Bengali, my daughter-in-law is also a Bengali. Won’t you come inside? Please do.” He almost begged.\r\nI have not known this man but I have seen him walking in the neighborhood with a woman, who I assume is his wife and a dog on a leash. Even with my limited knowledge of dogs, this dog was unmistakably a Rottweiler or some such frightening species.  I was not particularly keen on going close to a person with a Rottweiler and the dog did not appear to be overly friendly. But the couple looked at me every time I saw them from my driveway while they were walking the street in front of my house expecting to introduce them to me.  I ignored them.\r\nBut finally I am trapped; I have no choice now.  This man was insisting that I should come in, and now that he has announced that his daughter in law is a Bengali, he feels I have an obligation to befriend him.\r\nInside the house, his wife was feeding his infant grandson and was genuinely happy to see me.\r\nI looked around and asked with trepidation “Your dog?”\r\n“Sundays my son and his wife take the dog to the park in the afternoon for walk and play” he replied and then added that they would be back soon.\r\n“I have to leave sooner,” I told myself.\r\nA few days later the doorbell rang and I instantly knew who it would be. Sure enough Mr. and Mrs. Chettier were there with a distressed look writ large over their faces.  After sitting down on my couch they got straight to the point. Can I help them to purchase two tickets to India? They have been here for the past seven years when their first grandchild, a son, was born. After he grew up, his son and the daughter-in-law decided to have another baby and they insisted that their parents stay longer. They were stuck. Meanwhile they have only been to India once, two years ago.\r\nAny time they had expressed their desire to go back to India, his son became depressed and begged them to stay another year.  If they go back it will be the end of the daughter in law’s career and their American dream would fall by the wayside. His wife does not trust day care or a baby sitter and besides his son argues; he is the only child of Mr. and Mrs. Chettier, they should stay with their son, at least for some time.\r\nThe father explained that without their son’s acquiescence and cooperation they could not return to India.\r\nFurthermore Mr. Chettier would not want to hurt his son’s feelings. It was in fact Mrs. Chettier’s insistence that brought them to me.\r\nMrs. Chettier became hysterical and started crying.  She never cooked or washed dishes while she lived in India. Here in America she cleans, cooks, does dishes and laundry and baby-sits all day.\r\n“That’s not really true,” the husband protested, “My son tells you repeatedly to leave all household chores for them,” Only asks that his parents walk the dog and look after the children.\r\n“How can I do that? It is easily said than done? Being a woman I cannot stand to see all the work piling up and left for the weekend. After all, my son will end up doing most of the chores.” Mrs. Chettier said between her tears. “And I can not live my life in my own way here; my daughter in law even objects to my using water after going to the bathroom”  She is ashamed of the sight of a water jug in the bathroom that her friends may visit sometime.\r\nMr. Chettier assured me that he does not need any monetary help from me; they have saved enough money for their passage.  Having lived here for seven years, they have green cards; they receive Medicaid and SSI money from the government.  His son does not let them spend any of their savings.\r\nMr. Chettier would stay longer, if he had a choice, but he was afraid that his wife would breakdown soon emotionally.\r\nAfter listening to them, I realized that I was quite familiar with this very situation; I heard it all before. One of my friend’s mother in law similarly escaped with the help of a neighbor. I heard that she died shortly after reaching Calcutta.\r\nI really had sympathy for Mrs.Chettier’s situation, but I declined; I was afraid of any legal situation arising out of my action.  I explained it to them and Mr. Chettier readily understood.\r\nSince this time, we became quite friendly and we would talk whenever we passed each other in the neighborhood. Two or three months passed, and I realized that I did not see them for a week, may be two.  I stopped by their house the following weekend and rang the bell. The son, whom I had seen a few times, but was never introduced to, answered the door.\r\nHis parents departed for India a few weeks earlier.\r\nI did not ask how or why. The news relieved my conscience and made my day.\r\nI kept thinking about how commonplace this situation is for so many of my Bengali friends, whose parents, particularly for the widowed mother who lived with them.  To put it harshly many of them are virtually prisoners in this country in their children’s home where in most situations husband and wife both work outside of the homes during the day.  It is true that in most cases they are not really treated badly by their children or the children’s spouses.  The grand mother is left behind to take care of children all day or at least for the time after the children come back from school.  During the school hours the lives for the grandparents are more depressing and lonely.\r\nWhen the grandma is home, her children expect their food will be ready when they return from work, so she cooks, washes dishes and does laundry. It is not that her children impose the chores on her, she does it voluntarily, and at least that is what she would like to think.  If she is the wife’s mother she talks to her daughter when the daughter comes back from work, but refrains from talking too much as she is afraid of intruding into the time between her daughter and her husband.  If she happens to be son’s mother, the communication is not as open with the daughter in law and her son is usually on computer doing his stuff.\r\nThe grandparents do not drive; they look forward to the weekends when they may be lucky to see the outside world for a while.  But their children’s dinner invitations or a necessary visit to Home Depot interferes with the plan of taking grandparents out or limits it to a supermarket visit.\r\nParents are often invited to the weekend dinners, but they do not always fit in amongst their children’s friends.  When they join the parties, they look for another set of parents, if they can find one.  Curiously, the age is not a factor in this class divide.  Being the parents of the first generation and having come here at late age, they are just considered seniors, to be called Kakus and Meshomasais while some among us who are their contemporary or even older are addressed as Dadas. Sometimes it is obvious from their demeanor that either the husband or the wife is not quite pleased with the situation where they have to carry each other’s in laws as an appendage to every party. And that makes the parents feel uneasy, if not unwelcome.\r\nShorter stay limited to a few months by a grandmother during a childbirth is not a breeze either.  In addition to caring for the newborn, there is the cooking and all the other daily chores and of course there are sleepless nights. With helps galore most of these grandmothers are accustomed to an easy and comfortable, if not lazy life back home in India for many years. In an existential world the mothers from India have no option, they just can not say no to their children’s call for help. But it turns out to be a torturous adjustment to make at this stage of life.\r\nThere is a difference between circumstances of the mothers who are here for  a single child birth and plight of many other women who are compelled by circumstances or have made a choice of moving to and living with their children in America. For the former there is light at the end of the tunnel with a looming escape in sight. Sometimes though, it may turn out to be a temporary parole till the next child is due.', 'Mothers on Call', 0, '', 'publish', 'open', 'open', '', 'mothers-on-call', '', '', '2010-12-01 00:46:58', '2010-12-01 04:46:58', '', 0, 'http://nynjbengali.com/?p=528', 0, 'post', '', 0),
(529, 1, '2010-12-01 19:22:05', '2010-12-01 23:22:05', '<a href="http://nynjbengali.com/wp-content/uploads/2010/12/shabana_azmi.jpg"><img class="alignleft size-medium wp-image-530" style="border: 2px solid black; float: left; margin: 5px;" title="Shabana Azmi" src="http://nynjbengali.com/wp-content/uploads/2010/12/shabana_azmi.jpg" alt="Shabana Azmi in Broken Images" /></a>Recently I had the opportunity to watch the play "Broken Images" written by Girish Karnad, directed by Alyque Padamsee and performed by the famous film and stage actor Ms. Shabana Azmi.  Girish Karnad is one of the foremost playwrights of modern India, hence any play from him raises expectations.  "Broken Images" is certainly not one of his best plays although it did make its point quite strongly. It tells the story of the confessions of a mediocre Hindi writer who has become an internationally acclaimed English language celebrity author through deceit.  It also tells that the image we often create to impress the outer world gets shattered inside when it is not projected in the light of truth. <!--more-->The play being directed by the veteran theater persona Alyque Padamsee, adds another dimension to it. But the strongest attraction for most theater goers was to see Shabana Azmi on stage.  The North Brunswick High School auditorium (in New Jersey) was packed with her cheerful fans, although they had to wait well past the show time in long lines outside the theater.  And it seemed they were not disappointed.  They got to see their favorite actress not only in person, but also on screen.  It was Shabana acting on stage with Shabana on a big screen television mounted on stage.  It was a bit tricky act to perform, especially when she had to synchronize not only the timing of her dialogues, but also her position on stage to match the eye movement of the character on screen.  It kind of restricted her freedom on stage in many ways. But the major problem came not from the timing or blocking, but from the difference in the two media. Acting on television differs greatly from the the acting styles on stage. The big close up of Shabana on a big screen TV on stage carried subtle nuances and facial expressions which Shabana on stage had to compensate with her physical movements. This caused a discord in acting styles which was a bit discomforting to me. The technique looked more gimmicky rather than an absolute necessity. In many one person shows, the actor often has to play multiple roles and the audience accepts the illusion quite happily. If the play demands another character on stage, I''d think it is better to use another actor rather than use some convoluted technique like that used in this production.  Ms. Azmi is a powerful actor and I am quite convinced that she could have handled both the characters on stage with equal ease.  Maybe Mr. Padamsee can think of this play in a more conventional way and deal with the challenge without taking recourse to modern technology.', 'Shabana''s Broken Images ', 0, '', 'publish', 'open', 'open', '', 'shabanas-broken-images', '', '', '2010-12-01 19:22:05', '2010-12-01 23:22:05', '', 0, 'http://nynjbengali.com/?p=529', 0, 'post', '', 1),
(530, 1, '2010-12-01 19:18:48', '2010-12-01 23:18:48', 'Shabana Azmi in Broken Images', 'Shabana Azmi', 0, 'Shabana Azmi in Broken Images', 'inherit', 'open', 'open', '', 'shabana_azmi', '', '', '2010-12-01 19:18:48', '2010-12-01 23:18:48', '', 529, 'http://nynjbengali.com/wp-content/uploads/2010/12/shabana_azmi.jpg', 0, 'attachment', 'image/jpeg', 0),
(531, 1, '2010-12-08 19:55:34', '2010-12-08 23:55:34', '<a href="http://nynjbengali.com/wp-content/uploads/2010/12/kaachher-manush.jpg"><img class="alignleft size-medium wp-image-532" style="float: left; margin: 4px;" title="Kaachher Manush" src="http://nynjbengali.com/wp-content/uploads/2010/12/kaachher-manush.jpg" alt="Kaachher Manush" /></a><span style="font-size: 11pt; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; font-family: Arial; color: #000000;">Whenever I go to Kolkata,  I make it a point to see as many theaters as possible within the short  breaks that I can manage from the hectic schedule. This summer too I had  the opportunity of watching two plays in Kolkata, “Kaachher Manush” by  Gandhar and “Srinwantu Comrades” by Nandipat. </span>\r\n\r\n<span style="font-size: 11pt; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; font-family: Arial; color: #000000;">“Kaachher Manush” is  based on a Marathi play by Dr. Sirish Athwale (translated by Kamal  Sanyal) and directed by Gautam Haldar. The play tells the story about  how two people from different social backgrounds can come close together  through a metaphoric process of healing.  Dadaseheb (a Marathi Brahmin  played by Debshankar Haldar) is suffering from a paralysis of his right  side resulting from a head injury and needs physiotherapy and  occupational therapy to recover. Savitribai, a senior dalit lady  (performed by Bijoy Lakshmi Burman), has been appointed as a nurse to  provide him with his daily therapy and help him during the day with his  household chores. </span><!--more--><span style="font-size: 11pt; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; font-family: Arial; color: #000000;">Dadasaheb initially opposed to this arrangement,  especially to be under the constant supervision of a lower caste lady,  but had to accept reluctantly.  And predictably enough, Dadasaheb’s  physical condition improves under the strict regimen of Savitribai and  at one point the widower Dadasheb even proposes her hand in marriage.  Dadasheb is finally cured within a week’s time when his NRI daughter  threatens to come and take him with her to USA.  The play is very well  acted by Debshankar and Bijoy Lakshmi. Debshankar’s boisterous  characterization of Dadasaheb has been well complemented by the cool and  composed Savitribai of Bijoylakhsmi.  Parthasarathi Mukhopadhyay as the  son was just appropriate. However, the character of Dadasaheb’s NRI  daughter Maitrayee has been made into a stereotypical non-resident  haughty woman whose concern for her father was made into a comical  farce.  The director (and the playwright) should have paid some  attention to modern physical and occupational therapy  techniques for  the elderly, where safety and fall prevention is one of the key  objectives.  The days of challenging the patient to walk on his own  without any safety precautions is long gone with the days of black and  while romantic films of Uttam and Suchitra.  Scenes like these help the  actor to show a good deal of physical acting and even helps build  audience tension, but is not practical at all and should have come with  the notice - “Don’t try this at home with your parents.” </span><span style="font-size: 11pt; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; font-family: Arial; color: #000000;">Incidentally, Kachher  Manush was staged at the 2010 Bangamela held in Nashville, TN and then  it toured some of the mid-west cities, although it did not come to the  US east coast. </span>\r\n\r\n<span style="font-size: 11pt; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; font-family: Arial; color: #000000;">The  other play “Srinwantu Comrades” (Comrades, Lend me your ears!) is  directed by the veteran thespian, Bibhas Chakraborty.  The play  (originally written by the Russian playwright Satrov in 1977) tells the  story about a day in the life of Vladimir I Lenin in 1920, when he was  recuperating from an assassination attempt with two bullets in his body.    As the day progresses, Lenin receives visitors from his party, the  government, the bureaucrats, the labourers, the farmers and even the  socialites. And gradually Lenin realizes how his thoughts and philosophy  for creating a classless proletariat society is getting distorted. The  party, the govt and the bureaucrats are bent upon forcing socialism down  the throats of the people and choking their voice in the process. While  watching the play, one would invariably draw parallels with the current  left front govt of West Bengal and their actions in the name of   Marxism, although at the very beginning of the play it was announced  that the translator and director did not make any changes to the  original text to make it sound more relevant. The play did not have any  story line for that matter and was almost like a staged documentary. It  requires a lot of attention on the audience’s part to stay focused on  the play, as the play turns out to be talking heads for the most part. </span>\r\n\r\n<span style="font-size: 11pt; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline; font-family: Arial; color: #000000;">One good thing I  noticed was that on both days the audience turn out was quite good. The  common complaint that I hear about the lack of audience was not evident  at least for these two shows. I’d recommend both the plays to anybody  who wants to watch good theater.</span>\r\n\r\n(NOTE: This article was previously published in Ananda Sambad.)', 'Two Plays in Kolkata', 0, '', 'publish', 'open', 'open', '', 'two-plays-in-kolkata', '', '', '2010-12-08 19:55:34', '2010-12-08 23:55:34', '', 0, 'http://nynjbengali.com/?p=531', 0, 'post', '', 0),
(532, 1, '2010-12-08 19:51:53', '2010-12-08 23:51:53', 'Kaachher Manush featuring Debshankar Haldar and Bijoylaxmi Burman.', 'Kaachher Manush', 0, 'Kaachher Manush', 'inherit', 'open', 'open', '', 'kaachher-manush', '', '', '2010-12-08 19:51:53', '2010-12-08 23:51:53', '', 531, 'http://nynjbengali.com/wp-content/uploads/2010/12/kaachher-manush.jpg', 0, 'attachment', 'image/jpeg', 0),
(533, 1, '2010-12-13 23:42:12', '2010-12-14 03:42:12', 'The Naga Viper is the latest claimant to the world''s-hottest-pepper title, beating its predecessor, the Bhoot Jolokia by more than 300,000 Scoville units of tongue-scorching chili hotness. Researchers at Warwick University testing the Naga Viper found that it measures 1,359,000 on the Scoville scale, which rates heat by tracking the presence of a chemical compound. In comparison, most varieties of jalapeño peppers measure in the 2,500 to 5,000 range. Bhoot Jolokia scored 1,000,000 Scoville units.  But Naga Viper is not a produce of Nagaland. The new pepper is actually a creation of Gerald Fowler, a British chili farmer and pub owner, who crossed three of the hottest peppers known to man, including the Bhoot Jolokia.', 'Naga Viper Beats Bhoot Jolokia', 0, '', 'publish', 'open', 'open', '', 'naga-viper-beats-bhoot-jolokia', '', '', '2010-12-13 23:42:12', '2010-12-14 03:42:12', '', 0, 'http://nynjbengali.com/?p=533', 0, 'post', '', 0),
(534, 1, '2010-12-16 00:58:32', '2010-12-16 04:58:32', 'I often have this dilemma, is it okay to criticize? Often people ask me, how did I like a book, or a play, or a movie - and I find it very difficult to answer. First of all, if it is my opinion they are asking for, I can possibly try to answer quite diplomatically. My answer would also depend on who is asking me, and about what my opinion is sought for. But expressing an opinion and making a criticism of some work are two entirely different ball games. Opinions are personal, but criticism should be based on a solid foundation of theoretical and practical understanding of the craft. We often tend to confuse between the two and sometimes give too much weight to personal opinions as valued commentary of a piece of artistic or literary work.  <!--more-->And this is where I feel awkward to express my opinions because I fear that my opinions may be considered as criticisms and be given more value than it is worth. Secondly, being involved in some artistic pursuits myself, I feel it is not for me to judge the creation of a fellow artist. For, when I put myself in their shoes, I know how hard it is to create something - how much love, dedication, passion and hard work has gone into it. I can never trivialize someones work, whatever others may feel about it. Yes, I do often see half baked, immature, ill conceived pieces of work being presented by many of my colleagues and friends. But I still find it very difficult to comment on them. But as friends and colleagues, they do ask my comments, ask my feedback. I can offer my feedback only as a fellow artist and never as a critic. Similarly, when I write about a play that I have seen or a book that I have read recently, I express only my opinion and not criticism.\r\nThe art (and maybe science) of criticism has developed considerably over the ages. Several philosophers and literary theorists (and I''ll not drop any names) have worked on this subject and several frameworks for criticisms are now in place. A true critic should arm himself/herself with this knowledge, as well as knowledge about the craft in question before making their commentary. A critic has his/her place in the world of art and literature. They help us appreciate the art form better and gives us clues to look for in the work to find hidden treasures. They also help the creators detect their flaws and improve their work. But good critics are hard to find. Most of  them only express their opinions and just put in their ranking in letter grades or stars and claim themselves as critics. But in this day of social media marketing, it is the opinions of the social influencers that matters the most.  I have no complaints about that, but we need to appreciate that these are opinions only and not criticisms. Do not base your appreciation of any work or any artist based on these opinions. If you need help, find a good critic and read their criticisms. Else form your own opinion.', 'To Criticize or Not to Criticize, That is a Question!', 0, '', 'publish', 'open', 'open', '', 'to-criticize-or-not-to-criticize-that-is-a-question', '', '', '2010-12-16 01:01:02', '2010-12-16 05:01:02', '', 0, 'http://nynjbengali.com/?p=534', 0, 'post', '', 3),
(535, 1, '2010-12-22 21:41:43', '2010-12-23 01:41:43', '<a href="http://nynjbengali.com/wp-content/uploads/2010/12/zuckerberg_facebook.jpg"><img class="alignleft size-medium wp-image-536" style="float: left; margin: 4px;" title="Mark Zuckerberg of Facebook" src="http://nynjbengali.com/wp-content/uploads/2010/12/zuckerberg_facebook.jpg" alt="Mark Zuckerberg of Facebook" /></a>Time magazine chose Mark Zuckerberg as the 2010 person of the year. A film on the life of Mark Zuckerberg is a strong contender for Oscars next February. He is twenty six years old and is worth 7 billion dollars. He drives an Acura TSX and rents a house. And he is the creator of the phenomenon called "Facebook".\r\n\r\nYes, Facebook is no longer a website, it is a phenomenon. Social networking sites are nothing new. People on the internet started to commune together since the early days through bulletin boards, news groups etc., long before MySpace, LinkedIn, Orkut and Facebook came into existence.  Newsgroups were there (remember soc.cult.etc.etc?) even before web browsers and web servers were invented. People have always tried to use the internet to connect and to share. Social networking sites like Facebook has given the people the ideal vehicle to connect and share. And of all the social networking sites, Facebook has become the most popular platform primarily because of its ability to evolve continuously.  People have been able to connect with their friends after ages, they share their thoughts, their likes and dislikes, their photos and memories. It allows many to get their moments of fame and recognition from their friends and peers that was never possible before.  It has become such a powerful attraction to many that some psychiatrists are considering Facebook addition as a diagnosable ailment.<!--more-->\r\n\r\nBut Facebook addiction is only one of the complaints against this 21st century phenomenon. Many people complain that Facebook doesn''t care for their privacy. They feel shocked to learn that some apparently unknown person has been able to read their profiles, or when they see personal comments from some unknown people floating in on their walls. However, before making any such complaints, one should think that Facebook is not a place for private people. You join Facebook to share, to get others to know you. I do not mean that just because you are on Facebook, one has the right to know about all your secrets. All I mean to say is that, people only know what you want them to know. When you make someone your friend, there has to be an element of trust between you two. Also, you should note that when you comment on a post by your friend, it is most likely that his/her friends get to see your comment too. So the first principle in Facebook (or any such social network platform) is not to make a comment or statement that you wouldn''t want to share with many. If there is something that you''d like to share with your friend in private, there are several other vehicles to do it, including the messaging feature of Facebook.\r\n\r\nAnother common complaint, "Why do I have too see all the garbage  that my friends and their friends keep on posting." Well, since you have accepted somebody as your friend, it is presumed that you''d like to read what they have to say. But if someone makes and excessive amount of postings, you have the option of politely hiding their posts such that they don''t appear on your news feed. Your friend does not even get to know that you have turned him off without rejecting him as a friend.\r\n\r\nFacebook is a powerful platform and it is transforming the way people use the internet. It is empowering the internet users in ways that was never thought to be possible.  Marketing organizations are paying special attention to these platforms because this is where their customers are flocking.  But Facebook allows not only the big corporations, but also the smaller organizations to reach out to the people for whatever cause they want their attention.  Features like groups and pages allow people to create common areas of interest to work and share on. But when all this becomes easily available to everybody, lot of junk gets created too. One must be extremely careful in selecting the right groups and pages to join.\r\n\r\nFacebook is becoming an integral part of our online existence. Even if you are not on Facebook today, if you are a netizen, you''ll soon have to join because all your friends will expect you to be on Facebook. It is an enjoyable experience,  but just like any other piece of technology, it must be used responsibly.  Note that, Facebook is a public place hence treat it like you''d treat a regular public space. Do not litter, do not cause nuisance, do not exhibit your dirty laundry and do not abuse it.', 'Facebook - Not a Place to Hide Your Face', 0, '', 'publish', 'open', 'open', '', 'facebook-not-a-place-to-hide-your-face', '', '', '2010-12-22 21:42:34', '2010-12-23 01:42:34', '', 0, 'http://nynjbengali.com/?p=535', 0, 'post', '', 3),
(536, 1, '2010-12-22 21:39:28', '2010-12-23 01:39:28', 'Mark Zuckerberg of Facebook', 'Mark Zuckerberg of Facebook', 0, 'Mark Zuckerberg of Facebook', 'inherit', 'open', 'open', '', 'zuckerberg_facebook', '', '', '2010-12-22 21:39:28', '2010-12-23 01:39:28', '', 535, 'http://nynjbengali.com/wp-content/uploads/2010/12/zuckerberg_facebook.jpg', 0, 'attachment', 'image/jpeg', 0),
(537, 1, '2011-01-05 01:20:24', '2011-01-05 05:20:24', '<a href="http://nynjbengali.com/wp-content/uploads/2011/01/thakur_barir_ranna.jpg"><img class="alignleft size-medium wp-image-538" style="float: left; margin: 4px;" title="thakur_barir_ranna" src="http://nynjbengali.com/wp-content/uploads/2011/01/thakur_barir_ranna.jpg" alt="Thakur Barir Ranna by Purnima Thakur" width="185" height="268" /></a>The other day, while rearranging the books in my tiny library, I chanced upon a tiny book titled "Thakur Barir Ranna" (Foods from the Tagore Kitchen) written by Purnima Tagore (daughter of Pramatha Choudhury and Nalini Devi). This year being the 150th birth anniversary of Rabindranath Tagore, anything related to Tagore generates special interest. Hence, after a long time, I started leafing through the book and was pleasantly surprised by the variety of cuisine and recipes listed in the book. In the preface, the author says that these recipes are collected from a recipe book handed down to her by her aunt, Indira Devi Choudhurani. Indira Devi, the favorite niece of Rabindranath Tagore, had never entered a kitchen or cooked on a regular basis. But whenever she liked a dish, she would make it a point to collect the detailed recipe from the cook and note it down in her book. Purnima Tagore has also included some of her own recipes in the book. Hence, it is not that all the recipes were from Jorsanko Thakurbari, but of course they are from the Tagore kitchens in general.<!--more-->\r\n\r\nThe book has been divided in multiple sections like vegetarian dishes, fish dishes, eggs, meat, desserts, and pickles. It''s not that the recipes are exciting but the book is a good read too. The book has no pictures but when you read through the pages you''ll clearly visualize the colorful and flavorful dishes in your minds eye. I picked some of the unusual recipes to share with you in the same style as written in the book.\r\n\r\n<strong>Fish Stir-fry (Maach Chachchari)</strong>: Fry  the fish. You''ll need potatoes and onions. Heat oil to fry onions and then add the potatoes.  When the potatoes turn brown, add turmeric and red chili paste. Add salt and green chili. You may add tomatoes if you''d like. After frying the spices, add water and cover.  Add fish to the boiling sauce. Cook till the gravy thickens.\r\n\r\n<strong>Mourala Fish (Anchovies?) Sour (Mourala Maacher Ambal)</strong> : Fry the fish in oil, then add turmeric. Add green tamarind puree. Add sugar and salte to taste and cook till the sauce thickens. Ripe tamarind puree can also be used.\r\n\r\n<strong>Egg Chao Chao</strong>: Eggs - 4; Onions - 6; Dry red chili whole - 4; Garlic -  4 cloves; A pinch of turmeric, little cumin seeds (jeera), salt and clarified butter (ghee). Make a paste of red chilies, garlic, turmeric, and cumin. Slice the onions into fine shred.  Heat ghee on a pan and fry the onions. Add the spice paste and fry well. Break the eggs and mix it into spices. Cook in low heat. When the egg cooks and turn reddish, add a little water and salt. When the water dries off, the dish is done.\r\n\r\n<strong>Keema Dahi Vada</strong> (Fried meat balls in yogurt): Mix minced meat (lamb or goat), boiled potatoes, minced green chilies, onions, and salt. Add eggs and some garam masala and make a dough. If the dough is too soft, add bread to the mix. Make small balls and fry.  Beat yogurt with a pinch of salt. Add roasted red chili and cumin powder to the yogurt and blend. Add the fried meat balls to the yogurt. Garnish with good quality ghee (clarified butter).\r\n\r\nThe list is quite long and I don''t want to rob off your fun in reading the book. But one disclaimer I should add is that I have not tried any of the recipes myself.\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/01/indian_bengali_food.jpg"><img class="alignright size-medium wp-image-539" title="indian_bengali_food" src="http://nynjbengali.com/wp-content/uploads/2011/01/indian_bengali_food.jpg" alt="Bengali Food - Thakur Barir Khaoa Daoa" width="382" height="286" /></a>The book also reminded me that few months ago a friend of mine brought to my attention of a culinary extravaganza that was tried out in Kolkata at the Sobhabazar Rajbari. The event (which lasted from June 4 to 10, 2009) was titled "Thakurbarir Khaoa Daoa". It was not only a culinary experience, but it also included a fascinating performance by actors, musicians, artistes who transported their guests about hundred fifty years ago to the Thakur Bari in Jorasanko." With musicians singing Tappa, Rabindrasangeet or Khayals and Thumris, and even piano recitals, pankhawala''s pulling the pankha, the guests were seated in the long corridors and was served with food that included no less than 34 items. Drinks included different varieties of  sherbets including Neem, fish dishes like Choi-koi,  Dwarakanath Pulao, Kochu Saag, Bhapa Chingri, Lauyer Paesh and English pudding. The event was sponsored by Bharath University and the guest included celebrity intellectuals like Sankho Ghosh, Nabanita Debsen, Jogen Chaudhury, Usha Uthup and many others. There was a proposal from the sponsors last year to bring the event to the 2010 Banga Sammelan (NABC) held in New Jersey but the organizers declined. Maybe the 2011 NABC organizers would like to consider this as a special attraction, especially in the year of the 150th birthday celebration of Rabindranath Tagore.', 'From The Tagore Kitchen', 0, '', 'publish', 'open', 'open', '', 'from-the-tagore-kitchen', '', '', '2011-01-05 10:15:50', '2011-01-05 14:15:50', '', 0, 'http://nynjbengali.com/?p=537', 0, 'post', '', 0),
(538, 1, '2011-01-05 01:14:49', '2011-01-05 05:14:49', 'Thakur Barir Ranna by Purnima Thakur', 'thakur_barir_ranna', 0, 'Thakur Barir Ranna by Purnima Thakur', 'inherit', 'open', 'open', '', 'thakur_barir_ranna', '', '', '2011-01-05 01:14:49', '2011-01-05 05:14:49', '', 537, 'http://nynjbengali.com/wp-content/uploads/2011/01/thakur_barir_ranna.jpg', 0, 'attachment', 'image/jpeg', 0),
(539, 1, '2011-01-05 01:16:50', '2011-01-05 05:16:50', 'Bengali Food - Thakur Barir Khaoa Daoa', 'indian_bengali_food', 0, 'Bengali Food - Thakur Barir Khaoa Daoa', 'inherit', 'open', 'open', '', 'indian_bengali_food', '', '', '2011-01-05 01:16:50', '2011-01-05 05:16:50', '', 537, 'http://nynjbengali.com/wp-content/uploads/2011/01/indian_bengali_food.jpg', 0, 'attachment', 'image/jpeg', 0),
(540, 1, '2011-01-07 19:36:35', '2011-01-07 23:36:35', 'Sometime ago, I had made few Facebook related cartoons that I had posted on Facebook. Let me post them here for those readers who are not on my Facebook friends list. Enjoy!\r\n\r\nCartoon 1:  I''m unfriendly? My friend, I have more than 2000 friends on facebook and  they never complain about my trash!\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/01/trash.jpg"><img class="size-medium wp-image-541" style="border: 3px solid black; vertical-align: text-bottom; margin: 4px;" title="Trash over my wall" src="http://nynjbengali.com/wp-content/uploads/2011/01/trash.jpg" alt="I''m unfriendly? My friend, I have more than 2000 friends on facebook and they never complain about my trash!" width="386" /></a>\r\n\r\nCartoon 2: What can I say? This social media stuff has made him extremely unsocial.\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/01/unsocial.jpg"><img class="size-medium wp-image-542" style="vertical-align: text-bottom; border: 3px solid black; margin: 4px;" title="What can I say? This social media stuff has made him extremely unsocial." src="http://nynjbengali.com/wp-content/uploads/2011/01/unsocial.jpg" alt="What can I say? This social media stuff has made him extremely unsocial." width="386" /></a>\r\n\r\nCartoon 3:\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/01/election_comm.jpg"><img class="size-medium wp-image-543" style="vertical-align: text-bottom; border: 3px solid black; margin: 4px;" title="Election Commission" src="http://nynjbengali.com/wp-content/uploads/2011/01/election_comm.jpg" alt="Election Commission" width="386" /></a>\r\n\r\nCartoon 4:\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/01/srk.jpg"><img class="size-medium wp-image-544" style="vertical-align: text-bottom; border: 3px solid black; margin: 4px;" title="Friend Shah-Rukh Khan" src="http://nynjbengali.com/wp-content/uploads/2011/01/srk.jpg" alt="Friend Shah-Rukh Khan" width="386" /></a>', 'Facebook Related Cartoons', 0, '', 'publish', 'open', 'open', '', 'facebook-related-cartoons', '', '', '2011-01-07 19:36:35', '2011-01-07 23:36:35', '', 0, 'http://nynjbengali.com/?p=540', 0, 'post', '', 1),
(541, 1, '2011-01-07 19:22:13', '2011-01-07 23:22:13', 'I''m unfriendly? My friend, I have more than 2000 friends on facebook and they never complain about my trash!', 'Trash over my wall', 0, '', 'inherit', 'open', 'open', '', 'trash', '', '', '2011-01-07 19:22:13', '2011-01-07 23:22:13', '', 540, 'http://nynjbengali.com/wp-content/uploads/2011/01/trash.jpg', 0, 'attachment', 'image/jpeg', 0),
(542, 1, '2011-01-07 19:28:56', '2011-01-07 23:28:56', 'What can I say? This social media stuff has made him extremely unsocial.', 'What can I say? This social media stuff has made him extremely unsocial.', 0, 'What can I say? This social media stuff has made him extremely unsocial.', 'inherit', 'open', 'open', '', 'unsocial', '', '', '2011-01-07 19:28:56', '2011-01-07 23:28:56', '', 540, 'http://nynjbengali.com/wp-content/uploads/2011/01/unsocial.jpg', 0, 'attachment', 'image/jpeg', 0),
(543, 1, '2011-01-07 19:32:07', '2011-01-07 23:32:07', '', 'Election Commission', 0, 'Election Commission', 'inherit', 'open', 'open', '', 'election_comm', '', '', '2011-01-07 19:32:07', '2011-01-07 23:32:07', '', 540, 'http://nynjbengali.com/wp-content/uploads/2011/01/election_comm.jpg', 0, 'attachment', 'image/jpeg', 0),
(544, 1, '2011-01-07 19:34:37', '2011-01-07 23:34:37', 'Friend Shah-Rukh Khan', 'Friend Shah-Rukh Khan', 0, 'Friend Shah-Rukh Khan', 'inherit', 'open', 'open', '', 'srk', '', '', '2011-01-07 19:34:37', '2011-01-07 23:34:37', '', 540, 'http://nynjbengali.com/wp-content/uploads/2011/01/srk.jpg', 0, 'attachment', 'image/jpeg', 0),
(545, 1, '2011-01-13 00:37:34', '2011-01-13 04:37:34', '<a href="http://nynjbengali.com/wp-content/uploads/2011/01/saraswati.jpg"><img class="alignleft size-medium wp-image-546" title="Saraswati" src="http://nynjbengali.com/wp-content/uploads/2011/01/saraswati.jpg" alt="Devi Saraswati" /></a>Saraswati puja is a major Bengali religious and cultural festival, especially for the Bengali youth. Although Saraswati puja celebrates knowledge, learning and the fine arts, but it also had a romantic touch to it.  The spring time weather, the mild warmth of sunshine, the red Krishnachura and Palash blooming all around - it is the perfect time for romance and Saraswati Puja. In this country (especially in the north east), Saraswati Puja is celebrated in the peak of winter - and just like the Goddess, the landscape around covers itself in white.  We would have to cover our nice festive dresses in heavy winter clothing and trudge through snow, ice and slush to visit our revered Goddess of learning. But we the expatriates, many of whom are indebted to  Maa Saraswati for her blessings, carry the warmth of spring in our heart.  Just as we enter the Puja venue, we feel transported back to those days when we used to go around door to door to collect contributions for our club Puja, building and decorating the pandals, waking nights to decorate the venue and have a great time. We also had several rules that needed to be followed - like, we couldn''t eat "Kool" (the sweet and sour berry), no studying on the day of the Puja, and after the Puja write Saraswati''s name on the "Bel" leaves. No such restrictions need to be followed here, but sometimes we feel a small tinge when we see our kids missing out the fun. <!--more-->\r\n\r\nOn Garden State Cultural Association''s (GSCA) website, I read an interesting note by Guru Chakrabarty on the historical significance of Devi Saraswati. Mr Charkrabarty writes,\r\n\r\n"<em>In historical significance, Mother Saraswati is associated with the ancient river Saraswati. We learn from the glory days of Vedic times that many “Rishis” acquired a vast amount of knowledge of the universe. This knowledge was passed on by the “Rishis” to other scholars in educational institutions, called “Ashrams”. Many such learning institutions were located on the banks of river Saraswati. White swans lived on the river and white lotus flowers blossomed. The sacredness of such an atmosphere created a Goddess of Learning – Mother Saraswati. The image of Mother’s body is white, representing purity and sanctity. She is sitting or standing on a white lotus flower holding a white musical instrument “Veena” in her hand. A white swan is considered her “Bahan” or carrier.</em>"\r\n\r\nIn New Jersey, Saraswati Puja is celebrated by several clubs and organizations. Since most clubs are celebrating the Puja on different dates, you can visit multiples of them and enjoy. To the best of my knowledge, the earliest celebration is by Garden State Cultural Association (GSCA) on Feb 5th, Saturday, at Woodrow Wilson Middle School, Edison. Besides variety cultural program and Puja (Anjali, Hate Khari), GSCA will also have various kids activities such as arts and crafts competition, essay competition, etc. And of course prasad and dinner would be served. Visit http://www.gsca.us/saraswati_11.html for more information.\r\n\r\nAnandamandir will celebrate Saraswati Puja on Feb 8th at 8.45 am. For hate khari timing, call Bisabhai at 732-873-9821.\r\n\r\nThe Somerset Bengali Association (SBA) will be celebrating their 4th annual Saraswati Puja on Saturday, Feb 12 at the Green Brook Middle School, 132 Jefferson Ave (Near Route 22), Green Brook, NJ 08812 . The SBA Puja is a relatively new and growing event and the goal of SBA is to offer a homely informal atmosphere and relaxed socialization at their event. SBA cultural program will feature dance, music, plays by local talents and also SaReGaMaPa USA finalist Rasika Shekhar. SBA not only offers its guests a great dinner, but also a full lunch to keep you engaged all through the day.\r\n\r\nICC celebrates their Saraswati  Puja on Feb 13th, 2011 at the Ukrainian Cultural Center, Whippany from 2pm onwards. Besides a variety of program performed by  ICC children, there will also be a musical performance by a well known local artist.\r\n\r\nNew Jersey Puja Association will be celebrating their Saraswati Puja on Feb 19th. However, they have not announced their venue as yet.', 'New Jersey Saraswati Puja ', 0, '', 'publish', 'open', 'open', '', 'new-jersey-saraswati-puja', '', '', '2011-01-13 00:37:34', '2011-01-13 04:37:34', '', 0, 'http://nynjbengali.com/?p=545', 0, 'post', '', 2),
(546, 1, '2011-01-13 00:35:52', '2011-01-13 04:35:52', '', 'Saraswati', 0, 'Devi Saraswati', 'inherit', 'open', 'open', '', 'saraswati', '', '', '2011-01-13 00:35:52', '2011-01-13 04:35:52', '', 545, 'http://nynjbengali.com/wp-content/uploads/2011/01/saraswati.jpg', 0, 'attachment', 'image/jpeg', 0),
(547, 1, '2011-01-20 01:19:23', '2011-01-20 05:19:23', '<a href="http://nynjbengali.com/wp-content/uploads/2011/01/amy_chua.jpg"><img class="alignleft size-medium wp-image-548" style="float: left; margin: 3px;" title="Amy Chua" src="http://nynjbengali.com/wp-content/uploads/2011/01/amy_chua.jpg" alt="Amy Chua" /></a>Recently Amy Chua is in the news. Her book "Battle Hymn of the Tiger Mother" has raised a storm in American households. Although many may not have read her book, but the excerpt published by Wall Street Journal was enough to enrage many parents who challenged Amy in all forms possible.  To us, Indian parents, Ms. Chua''s parenting style is nothing new at all. Rather the western parenting style of protecting the delicate and fragile self-esteem of our children seems more foreign to us. We remember how we trembled to bring in our report cards that had less than 80% scores in front of our parents (well during our times 80% was a great score - letter marks, as we used to say). But after we came to this country, we learned that we should never exhibit our dissatisfaction when our child fails to deliver their best.   We should keep encouraging them, tell them that they are doing great, even when their grades keep slacking. Positive reinforcement, we learned, was the key to success. <!--more--> Before exams, we are told not to pressurize them to study. Rather the kids should relax, and have a good nights sleep, unlike us who used to study almost the whole night before the exams. At sports and games, the motto is everybody is a winner, and the kids are showered with trophies and accolades even when you clearly know that your child is not at all the athletic type. And then comes Amy Chua and tells the Americans the Chinese (read Asian) style of parenting. Her parenting policy is simple - do not give your kids false sense of success and security. If you do, you are lying to them and are doing a great disservice to them. The real world is a tough place - your boss is not going to say, keep up the good work, when you clearly have failed in your job. The strategy practiced by Amy on her daughters does sound shocking to most western parents. No sleepover party, no grades less than A, no drama clubs, no TV or video/computer games, no boy/girlfriends in school etc. etc.  Well it is a bit harsh no doubt, but she does make a point. We know that in reality we don''t have to be that hard on our children, but I agree with her that our children needs to be told in a clear and unambiguous way - giving up or being complacent is not an option.  And when our children don''t get this simple message, we may have to give them the message the hard way - the drill sergeant way. American education system has many good features, but Amy Chua has pointed us to its greatest weakness - complacency, lack of competitive spirit and underestimating the sense of self-esteem of our children. This weakness, if not fixed, can prove to be fatal for this country''s future.', 'Parenting Asian Style', 0, '', 'publish', 'open', 'open', '', 'parenting-asian-style', '', '', '2011-01-20 01:19:23', '2011-01-20 05:19:23', '', 0, 'http://nynjbengali.com/?p=547', 0, 'post', '', 1),
(548, 1, '2011-01-20 01:07:16', '2011-01-20 05:07:16', 'Amy CHua', 'Amy Chua', 0, 'Amy Chua', 'inherit', 'open', 'open', '', 'amy_chua', '', '', '2011-01-20 01:07:16', '2011-01-20 05:07:16', '', 547, 'http://nynjbengali.com/wp-content/uploads/2011/01/amy_chua.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(549, 1, '2011-01-24 23:30:37', '2011-01-25 03:30:37', '<a href="http://nynjbengali.com/wp-content/uploads/2009/07/tagore.jpg"><img class="alignleft size-medium wp-image-369" style="float: left; margin: 3px;" title="Rabindranath Tagore" src="http://nynjbengali.com/wp-content/uploads/2009/07/tagore.jpg" alt="Rabindranath Tagore" width="176" height="238" /></a><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">This year we are  celebrating the hundred fiftieth birth anniversary of Rabindranath  Tagore. In America several organizations are busy in preparing for the  celebrations around the year. In New York and New Jersey, Cultural  Association of Bengal (CAB) is joining hands with multiple organizations  to hold multiple events in New York, New Jersey and Maryland. Amidst  all this excitement, I was trying to look at this myriad minded genius  from a different perspective - from the perspective of an expatriate  Bengali, more specifically a Bengali American. And when I say Bengali  American, I do not imply any national significance, rather I mean a  Bengali speaking person living in America.  I have been looking into  this subject for more than a year now, and during the course of my so  called research I have been fascinated in knowing a great deal about the  history of expatriate Indians in America and their relationship with  Tagore. </span>\r\n\r\n<!--more--><span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">Tagore  had a special relationship with America, where he visited five times  during his lifetime and spent the second highest number of days outside  India after England.  His visits also happened during some crucial  junctures in his life and in the history of the world as well as India.  He had developed some kind of a fondness for America and Americans that  brought him again and again even after being sorely disappointed with  his previous visit. It is true that his later trips to America were  mostly to raise funds for his school (and later his university) in  Shantinekatan, but some of his trips were made when he was very well   informed about the potential outcome of this objective. But in this  article I do not intend to get into the details of his trips or his  relationships with Bengali Americans. Rather, I’ll try to highlight his  feelings for America and that too the positive ones by quoting from some  of his interviews, statements and letters. </span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">Tagore had his first  introduction to America when he was about twelve years old. With the  help of his father Maharshi Debendranath Tagore, he read “The  Autobiography of Benjamin Franklin.” Maharshi Debendranath thought this  would be an instructive as well as entertaining book for young  Rabindranath, but soon he discovered that Benjamin Franklin was too  business-like a person. As Tagore later wrote in his autobiography   (Reminiscences), “The narrowness of his calculated morality disgusted  my father.” But the book must have also gave him a glimpse of the   America that fought for her freedom from the British and championed  freedom as a fundamental human right.   During his youth, Tagore also  studied American poets. “I love your Emerson. In his works one finds  much that is of India.” he once told an American journalist. He also  felt that Whitman’s poems were “deeply imbibed with Eastern ideas and  feelings.”</span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">When he was  forty-four, while playing a major role in the 1905 nationalist agitation  against the partition of Bengal, he chose to send his son Rathindranath  Tagore to America for higher studies instead of sending him to England  as was customary with the rich parents of India in those days.   Rathindranath returned to India in 1909. Later in 1912, he along with  his wife Pratima Devi and his father Rabindranath Tagore came back to  America via England after handing over the English translations of his  Geetanjali poems for publication and for history to happen.  Rabindranath’s initial reaction to America was not pleasant - “Though it  is too early for me to pronounce any opinion on this country, I must  say I do not like it. America, like an unripe fruit, has not got its  proper flavor yet. It has sharp and acid taste.” But later as he moved  westward from New York to Illinois, he wrote, “The country around is  flat and open, which has a great attraction for me, reminding of my our  own scenery.” Although he spent some of his most peaceful time in  Urbana, Illinois, soon the news of his arrival spread and he had to  spend many a hours lecturing at various venues. With his usual sense of  humor, he wrote, “American people have an unhealthy appetite for sugar  candy and for lectures on any subject and from anybody... I am afraid  they have spotted me - I am being stalked.” </span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">During his next visit  in 1916, Sir Rabindranath Tagore was well known to the American people  as the first man of the orient to win the Nobel prize for literature.  His poems, plays as well as his biographies were already in circulation.  But during this trip, when the Great War (WW I) was raging in Europe,  Tagore was extremely critical of the western nations as well as of  America. But one of the primary reason of his criticism was because he  felt that it was only in America where his appeal for humanity hold the  best chance of being heard. He said, “This is a beautiful country. I  believe it has a great future. America is unhampered and free to  experiment  for the progress of humanity. Of course, she will make  mistakes, but out of these series of mistakes she will come to some  higher synthesis of truth and be able to hold up the banner of  Civilization. She is the best exponent of Western ideals of humanity.”  He had high hopes for America. In New York he said, “America has the  figure of youth and all that is best in Western civilization will  eventually find lodgment here.”  But his criticisms did not make him  many friends in America, and the press lashed out at him on several  occasions. He knew that he was being too harsh sometimes, and he said,  “I am out of place here, I know, and I maybe judging you harshly. I felt  I must come to bring the message of the East... This is my only  happiness in America - the thought that this country can be the meeting  place of the two (the East and the West).” Overall this trip was very  successful for Tagore and he had high regards for President Woodrow  Wilson. He wanted to dedicate his book “Nationalism” to President  Wilson. However President Wilson''s office declined the offer on the  advice of Sir William Wiseman, Britain’s special liaison agent in the  United States, who reported that Tagore had “got tangled up in some way”  with the Indian revolutionaries in America who were conspiring with  Germany  to overthrow British rule in India. </span>\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">Later in 1918,  Rabindranath was falsely implicated in the famous Hindu German  conspiracy trial.  When Tagore came to know about this he was very upset  and immediately sent a telegram to President Wilson protesting the  allegation. Later he wrote Wilson a letter in which he stated, “I have  received great kindness from the hands of your countrymen, and I  entertain great admiration for yourself who is not afraid of incurring  the charge of anachronism for introducing idealism in the domain of  politics, and therefore I owe it to myself and to you and your people to  make this avowal of my faith and to assure your countrymen that their  hospitality was not bestowed upon one who was ready to accept it while  wallowing in the sub-soil sewerage of treason.” President Wilson’s  office never replied to this letter.</span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">Tagore’s next trip to US during 1920-21  was a big disappointment for him.  The Tagore craze was gone, and the  post war America was not the same as in 1916.  Besides, his renunciation  of Knighthood in 1919 was not looked favorably in USA, a strong ally of  the British.  Tagore was advised not to make the trip and was warned  that his financial expectations may not be met this time, but he made  the trip anyway.  He came with high hopes and expected that his message  would be received with the same thirst as before - “I find in America a  wonderful hunger and aspiration. The hunger is genuine and is, I  believe, a reaction to the pursuit of wealth that has characterized your  industrial life.”  But at several occasions he was extremely critical  of the Americans.  The failure to raise enough funds for his university  was also a cause for frustration. Tagore was also suffering from health  problems and depression during this period. Rev. C. F. Andrews writes,  “Gradually, as his health improved, his stay in America became brighter  and he wrote more cheerfully.” Tagore wrote to him from Texas, “Since  coming to Texas, I felt as it were a sudden coming of Spring into my  life through a breach in the ice castle of Winter. It has come to me  like a revelation that all these days my soul had been thirsting for the  draught of sunshine poured from the beaker of infinite space. The sky  has embraced me, and the warmth of its caress thrills me with joy.”</span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">Tagore’s 1929 visit to  America was very brief primarily due to an incident that took place in  the US immigration office in Vancouver in Canada when he was trying to  enter the country. Tagore was kept waiting at the immigration office for  an unconscionable period of time and was handled in a rude and  insulting manner during the interview. Among other things, it appears,  the Nobel Laureate poet was asked if could read and write.  Outraged and  resentful, he cancelled almost all his lecture engagements and left the  country after a brief stay in Los Angeles for twenty days. However he  later calmed down considerably and said, “I cannot believe that their  laws and regulations represent the spirit of the people, a truly great  people... I had been received with kindness in the Eastern States,  overrun with kindness. People have listened to me with respect and  received my message sincerely. That is why it hurt so much this time...”</span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">Tagore last trip to  USA was in 1930 on his way back from Russia. This time the reception was  not that cold as his previous two trips. Although he suffered a minor  heart attack and was in ill health for a prolonged period, he managed to  make some important engagements including a meeting with President  Hoover at the White House. Most of his lectures were very well attended,  but it was the time of the great depression in America, hence his fund  raising was not successful as expected. Rather, he donated the entire  proceedings from the farewell event held at the Broadway Theatre on  December 14, 1930 to the relief fund of the New York City’s unemployed.  The gesture was typical of the person who had tried all his life to call  attention to the needs of the India’s millions and who, in bidding  farewell to America’s millions thought first of helping those during  their time of need. </span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">Rabindranath Tagore has criticized the  American’s like one criticizes his own brother.  But he never lost his  faith in America. He believed that it was America who can uphold the  cause of humanity against the barbarism of western nationalism.  The  ultimate hope and trust he had on America was expressed in his telegram  to President Franklin D. Roosevelt in June 1940 when the fire or World  War II was raging in Europe.</span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;"> “Today we  stand in awe before the fearfully destructive force that so suddenly has  swept the world. Every moment I deplore the smallness of our means and  the feebleness of our voice, for India is so utterly inadequate to stem  the tide of evil that has menaced the permanence of civilization. All  our individual political problems are merged today into one supreme  world of politics which I believe is seeking help in the United States  as the last refuge of spiritual man, and these few lines of mine merely  convey my hope, even if unnecessary, that the United States will not  fail in her mission to stand against the universal disaster that appears  so imminent.” </span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">In  1941, a few months after Tagore’s death at the age of eighty, the  United States threw its weight into the war which destroyed the Axis  powers.</span>\r\n\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">References:</span>\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">1. Tagore and America  by J. L. Dees</span>\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">2. Rabindranath Tagore in America by Stephen N. Hay</span>\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">3. Passage to America  by Sujit Mukherjee</span>\r\n<span style="font-size: 11pt; font-family: Arial; color: #000000; background-color: transparent; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">4. Tagore and USA by Dr. Panchanan Saha </span>\r\n\r\nTHIS ARTICLE WAS PREVIOUSLY PUBLISHED IN ANANDASAMBAD, NEW JERSEY', 'Rabindranath Tagore and America', 0, '', 'publish', 'open', 'open', '', 'rabindranath-tagore-and-america', '', '', '2011-01-24 23:30:37', '2011-01-25 03:30:37', '', 0, 'http://nynjbengali.com/?p=549', 0, 'post', '', 2),
(550, 1, '2011-02-01 14:36:59', '2011-02-01 18:36:59', 'Watched this wonderful film "Goodbye Lenin" by Wolfgang Becker. It may be relevant for Benglees (WB) soon.\r\n\r\nNetflix link: <a href="http://movies.netflix.com/WiMovie/Good_Bye_Lenin/60034095?trkid=2431210#height1682">http://movies.netflix.com/WiMovie/Good_Bye_Lenin/60034095?trkid=2431210#height1682</a>', 'Goodbye Lenin', 0, '', 'publish', 'open', 'open', '', 'goodbye-lenin', '', '', '2011-02-01 14:36:59', '2011-02-01 18:36:59', '', 0, 'http://nynjbengali.com/?p=550', 0, 'post', '', 1),
(551, 1, '2011-02-01 23:05:31', '2011-02-02 03:05:31', 'A review of my collection of plays, "Natak Samagra" was recently published. Read them below.\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/02/fire_dekha_001_web.jpg"><img class="alignleft size-full wp-image-552" style="float: left;" title="fire_dekha_001_web" src="http://nynjbengali.com/wp-content/uploads/2011/02/fire_dekha_001_web.jpg" alt="Natak Samagra Review 1 of 2" /></a>\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/02/fire_dekha_002_web.jpg"><img class="alignleft size-full wp-image-553" title="fire_dekha_002_web" src="http://nynjbengali.com/wp-content/uploads/2011/02/fire_dekha_002_web.jpg" alt="Natak Samagra Review 2/2" /></a>', 'Natak Samagra Review', 0, '', 'publish', 'open', 'open', '', 'natak-samagra-review', '', '', '2011-02-03 00:50:57', '2011-02-03 04:50:57', '', 0, 'http://nynjbengali.com/?p=551', 0, 'post', '', 0),
(552, 1, '2011-02-01 23:01:50', '2011-02-02 03:01:50', 'Natak Samagra Review', 'fire_dekha_001_web', 0, 'Natak Samagra Review 1 of 2', 'inherit', 'open', 'open', '', 'fire_dekha_001_web', '', '', '2011-02-01 23:01:50', '2011-02-02 03:01:50', '', 551, 'http://nynjbengali.com/wp-content/uploads/2011/02/fire_dekha_001_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(553, 1, '2011-02-01 23:04:34', '2011-02-02 03:04:34', 'Natak Samagra Review', 'fire_dekha_002_web', 0, 'Natak Samagra Review 2/2', 'inherit', 'open', 'open', '', 'fire_dekha_002_web', '', '', '2011-02-01 23:04:34', '2011-02-02 03:04:34', '', 551, 'http://nynjbengali.com/wp-content/uploads/2011/02/fire_dekha_002_web.jpg', 0, 'attachment', 'image/jpeg', 0),
(554, 1, '2011-02-09 00:30:36', '2011-02-09 04:30:36', '<div id=":tm" class="ii gt">\r\n<div id=":1u"><span class="il">Raag</span>-Rang  presents Kal Ke Kalakar (Budding artists of future) on 20th March.\r\nArtists are\r\nMeena Mallela &amp; Dipti Venkatraman on Bharatnatyam(student of Ramya  Rmnarayan)\r\nVijay Narayan on Carnatic Vocal (student of Ashwin Bhogendra)\r\nDebanjan Saha on tabla solo (student of Pt samir Chatterjee)\r\nRia Sabnis on Hindustani vocal(student of Mitali Bhawmik)\r\nShailaja Medicherla on Kuchipudi (student of Divya Yelluri)\r\n\r\nTime 4 pm to 6-30 pm sharp.\r\nVenue: Universal Unitarian Congragation of Princeton (Fahs Theater)\r\n50 Cherry Hill Road, Princeton, NJ 08540\r\nAdmission: NonMembers:\r\n$15 (Kids below 10 Years: $7)\r\nRaagRang\r\nMembers: $10 (Kids below 10 Years: $5)\r\n\r\nFor details Contact: 9084291120,\r\n609-890-4890\r\nRSVP will be appreciated.\r\nEmail: <a href="mailto:bhawmikm@gmail.com" target="_blank">bhawmikm@gmail.com</a>,  <a href="mailto:mayuresh.khare@gmail.com" target="_blank">mayuresh.khare@gmail.com</a></div>\r\n</div>', 'Raag-Rang presents Kal Ke Kalakar', 0, '', 'publish', 'open', 'open', '', 'raag-rang-presents-kal-ke-kalakar-2', '', '', '2011-02-09 00:30:36', '2011-02-09 04:30:36', '', 0, 'http://nynjbengali.com/?p=554', 0, 'post', '', 0),
(555, 1, '2011-02-10 00:03:13', '2011-02-10 04:03:13', 'New York City has always  been the launch place for successful American plays. Plays by newcomer playwrights launch their life from off-off Broadway  and gradually filter to Off Broadway and then the lucky few goes to the Broadway. However, recent trends have shown that many new plays now premiere at Regional Theaters around the country and gradually make their way to the glitz and fame of Broadway if they get noticed. Recently, I had the opportunity of watching the premier of Sarah Treem''s new play "The How and the why" at the McCarter theater in Princeton New Jersey. The play was directed by Emily Mann and performed by Mercedes Ruehl (the Oscar winning actress) and Bess Rous. <!--more-->\r\n\r\nRevivals of successful old plays can never match the thrill and spontaneity of a brand new drama. The producer and the director has to take on a huge risk to make the play work. The playwright too, goes through a period of nail biting and hair raising experience as she watches the audience reactions and critical reviews. "The How and the Why" has been quite a challenge and I commend McCarter Theater and Emily Mann for investing in this venture. This was not an easy play. Two women sparring on stage with scientific jargon and long expository speeches is not the kind of play common people would like to watch, unless the playwright has the capability to weave a story that the audience gets hooked on to from the beginning to the end,  and unless the play is  performed by a cast and crew who knew their craft so well that they can keep the audience mesmerized for the entire duration. Let me get into the details of each of the above aspects I mention.\r\n\r\nSarah Treem, a graduate of Yale School of Drama, is a relatively new playwright although her bio in the playbill says that she has quite a few plays and television dramas to her credit. Sarah has chosen a topic that many of us are not aware of, the evolutionary biology of the human female. Two contending scientific theories, "the grandmother hypothesis" and "menstruation as defense" - each trying to explain the "Why" aspect of female menstruation and menopause, are brought into direct confrontation on stage along with two contending generations of females - both scientists specializing in evolutionary biology. The two women are not only of different generations, but as the play progresses we find that they also have a genetic link as the mother and daughter, who try to discover the "how" and "why" of their life.  The interplay between science and life is what makes this play so poignant and different from being a "feminist" play. To justify the science, the playwright had to resort to lot of exposition, but she always resorted to the bare minimum that was required to make the characters and their story believable.\r\n\r\nThe actors, Mercedes Ruehl and Bess Rous also belong to the two generations as the characters in the play. They too share a common profession as the characters do. Hence they both look extremely natural on stage. Two person plays demand a lot from the actors, and both Ruehl and Rous meet them exceeding all expectations.  To watch Mercedes Ruehl on stage is a learning experience for any student of the art. How she uses space and time, how she controls her emotions and delivers her often long speeches with ease is something to be experienced. Bess Rous worked extremely hard to keep up with her veteran co-actor and she did an extremely good job. The confusion, the high strung attitude, and the passionate approach to science that the character possess, was well portrayed by Bess.\r\n\r\nEmily Mann and her production team does deserve our thanks for putting this up on Princeton stage. The superb stage design was a treat to watch. The attention to details and the creation of  space was very well thought. Although it was not clear why the highly emotional and loud second act took place in a restaurant where there were no other customers and no waiters to attend the tables. For if they were, I am sure the characters could not behave the way the did.  Another issue which struck me  was the awkward blocking which made the actors expressions hidden from audience view on few occasions which could have been avoided.\r\n\r\nI hope McCarter Theater brings more such plays from new playwrights to Princeton stage.', 'The How and The Why - A New Play by Sarah Treem', 0, '', 'publish', 'open', 'open', '', 'the-how-and-the-why-a-new-play-by-sarah-treem', '', '', '2011-02-10 00:03:13', '2011-02-10 04:03:13', '', 0, 'http://nynjbengali.com/?p=555', 0, 'post', '', 0),
(556, 1, '2011-02-10 00:14:12', '2011-02-10 04:14:12', 'If you are interested, you may read a review of my collection of plays (Natak Samagra) in <a href="http://parabaas.com/PB47/LEKHA/brRajat47.html">Parabaas.com</a> 47th issue. The link is given below.\r\n\r\n<a href="http://parabaas.com/PB47/LEKHA/brRajat47.html">http://parabaas.com/PB47/LEKHA/brRajat47.html</a>\r\n\r\nPlease note  that your browser should be able to render dynamic font. Here is what Parabaas suggests if you cannot see Bangla fonts.\r\n\r\n<span class="header01">What you can do if the dynamic Bengali font is  not rendered</span>\r\n\r\n<span class="bodytext4"> 1. If the URL shows as "http://parabaas.com/...", try first by inserting  a "www." before "parabaas"--i.e. "http://www.parabaas.com/...".</span>\r\n\r\n2. Download the itxbeng.ttf font and save it in the font directory of  your computer. {To do that, (a) first <a onclick="pageTracker._trackPageview(''/outgoing/www.parabaas.com/Parabaas_Axar/itxbeng.ttf?referer=http://nynjbengali.com/archives/556'');" href="http://www.parabaas.com/Parabaas_Axar/itxbeng.ttf">download</a> the font and save it, say, on the Desktop. (b) Click ''Start'' -&gt;  ''Control Panel'' -&gt; ''Fonts'' (c) "Drag and drop" (or "Copy and Paste")  the downloaded font from the "Desktop" (or wherever you have saved it)  into the Fonts directory.)\r\n\r\n3. From the Menubar in Microsoft Explorer choose ''View'' -&gt; ''Encoding''  -&gt;\r\n''User Defined''.\r\n\r\n3a. If using Firefox browser, from the Menubar choose ''View'' -&gt;  ''Character Encoding'' -&gt; one of the ''Western (Windows)'' fonts displayed in the list.\r\n\r\n4. On Netscape choose ''Edit'' -&gt; ''Preferences'' -&gt; ''Appearence''  -&gt; ''Fonts'' -&gt;\r\n''Use document specified fonts including dynamic fonts''.\r\n\r\n5. Browsers older that Explorer 5.0 or Netscape 4.5 may not be able to\r\nrender dynamic fonts. Netscape 6.2 is also unable to render dynamic  fonts.\r\nIf your browser is unable to render the Bengali font because of the  above\r\nreasons or due to a setting that intereferes with dynamic fonts, the  easiest\r\nremedy is to download the font ''ItxBeng'' from this page and load it in  your\r\ncomputer.', 'Review in Parabaas.com', 0, '', 'publish', 'open', 'open', '', 'review-in-parabaascom', '', '', '2011-02-10 00:15:18', '2011-02-10 04:15:18', '', 0, 'http://nynjbengali.com/?p=556', 0, 'post', '', 0),
(557, 1, '2011-02-14 23:43:13', '2011-02-15 03:43:13', 'Anandabazar Patrika is Bengali''s most favorite daily newspaper. However, until recently reading Anandabazaar Patrika online was severely restricted due the technology it used to render the Bangla fonts. Only Internet Explorer supported the technology, but that too crashed frequently. But recently <a onclick="pageTracker._trackPageview(''/outgoing/anandabazar-unicode.appspot.com/proxy?referer=http://nynjbengali.com/wp-admin/edit.php'');" href="http://anandabazar-unicode.appspot.com/proxy">Anandabazar</a> is available in Unicode and can be enjoyed in any Unicode compliant browser. Just click on the following link:\r\n\r\n<a onclick="pageTracker._trackPageview(''/outgoing/anandabazar-unicode.appspot.com/proxy?referer=http://nynjbengali.com/wp-admin/edit.php'');" href="http://anandabazar-unicode.appspot.com/proxy">http://anandabazar-unicode.appspot.com/proxy</a>', 'Anandabazar in Unicode', 0, '', 'publish', 'open', 'open', '', 'anandabazar-in-unicode', '', '', '2011-02-15 11:08:53', '2011-02-15 15:08:53', '', 0, 'http://nynjbengali.com/?p=557', 0, 'post', '', 0),
(558, 1, '2011-02-16 22:00:20', '2011-02-17 02:00:20', 'My play, "The Redemption" (the English version of "KaalSuddhi") is now available for viewing on YouTube. This recording was done from our show at the Dixon Place in Manhattan during the 2005 New York International Fringe Festival. \r\nHere is a small synopsis of the play:\r\nThis play is about Subimal who, once an active naxalite, had to flee his own country and come to America in search of a new life. Although Subimal did find a new life for himself, his past always haunted him, a past which he had always kept a deep secret. Suddenly, one day this secret starts to reveal itself to his son Somu from a long lost diary. Somu, a Harvard junior, is extremely curious to know the details of his father''s past, wants to know more about the Naxalite movement. But he never could have guessed the kind of murky and deep waters he is getting into. Subimal tried to prevent the inevitable, but his failure to do so ultimately leads him to his redemption. \r\n\r\nCast: \r\nSankar Ghoshal, Amitabh Roy, Mayuresh Khare, Keka Sircar\r\n\r\n<iframe title="YouTube video player" width="560" height="349" src="http://www.youtube.com/embed/FkgJaEsevnE" frameborder="0" allowfullscreen></iframe>', 'Watch "The Redemption"', 0, '', 'publish', 'open', 'open', '', 'watch-the-redemption', '', '', '2011-02-16 22:01:20', '2011-02-17 02:01:20', '', 0, 'http://nynjbengali.com/?p=558', 0, 'post', '', 0),
(559, 1, '2011-02-23 00:21:47', '2011-02-23 04:21:47', 'On August 6th 2011, Kalamandir Dance Company will be hosting a Festival of South Asian Dance in a beautiful theater in New Brunswick, NJ. We are searching for individuals and groups who perform classical or contemporary South Asian dance or whose style is influenced by elements of South Asian culture.\r\n\r\nThe following are required to apply:\r\n-A clip of your proposed performance piece (Links to YouTube, Facebook, or uploads to MediaFire are great)\r\n-The festival application (<a href="https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0BxRjQz8e6UO6MThlNWUxY2UtZGEzNC00MTVmLTg0MjYtYzVlNWU2ZDA0YjZh&amp;hl=en&amp;pli=1">download here</a>)\r\n\r\nAll materials should be emailed to kalamandirdanceco@gmail.com\r\n\r\nPlease Note: Pieces should be about 8-12 minutes in length. A $100 performance fee will be required from each group if they are chosen to participate in the festival. There is no application fee.\r\n\r\nIf you have any questions, please do not hesitate to email or call us!', 'Festival of South Asian Dance', 0, '', 'publish', 'open', 'open', '', 'festival-of-south-asian-dance', '', '', '2011-02-23 00:21:47', '2011-02-23 04:21:47', '', 0, 'http://nynjbengali.com/?p=559', 0, 'post', '', 0),
(560, 1, '2011-02-23 12:25:29', '2011-02-23 16:25:29', '<a href="http://nynjbengali.com/wp-content/uploads/2011/02/click_for_boi.jpg"><img class="alignleft size-medium wp-image-561" style="float: left; margin: 2px;" title="Click For Boi" src="http://nynjbengali.com/wp-content/uploads/2011/02/click_for_boi.jpg" alt="Click For Boi" width="337" height="295" /></a>If you are a book lover in Kolkata or any other part of West Bengal or India, your options for reading books are quite limited. The local books stores have a limited stock and they may take days to get you a copy of the book you are looking for. Your next option would be to go to the College Street book stores which is an uphill task during these hectic days and traffic congestion. Your local libraries can stock only a limited number of books constrained by their meager budget. <a onclick="pageTracker._trackPageview(''/outgoing/clickforboi.in?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/clickforboi.in?referer=http://nynjbengali.com/archives/560'');pageTracker._trackPageview(''/outgoing/clickforboi.in?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/clickforboi.in?referer=http://nynjbengali.com/archives/560'');" href="http://clickforboi.in">ClickForBoi</a> resolves all that problem by allowing you to get your favorite books online.<!--more-->\r\n\r\nImagine Netflix for books, and that''s what ClickForBoi does for you. Book lovers in Kolkata/West Bengal and India can now join this novel subscription service by clicking on<a onclick="pageTracker._trackPageview(''/outgoing/clickforboi.in?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/clickforboi.in?referer=http://nynjbengali.com/archives/560'');pageTracker._trackPageview(''/outgoing/clickforboi.in?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/clickforboi.in?referer=http://nynjbengali.com/archives/560'');" href="http://clickforboi.in"> ClickForBoi.in </a>. Subscription starts from Rs 199.00 per month which includes as many books as you can read, including delivery and pick-up charges. Once you become a subscriber, you can select books and make your own queue. ClickForBoi will send you books from the queue and once you return it, they''ll send the next one. Unfortunately, this service is available only to readers in India.\r\n\r\nThe creators of Click For Boi also has an online book store named <a onclick="pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/?referer=http://nynjbengali.com/archives/560'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/?referer=http://nynjbengali.com/archives/560'');" href="http://www.clicktobuyboi.in/">ClicktoBuyBoi.in</a> . This store works in the same model as Amazon.com or any other online book store. <a onclick="pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/?referer=http://nynjbengali.com/archives/560'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/?referer=http://nynjbengali.com/archives/560'');" href="http://www.clicktobuyboi.in/">ClicktoBuyBoi.in</a> sells Bengali books of all genres and of all authors and their stock keeps on growing. They offer good discounts and their shipping charges are very nominal. For example, a book shipped to Bhubaneshwar from Kolkata was only charges Rs 20.00.  However, their shipping is now limited only within  India, with plans of expanding and reaching out to expatriate Bengali readers all over the world. But for now, Bangla book lovers living abroad can gift books to their loved ones in India using this site. The site accepts credit cards. And just to add a shameless plug, <a onclick="pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/?referer=http://nynjbengali.com/archives/560'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/?referer=http://nynjbengali.com/archives/560'');" href="http://www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/">ClicktoBuyBoi.in</a> also has my book (<a onclick="pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/?referer=http://nynjbengali.com/archives/560'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/?referer=http://nynjbengali.com/'');pageTracker._trackPageview(''/outgoing/www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/?referer=http://nynjbengali.com/archives/560'');" href="http://www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/">Natak Samagra</a>) in their stock.\r\n\r\nImage courtsey - ClickForBoi.com', 'Click For Boi : Online Bangla Boi Subscription', 0, '', 'publish', 'open', 'open', '', 'click-for-boi-online-bangla-boi-subscription', '', '', '2011-02-23 23:07:07', '2011-02-24 03:07:07', '', 0, 'http://nynjbengali.com/?p=560', 0, 'post', '', 3),
(561, 1, '2011-02-23 12:08:42', '2011-02-23 16:08:42', 'Click For Boi', 'Click For Boi', 0, 'Click For Boi', 'inherit', 'open', 'open', '', 'click_for_boi', '', '', '2011-02-23 12:08:42', '2011-02-23 16:08:42', '', 560, 'http://nynjbengali.com/wp-content/uploads/2011/02/click_for_boi.jpg', 0, 'attachment', 'image/jpeg', 0),
(562, 1, '2011-02-23 12:33:20', '2011-02-23 16:33:20', 'Natak Samagra', 'Natak Samagra', 0, 'Natak Samagra', 'inherit', 'open', 'open', '', 'natak_samagra', '', '', '2011-02-23 12:33:20', '2011-02-23 16:33:20', '', 560, 'http://nynjbengali.com/wp-content/uploads/2011/02/natak_samagra.jpg', 0, 'attachment', 'image/jpeg', 0),
(563, 1, '2011-03-16 22:32:47', '2011-03-17 02:32:47', 'The Department of African, Middle Eastern and South Asian Languages and Literatures at Rutgers, the State University of New Jersey State (New Brunswick Campus) has an opening for a part-time Instructor of Bengali for 2011-2012 Academic year. Qualifications include: Native or near-native proficiency in Bengali, experience in teaching Bengali (preferably in a North American university) and competence in communicative, l earner-centered language pedagogy. \r\n\r\nPlease forward your CV, cover letter, and the names and contact information of three referees to Professor Alamin Mazrui, Department Chair, at  amazrui@rci.rutgers.edu. ', 'Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey', 0, '', 'publish', 'open', 'open', '', 'seeking-a-bengali-instructor-for-fall-2011-rutgers-the-state-university-of-new-jersey', '', '', '2011-03-16 22:32:47', '2011-03-17 02:32:47', '', 0, 'http://nynjbengali.com/?p=563', 0, 'post', '', 0),
(564, 1, '2011-04-11 14:22:13', '2011-04-11 18:22:13', 'Ethnomedia Music Studio presents an evening of instrumental Music by\r\nShree Sugato Nag on sitar and Anirban RoyChoudhury on tabla.\r\n\r\nDate: 8th May, 2011\r\nTime: 6 pm to 8 pm.\r\nDonation: $15.00 per person.\r\nRSVP will be appreciated\r\n\r\nVenue: Hills Club House\r\n75 Hansom Road\r\nBasking Ridge, NJ  07920\r\n\r\nGoogle maps provides good directions.\r\n\r\nContact information:\r\n\r\nAparna Khurjekar. <a href="tel:%28908%29-234-0476">(908)-234-0476</a>.<a href="mailto:akhurjekar@hotmail.com">akhurjekar@hotmail.com</a> or\r\n\r\nUrmila Palnitkar . <a href="tel:%28609%29-443-0489">(609)-443-0489</a>.\r\n<a href="mailto:urmila_palnitkar@yahoo.com">urmila_palnitkar@yahoo.com</a>', 'Sitar Concert by Sugato Nag', 0, '', 'publish', 'open', 'open', '', 'sitar-concert-by-sugato-nag', '', '', '2011-04-11 14:22:13', '2011-04-11 18:22:13', '', 0, 'http://nynjbengali.com/?p=564', 0, 'post', '', 0),
(565, 1, '2011-04-11 14:50:26', '2011-04-11 18:50:26', 'Raag-Rang is proud to present a magical afternoon of Music and Dance.\r\nGanesh Vandana (dance presentation) by the students of Guru Divya Yelluri (Kuchipudi)\r\nTabla Duet by Amod Dandawate and Pratik Devasthale with Kedar Naphade on harmonium\r\nDarbari Ensemble by Pt Ramesh Mishra (Sarengi), Allyn Miner (Sitar),\r\nSteve Gorn(Flute) and Dibyarka Chatterjee (Tabla).\r\nDate-- 4th June 2011\r\nTime 4 pm Sharp.\r\nVenue--- Balaji Temple community center auditorium.\r\nDonation:  Non-members--$20.00, $10.00 (Kids below 12 years)\r\nMembers--$15.00, $7.00(Kids).\r\n\r\nRSVP will be appreciated.\r\nContact: email: <a href="mailto:manritdev@yahoo.com">manritdev@yahoo.com</a>,   <a href="mailto:gpai03@gmail.com">gpai03@gmail.com</a>,  <a href="mailto:devang42@yahoo.com">devang42@yahoo.com</a>\r\nContact numbers: <a href="tel:%28908%29-429-1120">(908)-429-1120</a>,  <a href="tel:%28609%29-890-4890">(609)-890-4890</a>,   <a href="tel:%28908%29-240-8289">(908)-240-8289</a>.\r\nCall <a href="tel:%28908%29-429-1120">(908)-429-1120</a>,', 'Raag-Rang Concert ', 0, '', 'publish', 'open', 'open', '', 'raag-rang-concert', '', '', '2011-04-11 14:50:26', '2011-04-11 18:50:26', '', 0, 'http://nynjbengali.com/?p=565', 0, 'post', '', 0),
(566, 1, '2011-04-11 18:55:58', '2011-04-11 22:55:58', '<span style="color: #ff0000;"><strong>By Amitava Sen</strong></span>\r\n\r\nHave you noticed that the City of Joy has turned out to actually be a City of Billboards? The skyline as viewed from the roads is plastered with huge hoardings. If only they were placed somewhat lower, they could hide the squalor directly below. The displays for luxury apartments hang directly over the shack dwellings; advertisements for purified drinking water cast a shadow over the polluted cesspools that are the byproduct of cleaning and washing by the shanty dwellers. Then there are displays for fancy snacks and beverages, frowning directly on the people down below who live on less that one dollar a day.  But the advertisers have a point in placing their billboards here, for they are not meant for the pedestrian hoi polloi, you can only view these displays from a distance if you are riding an automobile.  In addition to the billboards, Calcutta has a tradition of roadside walls and building facades covered with paper posters, to be on the eye level of the passers by. The billboards are gaining in prominence as the car population in Calcutta is climbing exponentially every day. <!--more-->The posters are still there, but for the benefit of the politicians seeking your votes and cheering you up to attend a huge rally for protesting something the government has done. They probably recognize that many people who can afford a car do not even vote at the election time or care for protesting all that is abysmal around. But if you think the protest is from the out of power opposition party only, you will be wrong.  Unless you run down the establishment in a public platform you have a fat chance of being heard.  So the ruling party protests their own action and denounce themselves in those huge rallies-everyone negating everyone else and sometimes the self also.  There are also posters for low budget Bengali movies, which are not ones that car owning intellectual middle class of Calcutta watches. Bills for miracle herbal medicine and promises for the cure of all sexual dysfunction or offering a year of computer education with the assurance of a job, possibly followed by a placement in America are in abundance too for the eye level masses.  Educations being a major, if not the only industry in Calcutta, revenues generated by education business are substantial.  Not surprisingly, advertisements inviting enrollment in sprawling high priced private schools and ubiquitous professional business and technical colleges are subjects reserved for billboards.\r\n\r\nYet Calcutta billboards are quite fascinating and sometimes intriguing.  For example, some advertising campaigns start with teasing questions aimed at generating curiosity in viewers’ minds.  Assuming, the answers will be forthcoming shortly, people start speculating about what it could be and guess what would be the product being promoted. That certainly raises curiosity and interest as a marketing strategy. Recently, one such billboard introducing yet unknown merchandise was all over the city.  The question posed was “Why are Bengali eyes tearing up?” with a likeness of the renowned writer Sunil Ganguly looming large. Mr. Ganguly wore a grim sorrowful look and slightly disheveled hair. What would be of such a concern for him and what panacea would Mr. Ganguly, a serious thinker and author, be coming up with?  Is he referring to the Netai massacre of civilians by Marxist Communist cadre (cadre in Calcutta political parlance euphemistically means strong-armed goons)? Is he recommending throwing them out of power?  Is this really a political advertisement? But not knowing his political inclination, I was not sure whether that was the correct answer.  See, all writers, playwrights and artists have some political affiliation and patronage, which they do dare not to mess with.\r\n\r\nMr. Ganguly’s distress is surely not about the high cost of Moog Dal at eighty rupees or potatoes’ being sold at forty rupees a kilogram – the billboards are out of the line of sight of folks who are finding it hard to put food on their table because of out-of-reach prices. Could it be the blinding air pollution that was causing burning eyes? That was unlikely. Why should someone spend their own money just to empathize with the fellow citizens?  After much thought I finally settled on the premise that Mr. Ganguly would soon be publishing a very tragic novel which would make the Bengalis cry. That would be quite welcome and something to look forward to, as Mr. Ganguly is indeed a very powerful writer, the most acclaimed among the current throng of Bengali authors.\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/04/sunil-ganguly.jpg"><img class="alignleft size-medium wp-image-567" style="float: left; margin: 5px;" title="Sunil Ganguly" src="http://nynjbengali.com/wp-content/uploads/2011/04/sunil-ganguly.jpg" alt="Sunil Ganguly" width="361" height="270" /></a>The wait was not long before the answer was added in the billboards.  It was really a brand of mustard oil that would surely make the Bengalis cry, Mr. Ganguly promised.  Its pungent smell and its aroma, Mr. Ganguly claimed, will irritate the sinuses like never before done by any other brand of mustard oil.  Enjoy cooking in mustard oil while shedding tears of joy at the same time.  That would really be exciting, I conceded.  Monounsaturated fatty acids with high uric acid in mustard oil are a minor distraction.  Cholesterol is not good. Who says? We should not believe pharmaceutical companies. They have a vested interest; they only want to sell more of their statin drugs.  Trust our own, especially if he happens to be a celebrity novelist. Who is most qualified to be a brand ambassador for something which makes people cry?  A widely successful and much revered novelist indeed, whose business is to make people laugh and cry.  (With only one exception: the one person who knew more about mustard oil was my mother – eternal peace be with her – who not only cooked in mustard oil all the time, but knew how to relieve congestion by rubbing warm mustard oil on your chest, or how much water to mix with mustard oil to use it as hair nourishment.  Though, of course, never shed a tear over it.)\r\n\r\nNow, for the first time, a standard for judging the efficacy of cooking oil has been introduced – a Tear Index.  Imagine how convenient it will be for Sarshe-Ilish loving Bengalis to compare a good cooking oil with not-so-good ones by reading the packaging only. If Ganesh brand claims two milliliters of tears per cooking for their product, not to be undone, Emami brand may post 3 milliliters in their packaging.  It also reveals for the first time to his numerous fans and followers around the world that Mr. Ganguly also cooks an occasional meal or two enjoying first hand his sentimental mustard oil moments.\r\n\r\nThe trivialization of the Bengali ethos and evoking grave sentiments in a certain population, ironically with a banality like mustard oil, that too by a serious prolific writer who has otherwise done exactly the opposite with an astute socio-political representation in literature, to say the least, sounds inconsonant.  But give him credit for what is his due; for his compassion and understanding for fellow Bengalis. With all the chaos, privations, killing and banditry around, perhaps Bengalis have no feelings and emotions left; only acceptance of what is ugly and cruel in life. We have stopped empathizing; our eyes have permanently dried up. A tear or two would be timely, even if prodding from a billboard brings it upon us.', 'Why are there Tears in Bengali Eyes?', 0, '', 'publish', 'open', 'open', '', 'why-are-there-tears-in-bengali-eyes', '', '', '2011-04-11 18:56:59', '2011-04-11 22:56:59', '', 0, 'http://nynjbengali.com/?p=566', 0, 'post', '', 0),
(567, 1, '2011-04-11 18:52:08', '2011-04-11 22:52:08', '', 'Sunil Ganguly', 0, 'Sunil Ganguly', 'inherit', 'open', 'open', '', 'sunil-ganguly', '', '', '2011-04-11 18:52:08', '2011-04-11 22:52:08', '', 566, 'http://nynjbengali.com/wp-content/uploads/2011/04/sunil-ganguly.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(568, 1, '2011-04-27 22:02:41', '2011-04-28 02:02:41', 'What:\r\n<div><strong>The Mosaic Dance Festival</strong></div>\r\n<div><strong><em>An exchange on Indian culture with international movement</em></strong></div>\r\n<strong><em>featuring  incredible companies, schools and soloists from the tri-state area\r\n</em></strong>\r\n<div>\r\n</div>\r\n<div>Where:</div>\r\n<div><strong>The Funktion Dance  Complex</strong></div>\r\n<div><strong>4260 US HWY 1, Suite 6\r\nMonmouth Junction, NJ</strong></div>\r\n<div><strong>\r\n</strong></div>\r\n<div>When:</div>\r\n<div><strong>Saturday,  August 6th, 2011</strong></div>\r\n<div><strong>2pm &amp; 8pm shows</strong></div>\r\n<div><strong>\r\n</strong></div>\r\n<div>Tickets:</div>\r\n<div><strong>Soon  to be available at</strong></div>\r\n<div><strong><a href="http://www.kalamandirdanceco.com/" target="_blank">www.kalamandirdanceco.com</a></strong></div>\r\n<div><strong>\r\n</strong></div>\r\n<div>Event RSVP:</div>\r\n<div><strong><a href="mailto:kalamandirdanceco@gmail.com" target="_blank">kalamandirdanceco@gmail.com</a></strong></div>\r\n<div><strong>or</strong></div>\r\n<div><strong><a href="http://www.facebook.com/event.php?eid=202483249771775" target="_blank">http://www.facebook.com/event.php?eid=202483249771775</a></strong></div>\r\n<div>\r\n</div>\r\n<div>\r\n</div>\r\n<div><strong>\r\n</strong></div>\r\n<strong>\r\n</strong>', 'The Mosaic Dance Festival', 0, '', 'publish', 'open', 'open', '', 'the-mosaic-dance-festival', '', '', '2011-04-27 22:02:41', '2011-04-28 02:02:41', '', 0, 'http://nynjbengali.com/?p=568', 0, 'post', '', 0),
(569, 1, '2011-04-27 22:14:14', '2011-04-28 02:14:14', '<strong>Chhandayan Presents "Rabindra Natak"</strong> - plays inspired by Rabindranath Tagore in celebration of his 150th Birth Anniversary\r\n\r\n"<strong>The Last Flames</strong>"\r\nan ECTA production\r\nWritten and directed by Sudipta Bhawmik\r\n\r\n<em>Basanta  Koomar Roy, an expatriate journalist from India, is credited by many as  one of the key persons responsible in popularizing the Nobel laureate  poet Rabindranath Tagore in USA.  But Roy fell from his idol''s grace for  reasons that torment many a biographer and journalist even today.  "The  Last Flames" attempts to re-examine the relationship between Roy and  Tagore and provides a peek at the human side of the great Poet''s  personality.</em>\r\n\r\n"Mrinal''s Letter"\r\nan Epic Actors Workshop production\r\nConcept and execution by Gargi Mukherjee\r\n\r\nBased on Rabindranath Tagore''s <em>Streer Patra</em>\r\n\r\nMay 28, 4pm and 8pm\r\n\r\nActor Theater Workshop\r\n145 West, 28th Street\r\nNew York, NY (3rd Floor)', 'Chhandayan Presents "Rabindra Natak"', 0, '', 'publish', 'open', 'open', '', 'chhandayan-presents-rabindra-natak', '', '', '2011-04-27 22:14:14', '2011-04-28 02:14:14', '', 0, 'http://nynjbengali.com/?p=569', 0, 'post', '', 0),
(570, 1, '2011-04-27 22:19:50', '2011-04-28 02:19:50', '<div id=":164" class="ii gt">\r\n<div id=":163">\r\n<p class="MsoNormal" style="text-align: center; margin: 0in 0in 10pt;" align="center"><span style="line-height: 115%; font-family: ''Bernard MT Condensed'',''serif''; color: #00b0f0; font-size: 36pt;">Tagore’s</span></p>\r\n<p class="MsoNormal" style="text-align: center; margin: 0in 0in 10pt;" align="center"><span style="line-height: 115%;">150<sup>th</sup> Birth Anniversary Celebration</span></p>\r\n<p class="MsoNormal" style="text-align: center; margin: 0in 0in 10pt;" align="center"><span style="line-height: 115%; font-family: ''Castellar'',''serif''; color: #00b0f0; font-size: 36pt;">Organized  by</span></p>\r\n<p class="MsoNormal" style="text-align: center; margin: 0in 0in 10pt;" align="center"><span style="line-height: 115%;">Cultural Association of Bengal</span></p>\r\n<p class="MsoNormal" style="text-align: center; margin: 0in 0in 10pt;" align="center"><span style="line-height: 115%;">A two  day Program</span></p>\r\n<p class="MsoNormal" style="text-align: center; margin: 0in 0in 10pt;" align="center"><span style="line-height: 115%;">May 14</span><span style="line-height: 115%; font-family: ''Bernard MT Condensed'',''serif''; color: #f79646; font-size: 36pt;">, 2011 Saturday at Rutgers  university, NJ and</span></p>\r\n<p class="MsoNormal" style="text-align: center; margin: 0in 0in 10pt;" align="center"><span style="line-height: 115%;">May 15<sup>th</sup></span><span style="line-height: 115%; font-family: ''Bernard MT Condensed'',''serif''; color: #f79646; font-size: 36pt;">, 2011 Sunday at Hindu  Temple, Flushing, New York</span></p>\r\n<p class="MsoNormal" style="text-align: center; margin: 0in 0in 10pt;" align="center"><span style="font-family: Calibri;"><span style="line-height: 115%; color: #f79646; font-size: 36pt;">For more information, please visit</span><span style="line-height: 115%; font-size: 36pt;"> <a href="http://www.cabusa.org/rabindranath" target="_blank"><span style="color: #800080;">http://www.cabusa.org/rabindranath</span></a></span></span></p>\r\n\r\n</div>\r\n</div>', 'CAB Celebrates Tagore''s 150th Birth Anniversary', 0, '', 'publish', 'open', 'open', '', 'cab-celebrates-tagores-150th-birth-anniversary', '', '', '2011-04-27 22:19:50', '2011-04-28 02:19:50', '', 0, 'http://nynjbengali.com/?p=570', 0, 'post', '', 0),
(571, 1, '2011-05-16 19:19:01', '2011-05-16 23:19:01', '<p id="internal-source-marker_0.7825742000602396" style="text-align: center; margin-top: 0pt; margin-bottom: 0pt;"><span style="font-size: 10pt; font-family: Arial; color: #000000; background-color: #ffffff; font-weight: bold; font-style: normal; text-decoration: none; vertical-align: baseline;">ECTA Celebrates  Rabindranath Tagore''s 150th Birth Anniversary with "Rajar Chithi"</span></p>\r\n<span style="font-size: 10pt; font-family: Verdana; color: #000000; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;"> </span>\r\n\r\n<span style="font-size: 10pt; font-family: Arial; color: #000000; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">ECTA  celebrates the great Indian Nobel laureate poet Rabindranath Tagore''s  150th birth anniversary with a new play "Rajar Chithi'' (Letter from the  King - a play in Bengali with subtitles in English) at the Edison Valley  Playhouse, 2196 Oak Tree Road, Edison NJ on June 11th (6.30pm), and  12th (5:00pm). Tickets are $20.00 and can be reserved by email to </span><a href="mailto:bhawmik@gmail.com"><span style="font-size: 10pt; font-family: Arial; color: #0000cc; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: underline; vertical-align: baseline;">bhawmik@gmail.com</span></a><span style="font-size: 10pt; font-family: Arial; color: #000000; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;"> or online at </span><a href="http://ecta.ticketleap.com/rajar-chithi"><span style="font-size: 10pt; font-family: Arial; color: #000099; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: underline; vertical-align: baseline;">http://ecta.ticketleap.com/rajar-chithi</span></a><span style="font-size: 10pt; font-family: Arial; color: #000000; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">. </span>\r\n\r\n<span style="font-size: 10pt; font-family: Arial; color: #000000; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">During  Rabindranath Tagore’s visit to San Francisco in 1916, media reports  claim that there was an attempt by Indian nationalists to assassinate  Tagore. Fortunately the plan did not succeed and the poet was provided  with high level security by the local administration. It was further  reported that the primary cause for their failure was that the  nationalists could not agree amongst themselves as to whether they  should carry out the assassination.  But was it really a failure that  they couldn’t assassinate Tagore? Or was it the right thing to do? </span>\r\n\r\n<span style="font-size: 10pt; font-family: Arial; color: #000000; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">The play  “Rajar Chithi” is a fictional account of the moral, ideological and  psychological conflicts these nationalist freedom fighters of India  possibly had to experience to arrive at this decision.  The play also  offers a deep insight into the social, political and philosophical  influence Tagore had on the people at a time when the entire World was  going through a great turmoil.</span>\r\n\r\n<span style="font-size: 10pt; font-family: Arial; color: #000000; background-color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; vertical-align: baseline;">The play is written and directed by Sudipta  Bhawmik.  The cast includes some very talented stage actors like  Subhodev Das, Pinaki Datta and Piu Majumdar.</span>', 'Rajar Chithi', 0, '', 'publish', 'open', 'open', '', 'rajar-chithi', '', '', '2011-05-16 19:19:01', '2011-05-16 23:19:01', '', 0, 'http://nynjbengali.com/?p=571', 0, 'post', '', 0),
(572, 1, '2011-06-04 01:26:13', '2011-06-04 05:26:13', '<a href="http://nynjbengali.com/wp-content/uploads/2011/06/badal_sircar.jpg"><img class="alignleft size-medium wp-image-573" style="float: left; margin: 4px;" title="Badal Sircar" src="http://nynjbengali.com/wp-content/uploads/2011/06/badal_sircar.jpg" alt="Badal Sircar" width="287" height="302" /></a>On 13th of May 2001, when the entire state of West Bengal was experiencing the euphoria of change, the landscape of Bengali theatre also changed forever. Badal Sircar, the maverick of Indian theatre, passed away almost unnoticed. But I am not going to write an obituary of Badal Sircar, neither I am going to write his biography. Rather I''d like to share with you my experiences with this theater personality through his work and from few of my personal interactions with him.\r\n\r\nMy first experience with Badal Sircar was when I was a child. In our campus (I grew up in IIT Kharagpur campus) the faculty, staff and students often staged plays and I think it was with "Boro Pishima" I first experienced theatre and it changed my life in many ways forever. Later I saw "Solution X" where my mother also participated in one of the lead characters. Few years later, when I was in high school, I went to see a student''s production (TDS _- Technology Dramatic Society) and was shaken to the core to see "Michhil" performed. It was an experience that I could never have expected. For the first time I realized that theater does not require a stage, does not require any expensive sets, any lights or any sophisticated sounds. All it needs are performers and an audience. And in most cases, the barrier between a performer and audience faded away - they became one whole theatrical entity.  I also learned the term "Third Theatre". The apparent simplicity of these production made me think, can theatre be so easy?  My friends and I started to produce Badal Sircar, "Michhil", "Bhoma" and others. We even started performing regular proscenium kind of plays in third theatre form.<!--more-->\r\n\r\nAfter I joined IIT as a student, my involvement with TDS became more strong. Badal Sircar was the rage those days. Several groups were performing Badal Sircar - "Spartacus", "Bhoma", "Sukhopathya Bharoter Itihas", "Hatta Malar Opare" and not to mention his proscenium plays like "Jodi Ar ek Baar", "Baaki Itihas", "Pagla Ghora", "Ballabhpurer Rupkatha", "Ebong Indrajit" - we couldn''t have enough of Badal Sircar. One of our seniors was a regular performer in Badal Sircar''s group Satabdi, and he often would bring fresh new plays to the campus.\r\n\r\nBadal-da himself often came to the campus. Sometimes with his group Satabdi to perform, sometimes to conduct workshops with the students. I still remember the experience of watching "Spartacus" performed by Satabdi on our Basketball court. It was then I realized how far our productions have been from their true potential. And then when I joined Badal-da''s workshop (conducted on our open air theatre stage), I realized how wrong I was in thinking that his productions were easy to perform. How much one needs to train himself, train his mind and body to not only perform, but also to become an integral part of theater. While working with us on some of the  trust games during the workshop he mentioned, "The key aspect in theatre is to have complete trust on your co-performer. You should be able to take the greatest risk, either physical or emotional, fully trusting  that your co-performers are there to support you. Until you develop that relationship with your team mates, you can never give your 100% to theatre." This lesson stuck with me all along. I realized, that this is not only true for theater, but also for each and every aspect of our life, our family, our work, our society.  Some of the other workshop exercises taught me several aspects of using space, dynamic compositions - creating new stage pictures, breaking them instantly and then recreating them almost organically. It  taught me, how versatile is this instrument of acting we have - our own body. How we can create not only human characters, but also physical objects and properties and infuse life in them with our body and mind. A desk and a chair created by human bodies, no longer exists only as a mere objects in space, but carries with them a deeper meaning that is truly human.\r\n\r\nLater, I have moved away from Badal-da''s form of theatre  for many reasons. One of them was the fact that I didn''t feel we were doing justice by performing "Third Theatre" in a proscenium environment.  Third theatre can never succeed on a stage within three walls with the audience sitting fifty meters away behind the fourth wall.  We were cheating ourselves, and defeating Badal-da''s primary reason for developing this form.  I''d rather not do such theater and stick to the conventional style. Maverick''s are rare in our society - not everybody can traverse the trailblazing path that people like Badal Sircar can tread. But the lessons I learned from this great master would always show me my path during the difficult times in my theater life.\r\n\r\nOn Saturday June 4th at 2.00pm, a memorial service for Badal Sircar has been organized by his protege, Subhashis Das at the <span class="fn org">Woodbridge Library, George Frederick Plaza,  Woodbridge, NJ 07095. It is unfortunate that I won''t be able to make it due to my rehearsal commitments, but I hope Badal-da would pardon my absence for the sake of theatre.\r\n</span>', 'Badal Sircar - The Maverick of Indian Theatre', 0, '', 'publish', 'open', 'open', '', 'badal-sircar-the-maverick-of-indian-theatre', '', '', '2011-06-04 01:26:48', '2011-06-04 05:26:48', '', 0, 'http://nynjbengali.com/?p=572', 0, 'post', '', 0),
(573, 1, '2011-06-04 01:10:28', '2011-06-04 05:10:28', 'Badal Sircar', 'Badal Sircar', 0, 'Badal Sircar', 'inherit', 'open', 'open', '', 'badal_sircar', '', '', '2011-06-04 01:10:28', '2011-06-04 05:10:28', '', 572, 'http://nynjbengali.com/wp-content/uploads/2011/06/badal_sircar.jpg', 0, 'attachment', 'image/jpeg', 0),
(574, 1, '2011-06-09 13:54:10', '2011-06-09 17:54:10', '<div><span id="internal-source-marker_0.18080697627738118"><a href="http://nynjbengali.com/wp-content/uploads/2011/06/tagore_in_berkeley.jpg"><img class="alignleft size-medium wp-image-575" style="float: left; margin: 4px;" title="Rabindranath Tagore in Berkeley California" src="http://nynjbengali.com/wp-content/uploads/2011/06/tagore_in_berkeley.jpg" alt="Rabindranath Tagore in Berkeley California" width="380" height="235" /></a></span>About a year and half ago, when I was researching on Rabindranath Tagore’s visits to the USA, an incident caught my attention. It said, that apparently there was an assassination attempt on Rabindranath  by some Indians during his visit to San Francisco in October of 1916. This piece of information shocked me to say the least and I started to dig into the matter further.  I looked into several books on Tagore by well regarded scholars and slowly an image started to take shape.  I’ll refrain myself from getting into the details of the various accounts published in several books (you may look for them in the attached bibliography), but just to put matters in context I’ll quote some references:<!--more--></div>\r\nSan Francisco Examiner of 6th October 1916 reported, “<em>Word of a plot to assasinate Sir Rabindranath Tagore, Hindu poet and Nobel Prize winner, reached the police yesterday and let to extraordinary precautions to guard him in his apartment at the Palace Hotel and at the Columbia Theatre where he lectured in the afternoon.</em>”  Several other newspapers also carried the story. Allegations were pointing towards the Indian revolutionary organization Ghadar, then operating in the USA, primarily based on the writings of  the then Ghadar leader Ramchandra. Ramchandra however denied the allegation.  Rabindranath himself did not believe that his countrymen could even think of doing something like this. He did not cancel any of his assignments and sent a signed statement to the Los Angeles Examiner on 7th October 1916 saying, “<em>I have cancelled no engagements and I came to Santa Barabara by the train which had been arranged for me by my manager. As for a plot to assassinate me, I have the fullest confidence in the sanity of my countrymen and shall fulfill my engagements without the help of police protection. I take this opportunity to emphatically assert that I do not believe there was a plot to assassinate me, though I had to submit to the farce of being guarded by the police, from which I hope to be relieved for the rest of my visit to this country</em>.”\r\n\r\nIn 1933 the Calcutta Statesman published a report from an anonymous  ex Ghadar party activist who had returned after living in USA for many years and it said, <em>“When Dr. Tagore visited the United States during the war, the party actually deputed two of its members to murder the poet at the hotel in San Francisco where he was staying. The two men fell out in the lobby of the hotel as there was a difference of opinion between them as to whether Dr. Tagore should be murdered, and thus the plot was disclosed. The motive for the attempted murder was that the party regarded Dr. Tagore as an agent of the British Government.</em>”\r\n\r\nResponding to a query by Ramananda Chattopadhyay on this news article, Rabindranath gave a more detailed account regarding how he was protected by the police during those few days but he reiterated his trust on his countrymen. But this time he did mention that his speeches on Nationalism were not well received by some Indians in the audience and he did feel a strong sense of antagonism towards him. However, the fact remains that it can never be said for certain as to whether such a heinous plot was ever conceived or not.\r\n\r\nThe story that is told in the play “Rajar Chithi”  is based on the above incident but it should not be considered as history in any way.  It is a  work of pure fiction based on historical references. The characters are fictitious, but they are inspired by real characters of the period who were involved in the Nationalist movement. The inspiration for the character of Mary comes from several American woman of that time who actively helped the Indian freedom struggle.  The play may seem to be a departure  from the kind of plays we produce in ECTA, that is “to tell our stories through theater.”  But to me, it is still “our story” - it is the story of our predecessors in this country who struggled not only for their survival, but also for the freedom of their homeland.\r\n\r\nThe play does not try to pass any judgement on the policies and beliefs of the nationalist freedom fighters of India, or on the philosophy of Rabindranath Tagore regarding nationalism and universal humanism. The play only tries to depict the eternal conflict between indoctrinated dogma and conscience,  between organized beliefs and common sense,  between our brain and our heart - a conflict that is as relevant today as it was during the early part of the twentieth century or even earlier.  And in this process the play makes us think once again about the great genius that was Rabindranath Tagore in a new light.\r\n\r\nBibliography:\r\n1. Sikhs, Swamis, Students, and Spies - The India Lobby in the United States, 1900-1946 : Harold A Gould\r\n2. Tagore and USA : Dr. Panchanan Saha\r\n3. Rabindranath Tagore - The Myriad Minded Man : Krishna Dutta and Andrew Robinson\r\n4. Life and Letters of A Revolutionary in Exile : Tapan K Mukherjee\r\n5. Rabindranath Tagore in America : Stephen N Hay\r\n6. A Passage to America : Sujit Mukherjee\r\n7. Nationalism - Rabindranath Tagore\r\n8. Cast and Outcast - Dhan Gopal Mukherjee\r\n9. Daughter of the Earth - Agnes Smedley\r\n10. Letters to a Friend: Rabindranath Tagore''s Letters to C.F. Andrews - Rabindranath Tagore\r\n11. http://gadar.homestead.com/GadarHist.html - Gadar Heritage Foundation\r\n12. Selected Letters of Rabindranath Tagore - Krishna Dutta and Andrew Robinson', 'Rajar Chithi : A Playwright’s Note', 0, '', 'publish', 'open', 'open', '', 'rajar-chithi-a-playwright%e2%80%99s-note', '', '', '2011-06-10 01:14:27', '2011-06-10 05:14:27', '', 0, 'http://nynjbengali.com/?p=574', 0, 'post', '', 1),
(575, 1, '2011-06-09 13:44:27', '2011-06-09 17:44:27', 'Rabindranath Tagore in Berkeley California', 'Rabindranath Tagore in Berkeley California', 0, 'Rabindranath Tagore in Berkeley California', 'inherit', 'open', 'open', '', 'tagore_in_berkeley', '', '', '2011-06-09 13:44:27', '2011-06-09 17:44:27', '', 574, 'http://nynjbengali.com/wp-content/uploads/2011/06/tagore_in_berkeley.jpg', 0, 'attachment', 'image/jpeg', 0),
(576, 1, '2011-07-20 23:56:21', '2011-07-21 03:56:21', 'Bharat Sevashram Sangha presents the following events on July 24th as part of their Fund Raising Event:\r\n\r\nHindustani Classical Vocal by Mitali Banerjee Bhawmik with Pandit Sameer Chatterjee on Tabla and Kedar Naphade on Harmonium\r\n\r\nablaphilia: A Presentation of the four stages of life through vocal and instrumental music, composed and conducted by Pandit Sameer Chatterjee\r\n\r\nand\r\n\r\n"Ekti Gnaye Thaki" a play in Bengali (with English supertitles) written and directed by Sudipta Bhawmik, and produced by ECTA\r\n<h6 class="uiStreamMessage"></h6>\r\nWhat makes a family? Who are our family members?\r\nWho is our brother  and wh<a href="http://nynjbengali.com/wp-content/uploads/2011/07/ektignaye.jpg"><img class="alignleft size-medium wp-image-577" style="float: left; margin: 4px;" title="ektignaye" src="http://nynjbengali.com/wp-content/uploads/2011/07/ektignaye.jpg" alt="" width="208" height="276" /></a>o is our sister?\r\nWhat expectations do we have for our family?  What are our demands?\r\nDo we all live in a village of strangers?\r\n\r\n<span class="text_exposed_hide">...</span><span class="text_exposed_show">Villagers:  Sankar, Lili, Subhodev, Aparajita, Dwaipayan, Sudipta, Abhijit\r\nMusic:  Samya Goswami</span>\r\n\r\n"Ekti Gnaye Thaki" is the story of Ranjana and her  brother, Rajat, reuniting after fourteen years. Rajat immigrates to the  US with his family after Ranjana sponsors their green cards. The  reunion is marked by its usual excitement followed by nostal-gia for  their hometown Gobindapur they both left behind. Rajat becomes a  critical link for Ranjana to relive her past, while Ranjana helps him  come to terms with his decision to abandon his familiar world in  Gobindapur. Ranjana is also ill and Rajat''s presence offers a long  awaited emollient. As the brother and the sister often slip into the  past, the rest of the characters are excited at the prospects of their  future in the US, especially Rajat''s son, Rajib. Life gradually settles  down and a quotidian harmony evolves. Yet from the beginning, the play  occasionally and quite subliminally alludes to an underlying subplot  that threatens the apparent calm between the two families. Eventually,  through a set of related incidents, the undisclosed piece - a rather  disconcerting one - is revealed. The disclosure tears apart the growing  assurance of the families'' suburban life, and more importantly, sets in  motion a drift into the past that interrogates those relationships that  were deemed normal. Though this interrogation fractures a happy picture,  however, it is through this fracture, we are invited to revisit  something more important - the attachment between human be-ings. The  play above all, irrespective of its specificities of time and place, is a  commentary on what it means to be a human being in relation to those we  hold dear in our lives.\r\n\r\nTickets are $75.00, $40, $25, student with ID $15.00 Dinner is included. For more information, please call Ashram at 732-422-8880, email: bssnj@hotmail.com', 'Bharat Sevashram Sangha NJ to present "Ekti Gnaye Thaki"', 0, '', 'publish', 'open', 'open', '', 'bharat-sevashram-sangha-nj-to-present-ekti-gnaye-thaki', '', '', '2011-07-20 23:59:09', '2011-07-21 03:59:09', '', 0, 'http://nynjbengali.com/?p=576', 0, 'post', '', 0),
(577, 1, '2011-07-20 23:52:15', '2011-07-21 03:52:15', '', 'ektignaye', 0, '', 'inherit', 'open', 'open', '', 'ektignaye', '', '', '2011-07-20 23:52:15', '2011-07-21 03:52:15', '', 576, 'http://nynjbengali.com/wp-content/uploads/2011/07/ektignaye.jpg', 0, 'attachment', 'image/jpeg', 0),
(578, 1, '2011-07-26 14:19:47', '2011-07-26 18:19:47', 'The venue of the program by IIPA on the 7th August, Has been changed to CROSSROADS THEATRE, 7 Livingston Ave , New Brunswick, starting at 12 noon.The Artsuniversity auditorium  has been shut down by fire marshal for safety hazard. . There will be launch available  for a fee from 11am to 12. 30 pm. But seating should be complete by 12.30. for the start of the program. We have to vacate the auditorium by 6pm.\r\nWould like to apologise for any inconvenience.\r\nH.Guha. President. IIPA\r\n\r\nRabindranath: A Remembrance Participants:\r\n\r\nKrishna Dutta: Author/ Biographer “Rabindranath Tagore: The Myriad Minded Man” is the keynote\r\nspeaker of the event. Specializing in the cultural history of Bengal, her books include “Calcutta: A Cultural\r\nand Literary History” was published to critical acclaim.\r\n\r\nProfessor Mohan Singh (Khangura): Born into a cultural family of music lovers of Punjab, Mohan\r\nSingh was selected National Music Scholar by the Ministry of Education. At present he is the Head of\r\nthe department at Visva Bharati, Santiniketan. Mohan performs regularly on All India Radio as well as\r\nin major concerts all over the world.\r\n\r\nBiplab Mondal: Percussion virtuoso, Biplab is the most sought after accompanist in any Rabindra\r\nSangeet program. As a distinguished professor of Rabindra Bharati University, Kolkata he has perfectly\r\nepitomized the troves of theoretical knowledge and practical dexterity.\r\n\r\nDr. Subhasish Bhattacharya: A lecturer at Rabindra Bharati University, Subhasish is a well known face in\r\nthe performing arts circle for his excellent rendition of Classical dance style as well as Rabindrik Nritya.\r\n\r\nTapan Basu: With a strong musical background, Tapan has undertaken and executed several events\r\nfor Saregama, HMV, Chirag, ETV Bangla, Doordarshan, and many other private organizations. He has\r\ngraciously accepted our invitation to be the Event Coordinator for Rabindranath: A Remembrance.\r\n\r\nAniruddho Sanyal: Documentary filmmaker Aniruddho has won critical acclaim for his film on Raja\r\nRam Mohan Roy titled: “A Bristol Pilgrimage: In Search of Raja Ram Mohan Roy” &amp; “Disconnected\r\nGenius: Dwarakanath and Rabindranath”. This year the documentary on Rabindranath was presented\r\nat the Tagore Festival in London. Aniruddho will be the anchor of a segment of our program where he\r\nwill show a very rare documentary on Tagore with testimonials from various luminaries.\r\n\r\nJoydeep Bhattacharya: A Rabindrasangeet enthusiast, Joydeep’s musical taste has been built on this\r\nparticular genre of music. As such Joydeep will illuminate the public with discussions on Rabindra\r\nSangeet.\r\n\r\nSuparna Guha: Director/ Coordinator Indian Institute of Performing Arts. Suparna was brought up in\r\nthe cultural environment of Visva Bharati, Santiniketan. Suparna continues to play an important role in\r\npopularizing Tagore’s works in the US.', 'RABINDRANATH: A REMEMBRANCE', 0, '', 'publish', 'open', 'open', '', 'rabindranath-a-remembrance', '', '', '2011-07-26 21:03:20', '2011-07-27 01:03:20', '', 0, 'http://nynjbengali.com/?p=578', 0, 'post', '', 0),
(579, 1, '2011-08-11 20:05:37', '2011-08-12 00:05:37', 'In commemoration of Tagore''s 150th Birth Celebration, Bengal Foundation  of America is proud to present Tagore''s classic tale, Shesher Kobita as a  play!!\r\n\r\nDirected and Dramatized by Nupur Gangopadhyay Lahiri\r\nProduced  by Bengal Foundation Of America\r\n\r\nTo be held at George Street Playhouse, New Brunswick, New Jersey\r\n\r\nOther performances include:\r\n\r\nRhythms of Life\r\nFoorty\r\nManjari School of Performing Arts, NJ\r\n\r\nFollowed  by a post performance seminar on Rabindranath Tagore''s drama.', 'Sesher Kobita ', 0, '', 'publish', 'open', 'open', '', 'sesher-kobita', '', '', '2011-08-21 22:43:06', '2011-08-22 02:43:06', '', 0, 'http://nynjbengali.com/?p=579', 0, 'post', '', 0),
(580, 1, '2011-08-21 22:40:28', '2011-08-22 02:40:28', 'by <strong>Amitava Sen</strong>\r\n\r\n<img class="alignleft" style="float: left; border: 2px solid black; margin: 4px;" src="http://nynjbengali.com/wp-content/uploads/2009/09/durga-protima.jpg" alt="Durga" width="296" height="199" />A few years ago at the annual Durga Puja, the organizing club published a booklet for the benefit of the generation born and raised here, explaining the significance and meaning of the festival and its various events on different days. Rightly so, the narration started with Mahalaya, the new moon day preceding the Puja. Mahalaya is actually a day when Hindus, typically Bengali Hindus pay homage to the ancestors, culminating in Sharodiya Durga Puja six days later. Indeed, it is a Hindu practice to invoke the blessings of the ancestors before any solemn occasion, be it a wedding or an Annaprasan. But that was not what the author of the little booklet wrote in his explanation of Durga Puja for our children.  Mahalaya, according to his narrative was the day on which Calcutta radio broadcast an audio musical, Mahishasurmardini.  And that was all, what Mahalaya meant!<!--more-->\r\n\r\nIt was an ignorant and a weird way of explaining a significant Bengali institution to our children. It was like saying July fourth was all about fireworks. Hindu customs and religion are a little more involved and nuanced than of other major religions of the world. Its philosophies, theories and practices are not all explained and enunciated in a single book. Acquiring ultimate knowledge of our religion is just not memorizing one single book of scripture.  As a result the Hindus, I think are a bit doubtful, if not confused about sources and meanings of our numerous and sometimes complex texts and edicts.  So I do not accuse anyone of ignorance or lack of clarity about Mahalaya or Kali Puja or Kalpataru Utsav, a few amongst typical occasions very much confined to Bengalees. Many amongst us have no clue about historical and mythical background of even Durga puja, the mother of all Bengalee festivals. Of course you are guilty of no major crime either if you do not know all about our heritage, unless of course we desire to teach it to our “second generation.” Thus, we have to be very careful in the kind of epistemic inheritance we are providing for our next generation.\r\n\r\nIn our desire to make very “cultured” Bengalees out of our children, the word that is kicked around frequently is heritage.  Heritage is something that we inherit by our birth and which flows from being born out of certain parameters and culture of our parents and society. The larger question here is-are we the so-called first generation quite aware of our heritage? We first need to educate us on our heritage if we want to pass it to our children. Unless you own it how can you bestow it on others?\r\n\r\nI suspect not many of us have read Rabindranath, Sarat Chandra or Bankim Chandra in any depth; not many of us are aware of the work and lives of Sri Chaitnya, Sri Ramakrishna or Ram Mohan Roy.  What is Bengali heritage without their legacy? How can we be aware of our heritage without the knowledge of the Bengali Renaissance of the nineteenth century? Let’s ask an honest question:  how much do we know about the period of great awakening and reform which is unique in the history of all regional Indian cultures.\r\n\r\nI want to emphasize that this is not an all embracing assessment of or an expression of general disappointment about us that is the first generation here in the United States. There are members in our community who can really teach us about our culture and our heritage. Yet, I want to stress on the critical learning of our generation (the first generation) which may be a more universal concern.\r\n\r\nLet’s get to know our literature, our culture and our religion, in other words our total heritage before we exert big effort and throw in big money for the expressed goal of bringing our heritage to the second generation.\r\n\r\nLet’s start with the meaning of Mahalaya.', 'Learning About Our Heritage: A Task For The First Generation', 0, '', 'publish', 'open', 'open', '', 'learning-about-our-heritage-a-task-for-the-first-generation', '', '', '2011-08-21 22:40:28', '2011-08-22 02:40:28', '', 0, 'http://nynjbengali.com/?p=580', 0, 'post', '', 1),
(583, 1, '2011-08-31 19:41:58', '2011-08-31 23:41:58', 'Kallol of New Jersey Celebrates Durga Puja on Sept 30, Oct 1 and 2, 2011\r\n\r\nat the Ukranian Church and Cultural Center, 135 Davidson Ave, Somerset, NJ 08873\r\n\r\nCultural Program Highlights:\r\n\r\nFriday, Sept 30 : \r\n“Duhshomoy” – Direction and narration by Dr Faruqe Azam\r\n"Durga Stotra" - Mili Bhattacharya\r\n''String Struck'' - Purbayan Chatterjee (Sitar) Anindyo Chatterjee (Tabla) \r\n\r\nSaturday, Oct 1: \r\n"Kabar" - a play by Munir Choudhury, directed by Taarun Chatterjee\r\n\r\n"A Wonderful World" Children''s play directed by Aparajita Das\r\n\r\n''Nritya Creation'':   by Mina Basu Nag & Sanjeeb Bhattacharya\r\n\r\nNachiketa Chakraborty "Tumei Sesh Porjonto"\r\n\r\nSunday, Oct 2: "Troyee" choreographed by Sunrita Mitra\r\n"Banchaar Jonyo Gaan" by Aakash Deep\r\nAparna Sen with ''You &amp; I'' presents ''Your''s Truely'' (USA premiere of a famous 2011 show)\r\n\r\nVisit Kallol.com for registration information.', 'New Jersey Durga Puja of Kallol', 0, '', 'publish', 'open', 'open', '', 'new-jersey-durga-puja-of-kallol', '', '', '2011-09-25 23:24:18', '2011-09-26 03:24:18', '', 0, 'http://nynjbengali.com/?p=583', 0, 'post', '', 1),
(584, 1, '2011-09-13 21:45:24', '2011-09-14 01:45:24', 'Garden State Cultural Association (GSCA) Celebrates Durga Puja\r\nat\r\nPlainfield High School\r\n\r\nOctober 1 and 2, 2012\r\n\r\nSat, Oct 1\r\nGSCA Chairman''s speech  	6:15-6:20 PM  	 \r\n  	Speech by Chief Guest: Deputy Speaker of New Jersey Assembly, Hon. Upendra Chivukula 	6:20-6:30 PM 	 \r\n  	Dance recital by Mitra Purkayastha''s troupe 	6:30-7:00 PM 	 \r\n  	Bengali play "Eta Byaktigoto": directed by Soumendu Bhattacharya. 	7:10-8:00 PM 	 \r\n  	Songs by Pratibha Singh & Soumen Nandi (Sa Re Ga Ma Pa Challenge 2009 finalists)\r\n\r\nPrize distribution (Arts & Craft)  	5:30 - 6:00 pm  	 \r\n  	Surer Biswayane Rabindranath, a GSCA production 	6:00 - 6:30 pm 	 \r\n  	Quiz show 	6:30 - 7:00 pm 	 \r\n  	Songs by Monomoy Bhattacharya (Kolkata) 	7:00 - 9:00 pm 	 \r\n', 'GSCA Durga Puja', 0, '', 'publish', 'open', 'open', '', 'gsca-durga-puja', '', '', '2011-09-13 21:45:24', '2011-09-14 01:45:24', '', 0, 'http://nynjbengali.com/?p=584', 0, 'post', '', 0),
(585, 1, '2011-09-13 23:32:08', '2011-09-14 03:32:08', 'We Bengalis have a special characteristic. We tend to setup familial relationships with almost any person we get acquainted with, especially when they are older than us. We cannot just address them by their names. We always want them to be our brothers, sisters, uncles, aunts, grandparents etc.\r\n\r\nWe do it with good intentions. We feel that it would be irreverent of us to address the middle aged gentleman we just met as "Arunabho" or "Satyen". Addressing them by their first name is next to impossible. So we need to make a quick judgment call and decide what relationship we would like to establish with this new friend. Based on the looks, if the gentleman or lady  seem to be close to our age, we try to make them our elder brother (Dada) or sister (Didi). If they seem to be middle aged, then "Kaku" or (Uncle) seems to be appropriate for men, and "Mashi" (Aunt) for women. For women, a subtle transition from "Mashi" to "Mashi-ma" can occur but one needs to be quite careful with that judgement.  Often it so happens, that if it is a couple we meet, we call the husband "Kaku" (paternal uncle) and the wife "Mashi" (maternal aunt) - an almost absurd (although not impossible) relationship. When we meet a couple, "Kaku/Kakima" or "Mashima/Meshomoshai" is a better bet.  It is odd though that the relations, "Mama" (maternal uncle) or "Pishi" (paternal aunt) are not used very often for such acquaintances.  If you are ever doubtful about your social status in this relationship scale, I suggest you walk down the pavement in Gariahat Kolkata. The hawkers and roadside vendors will give you a perfect judgment about your age. Many ladies have experienced their development from "Didi" to "Boudi" to "Mashi" to Mashi-ma" to "Thakuma" from these experts. <!--more-->\r\n\r\nWhen I was younger, I too used these relational attributes to show my respect to my seniors. But as I am growing older, I have realized that it may no longer be appropriate to assume anybody as my "Kaku" or "Mashi", maybe not even "Dada" or "Didi". The realization becomes stronger when someone whom I know to be my contemporary, or even older than me, addresses me as "Dada".  Some people just cannot see themselves as older than anybody else and this often cause a lot of heartache for many. Few days ago a young lady at my place was visibly upset when a middle aged friend of mine called her "Aunty"!\r\n\r\nPersonally, I have tried to keep myself detached from such trivial issues claiming it really doesn''t matter to me how someone addresses me. But recently when some twenty something was struggling to decide whether to call me "Kaku", "Jethu" or "Mesho-moshai", I had strong feeling that it is high time we change this system.\r\n\r\nI agree, we may not feel comfortable to address our seniors by their first names. We may also feel a bit awkward to listen to a young boy half my age, calling me by my first name. Although it is quite common in this country to use first names, but we still feel uncomfortable to use them within our community. Hindi speaking people have resolved this issue by adding a suffix "ji" to any name - Sudipta-ji, Sutapa-ji etc. It is almost like using Mr. or Mrs. to ones name to show your respect, although Mr. and Mrs. works with last names only. Not too long ago, Bengalis too used the suffix (sometimes even as a prefix) "Babu" with male names and "Debi" with female names, to show their respect. Sudipta-babu, or Mrinalini-debi was used amongst the urban elites. But somehow, over the years, "Babu" and "Debi" has lost their gravity and today many feel insulted if they are addressed as a Babu or Debi.  So, what can be the solution?\r\n\r\nThe best solution would be to use our names - just as they are. Names are given to identify a person, to address a person. We all have names. So lets use them. Why do we have to make somebody my "Dada" when I am not sure if he is older than me? Why should I accept someone calling me "Mesho-moshai" when I know that I never had a "Shyalika" or sister-in-law?  Let''s drop this pretense of being a nephew or a niece and call Subhashis as Subhashis, Ajit as Ajit, Shanti as Shanti.\r\n\r\nBut if this sounds too radical, I am willing to accept a compromise. Just like the suffix "-ji", lets use "-da" for men and "-di" for women as a sign of respect, irrespective of their age. You may call Subhashis as Subhashis-da, Ajit as Ajit-da, Krishna as Krishna-di. Remember, this "-da" or "-di" is not the same as "Dada" or "Didi" and they imply no familial relationship.  Besides we have been using these suffixes for quite some time and it maybe easier for us to adopt. It will resolve many complicated issues and awkward situations that Bengali naming conventions have put us into. No longer will young Sucharita feel guilty in calling her boy friend Subir as Subir-da. Now Subir can also call her Sucharita-di,  until they cross the boundaries of Bengali social formalities.', 'We All Have Names! Let''s Use Them!', 0, '', 'publish', 'open', 'open', '', 'we-all-have-names-lets-use-them', '', '', '2011-09-14 12:26:26', '2011-09-14 16:26:26', '', 0, 'http://nynjbengali.com/?p=585', 0, 'post', '', 3),
(586, 1, '2011-09-15 21:30:18', '2011-09-16 01:30:18', '<div id=":190" class="ii gt">\r\n<div id=":18k"><em><strong>A  Lecture-Demonstration session on Gwalior Style of Singing, </strong></em>\r\nby Smt. Neela Bhagwat of Mumbai, on Sunday, October 9, 2011 at Warren, <strong>NJ</strong>.\r\n\r\nTopic of discussion\r\n\r\n1----- The Gwalior Gharana of Khayal music\r\n<div>2----The influence of Bhakti and Sufi on Khayal music.</div>\r\n<div>3----The expressive idiom of Khayal.</div>\r\n<div>4----Use of Classical idiom of expression to express contemporary  themes\r\n\r\n<strong>Venue</strong>:\r\n14 Quail Run\r\nWarren, <strong>NJ - </strong>07059\r\n\r\n9th  October.\r\n\r\nTime- 2 pm to 4-30/5 pm\r\n\r\n<strong>RSVP</strong>: <a href="mailto:raagrang07@gmail.com" target="_blank">raagrang07@gmail.com</a> or call: <a href="tel:732-377-9362" target="_blank">732-377-9362</a> or <a href="tel:908-429-1120" target="_blank">908-429-1120</a>\r\n\r\n<strong>Entry Fee</strong>:  $10 per person\r\n\r\n</div>\r\n</div>\r\n</div>', 'Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing', 0, '', 'publish', 'open', 'open', '', 'raag-rang-presents-a-lecture-demonstration-on-gwalior-style-of-singing', '', '', '2011-09-15 21:30:18', '2011-09-16 01:30:18', '', 0, 'http://nynjbengali.com/?p=586', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(587, 1, '2011-09-15 23:10:18', '2011-09-16 03:10:18', '<div style="padding: 1pt 4pt; border: 1pt solid windowtext;">\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span><strong><span style="font-size: large;"><span><span>Ananda</span></span> <span><span>Mandir</span></span>,  NJ <var></var> announces the following winners of 2011 Gayatri GaMarsh Memorial Awards </span></strong></span></div>\r\n<strong><span style="font-size: large;"> </span></strong>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;"><strong><span style="font-size: large;">for Literary Excellence:</span></strong></span></div>\r\n<span style="font-size: large;"> </span>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-size: 14pt;"> </span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><strong><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">Gouri  Datta </span></strong><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">(Newton, Massachusetts)</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">(In  Bengali Publications Category)</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-size: 14pt;"> </span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><strong><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">Tathagata Ghosh </span></strong><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">(Bridgewater, New Jersey)</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">(In  English Publications Category)<span> </span></span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;"> </span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">*** </span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span><span><strong> </strong><span style="font-size: medium;">The following were the<strong> </strong></span></span><span style="font-size: medium;"> judges who provided their</span> </span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;"> invaluable support </span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">in evaluating the submitted nominations  :</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;"> For  Bengali Literary Award: </span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">Sujan DasGupta, </span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">Alolika Mukherjee</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">Sakti Sengupta</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;"><span> </span></span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-size: 14pt;"> and</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-size: 14pt;"> For English Literary Award:</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">Sumit Roy</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">Arundhati Sanyal</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">Narasingha Sil</span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;"></span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;"></span></div>\r\n<div style="margin: 0in 0in 0pt; padding: 0in; border: medium none currentcolor; text-align: center;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;"><span style="font-family: &quot;DejaVu Sans&quot;; font-size: 14pt;">For  information on the submission of next year''s award, please check <a rel="nofollow" href="http://www.anandamandir.org/" target="_blank">www.anandamandir.org</a> or contact Pronoy Chatterjee: <a rel="nofollow" href="mailto:pkc_usa@yahoo.com" target="_blank">pkc_usa@yahoo.com</a> or Debajyoti  Chatterji: <a rel="nofollow" href="mailto:debsmee572@gmail.com" target="_blank">debsmee572@gmail.com</a> </span></span></div>\r\n</div>', '2011 Gayatri GaMarsh Memorial Awards', 0, '', 'publish', 'open', 'open', '', '2011-gayatri-gamarsh-memorial-awards', '', '', '2011-09-15 23:10:18', '2011-09-16 03:10:18', '', 0, 'http://nynjbengali.com/?p=587', 0, 'post', '', 0),
(589, 1, '2011-09-27 18:58:55', '2011-09-27 22:58:55', 'Fifth New Jersey Independent South Asian Cine Fest (NJISACF), 2011,\r\n\r\nproduced by the Asian American Film and Theater Project, will showcase independent films by or about South Asian women from all over the world that challenge the stereotypical and traditional portrayal of South Asian women in mainstream commercial cinema. The two day-long festival will introduce new and established independent women film artists, from South Asia and the South Asian Diaspora. The festival will also feature filmmaker Q&As and panel discussions with participation from scholars and academics from a variety of disciplines.\r\n\r\nJury and Audience Choice Prizes will be awarded for excellence in various categories.\r\nOctober 21, 22, 23 2011\r\nat Big Cinemas, Edison, New Jersey', 'Fifth New Jersey Independent South Asian Cine Fest', 0, '', 'publish', 'open', 'open', '', 'fifth-new-jersey-independent-south-asian-cine-fest', '', '', '2011-09-27 18:58:55', '2011-09-27 22:58:55', '', 0, 'http://nynjbengali.com/?p=589', 0, 'post', '', 0),
(590, 1, '2011-09-28 23:25:53', '2011-09-29 03:25:53', '<a href="http://nynjbengali.com/wp-content/uploads/2011/09/omkar_souvik.jpg"><img class="alignleft size-medium wp-image-591" style="float: left; margin: 4px;" title="Omkar and Souvik" src="http://nynjbengali.com/wp-content/uploads/2011/09/omkar_souvik.jpg" alt="Omkar and Souvik" width="327" height="269" /></a>When we celebrate Durga Puja in this adopted homeland of ours, one thought keeps on playing in our minds - how much does our children enjoy this festival? Do they feel the same as we did when we were kids in our homeland? Many of us had the idea that our children really don''t care much about this favorite festival of ours. Often we have seen bored kids playing hand held video games in the hallways of our festival venue while their parents enjoyed inside. We sometimes debated, whether we are forcing our kids to come to the festival just because we want to, or it is our duty as a parent to introduce them to our culture and traditions? Is it working? Can they feel the spirit of the best festival of our community?\r\nTo get a more definitive answer, I asked my fourteen year old son Omkar and his friends a simple question. What does Durga Puja mean to them? And here are their responses.<!--more-->\r\n\r\nSouvik Ganguly, a freshman at Bridgewater Raritan High School said -  "For me, Durga Pujo is one of my favorite times of the year because I get to see all my friends and forget about school for a weekend."\r\n\r\nAishik Mukherjee, a Montgomery High School junior, responds -  "During Durga Puja, I have more freedom to do the things I loved as a kid, such as running around outside. I also enjoy some of the performances during the Pujo. Last year, I was watching this one short film that my brother was in about learning how to read and write Bengali, and I was the tech man when it was being shown. I was surprised at how interesting the film was."\r\n\r\nRishav Ghosh, a seventh grader says, "My favorite parts of Durga are being able to hang out with my friends for a few days as well as participating in some plays with them."\r\n\r\nAnd finally Omkar, a Bridgewater Raritan High School Sophomore, says -  "My favorite part of Durga Pujo is definitely seeing my close friends and hanging out with them for a full weekend. I also enjoy some of the kids'' performances, as they can be fun to watch. The festive ambiance of the whole event just ties everything together and makes it a bit more enjoyable."\r\n\r\nSo if we take these four kids to be a random sample of our community children, then it seems their view of Durga Puja is not entirely different from that of ours. The religious part of the festival may not excite them a lot (neither does it excite all the adults), but I think they got the real essence of the Puja festival - to meet friends and have a good time together.', 'Durga Puja and Our Teenagers', 0, '', 'publish', 'open', 'open', '', 'durga-puja-and-our-teenagers', '', '', '2011-09-28 23:25:53', '2011-09-29 03:25:53', '', 0, 'http://nynjbengali.com/?p=590', 0, 'post', '', 2),
(591, 1, '2011-09-28 23:20:09', '2011-09-29 03:20:09', '', 'Omkar and Souvik', 0, 'Omkar and Souvik', 'inherit', 'open', 'open', '', 'omkar_souvik', '', '', '2011-09-28 23:20:09', '2011-09-29 03:20:09', '', 590, 'http://nynjbengali.com/wp-content/uploads/2011/09/omkar_souvik.jpg', 0, 'attachment', 'image/jpeg', 0),
(592, 1, '2011-10-06 00:43:35', '2011-10-06 04:43:35', '<a href="http://nynjbengali.com/wp-content/uploads/2011/10/orange_tag.jpg"><img class="alignleft size-medium wp-image-593" style="float: left; border: 2px solid black; margin: 4px;" title="Orange Tag" src="http://nynjbengali.com/wp-content/uploads/2011/10/orange_tag.jpg" alt="Believe me, it was white until it fell in your mutton curry." width="373" height="339" /></a>Yet another Durga Puja festival concluded with great pomp and fan fare. And each year we see the festival transforming itself in different ways. Some people hate change. They feel that tradition is something that should be protected with great care. Others feel, nothing should be cast in stone - rules and traditions should be broken to herald in fresh views and thoughts. I am okay with either school of thought, although I tend to lean towards the latter philosophy. Organizing an event like Durga Puja is not a trivial task, and not all things work according to plan. Besides it is not easy to satisfy everybody.  However, I can speak about my experience and what I felt about the festival this year, especially the one celebrated by Kallol of New Jersey. <!--more-->\r\n\r\nThe process of pre-registration, that caused lot of heart burns few years ago, seems to be well accepted by now. The process is also quite streamlined if you are internet savvy. This year Kallol formally introduced pre-registration of daily passes. I have been asking about this for quite some time, and I am happy to see the committee members introduce this feature. The system of retaining reserved seats for the high-paying registrants (read donors, patrons etc) with white tags, still seem to cause quite a bit of dissatisfaction amongst the traditionalists. One cause for concern is, that in this hall, even with the best audio system, only the first few rows can listen to the sound with some degree of clarity. The rows in the back can only hear a cacophony of reverberations mixed with constant chattering of the socialites. Hence anybody who wants to seriously listen to what''s being performed on stage, need to stay within the first few rows - a large portion of  which were reserved for the white tag holders. Hence  it was no surprise when artistes like Anindyo Chatterjee and Purbayan Chatterjee found the rows in front sparsely populated and had to request the audience to move up to those exclusive seats. I understand that those who contribute more financially, need to be given some incentives or rewards. But the Kallol execs should also understand that there are many who may not be contributing as much financially but are giving a lot of physical effort and their time voluntarily for the success of this event. They also deserve to be treated in better ways. I have heard complaints that some such people were rudely asked to get off the white tag seats just because they wanted to seriously watch a program they love but were wearing an orange tag badge.\r\n\r\n<a href="http://nynjbengali.com/wp-content/uploads/2011/10/shue_poro.jpg"><img class="alignleft size-medium wp-image-594" style="float: left; border: 2px solid black; margin: 4px;" title="Shuye Poro" src="http://nynjbengali.com/wp-content/uploads/2011/10/shue_poro.jpg" alt="" width="448" height="307" /></a>Kallol also tried, to some limited degree, to enforce the policy of no seat blocking with shawls and other objects.  It has been an old practice of throwing a shawl or some other object on the seats early in the day and stake a claim during the high profile programs.  Some times they do not even come back during the show while people who would like to watch it are prevented from sitting on those seats. Kallol committee members this year were quite strict about this and have fought quite a few nasty battles to recover those protected seats for their guests. But until we try to co-operate with them and try to understand that this is a community event and every body deserves a seat , we cannot get rid of this menace.\r\n\r\nThe food service was excellent and I haven''t heard much complaints. The lines were well managed and the food quality was very good.\r\n\r\nThe entertainment program was quite good, especially the local artistes (kids and adults) did a fantastic job.  Of the visiting artistes, Pt. Anindyo Chatterjee and Purbayan Chatterjee were excellent.  Nachiketa disappointed us by singing fewer songs than expected. He should have sung few more songs and waste less time in  breaks. Tarun Chatterjee''s play "Kabar", although a very powerful play, was certainly not appropriate for the venue. The play also seemed to be not very well prepared, although Tarun Chatterjee''s performance was above par. Aparna Sen and "You and I" program was one of the key attractions of this event, but it failed to impress me. Ms. Sen is an excellent screen actor and a superb film maker, but her reading did not do justice to those love letters and their writers. To bring a letter to life on stage just through reading demands a different kind of skill which very few posses.  The music by Soumyajit and Sourendra had no synergy with the letters except for the theme "love". Soumyajit and Sourendra are both well trained and talented musicians, but I don''t know why they had to mix multiple songs for no reason. For example, I have no clue why he felt compelled to switch to Manna Dey''s "Lolita" from the famous Mand rendering of "Kesaria Balama..." ! Why couldn''t they perform each song as they were meant to be performed. Gimmicks can potentially impress some people, but for many it can be a source of annoyance.\r\n\r\nOverall, the festival was quite enjoyable and I thank all the organizing committee members and volunteers for giving us a very pleasant weekend of Durga Puja celebrations.', 'New Jersey Durga Puja 2011: A Personal Perspective', 0, '', 'publish', 'open', 'open', '', 'new-jersey-durga-puja-2011-a-personal-perspective', '', '', '2011-10-06 11:31:47', '2011-10-06 15:31:47', '', 0, 'http://nynjbengali.com/?p=592', 0, 'post', '', 1),
(593, 1, '2011-10-06 00:39:09', '2011-10-06 04:39:09', '', 'Orange Tag', 0, 'Believe me, it was white until it fell in your mutton curry.', 'inherit', 'open', 'open', '', 'orange_tag', '', '', '2011-10-06 00:39:09', '2011-10-06 04:39:09', '', 592, 'http://nynjbengali.com/wp-content/uploads/2011/10/orange_tag.jpg', 0, 'attachment', 'image/jpeg', 0),
(594, 1, '2011-10-06 00:41:56', '2011-10-06 04:41:56', '', 'Shuye Poro', 0, '', 'inherit', 'open', 'open', '', 'shue_poro', '', '', '2011-10-06 00:41:56', '2011-10-06 04:41:56', '', 592, 'http://nynjbengali.com/wp-content/uploads/2011/10/shue_poro.jpg', 0, 'attachment', 'image/jpeg', 0),
(595, 1, '2011-11-10 00:22:45', '2011-11-10 04:22:45', '<strong>By Amitava Sen\r\n</strong>\r\nWhy do we buy things?\r\nSome for immediate consumption, like food, which we need for survival or mere delight of palate.\r\nWe buy theatre tickets, for enjoyment and entertainment.\r\nOr, books and arts, to meet our intellectual needs.\r\nWe spend money on investment, with expectation for a return in cash or kind.\r\nAlso, for long term uses, like houses for shelter. The range of items like homes and cars are not always based on a minimum need; often times they exceed the rational limit.  But their uses remain utilitarian nevertheless.\r\nAmongst many others, clothing is an important area we spend our money on, so that we maintain a societal decorum and do not bare us to the world; and for sartorial splendor, of course.\r\nGenerally, we acquire thing to meet some kind of needs or perceived needs, material, physical or intellectual.\r\nBut there are a few items we get out of sheer obsession of the moments with complete disregard for need or return on investment and we make irrational judgment about the value of the acquisition. Consider for example, saree-buying frenzy of an India born women in our Bengalee community.\r\nA mirror view is satisfying, but principally nice attire helps us look good in others’ eyes. At least that is a reasonable assumption. But observing some Bengalee women here, saree possession seems to have crossed the threshold of reasonableness; it looks like an uncontrollable mania.<!--more-->\r\n\r\nAs a dress, a saree does have certain uniqueness. It is the only garment in the world which fits one size all!  Even Dishdasha for Arab men , Abaya worn by Arab women or Burqua of South Asian Muslim women, all basically shapeless coveralls  resembling a drape more than a clothing, have to be tailored to size. A saree on the other hand does not require cutting, formatting, not a stitch of a single thread. A saree is also the greatest and most effective camouflage ever, especially for laterally challenged.\r\nOnce when I invited my friend Richie and his wife to a dinner, he declined because his wife Doris had been on a diet and slimming down regime for two weeks so that she can shape up and fit in a nice dress to attend an impending wedding. Tongue in cheek, I suggested that Doris could wear a saree for the wedding that would save her from starvation for two weeks.  Throw an unmanageably long wrap around you and then other appurtenances of female beauty, which is your body, are effectively hidden from public eyes.\r\nBut you pay a price; your vanity and your pride are undermined.  Your beauty, your grace and your elegance that either the nature has endowed you with or you have cultivated so assiduously over the years are taken out of view for anyone to see and appreciate.  The piece of fabric around you gets all the attention.  You feel good when other women come to you and express their admiration for your saree. Not a word about how nice you look in that saree and or how elegant you are. The admiring woman may even break your heart if and when she adds “I have an exact similar piece which I am yet to wear.” That effectively deflates whatever ego you have had satisfied when the saree was praised.\r\nOf course there are other reasons for why you are ignored and the dress you are wearing gets all the attention instead; appreciating another woman may not come naturally to a woman in our self-conscious Bengali society. Compliments generally come from a woman and almost never from a man. The concept may sound like contrary to evolutionary common sense which conjectures that the purpose women strive to look good is to attract potential mates of the opposite sex. The truth in our Bengali diasporas is that women dress to impress each other. That often is partly a result of environment in which we socialize and the way we are. Whether in a party or a social event or in a Puja the women folks congregate in a close cluster and men are segregated which gives the men scant opportunity to look at the women, get friendly and say a word of appreciation.\r\nBringing men into the picture can add some sense and sensibility to the mad world of saree acquisition.  If men were the target for getting noticed there would not be the need for buying so many of them. Men have shorter sartorial memories. It is unlikely for a man to remember if that piece of apparel has already been worn once before. It is close to a blasphemy to a Bengalee saree wearing woman to be told that a saree has already been worn once before albeit by the same person. Women can and will easily point out the repeat use of your dress, length of the intervening period regardless. Even if they do not tell you in that many words, wearer will instantly know from the knowing look of the observers that she has been caught red-handed. Men may also have a nice word for you, and that is likely to be honest. Truth is men have a discerning eye for compatibility of the dress and the person putting it on. The women surprisingly have a strange skill of only looking at the saree without even noticing the person wearing it and an incredibly long memory span for sarees. Unfortunately you meet the same and repeat bunch of people wherever you go dressed up, in our close-knit Bengali society. And there is always someone to remember your saree, even if it is not so remarkable a piece.\r\nThe fallout from the addiction is wider. Expenses on saree account have a profound impact on the cost of our social lives. In our burgeoning society we have a closeness in order to function and flourish socially and we do have vigorous and frequent interactions with our friends and acquaintances, which we cannot do without. Formal occasions like wedding, birthdays and casual ones like a weekend dinners, demand gifts. Cost for two persons attending, works out to $200-$300.00 (unless of course you are close to the host) in a wedding; $100.00 for a birthday (For a Sunday lunch at Akbar or similar not so lustrous places, $60.00 should do for two guests) and there are anniversaries, annaprasans, you name it. In a routine dinner party you can get away with a $16-20.00 bottle of wine. Now comes the collateral cost. Add to each of the above the cost of single-wear saree (between $200-250,) a blouse (guessing the value of a blouse is tricky. A blouse may be pricey, but sometimes, judging from the amount of cloth material that are used in a blouse in modern fashion, it is not unrealistic to appraise that it may cost little or nothing)   and occasional matching costume jewelry (between $50 and $100.00.)  Attending Puja is not cheap either these days; organizers will shut the door on you unless you pay a high entry fee in advance and do not forget to account for the fresh purchase of one or two sarees from those luring saree stalls at the Puja place.\r\nNow, please do the math!\r\nOne has to wonder, even considering the single wear scenario, when and where all the sarees are actually worn. Admittedly, our community here has more get-togethers, more occasions than others on a yearly basis but the sarees most likely outnumber the opportunities to wear them. In practice it is just impossible to wear all of them within a reasonable period of time before it becomes old and out of fashion.  The momentary infatuation, bordering insanity that overtook the buyers senses had passed or in hold till another irresistible piece overwhelms. The pieces in storage left unused would probably be not worth wearing and showing off. One has to suspect that quite a few of them stay in closet unused, ultimately finding their way to the storage in the garage.\r\nOf course I am not proposing this as a generalized truth dictum for all the saree wearing women all over the world, I am focusing on the behavior of a certain class of Bengalee women in our midst, who in their obsessive saree fetish have lost somewhere a sense of proportion.', 'A Discourse on the Saree Fetish', 0, '', 'publish', 'open', 'open', '', 'a-discourse-on-the-saree-fetish', '', '', '2011-11-10 00:23:46', '2011-11-10 04:23:46', '', 0, 'http://nynjbengali.com/?p=595', 0, 'post', '', 1),
(596, 1, '2011-11-23 11:23:08', '2011-11-23 15:23:08', '<img class="alignleft" style="float: left; border: 2px solid black; margin: 4px;" src="http://nynjbengali.com/wp-content/uploads/2011/11/bhupen-hazarika.jpg" alt="Dr. Bhupen Hazarika" width="400" height="329" /><strong>Raag-Rang presents its last concert of the year in memory of Late Dr Bhupen Hazarika.</strong>\r\n\r\nDate &amp; Time: 3rd December from 3 pm to 6 pm.\r\nVenue: Sophia Fahs Theater (Unitarian Universalist Congregation Of Princeton)\r\n50 Cherry Hill Drive,\r\nPrinceton- 08540.\r\nConcert will start with Dashavatar, an Odissi dance presentation by students of Smt Mitra Purakayastha\r\nfollowed by a bouquet of nostalgic melodies composed by Dr Hazarika. The focus of the concert will beon his musical career, his philosophy on music and his compositions based on ragas. Participating musicians are Shree Parthasarathi Mukhapadhyay, Smt Mitali Banerjee Bhawmik, Smt Gayatri Sharma &amp; Smt Indrani Chakrabarty Khare. Shree Anirban Roychoudhury will accompany on tabla.\r\n\r\nAdmission: $15.00 per person for non-members.\r\n$10.00 per person for members.\r\n\r\nRSVP is requested as seats are limited.\r\nContact: raagrang07@gmail.com\r\nOr call (908)-429-1120, (732)-377-9362', 'Bhupen Hazarika Memorial Concert', 0, '', 'publish', 'open', 'open', '', 'bhupen-hazarika-memorial-concert', '', '', '2011-11-23 11:27:47', '2011-11-23 15:27:47', '', 0, 'http://nynjbengali.com/?p=596', 0, 'post', '', 0),
(597, 1, '2011-11-23 11:21:13', '2011-11-23 15:21:13', '', 'bhupen-hazarika', 0, 'Dr. Bhupen Hazarika', 'inherit', 'open', 'open', '', 'bhupen-hazarika', '', '', '2011-11-23 11:21:13', '2011-11-23 15:21:13', '', 596, 'http://nynjbengali.com/wp-content/uploads/2011/11/bhupen-hazarika.jpg', 0, 'attachment', 'image/jpeg', 0),
(598, 1, '2011-12-01 00:34:37', '2011-12-01 04:34:37', 'New Jersey Independent South Asian Cinefest (www.NJISACF.org), 2011 that recently concluded at the Big Cinemas in Edison New Jersey announced the award winners at a special event. The 2011 award winners are:\r\n \r\nBest Student Film: Aadmi Ki Aurat Aur Anya Kahaniya (Directed by Amit Dutta and produced by FTII, Pune)\r\nBest Production by a Woman: Sunanda Shetty for Desire Of a Woman\r\nBest Background Score: Pt. Vishwa Mohan Bhatt (Desire of a Woman)\r\nBest Documentary (feature length): Inshallah Football directed by Ashvin Kumar\r\nCritic''s Choice Award (for a film): Flying Fish directed by Sanjeewa Pushapkumara\r\nOutstanding Debut Feature ( both male & female): Meherjaan directed by Rubaiyat Hossain, produced by Ashique Mustafa\r\nBest Actor (Male): Rajat Kapoor (I am 24) and Adil Hussain (GANGOR)\r\nBest Actor (Female): Priyanka Bose (Gangor) and  Humaima Malik (Bol)\r\nBest Directorial Debut By a Woman: Anjali Menon for Lucky Red Seeds\r\nBest Director (feature): Shoaib Mansoor (Bol), Italo Spinelli (Gangor)\r\nBest Director (Female): Rubaiyat Hossain (Meherjaan)\r\nBest Feature:  Gangor directed by Italo Spinelli, produced by Niravana Entertainments and Bibi Films (Italy)', 'New Jersey Independent South Asian Cinefest 2011 ', 0, '', 'publish', 'open', 'open', '', 'new-jersey-independent-south-asian-cinefest-2011', '', '', '2011-12-01 00:34:37', '2011-12-01 04:34:37', '', 0, 'http://nynjbengali.com/?p=598', 0, 'post', '', 0),
(599, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 'Presentation Ceremony: December 3, 2012\n\nAGENDA\n\n1:30 – 1:45 Set-up and Preparation\n1:45 – 2:00 Meet and Greet\n\n2:00 – 2:05 Welcome and Introduction\n2:05 – 2:15 Gayatri’s Literary Contribution to the Community\n2:15 – 2:25 Thoughts behind the Literary Award\n2:25 – 2:30 Ananda Mandir and Cultural Promotion\n2:30 – 2:45 Award Presentation to the Winners\n\n2:45 – 3:00 Break for Refreshment\n\n3:00 – 4:00\n\nAmitabha Bagchi &amp; Team\nAll\n\nPronoy Chatterjee\n\nDebajyoti Chatterji\nJerry GaMarsh\nDipak Sarkar\nPronoy, Jerry and Dipak\n\nStage Setting for Literary Readings\nShort Reading of Original Work\nShort Reading of Original Work\nShort Reading of Original Work\nShort Reading of Original Work\nThree Short Readings of Poems\n\n4:00 – 4:10 Literary Pursuit in a Foreign Land\n4:10 – 4:20 Literary Pursuit in a Foreign Land\n\nAmitabha Bagchi\nTathagata Ghosh (English)\nGouri Datta (Bengali)\nNupur Lahiri (English)\nSudipta Bhawmik (Bengali)\nSubrata Bhaumik (English)\nSushmita Dutt (Bengali)\nVishnupriya De (English)\n\nAlolika Mukherjee (Bengali)\nAmitabha Bagchi (English)', '', 0, '', 'draft', 'open', 'open', '', '', '', '', '2011-12-01 00:42:55', '2011-12-01 04:42:55', '', 0, 'http://nynjbengali.com/?p=599', 0, 'post', '', 0),
(600, 1, '2011-12-01 00:54:08', '2011-12-01 04:54:08', 'Gayatri GaMarsh Memorial Award for Literary Excellence\r\nPresentation Ceremony: December 3, 2012\r\nEast Brusnwick Library\r\n2 Civic Center Drive\r\nEast Brunswick, NJ 08816\r\n\r\nAGENDA\r\n\r\n1:30 – 1:45	Set-up and Preparation		Amitabha Bagchi & Team\r\n1:45 – 2:00	Meet and Greet			        All\r\n\r\n2:00 – 2:05	Welcome and Introduction			Pronoy Chatterjee\r\n2:05 – 2:15	Gayatri’s Literary Contribution to \r\n			the Community				                 Debajyoti Chatterji\r\n2:15 – 2:25	Thoughts behind the Literary Award		Jerry GaMarsh\r\n2:25 – 2:30	Ananda Mandir and Cultural Promotion	Dipak Sarkar\r\n2:30 – 2:45	Award Presentation to the Winners		Pronoy, Jerry and Dipak\r\n\r\n2:45 – 3:00	Break for Refreshment\r\n\r\n3:00 – 3:05	Stage Setting for Literary Readings	Amitabha Bagchi\r\n3:05 – 3:15	Short Reading of Original Work		Tathagata Ghosh (English)\r\n3:15 – 3:25	Short Reading of Original Work		Gouri Datta (Bengali)\r\n3:25 – 3:35	Short Reading of Original Work		Nupur Lahiri (English)\r\n3:35 – 3:45	Short Reading of Original Work		Sudipta Bhawmik (Bengali)\r\n3:45 – 4:00	Three Short Readings of Poems	Subrata Bhaumik (English)\r\n								       Sushmita Dutt (Bengali)\r\n								       Vishnupriya De (English)\r\n\r\n4:00 – 4:10	Literary Pursuit in a Foreign Land	Alolika Mukherjee (Bengali)\r\n4:10 – 4:20	Literary Pursuit in a Foreign Land	Amitabha Bagchi (English)\r\n\r\n', 'Gayatri Gamarsh Literary Award Presentation Ceremony', 0, '', 'publish', 'open', 'open', '', 'gayatri-gamarsh-literary-award-presentation-ceremony', '', '', '2011-12-01 20:59:44', '2011-12-02 00:59:44', '', 0, 'http://nynjbengali.com/?p=600', 0, 'post', '', 0),
(601, 1, '2012-01-08 01:43:41', '2012-01-08 05:43:41', 'NJPA Cordially Invites you and your family and friends to the:\r\nNJPA Saraswati Puja 2012 Celebration\r\nKiddie Keep Well Camp\r\n35 Roosevelt Drive\r\nEdison, NJ 08902\r\n\r\nSaturday, January 14, 2012\r\nPuja: 2.00pm\r\nDinner: 5:00pm\r\nCultural Program: 6:30pm\r\nSpecial performances by local artistes.', 'NJPA Saraswati Puja 2012', 0, '', 'publish', 'open', 'open', '', 'njpa-saraswati-puja-2012', '', '', '2012-01-08 01:43:41', '2012-01-08 05:43:41', '', 0, 'http://nynjbengali.com/?p=601', 0, 'post', '', 0),
(602, 1, '2012-01-08 01:45:28', '2012-01-08 05:45:28', 'ICC warmly welcomes you to attend Saraswati  Puja to be held on Sunday, January 29, 2012 at the Ukrainian Cultural Center, Whippany. Besides a variety of programs presented by our very own ICC children, there will also be a musical performance by well-known local artist.\r\n\r\nHere are the details of ICC Saraswati Puja 2012:\r\n\r\nOn: Sunday January 29\r\n\r\nPuja: 2:00 PM\r\n\r\nPushpanjali: 2:30PM\r\n\r\nPrasad: 3:00PM\r\n\r\nCultural Program: 4:00 PM\r\n\r\nDinner: 6:30PM\r\n\r\nVenue:\r\n\r\nUkrainian American Cultural Center of New Jersey\r\n\r\n60 North Jefferson Road, Whippany, NJ 07981 ', 'ICC Saraswati Puja, 2012', 0, '', 'publish', 'open', 'open', '', 'icc-saraswati-puja-2012', '', '', '2012-01-08 01:45:28', '2012-01-08 05:45:28', '', 0, 'http://nynjbengali.com/?p=602', 0, 'post', '', 0),
(603, 1, '2012-01-08 01:49:54', '2012-01-08 05:49:54', ' Dear GSCA Patrons and Members\r\nBoard of Trustees, Garden State Cultural Association, would like to take this opportunity to thank you for your continued commitment and patronage. A very Happy New Year to you and your family.\r\n\r\nWe also would like to invite you and your family at the Saraswati Puja festival to be celebrated on Saturday Jan 28 at Woodrow Wilson Middle School, Edison, NJ. We will have Puja, Pushpanjali, Prasad, Dinner, Variety Cultural Programs, Children Arts and Crafts competition for your entertainment. Don''t miss it! Details below -\r\n\r\nPuja                     12 noon to 2 p.m.\r\nPushpanjali           2 p.m. to 3 p.m.\r\nHate Khari             2:30 p.m. to 3:30 p.m.\r\nPrasad                  2:30 p.m. to 3:30 p.m.\r\nArts and Crafts      3 p.m. to 4 p.m.\r\nDinner                   4 p.m. to 5 p.m.\r\nCultural Program    5 p.m. to 9 p.m.\r\n\r\nCultural Program Highlights:\r\n# Drama : "Banijye Basate Laksmi" - a play by Sudipta Bhawmik\r\n# Tabla Recital by 8 kids\r\n# Vocal Music\r\n# Kids Dance Drama Presentation\r\n# Possible surprise guest with Bollywood Music\r\n\r\nFor further details and online registration, please visit www.gsca.us. Again, please note that the online registration is available until Sunday Jan 22. Rates at the gate will be higher. We encourage you to help us estimate attendance better by registering online. The email you receive from PayPal at the end of the registration serves as your receipt. Please bring a copy of that email with you at the Puja and show it at the reception desk.\r\n\r\nBest wishes,\r\n\r\nBoard of Trustees\r\nGarden State Cultural Association, New Jersey, USA ', 'GSCA Saraswati Puja, 2012', 0, '', 'publish', 'open', 'open', '', 'gsca-saraswati-puja-2012', '', '', '2012-01-08 01:49:54', '2012-01-08 05:49:54', '', 0, 'http://nynjbengali.com/?p=603', 0, 'post', '', 0),
(604, 1, '2012-01-08 01:52:09', '2012-01-08 05:52:09', 'You and Your Friends and Family are cordially invited to\r\n2011 Swaraswati Puja \r\norganized by\r\nSREESHTI of New Jersey\r\n\r\nJanuary 28, 2012\r\n10:00 AM to 8:00 PM\r\n\r\nFREE ADMISSION FOR ALL\r\n\r\nSpecial Attraction Event:  Akashdeep\r\n\r\nAlso, Pushpanjali, Hathe Khari, Lunch, Kids program, cultural programs will be there. \r\n\r\nWhere:\r\nLivingston Park Elementary School\r\n1128 Livingston Avenue, North Brunswick Township, NJ 08902-1886\r\n \r\nwww.sreeshti.com\r\n\r\nEvents:\r\nPuja                        10:00 AM\r\nAnjali                                12:00 PM\r\nHathe Khari              12:30 PM\r\nKids Arts and Crafts   1:00 PM\r\nProsad & Lunch        2:00 PM\r\nEthnic Dress Parade      3:00 PM\r\nCultural Program       5:00 PM', 'Sreeshti Saraswati Puja 2012', 0, '', 'publish', 'open', 'open', '', 'sreeshti-saraswati-puja-2012', '', '', '2012-01-08 01:52:09', '2012-01-08 05:52:09', '', 0, 'http://nynjbengali.com/?p=604', 0, 'post', '', 0),
(605, 1, '2012-01-08 01:57:25', '2012-01-08 05:57:25', 'Saraswati  Puja 2012\r\nSOMERSET BENGALI ASSOCIATION\r\nSaturday, January 21, 2012\r\nBridgewater Raritan Middle School\r\n425 Foothill Road, Bridgewater, NJ 08807\r\n\r\nREGISTRATION WILL CLOSE ON JANUARY 4, 2012\r\nRegistration is currently at 90% of permitted capacity. Please register to ensure your participation.\r\n\r\nPUJA SCHEDULE:       11:00 am – Puja & Anjali              \r\n                                              1.00 pm – Bhog Prasad & Lunch - Khichuri, Labra & Mishti\r\n                                              3.00 pm - Kids Snacks -  Chips, Brownies & Juice                  \r\n                                              4.00 pm – Cultural Program\r\n                                              8.30 pm - Kids Dinner - Hakka Noodles, General Tso''s & Pizza\r\n                                              8.40 pm - Adult Dinner - Goat Curry, Fish Curry, Kofta, Sandesh etc.\r\n\r\nCULTURAL SHOW:      \r\nFeaturing Darshana Menon - Winner Zee Saregama USA 2008\r\nBaad Protibad - A Hilarious Play by Sudipta Bhawmik & Tushar Mukherjee\r\nRhythms of Life - Sunrita Mitra\r\nRhythms of Dance & Music - Mitra Purkayastha\r\nFusion Orchestra - Amit Ray\r\nChildren''s Songs - Soma Choudhury\r\n                                  \r\nDONATION:                    Family (2 Adults + 2 Children) - $80,\r\n                                             Extra Child - $10, Senior Parent - $25, Couple (2 Adults) - $65,\r\n                                             Single - $40, Student - $25, Grand Patron Family - $125\r\n\r\n REGISTRATION:          Please register online at www.somersetbengalis.org\r\n\r\n\r\n\r\n\r\n', 'SBA Saraswati Puja 2012', 0, '', 'publish', 'open', 'open', '', 'sba-saraswati-puja-2012', '', '', '2012-01-08 01:57:25', '2012-01-08 05:57:25', '', 0, 'http://nynjbengali.com/?p=605', 0, 'post', '', 0),
(606, 1, '2012-01-08 02:00:26', '2012-01-08 06:00:26', 'Sararattir Presents "Pakhir  Moton Sokaal"\r\nat Edison Valley Playhouse (EVP http://www.evplayhouse.com/ )\r\non 21st and 22nd January 2012\r\n\r\nDesigned and Directed by Subhashis Das \r\nTheme Music and Ambience by Partha Sarathi Mukhopadhyay \r\nLight, Photography and Illusion by Sunanda Mitra \r\nMarketing by Gargi Mukherjee\r\n\r\nProduced by SARARATTIR\r\n\r\nActors are \r\nKeka Sircar\r\nSoumendu Bhattacharya\r\nArpana (Bubu) Bhattacharya\r\nIndranil Mukherjee\r\n\r\n\r\nShow times\r\nSaturday 21st two shows @3pm and @6pm\r\nSaturday 22nd two shows @2pm and @5pm\r\n', 'Sararattir Presents - Pakhir Moton Sokal', 0, '', 'publish', 'open', 'open', '', 'sararattir-presents-pakhir-moton-sokal', '', '', '2012-01-08 02:00:26', '2012-01-08 06:00:26', '', 0, 'http://nynjbengali.com/?p=606', 0, 'post', '', 1),
(607, 1, '2012-02-20 12:49:05', '2012-02-20 16:49:05', '<object width="526" height="374">\r\n<param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param>\r\n<param name="allowFullScreen" value="true" />\r\n<param name="allowScriptAccess" value="always"/>\r\n<param name="wmode" value="transparent"></param>\r\n<param name="bgColor" value="#ffffff"></param>\r\n<param name="flashvars" value="vu=http://video.ted.com/talk/stream/2011G/Blank/AlaindeBotton_2011G-320k.mp4&su=http://images.ted.com/images/ted/tedindex/embed-posters/AlaindeBotton_2011G-embed.jpg&vw=512&vh=288&ap=0&ti=1327&lang=&introDuration=15330&adDuration=4000&postAdDuration=830&adKeys=talk=alain_de_botton_atheism_2_0;year=2011;theme=is_there_a_god;theme=what_makes_us_happy;event=TEDGlobal+2011;tag=atheism;tag=culture;tag=philosophy;tag=religion;&preAdTag=tconf.ted/embed;tile=1;sz=512x288;" />\r\n<embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="526" height="374" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talk/stream/2011G/Blank/AlaindeBotton_2011G-320k.mp4&su=http://images.ted.com/images/ted/tedindex/embed-posters/AlaindeBotton_2011G-embed.jpg&vw=512&vh=288&ap=0&ti=1327&lang=&introDuration=15330&adDuration=4000&postAdDuration=830&adKeys=talk=alain_de_botton_atheism_2_0;year=2011;theme=is_there_a_god;theme=what_makes_us_happy;event=TEDGlobal+2011;tag=atheism;tag=culture;tag=philosophy;tag=religion;&preAdTag=tconf.ted/embed;tile=1;sz=512x288;"></embed>\r\n</object>\r\n\r\nRecently I watched this wonderful TED talk by Alain de Botton. He was talking about atheism, but unlike many other more radical atheists, he did not reject religion altogether. His philosophy is that, there is a class of people who do not really believe in the existence of god or gods, but they like the other aspects of religion like the rituals, the music, the literature, the art, the myths.  Alain says that these aspects of religion, the more popular aspects which enrich us in many positive ways, we don''t have to reject them.  I don''t want to go into the details of his talk, you can watch the video and listen for yourself, but this concept which Alain calls Atheism 2.0 rang a bell in me. \r\nI love to attend our Durga Puja festivals, love to hear the mythological stories associated with Durga and Mahishasur although I don''t believe they really exist. I love to listen to the sonorous chanting of the "Chandi" or listen to the ecstatic Kirtan music and feel elated. I love Shyama Sangeet, I like to watch plays and listen to stories of Hindu mythology and the epics, although I don''t feel compelled to believe them as historical truth.  And I believe, I am not alone. Many of us who have been sitting on the fence of religion, wondering which side to land on, now have this third option - Atheism 2.0.  We refuse to be indoctrinated by religion, refuse to believe that ours is the best and for that matter any religion to be better than any other. But we gladly accept the goodies that these religions offers us and thus enrich ourselves with those aspects.  \r\nI would like to know what others think about this.', 'Atheism 2.0', 0, '', 'publish', 'open', 'open', '', 'atheism-20', '', '', '2012-02-20 13:48:46', '2012-02-20 17:48:46', '', 0, 'http://nynjbengali.com/?p=607', 0, 'post', '', 1),
(608, 1, '2012-02-20 17:21:13', '2012-02-20 21:21:13', '<iframe width="560" height="315" src="http://www.youtube.com/embed/74tVsHh9Ekg" frameborder="0" allowfullscreen></iframe>\r\n\r\nRecently ECTA presented a one man show, "Banijye Basate Lakshmi", a play written and performed by Sudipta Bhawmik, and directed by Sankar Ghoshal. Gagan Goswami, a motivational speaker, talks to his audience and inspires them to be successful in business. In a ninety minute long speech, Gagan chronicles his colorful journey as a Bengali entrepreneur seeking the answer to the most important question of one''s life - Why?\r\n   ', 'Banijye Basate Lakshmi : Trailer', 0, '', 'publish', 'open', 'open', '', 'banijye-basate-lakshmi-trailer', '', '', '2012-02-20 17:21:13', '2012-02-20 21:21:13', '', 0, 'http://nynjbengali.com/?p=608', 0, 'post', '', 0),
(609, 1, '2012-03-01 01:43:39', '2012-03-01 05:43:39', '<a href="http://nynjbengali.com/wp-content/uploads/2012/03/midnight_in_paris_poster.jpg"><img class="alignleft size-medium wp-image-610" title="midnight_in_paris_poster" src="http://nynjbengali.com/wp-content/uploads/2012/03/midnight_in_paris_poster.jpg" alt="Midnight in Paris" width="183" height="269" /></a>Recently I watched Woody Allen''s latest film "Midnight in Paris" in which the central character (Gil Pender), during his visit to Paris with his fiance'', manages to slip back in time to the Paris of the early 1920s.  There Gil meets the greatest of the worlds literati during the period like F. Scott Fitzgerald, Ernest Hemingway, Gertrude Stein, Pablo Picasso, Salvador Dali and many others. Gil always thought that the 1920s was the golden age of literature and art and Paris was the center of this world. It was Gil''s dream come true. There in the 1920s Gil falls in love with the beautiful Adriana, Pablo Picasso''s lover. But to Adriana of the twenties, the golden age was "la Belle Epoque", the European revival during the late 19th century. By a twist in the tale, Gil and Adriana travel back to the "belle Epoque" era to Maxim''s and meet Edward Degas, Toulouse Lautrec and Paul Gauguin, the great artists of the period. But when asked, these great artists say that to them the golden age was the period of Renaissance!<!--more-->\r\nSo it seems, that to each generation the golden age belongs to the past. We often think that our past was much better than what we have today. Is it because that only the good things of the past remains in our memory, as the Bengali proverb says - Smriti Satatoi Sukher? Is it that we always tend to forget the miseries of the past? In the film at one point, when Adriana refuses to return to the future, Gils tells her, they have no antibiotics.\r\nOr is it, that we are so backed up in our knowledge that we tend to overlook the great things that are happening around us. We fail to recognize the beauty of the wonderful creations that keep on happening all around us.  We always tend to belittle modernity in favor of the past. Nostalgia is good, but it should not blind us from enjoying the beauty of our period. All ages are golden ages, in their own right. So let''s enjoy what we have right now. Let''s appreciate the creators of our times. Let''s not hold back our creativity just because some other genius has created something similar in the past. Let the past be our inspiration and not a deterrent to our creative motivations.', 'The Golden Age', 0, '', 'publish', 'open', 'open', '', 'the-golden-age', '', '', '2012-03-01 01:46:41', '2012-03-01 05:46:41', '', 0, 'http://nynjbengali.com/?p=609', 0, 'post', '', 0),
(610, 1, '2012-03-01 01:42:03', '2012-03-01 05:42:03', '', 'midnight_in_paris_poster', 0, 'Midnight in Paris', 'inherit', 'open', 'open', '', 'midnight_in_paris_poster', '', '', '2012-03-01 01:42:03', '2012-03-01 05:42:03', '', 609, 'http://nynjbengali.com/wp-content/uploads/2012/03/midnight_in_paris_poster.jpg', 0, 'attachment', 'image/jpeg', 0),
(611, 1, '2012-03-01 14:43:12', '2012-03-01 18:43:12', '<span>Raag-Rang presents first concert of the year Kal Ke Kalakar featuring</span>\r\n<span>four forms of Dance by young dancers under the guidance of their</span>\r\n<span>Gurus. Bharat Natyam presentation under the guidance of Guru Smt Sudha</span>\r\n<span>Shekhar Devulapalli, Kuchipudi by Guru Smt Divya Yelluri, Odissi by</span>\r\n<span>Guru Smt Mitra Purkayastha and Folk by Gurus Shree Pratik Devasthali</span>\r\n<span>and Madhavi Devasthali.</span>\r\n\r\n<span>Date-11th March.</span>\r\n<span>Time 4 P.M. sharp.</span>\r\n<span>Venue: Balaji Temple</span>\r\n<span>Auditorium (HTCS)</span>\r\n<span>1075 Route 202/206</span>\r\n<span>Bridgewater, NJ 08807</span>\r\n<span>For Directions Visit:</span>\r\n<a href="http://www.venkateswara.org/" target="_blank">www.venkateswara.org</a>\r\n\r\n<span>Admission</span>\r\n<span>NonMembers:</span>\r\n<span>$15 (Kids $10)</span>\r\n<span>Members: $10 (Kids $7)</span>\r\n<span>For Details Contact: </span><a href="tel:908-429-1120">908-429-1120</a>\r\n<span>(RSVP appreciated)</span>\r\n<a href="mailto:raagrang07@gmail.com">raagrang07@gmail.com</a>\r\n<span>Visit </span><a href="http://www.raagrang.org/" target="_blank">www.raagrang.org</a>', 'Kal Ke Kalakar : Four Indian Classical Dance Forms', 0, '', 'publish', 'open', 'open', '', 'kal-ke-kalakar-four-indian-classical-dance-forms', '', '', '2012-03-01 14:43:12', '2012-03-01 18:43:12', '', 0, 'http://nynjbengali.com/?p=611', 0, 'post', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(612, 1, '2012-03-05 15:02:33', '2012-03-05 19:02:33', 'ECTA Presents\r\n\r\n"The Last Flames"\r\n\r\nApril 15, 2012; 3:00pm and 5:30pm\r\n\r\nFahs Theater,\r\nUnitarian Universalist Congregation of Princeton\r\n50 Cherry Hill Road, Princeton, NJ 08540\r\nWritten and directed by Sudipta Bhawmik \r\nCast: Sankar Ghoshal, Keka Sirkar, Abhijit Neogy\r\n Music: Akaash Deep; \r\nSound: Dwaipayan Mukherjee, Lights: Subhodev Das \r\nAdmission: $15.00\r\n(The event is free for active ECTA Members )\r\n<iframe width="560" height="315" src="http://www.youtube.com/embed/_vM0--Qa0LY" frameborder="0" allowfullscreen></iframe>\r\nSynopsis: Basanta Koomar Roy, an expatriate journalist from India, has been credited by Tagore researchers as a key person (besides W. B Yeats and Ezra Pound) responsible for popularizing Rabindranath Tagore in USA. But Roy fell from his idol''s grace for reasons that torment many a biographer and journalist even today. "The Last Flames" attempts to re-examine the relationship between Roy and Tagore through a fictional encounter and gives us a peek at the human side of the great Poet''s personality.  Samar, a young trainee journalist, comes to interview Basanta Koomar Roy at his apartment in New York city, sometime in 1948. Basanta is excited to share his experience as an Indian nationalist freedom fighter in USA. But Samar tells him that he is interested in knowing about his experience with Rabindranath Tagore, since he was the first to write Tagore''s biography in English for the American people. Basanta refuses to talk about his Gurudev until Samar uses his ultimate weapon that opens the flood gates of memories and emotions of this old admirer of Tagore.   The following obituary of Basanta Koomar Roy was published in The New York Times on June 8, 1949: Basanta Koomar Roy, Indian author and free-lance journalist, who had lived in this country for many years, died on Sunday in St. Luke’s Hospital after a brief illness. His home was at 116 West Eightieth Sreet. Born in Orissa Province, India, and a member of the Brahmin caste, Mr. Roy came to the United States around 1910 and studied at the University of Wisconsin, from which he was graduated and where he was later an extension lecturer. He was instrumental in arranging a lecture at the university in 1916 by the great Indian poet, the late Rabindranath Tagore. Mr. Roy was long a writer and speaker for Indian freedom and has been active in the Friends of Freedom for India. He was the author of a biography of Mr. Tagore and of “Dawn over India”, a book telling of the Indian underground movement against British rule.\r\n\r\nAdmission: $15.00\r\n\r\nContact: kaudata@yahoo.com\r\n\r\n(The event is free for active ECTA Members )', 'ECTA Presents: "The Last Flames"', 0, '', 'publish', 'open', 'open', '', 'ecta-presents-the-last-flames', '', '', '2012-03-05 15:05:28', '2012-03-05 19:05:28', '', 0, 'http://nynjbengali.com/?p=612', 0, 'post', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_py_jobs`
--

DROP TABLE IF EXISTS `wp_py_jobs`;
CREATE TABLE IF NOT EXISTS `wp_py_jobs` (
  `ID` bigint(20) NOT NULL auto_increment,
  `start` datetime NOT NULL,
  `end` datetime NOT NULL,
  `region` varchar(10) NOT NULL default 'com',
  `language` varchar(10) NOT NULL default 'en',
  `meta` varchar(255) NOT NULL,
  `num_results` int(11) NOT NULL default '30',
  PRIMARY KEY  (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `wp_py_jobs`
--

INSERT INTO `wp_py_jobs` (`ID`, `start`, `end`, `region`, `language`, `meta`, `num_results`) VALUES
(1, '2008-05-21 00:45:31', '2008-05-21 00:46:02', 'be', 'nl', '', 30),
(2, '2008-05-21 00:47:29', '2008-05-21 00:48:02', '', 'en', '', 30),
(3, '2008-05-21 00:49:26', '2008-05-21 00:50:12', 'us', 'en', '', 30),
(4, '2008-05-21 00:52:07', '2008-05-21 00:52:44', 'in', 'en', '', 30),
(5, '2008-05-22 01:36:17', '2008-05-22 01:36:57', 'in', 'en', '', 30),
(6, '2008-05-22 01:36:57', '2008-05-22 01:37:32', 'in', 'en', '', 30),
(7, '2008-06-20 07:00:28', '2008-06-20 07:01:04', 'in', 'en', '', 30),
(8, '2008-06-20 07:01:05', '2008-06-20 07:01:44', 'in', 'en', '', 30);

-- --------------------------------------------------------

--
-- Table structure for table `wp_py_jobs_data`
--

DROP TABLE IF EXISTS `wp_py_jobs_data`;
CREATE TABLE IF NOT EXISTS `wp_py_jobs_data` (
  `ID` bigint(20) NOT NULL auto_increment,
  `job_id` bigint(20) NOT NULL,
  `keyword` varchar(255) NOT NULL,
  `position` int(11) NOT NULL default '0',
  `type` enum('own','competitor') NOT NULL,
  `match_url` varchar(255) NOT NULL,
  `result_url` text NOT NULL,
  PRIMARY KEY  (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=113 ;

--
-- Dumping data for table `wp_py_jobs_data`
--

INSERT INTO `wp_py_jobs_data` (`ID`, `job_id`, `keyword`, `position`, `type`, `match_url`, `result_url`) VALUES
(1, 1, 'bengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(2, 1, 'bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(3, 1, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(4, 1, 'west bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(5, 1, 'kolkata', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(6, 1, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(7, 1, 'indian', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(8, 1, 'immigrant', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(9, 1, 'nynjbengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(10, 1, 'theater', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(11, 1, 'theatre', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(12, 1, 'stage', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(13, 1, 'acting', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(14, 1, 'performance', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(15, 2, 'bengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(16, 2, 'bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(17, 2, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(18, 2, 'west bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(19, 2, 'kolkata', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(20, 2, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(21, 2, 'indian', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(22, 2, 'immigrant', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(23, 2, 'nynjbengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(24, 2, 'theater', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(25, 2, 'theatre', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(26, 2, 'stage', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(27, 2, 'acting', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(28, 2, 'performance', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(29, 3, 'bengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(30, 3, 'bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(31, 3, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(32, 3, 'west bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(33, 3, 'kolkata', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(34, 3, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(35, 3, 'indian', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(36, 3, 'immigrant', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(37, 3, 'nynjbengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(38, 3, 'theater', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(39, 3, 'theatre', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(40, 3, 'stage', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(41, 3, 'acting', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(42, 3, 'performance', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(43, 4, 'bengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(44, 4, 'bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(45, 4, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(46, 4, 'west bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(47, 4, 'kolkata', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(48, 4, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(49, 4, 'indian', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(50, 4, 'immigrant', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(51, 4, 'nynjbengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(52, 4, 'theater', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(53, 4, 'theatre', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(54, 4, 'stage', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(55, 4, 'acting', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(56, 4, 'performance', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(57, 5, 'bengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(58, 5, 'bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(59, 5, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(60, 5, 'west bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(61, 5, 'kolkata', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(62, 5, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(63, 5, 'indian', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(64, 5, 'immigrant', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(65, 5, 'nynjbengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(66, 5, 'theater', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(67, 5, 'theatre', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(68, 5, 'stage', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(69, 5, 'acting', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(70, 5, 'performance', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(71, 6, 'bengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(72, 6, 'bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(73, 6, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(74, 6, 'west bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(75, 6, 'kolkata', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(76, 6, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(77, 6, 'indian', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(78, 6, 'immigrant', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(79, 6, 'nynjbengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(80, 6, 'theater', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(81, 6, 'theatre', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(82, 6, 'stage', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(83, 6, 'acting', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(84, 6, 'performance', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(85, 7, 'bengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(86, 7, 'bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(87, 7, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(88, 7, 'west bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(89, 7, 'kolkata', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(90, 7, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(91, 7, 'indian', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(92, 7, 'immigrant', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(93, 7, 'nynjbengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(94, 7, 'theater', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(95, 7, 'theatre', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(96, 7, 'stage', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(97, 7, 'acting', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(98, 7, 'performance', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(99, 8, 'bengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(100, 8, 'bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(101, 8, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(102, 8, 'west bengal', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(103, 8, 'kolkata', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(104, 8, 'india', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(105, 8, 'indian', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(106, 8, 'immigrant', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(107, 8, 'nynjbengali', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(108, 8, 'theater', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(109, 8, 'theatre', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(110, 8, 'stage', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(111, 8, 'acting', 0, 'own', 'http://ethnomediallc.com/wpress', ''),
(112, 8, 'performance', 0, 'own', 'http://ethnomediallc.com/wpress', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_referrer_detector`
--

DROP TABLE IF EXISTS `wp_referrer_detector`;
CREATE TABLE IF NOT EXISTS `wp_referrer_detector` (
  `id` smallint(5) unsigned NOT NULL auto_increment,
  `name` varchar(50) NOT NULL,
  `url` varchar(255) NOT NULL,
  `icon` varchar(255) NOT NULL,
  `welcome_text` text NOT NULL,
  `enabled` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`id`),
  KEY `url` (`url`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

--
-- Dumping data for table `wp_referrer_detector`
--

INSERT INTO `wp_referrer_detector` (`id`, `name`, `url`, `icon`, `welcome_text`, `enabled`) VALUES
(1, 'Google', 'google.com', 'http://nynjbengali.com/wp-content/plugins/referrer-detector/images/icons/google.png', 'Welcome <strong>Googler</strong>! If you find this page useful, why not <a href=\\"http://nynjbengali.com/feed\\">subscribe to the RSS feed</a> for more interesting posts in the future?', 1),
(2, 'Digg', 'digg.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/digg.png', 'Hello fellow <strong>Digger</strong>! If you find this story useful, please <a href="http://digg.com/submit?url={url}">digg it</a>!', 1),
(3, 'StumbleUpon', 'stumbleupon.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/stumbleupon.png', 'Hello fellow <strong>Stumbler</strong>! Don''t forget to <a href="http://www.stumbleupon.com/submit?url={url}" rel="nofollow">give me a thumbs up</a> if you like this page!', 1),
(4, 'Technograti', 'technorati.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/technorati.png', 'Hello fellow <strong>Technorati</strong> user! Don''t forget to <a href="http://technorati.com/faves?add={url}" rel="nofollow">favorite this blog</a> if you like it!', 1),
(5, 'Twitter', 'twitter.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/twitter.png', 'Hello fellow <strong>Twitter</strong> user! Don''t forget to <a href="http://twitthis.com/twit?url={url}" rel="nofollow">Twit this post</a> if you like it, or <a href="http://twitter.com/" rel="nofollow">follow me</a> on Twitter if you find me interesting.', 1),
(6, 'Del.icio.us', 'del.icio.us', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/delicious.png', 'Hello fellow <strong>Delicious</strong> user! Feel free to <a href="http://delicious.com/post?url={url}" rel="nofollow">bookmark this page</a> for future reference if you like it!', 1),
(7, 'Delicious.com', 'delicious.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/delicious.png', 'Hello fellow <strong>Delicious</strong> user! Feel free to <a href="http://delicious.com/post?url={url}" rel="nofollow">bookmark this page</a> for future reference if you like it!', 1),
(8, 'Yahoo', 'search.yahoo.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/yahoo.png', 'Welcome fellow <strong>Yahooligan</strong>! If you find this page useful, you might want to <a href="http://nynjbengali.com/feed" rel="nofollow">subscribe to the RSS feed</a> for updates on this topic.', 1),
(9, 'Live', 'search.live.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/live.png', 'Welcome fellow <strong>Live Search</strong> user! If you find this page useful, you might want to <a href="http://nynjbengali.com/feed" rel="nofollow">subscribe to the RSS feed</a> for updates on this topic.', 1),
(10, 'Lifehacker', 'lifehacker.com', '', 'Hello fellow <strong>Lifehacker</strong> reader! If you find this page useful, you might want to <a href="http://nynjbengali.com/feed" rel="nofollow">subscribe to the RSS feed</a> for updates on this topic.', 1),
(11, 'TechCrunch', 'techcrunch.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/techcrunch.png', 'Hello fellow <strong>TechCrunch</strong> reader! If you find this page useful, you might want to <a href="http://nynjbengali.com/feed" rel="nofollow">subscribe to the RSS feed</a> for updates on this topic.', 1),
(12, '9rules', '9rules.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/9rules.png', 'Hello fellow <strong>9rules</strong> reader! If you find this page useful, you might want to <a href="http://nynjbengali.com/feed" rel="nofollow">subscribe to the RSS feed</a> for updates on this topic.', 1),
(13, 'Gizmodo', 'gizmodo.com', '', 'Hello fellow <strong>Gizmodo</strong> reader! If you find this page useful, you might want to <a href="http://nynjbengali.com/feed" rel="nofollow">subscribe to the RSS feed</a> for updates on this topic.', 1),
(14, 'TechRadar', 'techradar.com', '', 'Hello fellow <strong>TechRadar</strong> reader! If you find this page useful, you might want to <a href="http://nynjbengali.com/feed" rel="nofollow">subscribe to the RSS feed</a> for updates on this topic.', 1),
(15, 'Reddit', 'reddit.com', 'http://ethnomediallc.com/wpress/wp-content/plugins/referrer-detector/images/icons/reddit.png', 'Hello fellow <strong>Reddit</strong> user! If you find this story useful, please <a href="http://www.reddit.com/submit?url={url}">vote it up</a>!', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_referrer_detector_stats`
--

DROP TABLE IF EXISTS `wp_referrer_detector_stats`;
CREATE TABLE IF NOT EXISTS `wp_referrer_detector_stats` (
  `id` bigint(20) NOT NULL auto_increment,
  `referrer` varchar(50) character set latin1 collate latin1_general_ci NOT NULL,
  `time` datetime NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `referrer` (`referrer`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `wp_referrer_detector_stats`
--

INSERT INTO `wp_referrer_detector_stats` (`id`, `referrer`, `time`) VALUES
(1, 'digg.com', '2009-04-29 12:45:31'),
(2, 'digg.com', '2009-04-29 12:46:08'),
(3, 'google.com', '2009-04-29 12:47:25'),
(4, 'google.com', '2009-04-29 12:47:51'),
(5, 'google.com', '2009-04-29 13:04:50');

-- --------------------------------------------------------

--
-- Table structure for table `wp_search`
--

DROP TABLE IF EXISTS `wp_search`;
CREATE TABLE IF NOT EXISTS `wp_search` (
  `post_id` int(11) unsigned NOT NULL,
  `comment_id` int(10) unsigned NOT NULL default '0',
  `content` text,
  `priority` text,
  PRIMARY KEY  (`post_id`,`comment_id`),
  FULLTEXT KEY `content` (`content`,`priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_search`
--

INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(286, 934, 'sudipta The book is published by A DASGUPTA-ALLIANCE PUBLICATION Order your copy in the U.S. from: GLOBAL BOOKS: http://www.globalbooksus.com For price discount on five 5 or more copies please write to: globalbooksusa@gmail.com . http://nynjbengali.ethnomediallc.com http://www.globalbooksus.com mailto:globalbooksusa@gmail.com', NULL),
(286, 937, 'Pramit Good work', NULL),
(219, 936, 'Athu I Love to eat Indian Food', NULL),
(352, 0, 'RAAG-RANG PRESENTS : MUSIC OF INDIA Cine- music Ghazals Bhajans Taranas Tillanas Folk Thumris Dhrupad Khayal Kirtans and more. Our journey will take us across India ’s landscape stopping at points of interest from the Himalayan Highlands to the backwaters of Kerala from the havelis of Rajasthan to the flowing waters of Bengal as distinguished artists perform the music of their heritage. Mohan Deshpande Mitali Banerjee-Bhawmik Astha Shukla Kamala Ramamurthy Arun Ramamurthy Trupti Parikh Bhupendra Gadhavi Kedar Naphade Pratik Devasthale Amod Dandawate Introducing young artiste Rahul Palnitkar Arsha Bodha Center 84 Cortelyous Lane Somerset NJ 08873 287 Exit 10 Rt. On Cedar Grove Lt. on Amwell Rt. On South Middlebush 2.5 mi Lt. on Cortelyous 1mi on left Tel: 908 429-1120 609 890-4890 201 447-6936 973 539-5534 bhawmikm@gmail.com mayuresh.khare@gmail.com Donations : Adult: 15 non-members / 10 members Under 12 : 7 non-members / 5 members Limited seating RSVP. Convenient parking at the Venue. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  RAAG-RANG PRESENTS : MUSIC OF INDIA size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:bhawmikm@gmail.com mailto:mayuresh.khare@gmail.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/352#bookmarkify http://nynjbengali.com/archives/352#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/352&amp;Title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/352 http://www.bloglines.com/sub/http://nynjbengali.com/archives/352 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/352 http://www.buddymarks.com/add_bookmark.php?bookmark_title=RAAG-RANG PRESENTS : MUSIC OF INDIA&amp;bookmark_url=http://nynjbengali.com/archives/352 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/352 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://co.mments.com/track?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://del.icio.us/post?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.diigo.com/post?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/352 http://www.dzone.com/links/add.html?description=RAAG-RANG PRESENTS : MUSIC OF INDIA&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/352 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/352&amp;h=RAAG-RANG PRESENTS : MUSIC OF INDIA http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/352&amp;t=RAAG-RANG PRESENTS : MUSIC OF INDIA http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=RAAG-RANG PRESENTS : MUSIC OF INDIA&amp;url=http://nynjbengali.com/archives/352 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/352&amp;t=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.folkd.com/submit/http://nynjbengali.com/archives/352 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/352&amp;t=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.hugg.com/node/add/storylink?edit[title]=RAAG-RANG PRESENTS : MUSIC OF INDIA&amp;edit[url]=http://nynjbengali.com/archives/352 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/352 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/352 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/352 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/352&title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/352&amp;bm_description=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/352 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/352&amp;t=RAAG-RANG PRESENTS : MUSIC OF INDIA http://myweb.yahoo.com/myweb/save?t=RAAG-RANG PRESENTS : MUSIC OF INDIA&amp;u=http://nynjbengali.com/archives/352 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/352 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/352&amp;t=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.plugim.com/submit?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/352&amp;T=RAAG-RANG PRESENTS : MUSIC OF INDIA http://reddit.com/submit?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/352 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/352 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/352 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://technorati.com/faves?add=http://nynjbengali.com/archives/352 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/352&amp;name=RAAG-RANG PRESENTS : MUSIC OF INDIA http://twitter.com/home/?status=RAAG-RANG PRESENTS : MUSIC OF INDIA+http://nynjbengali.com/archives/352 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/352 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/352&amp;t=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=RAAG-RANG PRESENTS : MUSIC OF INDIA&amp;uri=http://nynjbengali.com/archives/352 http://nynjbengali.com/archives/352 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/352&amp;Title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.bloglines.com/sub/http://nynjbengali.com/archives/352 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/352 http://del.icio.us/post?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/352 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/352&title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/352&amp;bm_description=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/352 http://reddit.com/submit?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://technorati.com/faves?add=http://nynjbengali.com/archives/352 http://twitter.com/home/?status=RAAG-RANG PRESENTS : MUSIC OF INDIA+http://nynjbengali.com/archives/352 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/352&amp;title=RAAG-RANG PRESENTS : MUSIC OF INDIA http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/352&amp;t=RAAG-RANG PRESENTS : MUSIC OF INDIA http://www.feedburner.com/fb/a/emailFlare?itemTitle=RAAG-RANG PRESENTS : MUSIC OF INDIA&amp;uri=http://nynjbengali.com/archives/352&amp;loc=en_US http://nynjbengali.com/archives/352#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'RAAG-RANG PRESENTS : MUSIC OF INDIA Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(353, 0, 'I am watching the devastation caused by hurricane Aila on ETV Bangla news. It looks really bad. Although the local adminstration has ramped up the rescue operation quite efficiently the wide spread destruction is very difficult to handle. The recent election seems to have been responsible for this quick response from the Left Front State Govt who wants to prove that they have not lost contact with the people. The Trinamool leaders on the other hand is using this disaster to prove themselves as the viable alternative in the state.  The White House Chief of Staff Rahm Emanuel had once said “… a crisis like this cannot go to waste.”  The West Bengal politicians do not want this opportunity thrown to them by Aila to be wasted either. This is an excellent opportunity to prove themselves. Whatever may be the reason if  the state politicians for a change work in favor of the people it would serve them as well as the people. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Aila Causes Devastation in West Bengal size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/353#bookmarkify http://nynjbengali.com/archives/353#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/353&amp;Title=Aila Causes Devastation in West Bengal http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/353 http://www.bloglines.com/sub/http://nynjbengali.com/archives/353 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/353 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Aila Causes Devastation in West Bengal&amp;bookmark_url=http://nynjbengali.com/archives/353 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/353 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://co.mments.com/track?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://del.icio.us/post?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.diigo.com/post?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/353 http://www.dzone.com/links/add.html?description=Aila Causes Devastation in West Bengal&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/353 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/353&amp;h=Aila Causes Devastation in West Bengal http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/353&amp;t=Aila Causes Devastation in West Bengal http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Aila Causes Devastation in West Bengal&amp;url=http://nynjbengali.com/archives/353 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/353&amp;t=Aila Causes Devastation in West Bengal http://www.folkd.com/submit/http://nynjbengali.com/archives/353 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/353&amp;t=Aila Causes Devastation in West Bengal http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.hugg.com/node/add/storylink?edit[title]=Aila Causes Devastation in West Bengal&amp;edit[url]=http://nynjbengali.com/archives/353 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/353 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/353 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/353 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/353&title=Aila Causes Devastation in West Bengal http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/353&amp;bm_description=Aila Causes Devastation in West Bengal http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/353 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/353&amp;t=Aila Causes Devastation in West Bengal http://myweb.yahoo.com/myweb/save?t=Aila Causes Devastation in West Bengal&amp;u=http://nynjbengali.com/archives/353 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/353 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/353&amp;t=Aila Causes Devastation in West Bengal http://www.plugim.com/submit?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/353&amp;T=Aila Causes Devastation in West Bengal http://reddit.com/submit?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/353 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/353 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/353 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://technorati.com/faves?add=http://nynjbengali.com/archives/353 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/353&amp;name=Aila Causes Devastation in West Bengal http://twitter.com/home/?status=Aila Causes Devastation in West Bengal+http://nynjbengali.com/archives/353 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/353 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/353&amp;t=Aila Causes Devastation in West Bengal http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Aila Causes Devastation in West Bengal&amp;uri=http://nynjbengali.com/archives/353 http://nynjbengali.com/archives/353 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/353&amp;Title=Aila Causes Devastation in West Bengal http://www.bloglines.com/sub/http://nynjbengali.com/archives/353 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/353 http://del.icio.us/post?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/353 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/353&title=Aila Causes Devastation in West Bengal http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/353&amp;bm_description=Aila Causes Devastation in West Bengal http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/353 http://reddit.com/submit?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://technorati.com/faves?add=http://nynjbengali.com/archives/353 http://twitter.com/home/?status=Aila Causes Devastation in West Bengal+http://nynjbengali.com/archives/353 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/353&amp;title=Aila Causes Devastation in West Bengal http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/353&amp;t=Aila Causes Devastation in West Bengal http://www.feedburner.com/fb/a/emailFlare?itemTitle=Aila Causes Devastation in West Bengal&amp;uri=http://nynjbengali.com/archives/353&amp;loc=en_US http://nynjbengali.com/archives/353#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Aila Causes Devastation in West Bengal Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(57, 1761, 'Percocet aspirin. Percocet 93-490 10 mg…. Percocet…. http://www.kaboodle.com/percocet1k', NULL),
(354, 0, 'The classical Indian dance form Kathak is now quite well known amongst the dance connoisseurs of America.  Americans who have some familiarity with classical music and dance of India know about Kathak - a dance form that truly blends together the various components of Indian music - melody rhythm and the beauty of the physical form.  It is true that many stalwarts of the Kathak dance form like Pandit Birju Maharaj and others have graced the American stage with their amazing performances but the primary reason for its popularity and sustenance in this country is due to the tremendous efforts put in by several Kathak dance schools and academies run by the immigrant dancers from India who wanted to spread their passion for this art form amongst the next generation. Once such school is Kalamandir of New Jersey led by its director Malabika Guha. For the last twenty three years Malabika Guha and the students of Kalamandir have been working relentlessly to nurture and promote this traditional dance form of north India in USA. Malabika herself received training from illustrious gurus like Bela Arnab Guru Bipin Singh Amala Shankar and many others. She felt that it would be a crime to keep this art form within herself or to let it die like many other dreams once we land into this country.  The passion for dance that her gurus have imbibed in her found its release through her students and the journey that started twenty three years ago still continues. Kalamandir and Malabika has performed more than two hundred shows all across America Europe and India. She has proven to the world that classical Indian music and dance not only transcends time but also space - it can shatter all barriers -  social geographical political “Art for art’s sake” - that’s what my teachers taught me says Malabika. But Malabika’s greatest success story is her daughter - Brinda. Like many other second generation Indian American girls she started taking lessons in Kathak from her mother - but then she fell passionately in love with dance - with rhythm. Now she is one of the prime drivers of Kalamandir taking up the mantle from her mother and promising to take Kalamandir and Kathak to new heights. Always eager to explore eager to push the boundary Brinda blends Kathak with Flameco Ballet and other modern dance forms to create new compositions that are classical and modern at the same time.  She is what every dance and music teacher dream about for their students - someone who can carry on their legacy - a legacy that has been handed over to us through the generations. Organizations like Kalamandir and people like Malabika and Brinda are what makes us feel proud of our heritage today. We should all come forward and support them in whatever way we can to make their mission a grand success. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Kathak in America - The Story of Kalamandir size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/05/kathak-kalamandir.jpg http://www.freewebs.com/njkalamandir/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/354#bookmarkify http://nynjbengali.com/archives/354#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/354&amp;Title=Kathak in America - The Story of Kalamandir http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/354 http://www.bloglines.com/sub/http://nynjbengali.com/archives/354 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/354 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Kathak in America - The Story of Kalamandir&amp;bookmark_url=http://nynjbengali.com/archives/354 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/354 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://co.mments.com/track?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://del.icio.us/post?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.diigo.com/post?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/354 http://www.dzone.com/links/add.html?description=Kathak in America - The Story of Kalamandir&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/354 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/354&amp;h=Kathak in America - The Story of Kalamandir http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/354&amp;t=Kathak in America - The Story of Kalamandir http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Kathak in America - The Story of Kalamandir&amp;url=http://nynjbengali.com/archives/354 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/354&amp;t=Kathak in America - The Story of Kalamandir http://www.folkd.com/submit/http://nynjbengali.com/archives/354 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/354&amp;t=Kathak in America - The Story of Kalamandir http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.hugg.com/node/add/storylink?edit[title]=Kathak in America - The Story of Kalamandir&amp;edit[url]=http://nynjbengali.com/archives/354 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/354 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/354 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/354 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/354&title=Kathak in America - The Story of Kalamandir http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/354&amp;bm_description=Kathak in America - The Story of Kalamandir http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/354 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/354&amp;t=Kathak in America - The Story of Kalamandir http://myweb.yahoo.com/myweb/save?t=Kathak in America - The Story of Kalamandir&amp;u=http://nynjbengali.com/archives/354 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/354 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/354&amp;t=Kathak in America - The Story of Kalamandir http://www.plugim.com/submit?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/354&amp;T=Kathak in America - The Story of Kalamandir http://reddit.com/submit?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/354 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/354 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/354 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://technorati.com/faves?add=http://nynjbengali.com/archives/354 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/354&amp;name=Kathak in America - The Story of Kalamandir http://twitter.com/home/?status=Kathak in America - The Story of Kalamandir+http://nynjbengali.com/archives/354 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/354 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/354&amp;t=Kathak in America - The Story of Kalamandir http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Kathak in America - The Story of Kalamandir&amp;uri=http://nynjbengali.com/archives/354 http://nynjbengali.com/archives/354 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/354&amp;Title=Kathak in America - The Story of Kalamandir http://www.bloglines.com/sub/http://nynjbengali.com/archives/354 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/354 http://del.icio.us/post?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/354 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/354&title=Kathak in America - The Story of Kalamandir http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/354&amp;bm_description=Kathak in America - The Story of Kalamandir http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/354 http://reddit.com/submit?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://technorati.com/faves?add=http://nynjbengali.com/archives/354 http://twitter.com/home/?status=Kathak in America - The Story of Kalamandir+http://nynjbengali.com/archives/354 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/354&amp;title=Kathak in America - The Story of Kalamandir http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/354&amp;t=Kathak in America - The Story of Kalamandir http://www.feedburner.com/fb/a/emailFlare?itemTitle=Kathak in America - The Story of Kalamandir&amp;uri=http://nynjbengali.com/archives/354&amp;loc=en_US http://nynjbengali.com/archives/354#bookmarkify Kathak by Kalamandir Students [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] kathak-kalamandir Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Kathak in America - The Story of Kalamandir Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(356, 0, 'A Taiwanese Idol contestant is singing a Hindi film song. It is amazing to see how Indian films are being accepted all across the world. Globalization is great Jay Ho Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Taiwanese Idol Contestant Sings Bollywood Song  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/356#bookmarkify http://nynjbengali.com/archives/356#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/356&amp;Title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/356 http://www.bloglines.com/sub/http://nynjbengali.com/archives/356 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/356 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Taiwanese Idol Contestant Sings Bollywood Song!&amp;bookmark_url=http://nynjbengali.com/archives/356 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/356 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://co.mments.com/track?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://del.icio.us/post?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.diigo.com/post?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/356 http://www.dzone.com/links/add.html?description=Taiwanese Idol Contestant Sings Bollywood Song!&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/356 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/356&amp;h=Taiwanese Idol Contestant Sings Bollywood Song! http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/356&amp;t=Taiwanese Idol Contestant Sings Bollywood Song! http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Taiwanese Idol Contestant Sings Bollywood Song!&amp;url=http://nynjbengali.com/archives/356 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/356&amp;t=Taiwanese Idol Contestant Sings Bollywood Song! http://www.folkd.com/submit/http://nynjbengali.com/archives/356 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/356&amp;t=Taiwanese Idol Contestant Sings Bollywood Song! http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.hugg.com/node/add/storylink?edit[title]=Taiwanese Idol Contestant Sings Bollywood Song!&amp;edit[url]=http://nynjbengali.com/archives/356 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/356 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/356 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/356 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/356&title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/356&amp;bm_description=Taiwanese Idol Contestant Sings Bollywood Song! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/356 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/356&amp;t=Taiwanese Idol Contestant Sings Bollywood Song! http://myweb.yahoo.com/myweb/save?t=Taiwanese Idol Contestant Sings Bollywood Song!&amp;u=http://nynjbengali.com/archives/356 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song!&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/356 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/356&amp;t=Taiwanese Idol Contestant Sings Bollywood Song! http://www.plugim.com/submit?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/356&amp;T=Taiwanese Idol Contestant Sings Bollywood Song! http://reddit.com/submit?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/356 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/356 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/356 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://technorati.com/faves?add=http://nynjbengali.com/archives/356 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/356&amp;name=Taiwanese Idol Contestant Sings Bollywood Song! http://twitter.com/home/?status=Taiwanese Idol Contestant Sings Bollywood Song!+http://nynjbengali.com/archives/356 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/356 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/356&amp;t=Taiwanese Idol Contestant Sings Bollywood Song! http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Taiwanese Idol Contestant Sings Bollywood Song!&amp;uri=http://nynjbengali.com/archives/356 http://nynjbengali.com/archives/356 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/356&amp;Title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.bloglines.com/sub/http://nynjbengali.com/archives/356 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/356 http://del.icio.us/post?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/356 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/356&title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/356&amp;bm_description=Taiwanese Idol Contestant Sings Bollywood Song! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/356 http://reddit.com/submit?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://technorati.com/faves?add=http://nynjbengali.com/archives/356 http://twitter.com/home/?status=Taiwanese Idol Contestant Sings Bollywood Song!+http://nynjbengali.com/archives/356 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/356&amp;title=Taiwanese Idol Contestant Sings Bollywood Song! http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/356&amp;t=Taiwanese Idol Contestant Sings Bollywood Song! http://www.feedburner.com/fb/a/emailFlare?itemTitle=Taiwanese Idol Contestant Sings Bollywood Song!&amp;uri=http://nynjbengali.com/archives/356&amp;loc=en_US http://nynjbengali.com/archives/356#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Taiwanese Idol Contestant Sings Bollywood Song Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(516, 0, 'Garden State Cultural Association invites you your family and friends to join in the celebration of DURGA PUJA at Plainfield High School 950 Park Avenue Plainfield NJ 07060 on Saturday October 16 Sunday October 17 2010 Program Details Saturday October 16 2010 Puja Arati 11:00 am to 2:00 pm Pushpanjali 2:00 pm to 3:00 pm Prasad 2:30 pm to 4:00 pm Chandipath 3:00 pm to 3:30 pm Dhunuchi Dance 3:30 pm to 4:00 pm Dinner 4:00 pm to 6:00 pm Sandhi Puja 4:30 pm to 5:00 pm Magic Show 5:00 pm to 6:00 pm Cultural Program 6:00 pm to 11:00 pm Cultural Program Line-up Time Chairman’s Speech and Introduction to Board Members 6:00 PM Opening Songs by Gayatree Sharma 6:15 PM HEAT A Fusion Ensemble Dance Presentation by Kalamandir NJ 6:30 PM Celebration of Tagore’s 150th. Birth Anniversary – Recitations by Partha Ghosh Gouri Ghosh and Songs by Sounak Chattopadhyay of Kolkata. 7:00 PM Jhinook Mukherjee of Kolkata - Classical Dance Recital 8:30 PM Chandreyee Bombay and Team of Musicians - Ghazals Bengali and Hindi Songs 9:00 PM ……………………………………………………………………………………………. Sunday October 17 2010 Puja Arati 11:00 am to 2:00 pm Pushpanjali 2:00 pm to 3:00 pm Chandipath 3:00 pm to 3:30 pm Prasad 2:30 pm to 3:30 pm Arts Crafts Competition 3:00 pm Sharp Dinner 4:00 pm to 6:00 pm Baran / Bisarjan 4:00 pm to 5:00 pm Arts Craft Competition Awards 5:30 pm to 6:00 pm Cultural Program 6:00 pm to 10:00 pm Cultural Program Line-up Time Soumyen Adhikari of Kolkata - nostalgic Bengali and Hindi songs of Hemanta Mukhopadhyay 6:00 PM Amra Sabai Raja - A GSCA Production 7:00 PM Suchismita Das Bombay and Team of Musicians - Hindi and Bengali songs. 7:30 PM Drama - “Ajo Kahini” - A Hilarious Play by Sudipta Bhawmik Ethnomedia Group NJ Directed by Pinaki Datta. 9 PM Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Garden State Cultural Association Durga Puja 2010 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/516#bookmarkify http://nynjbengali.com/archives/516#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/516&amp;Title=Garden State Cultural Association Durga Puja 2010 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/516 http://www.bloglines.com/sub/http://nynjbengali.com/archives/516 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/516 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Garden State Cultural Association Durga Puja 2010&amp;bookmark_url=http://nynjbengali.com/archives/516 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/516 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://co.mments.com/track?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://del.icio.us/post?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.diigo.com/post?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/516 http://www.dzone.com/links/add.html?description=Garden State Cultural Association Durga Puja 2010&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/516 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/516&amp;h=Garden State Cultural Association Durga Puja 2010 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/516&amp;t=Garden State Cultural Association Durga Puja 2010 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Garden State Cultural Association Durga Puja 2010&amp;url=http://nynjbengali.com/archives/516 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/516&amp;t=Garden State Cultural Association Durga Puja 2010 http://www.folkd.com/submit/http://nynjbengali.com/archives/516 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/516&amp;t=Garden State Cultural Association Durga Puja 2010 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.hugg.com/node/add/storylink?edit[title]=Garden State Cultural Association Durga Puja 2010&amp;edit[url]=http://nynjbengali.com/archives/516 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/516 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/516 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/516 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/516&title=Garden State Cultural Association Durga Puja 2010 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/516&amp;bm_description=Garden State Cultural Association Durga Puja 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/516 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/516&amp;t=Garden State Cultural Association Durga Puja 2010 http://myweb.yahoo.com/myweb/save?t=Garden State Cultural Association Durga Puja 2010&amp;u=http://nynjbengali.com/archives/516 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/516 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/516&amp;t=Garden State Cultural Association Durga Puja 2010 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/516&amp;T=Garden State Cultural Association Durga Puja 2010 http://reddit.com/submit?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/516 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/516 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/516 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/516 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/516&amp;name=Garden State Cultural Association Durga Puja 2010 http://twitter.com/home/?status=Garden State Cultural Association Durga Puja 2010+http://nynjbengali.com/archives/516 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/516 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/516&amp;t=Garden State Cultural Association Durga Puja 2010 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Garden State Cultural Association Durga Puja 2010&amp;uri=http://nynjbengali.com/archives/516 http://nynjbengali.com/archives/516 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/516&amp;Title=Garden State Cultural Association Durga Puja 2010 http://www.bloglines.com/sub/http://nynjbengali.com/archives/516 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/516 http://del.icio.us/post?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/516 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/516&title=Garden State Cultural Association Durga Puja 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/516&amp;bm_description=Garden State Cultural Association Durga Puja 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/516 http://reddit.com/submit?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/516 http://twitter.com/home/?status=Garden State Cultural Association Durga Puja 2010+http://nynjbengali.com/archives/516 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/516&amp;title=Garden State Cultural Association Durga Puja 2010 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/516&amp;t=Garden State Cultural Association Durga Puja 2010 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Garden State Cultural Association Durga Puja 2010&amp;uri=http://nynjbengali.com/archives/516&amp;loc=en_US http://nynjbengali.com/archives/516#bookmarkify Read More [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Garden State Cultural Association Durga Puja 2010 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(358, 0, 'I’d like to express my sincere thanks to all those of you who came to watch our play “Banaprastha” The Retirement .  We had full houses on all the four days and it was a testament to the fact that New Jersey Bengalis like to watch quality theatre if we can offer them. However it was not only Jerseyans who came to our show people came from Pennsylvania Delaware New York city and even Buffalo New York. The overall feedback has been extremely positive   and people are asking for more shows.  Such encouragement is what makes all this hard work worth it and drives us to our next venture. We hope that with your good wishes we’ll be able to keep up with your expectations and put New Jersey on the map of serious and quality Bengali theatre for time to come. Thank you once again for supporting us. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Thank You size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/06/suranjana-and-pallab-web.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/358#bookmarkify http://nynjbengali.com/archives/358#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/358&amp;Title=Thank You http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/358 http://www.bloglines.com/sub/http://nynjbengali.com/archives/358 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/358 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Thank You&amp;bookmark_url=http://nynjbengali.com/archives/358 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/358 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://co.mments.com/track?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/358&amp;title=Thank You http://del.icio.us/post?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.diigo.com/post?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/358 http://www.dzone.com/links/add.html?description=Thank You&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/358 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/358&amp;h=Thank You http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/358&amp;t=Thank You http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Thank You&amp;url=http://nynjbengali.com/archives/358 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/358&amp;t=Thank You http://www.folkd.com/submit/http://nynjbengali.com/archives/358 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/358&amp;t=Thank You http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.hugg.com/node/add/storylink?edit[title]=Thank You&amp;edit[url]=http://nynjbengali.com/archives/358 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/358 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/358&amp;title=Thank You http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/358 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/358 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/358&title=Thank You http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/358&amp;bm_description=Thank You http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/358 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/358&amp;t=Thank You http://myweb.yahoo.com/myweb/save?t=Thank You&amp;u=http://nynjbengali.com/archives/358 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/358&amp;title=Thank You&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/358 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/358&amp;t=Thank You http://www.plugim.com/submit?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/358&amp;T=Thank You http://reddit.com/submit?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/358 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/358 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/358&amp;title=Thank You http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/358&amp;title=Thank You http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/358 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://technorati.com/faves?add=http://nynjbengali.com/archives/358 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/358&amp;name=Thank You http://twitter.com/home/?status=Thank You+http://nynjbengali.com/archives/358 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/358&amp;title=Thank You https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/358 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/358&amp;t=Thank You http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Thank You&amp;uri=http://nynjbengali.com/archives/358 http://nynjbengali.com/archives/358 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/358&amp;Title=Thank You http://www.bloglines.com/sub/http://nynjbengali.com/archives/358 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/358 http://del.icio.us/post?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/358 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/358&title=Thank You http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/358&amp;bm_description=Thank You http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/358 http://reddit.com/submit?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/358&amp;title=Thank You http://technorati.com/faves?add=http://nynjbengali.com/archives/358 http://twitter.com/home/?status=Thank You+http://nynjbengali.com/archives/358 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/358&amp;title=Thank You http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/358&amp;t=Thank You http://www.feedburner.com/fb/a/emailFlare?itemTitle=Thank You&amp;uri=http://nynjbengali.com/archives/358&amp;loc=en_US http://nynjbengali.com/archives/358#bookmarkify Suranjana and Pallab in Banaprastha [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] suranjana-and-pallab-web Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Thank You Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(360, 0, 'New Jersey Independent South Asian Cine Fest GALA OPENING NIGHT CELEBRATION at the Westin Princeton at Forrestal Village 201 Village Boulevard Princeton NJ Friday October 9 | 6:30 pm to 12:00 am 50.00 ALL ADMISSIONS includes Red Carpet film screening cocktail and dinner http://njisacf.com/09/ Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NJISACF 2009: Opening Night size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://njisacf.com/09/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/360#bookmarkify http://nynjbengali.com/archives/360#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/360&amp;Title=NJISACF 2009: Opening Night http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/360 http://www.bloglines.com/sub/http://nynjbengali.com/archives/360 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/360 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NJISACF 2009: Opening Night&amp;bookmark_url=http://nynjbengali.com/archives/360 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/360 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://co.mments.com/track?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://del.icio.us/post?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.diigo.com/post?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/360 http://www.dzone.com/links/add.html?description=NJISACF 2009: Opening Night&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/360 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/360&amp;h=NJISACF 2009: Opening Night http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/360&amp;t=NJISACF 2009: Opening Night http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NJISACF 2009: Opening Night&amp;url=http://nynjbengali.com/archives/360 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/360&amp;t=NJISACF 2009: Opening Night http://www.folkd.com/submit/http://nynjbengali.com/archives/360 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/360&amp;t=NJISACF 2009: Opening Night http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.hugg.com/node/add/storylink?edit[title]=NJISACF 2009: Opening Night&amp;edit[url]=http://nynjbengali.com/archives/360 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/360 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/360 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/360 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/360&title=NJISACF 2009: Opening Night http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/360&amp;bm_description=NJISACF 2009: Opening Night http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/360 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/360&amp;t=NJISACF 2009: Opening Night http://myweb.yahoo.com/myweb/save?t=NJISACF 2009: Opening Night&amp;u=http://nynjbengali.com/archives/360 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/360 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/360&amp;t=NJISACF 2009: Opening Night http://www.plugim.com/submit?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/360&amp;T=NJISACF 2009: Opening Night http://reddit.com/submit?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/360 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/360 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/360 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://technorati.com/faves?add=http://nynjbengali.com/archives/360 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/360&amp;name=NJISACF 2009: Opening Night http://twitter.com/home/?status=NJISACF 2009: Opening Night+http://nynjbengali.com/archives/360 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/360 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/360&amp;t=NJISACF 2009: Opening Night http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NJISACF 2009: Opening Night&amp;uri=http://nynjbengali.com/archives/360 http://nynjbengali.com/archives/360 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/360&amp;Title=NJISACF 2009: Opening Night http://www.bloglines.com/sub/http://nynjbengali.com/archives/360 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/360 http://del.icio.us/post?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/360 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/360&title=NJISACF 2009: Opening Night http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/360&amp;bm_description=NJISACF 2009: Opening Night http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/360 http://reddit.com/submit?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://technorati.com/faves?add=http://nynjbengali.com/archives/360 http://twitter.com/home/?status=NJISACF 2009: Opening Night+http://nynjbengali.com/archives/360 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/360&amp;title=NJISACF 2009: Opening Night http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/360&amp;t=NJISACF 2009: Opening Night http://www.feedburner.com/fb/a/emailFlare?itemTitle=NJISACF 2009: Opening Night&amp;uri=http://nynjbengali.com/archives/360&amp;loc=en_US http://nynjbengali.com/archives/360#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NJISACF 2009: Opening Night Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(361, 0, 'Tauryatrika 2009 Annual Cultural Event of Bharatiya Kala Kendra New Jersey with Bappi Lahiri on June 27th 2009 At : North Brunswick High School 98 Raider Road North Brunswick NJ - 08902   For detail information – check  www.bharatiyakalakendra.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Tauryatrika 2009 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.bharatiyakalakendra.com/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/361#bookmarkify http://nynjbengali.com/archives/361#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/361&amp;Title=Tauryatrika 2009 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/361 http://www.bloglines.com/sub/http://nynjbengali.com/archives/361 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/361 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Tauryatrika 2009&amp;bookmark_url=http://nynjbengali.com/archives/361 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/361 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://co.mments.com/track?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://del.icio.us/post?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.diigo.com/post?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/361 http://www.dzone.com/links/add.html?description=Tauryatrika 2009&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/361 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/361&amp;h=Tauryatrika 2009 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/361&amp;t=Tauryatrika 2009 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Tauryatrika 2009&amp;url=http://nynjbengali.com/archives/361 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/361&amp;t=Tauryatrika 2009 http://www.folkd.com/submit/http://nynjbengali.com/archives/361 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/361&amp;t=Tauryatrika 2009 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.hugg.com/node/add/storylink?edit[title]=Tauryatrika 2009&amp;edit[url]=http://nynjbengali.com/archives/361 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/361 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/361 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/361 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/361&title=Tauryatrika 2009 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/361&amp;bm_description=Tauryatrika 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/361 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/361&amp;t=Tauryatrika 2009 http://myweb.yahoo.com/myweb/save?t=Tauryatrika 2009&amp;u=http://nynjbengali.com/archives/361 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/361 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/361&amp;t=Tauryatrika 2009 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/361&amp;T=Tauryatrika 2009 http://reddit.com/submit?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/361 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/361 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/361 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/361 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/361&amp;name=Tauryatrika 2009 http://twitter.com/home/?status=Tauryatrika 2009+http://nynjbengali.com/archives/361 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/361 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/361&amp;t=Tauryatrika 2009 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Tauryatrika 2009&amp;uri=http://nynjbengali.com/archives/361 http://nynjbengali.com/archives/361 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/361&amp;Title=Tauryatrika 2009 http://www.bloglines.com/sub/http://nynjbengali.com/archives/361 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/361 http://del.icio.us/post?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/361 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/361&title=Tauryatrika 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/361&amp;bm_description=Tauryatrika 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/361 http://reddit.com/submit?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/361 http://twitter.com/home/?status=Tauryatrika 2009+http://nynjbengali.com/archives/361 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/361&amp;title=Tauryatrika 2009 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/361&amp;t=Tauryatrika 2009 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Tauryatrika 2009&amp;uri=http://nynjbengali.com/archives/361&amp;loc=en_US http://nynjbengali.com/archives/361#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Tauryatrika 2009 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(362, 0, 'Very few theatre personalities in India have become legends in their life time. Habib Tanvir was one of them. Born as Habib Ahmed Khan on September 1 1923 in Raipur Chattisgarh Habib Tanvir has reinvented Indian folk theater and brought it out on the world stage in its full glory.  I still remember the evening in Calcutta when I watched his brilliant creation “Charandas Chor”.  The presentation of the play in a traditional folk form looked so modern so fresh that I couldn’t think of anything comparable in contemporary theatre. Habib  through is work has left a legacy that is difficult to carry on - because it demands a level of dedication that many of our modern theatre workers will fail to match. The sensitivity with which he nurtured the folk forms experimented with content and presented them with such grace and simplicity - only a true genius can achieve such excellence.  Habib Tanvir passed away on June 8th 2009 but the lengend he became still lives on and inspires theatre workers all around the globe. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Habib Tanvir : The Legend Lives On size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/06/habib-tanvir.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/362#bookmarkify http://nynjbengali.com/archives/362#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/362&amp;Title=Habib Tanvir : The Legend Lives On http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/362 http://www.bloglines.com/sub/http://nynjbengali.com/archives/362 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/362 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Habib Tanvir : The Legend Lives On&amp;bookmark_url=http://nynjbengali.com/archives/362 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/362 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://co.mments.com/track?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://del.icio.us/post?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.diigo.com/post?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/362 http://www.dzone.com/links/add.html?description=Habib Tanvir : The Legend Lives On&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/362 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/362&amp;h=Habib Tanvir : The Legend Lives On http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/362&amp;t=Habib Tanvir : The Legend Lives On http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Habib Tanvir : The Legend Lives On&amp;url=http://nynjbengali.com/archives/362 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/362&amp;t=Habib Tanvir : The Legend Lives On http://www.folkd.com/submit/http://nynjbengali.com/archives/362 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/362&amp;t=Habib Tanvir : The Legend Lives On http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.hugg.com/node/add/storylink?edit[title]=Habib Tanvir : The Legend Lives On&amp;edit[url]=http://nynjbengali.com/archives/362 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/362 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/362 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/362 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/362&title=Habib Tanvir : The Legend Lives On http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/362&amp;bm_description=Habib Tanvir : The Legend Lives On http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/362 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/362&amp;t=Habib Tanvir : The Legend Lives On http://myweb.yahoo.com/myweb/save?t=Habib Tanvir : The Legend Lives On&amp;u=http://nynjbengali.com/archives/362 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/362 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/362&amp;t=Habib Tanvir : The Legend Lives On http://www.plugim.com/submit?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/362&amp;T=Habib Tanvir : The Legend Lives On http://reddit.com/submit?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/362 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/362 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/362 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://technorati.com/faves?add=http://nynjbengali.com/archives/362 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/362&amp;name=Habib Tanvir : The Legend Lives On http://twitter.com/home/?status=Habib Tanvir : The Legend Lives On+http://nynjbengali.com/archives/362 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/362 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/362&amp;t=Habib Tanvir : The Legend Lives On http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Habib Tanvir : The Legend Lives On&amp;uri=http://nynjbengali.com/archives/362 http://nynjbengali.com/archives/362 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/362&amp;Title=Habib Tanvir : The Legend Lives On http://www.bloglines.com/sub/http://nynjbengali.com/archives/362 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/362 http://del.icio.us/post?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/362 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/362&title=Habib Tanvir : The Legend Lives On http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/362&amp;bm_description=Habib Tanvir : The Legend Lives On http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/362 http://reddit.com/submit?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://technorati.com/faves?add=http://nynjbengali.com/archives/362 http://twitter.com/home/?status=Habib Tanvir : The Legend Lives On+http://nynjbengali.com/archives/362 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/362&amp;title=Habib Tanvir : The Legend Lives On http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/362&amp;t=Habib Tanvir : The Legend Lives On http://www.feedburner.com/fb/a/emailFlare?itemTitle=Habib Tanvir : The Legend Lives On&amp;uri=http://nynjbengali.com/archives/362&amp;loc=en_US http://nynjbengali.com/archives/362#bookmarkify Habib Tanvir [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] habib-tanvir Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Habib Tanvir : The Legend Lives On Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(186, 2278, 'Rohon Forgot to mention one more site SRISTISukh http://www.sristisukh.com . You may find this interesting. http://www.rohonkuddus.com', NULL),
(186, 2277, 'Rohon There is a webmag SRISTI http://www.sristi.co.in . And you can find some other under the tab ‘Onyora’ of that webmag. You may find some mag to worth mentioning in your esteemed blog. http://www.rohonkuddus.com', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(364, 0, 'A Review by Amitava Sen As I entered the theatre the house was full and audibly expectant as the play ended crowd was visibly appreciative and a few even ecstatic which was quite an achievement and cause for satisfaction for the group of people who presented Banaprastha at Edison Valley Playhouse on May 31 2009. The play was generally well produced. A full house helps to create an environment of connectivity between the performers and audience. Perception of a full house and ambience that it helps create encourage the players to be their best. Selection of this adequately equipped arena small in size reflects producers’ sensibility about the importance of interaction between the players and the viewers and economic prudence at the same time. The play was about a returning Bengali doctor with the expectation that he would spend his retirement amongst his own people. Instead he found himself in an unlikely family situation and in a native city which was different than what he left behind decades ago. But in these days of cheap airlines tickets and cheaper communication cost can anyone be so unaware and acting so taken aback of the changes going on particularly for a person having purchased a place of residence there during the intervening years Where has he been The play apparently and seemingly has a statement to make with a hint of somewhat half-understood intellectualism that Bengalis so proudly flaunt and which sometimes veers towards sentimentalism. The play whether intended or not attempts to convey a message. Message is not clear though at times it looks like telling us that it is all right even laudable to acquire HIV virus provided the cause is right. But unfortunately there is no saintly or romantic way to get afflicted with HIV virus. That brings us to another question. Was the character Suranjana necessary at all She appeared in two scenes. A quasi-erotic introduction a hint at potential virus transmission and one in the middle of the play the intent of which was unclear except that it stemmed the flow towards building up the narrative. The time setting of the story was not clear. The doctor expert on AIDS treatment uttered not so much of a word about anti-retroviral drug. What did he want to fight was not clear was it the disease or the societal stigma that went with it So is it pre-David Ho inventor of cocktail regimen and pre-Bill Gates initiative That was a long time ago the ignorance of HIV virus was universal at that time. Even now the ignorance about and apathy towards HIV virus is not typical of Calcutta or India it is still a fact of life in more advanced societies as well. On this subject at least India is not far out of step with the rest of the world and this is a wrong issue to depict the primitiveness and heartlessness of our people which appears to be the subtext of the story. That is not to say in any way that India is not far behind in treating the disease and in the area of accessibility to the treatment. In the role of the father/ brother Sudipta Bhawmik as always was superb though at times he might have been a little overwhelming but that proved quite effective in a stage setting. As his wife Keka Sirkar was natural as a mother swept away by the turn of events. Her mature but fragile demeanor brought out the pathos that the story was about. But her high-heeled shoes in all circumstance were somewhat incongruous and distracting. Gargi Mukherjee the actor getting the top billing with lengthiest resume in the role of Suranjana did not quite get it. A woman afflicted with HIV did not need to be speaking under her breath sometimes out of breath but always shrill. Her interpretation of the character was undefined. Lily Majumdar Nabanita did not come out quite as urbane as a do-gooder NGO person. She appeared uncomfortable in that character flubbing her lines a few times confusing between counseling and counciling sic . It is not all her faults her dialogue gets unwieldy and haranguing making it difficult to deliver on stage. Shubhodev as the older brother was impressive especially in the first part of the play. Stagecraft lighting and sound were professional under the circumstances. Stage discipline followed by the players was excellent. The credit is due the director Indranil Mukherjee who is also a fine stage actor in the role of Alakendu. His attention to small details was noticeable. But his handling of the denouement that is the final resolution of the intricacies of the plot was rushed and uncharacteristically melodramatic for the ethos of the story. In the end add I must the play was thoroughly engrossing and enjoyable. Amitava Sen The views expressed in this article are solely those of its author. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Banaprastha - Only if the message could be clearer size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/06/banaprastha-biswajit-web.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/364#bookmarkify http://nynjbengali.com/archives/364#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/364&amp;Title=Banaprastha - Only if the message could be clearer http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/364 http://www.bloglines.com/sub/http://nynjbengali.com/archives/364 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/364 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Banaprastha - Only if the message could be clearer&amp;bookmark_url=http://nynjbengali.com/archives/364 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/364 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://co.mments.com/track?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://del.icio.us/post?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.diigo.com/post?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/364 http://www.dzone.com/links/add.html?description=Banaprastha - Only if the message could be clearer&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/364 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/364&amp;h=Banaprastha - Only if the message could be clearer http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/364&amp;t=Banaprastha - Only if the message could be clearer http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Banaprastha - Only if the message could be clearer&amp;url=http://nynjbengali.com/archives/364 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/364&amp;t=Banaprastha - Only if the message could be clearer http://www.folkd.com/submit/http://nynjbengali.com/archives/364 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/364&amp;t=Banaprastha - Only if the message could be clearer http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.hugg.com/node/add/storylink?edit[title]=Banaprastha - Only if the message could be clearer&amp;edit[url]=http://nynjbengali.com/archives/364 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/364 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/364 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/364 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/364&title=Banaprastha - Only if the message could be clearer http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/364&amp;bm_description=Banaprastha - Only if the message could be clearer http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/364 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/364&amp;t=Banaprastha - Only if the message could be clearer http://myweb.yahoo.com/myweb/save?t=Banaprastha - Only if the message could be clearer&amp;u=http://nynjbengali.com/archives/364 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/364 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/364&amp;t=Banaprastha - Only if the message could be clearer http://www.plugim.com/submit?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/364&amp;T=Banaprastha - Only if the message could be clearer http://reddit.com/submit?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/364 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/364 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/364 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://technorati.com/faves?add=http://nynjbengali.com/archives/364 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/364&amp;name=Banaprastha - Only if the message could be clearer http://twitter.com/home/?status=Banaprastha - Only if the message could be clearer+http://nynjbengali.com/archives/364 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/364 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/364&amp;t=Banaprastha - Only if the message could be clearer http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Banaprastha - Only if the message could be clearer&amp;uri=http://nynjbengali.com/archives/364 http://nynjbengali.com/archives/364 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/364&amp;Title=Banaprastha - Only if the message could be clearer http://www.bloglines.com/sub/http://nynjbengali.com/archives/364 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/364 http://del.icio.us/post?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/364 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/364&title=Banaprastha - Only if the message could be clearer http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/364&amp;bm_description=Banaprastha - Only if the message could be clearer http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/364 http://reddit.com/submit?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://technorati.com/faves?add=http://nynjbengali.com/archives/364 http://twitter.com/home/?status=Banaprastha - Only if the message could be clearer+http://nynjbengali.com/archives/364 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/364&amp;title=Banaprastha - Only if the message could be clearer http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/364&amp;t=Banaprastha - Only if the message could be clearer http://www.feedburner.com/fb/a/emailFlare?itemTitle=Banaprastha - Only if the message could be clearer&amp;uri=http://nynjbengali.com/archives/364&amp;loc=en_US http://nynjbengali.com/archives/364#bookmarkify Banaprastha: Biswajit Kaberi and Parikhit [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] banaprastha-biswajit-web Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Banaprastha - Only if the message could be clearer Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(364, 2279, 'sudipta Amitava-da Thank you for the review. You have said whatever you felt after the watching the play and I appreciate it. However I feel that I need to respond to some of your comments not as a member of the production team but as a playwright. 1. You commented - “But in these days of cheap airlines tickets and cheaper communication cost can anyone be so unaware and acting so taken aback of the changes going on particularly for a person having purchased a place of residence there during the intervening years Where has he been ” Do you think all of us visit our home in India every year Here is an email comment from one of our audience: “….I appreciated it more because I went to India in May after 11 years.” Parijat went back home after 8 years. But even when I visit India every year or every other year the social changes keeps on amazing me. Yes we are aware of the changes but when it starts affecting you personally it hits home. I am sure you feel it too. If not I’d say that you are in denial. Some of us do try to pretend that they are abreast of what’s going on back home they even appear to appreciate some of the social changes to prove their liberal mindset - but deep within it hurts them too - it hurts when you find your home is no more. One of our western audience member told me his mother used to say - “there is no home ” I was almost in tears. 2. “Message is not clear though at times it looks like telling us that it is all right even laudable to acquire HIV virus provided the cause is right.” How could you get this distorted message that the play is trying to say that it is “laudable to acquire HIV” The only message if any one could conclude is that HIV can attack us from any front - one need not visit brothels or use infected needles or get transfused with contaminated blood. Just to let you know that the Suranjana character is not entirely fictitious. It is based on real life character. Careless saintly behavior like some health care workers or unprotected romance can cause this virus to infect - because the virus does not care whether the body they are attacking is that of a saint or a romantic lover or a criminal rapist. But each such case can be a story - a story in its own right. Suranjana and Pallab’s story is also a story - please don’t humiliate it by saying that it seemed it is laudable to acquire HIV for the right cause. I felt that without the presence of the character Suranjana Pallab’s story would have been incomplete and it would have been unfair to Pallab and many other young men and women. Pallab never tried to give any excuse for his predicament but that should not be misinterpreted in anyway. The story may draw some sympathy for Pallab and Suranjana - but I don’t know how it can be interpreted as being an effort to glorify the acquisition of this deadly disease 3. “The doctor expert on AIDS treatment uttered not so much of a word about anti-retroviral drug. ” Dr. Parijat Sen did mention - “HIV is no longer a death sentence” and also mentioned several times that drugs are now available that can hold of HIV for long periods. Although he did not mention David Ho or Bill Gates or go into the details of anti-retroviral cocktail or HAART therapy - it was not the treatment of HIV/AIDS the issue here - at least to him or his brothers family. It was well established in the play that access to treatment is not the key problem in India or Calcutta - although not all hospitals would admit an HIV patient even today. As per the recent reports many HIV patients do not seek medical treatment because they are afraid that doing so would expose their HIV status and they would be social outcasts. Also you must be aware that anti-retrovirals are not cures - they just happen to hold it off for some time and the time varies from person to person and the quality of care he/she is receiving. One of the key problems in India is that the patients do not continue their treatment and thus develop resistance to the medications. 4. “On this subject at least India is not far out of step with the rest of the world and this is a wrong issue to depict the primitiveness and heartlessness of our people which appears to be the subtext of the story. ” Although HIV is still considered a stigma in some western countries but it is not the same as it was during the seventies or the eighties. The HIV stigma in the west is associated with homosexuality I’d recommend Tony Kushner’s “Angels in America” and the west’s homophobia. With the wider acceptance of homosexuals in this country the stigma associated with HIV has lost its sting in many ways. However in India the HIV stigma is associated more with sexual morality - besides the undue fear of infection. Before writing this play and even before staging this play I have read countless episodes of social cruelty in India towards HIV patients. Even a current running serial novel in “Desh” patrika was writing about this issue. After watching the play another audience member pointed me to this article - http://timesofindia.indiatimes.com/Cities/Kolkata-/Neighbours-thrash-HIV-patient/articleshow/4626142.cms A recent August 2008 report said that a bill of rights for HIV patients that was presented to the govt in August 2006 is yet to reach the parliament. Amitava-da denial is not going to help us. Yes “the apathy towards HIV is not typical of Calcutta or India” - but I am an Indian and that is what I can write about. I cannot write about what happens in Indonesia. We had several non-Indian audience and they did extract the universality of the issue. I am sorry that you felt that I was unfairly critical of India. I just wanted to tell a story through this play - a large part of which are based on facts and my own feelings. http://nynjbengali.com http://timesofindia.indiatimes.com/Cities/Kolkata-/Neighbours-thrash-HIV-patient/articleshow/4626142.cms', NULL),
(351, 0, 'ECTA’s latest production “Banaprastha” premiered at the Edison Valley Playhouse on May 16th in front of a full house. The play was very well received by the audience as you can see in the accompanying video.  The second show was held on May 17th. Besides the video comments here are some of the comments sent over the email. “ We thoroughly enjoyed Banaprasta. This is a very timely production. I wish this drama can be viewed by millions Indians in India in view of the fact that India is crazy about Bollywood. Once again congratulations for presenting a great drama. ” - Aurobindo Mukherjee “ I saw your play yesterday and I must say it was outstanding. The theme was very contemporary and acting was great  Looking forward to many more ” - Gargi Gupta “ I want to encourage everyone to see the play Banaprastha. Mary and I saw it yesterday and we both loved it. The play entitled “Banaprastha ” is about an Indian-born physician who spends is professional career in Manhattan and retires to his childhood home in India. It is performed in Bengali and English with English subtitles. The acting and story was superb and the cast comprised several actor’s from the Jumpha Lahiri movie “The Namesake.” If you go I’m sure that you’ll enjoy it as much as we did. ” - Jason Paul DeMont “ I especially liked the topic that was addressed. I am one of those that believe if your spouse at old age is no longer by your side for whatever reason one should find another companion. Perhaps my work leads me to believe that I work with the Geriatric society in this country. Of course the crazy lifestyle which is imitated not really realized by Indians in India will cause a generation to suffer enormously. Globilization is fantastic but it does have its repercussion to the ones that are not mature. ” - Sashwati Chatterjee Bengali Webzine Urhalpool Released After the smashing success of the first edition the 2 nd edition of online bilingual Bengali English magazine  URHALPOOL www.urhalpool.com is out. The 2 nd edition is even bigger better and has contents covering more variety. Following are the highlights – - Urhalpool Reader Ruchira Mondal’s short story Indranil Bakshi’s poem - Series novel from  Sunil Gangopadhyay - Series poetry-novel from  Tasleema Nasreen - Collection of short stories including a translated one from 2008 Pulitzer Prize winner  Juno Diaz - Interview from India’s most successful cricket captain  Sourav “dada”  Ganguly - Special section on  Feluda with interviews from  Sandip Ray   Soumitra Chatterjee Sabyasachi Chakroborty and a f ull script of unpublished one-act play on Felu-da - Interviews from film-star Prosenjit and multi-percussionist  Bickram Ghosh member of the Grammy award winning team for the album “Full Circle” - Special write-up from  Nabaneeta Deb Sen   Sarat Kumar Mukhopadhyay   Sunil Gangopadhyay - Poetry from Nobel Laureate  Roald Hoffman - Remaining part of the interview of  Prof. Noam Chomsky - Poetry from Carolyn Forché   Yousef Komunyakaa - Goutam Ghoshe’s multimedia interview introducing his latest movie “KaalBela” ..and many more Also for the literary minded in Kolkata and vicinity URHALPOOL printed version is available in circulation printed and marketed by “Punoscho Prokashoni” Kolkata Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Community News Bites: Banaprastha and Urhalpool size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.urhalpool.com/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/351#bookmarkify http://nynjbengali.com/archives/351#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/351&amp;Title=Community News Bites: Banaprastha and Urhalpool http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/351 http://www.bloglines.com/sub/http://nynjbengali.com/archives/351 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/351 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Community News Bites: Banaprastha and Urhalpool&amp;bookmark_url=http://nynjbengali.com/archives/351 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/351 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://co.mments.com/track?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://del.icio.us/post?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.diigo.com/post?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/351 http://www.dzone.com/links/add.html?description=Community News Bites: Banaprastha and Urhalpool&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/351 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/351&amp;h=Community News Bites: Banaprastha and Urhalpool http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/351&amp;t=Community News Bites: Banaprastha and Urhalpool http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Community News Bites: Banaprastha and Urhalpool&amp;url=http://nynjbengali.com/archives/351 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/351&amp;t=Community News Bites: Banaprastha and Urhalpool http://www.folkd.com/submit/http://nynjbengali.com/archives/351 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/351&amp;t=Community News Bites: Banaprastha and Urhalpool http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.hugg.com/node/add/storylink?edit[title]=Community News Bites: Banaprastha and Urhalpool&amp;edit[url]=http://nynjbengali.com/archives/351 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/351 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/351 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/351 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/351&title=Community News Bites: Banaprastha and Urhalpool http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/351&amp;bm_description=Community News Bites: Banaprastha and Urhalpool http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/351 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/351&amp;t=Community News Bites: Banaprastha and Urhalpool http://myweb.yahoo.com/myweb/save?t=Community News Bites: Banaprastha and Urhalpool&amp;u=http://nynjbengali.com/archives/351 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/351 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/351&amp;t=Community News Bites: Banaprastha and Urhalpool http://www.plugim.com/submit?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/351&amp;T=Community News Bites: Banaprastha and Urhalpool http://reddit.com/submit?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/351 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/351 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/351 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://technorati.com/faves?add=http://nynjbengali.com/archives/351 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/351&amp;name=Community News Bites: Banaprastha and Urhalpool http://twitter.com/home/?status=Community News Bites: Banaprastha and Urhalpool+http://nynjbengali.com/archives/351 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/351 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/351&amp;t=Community News Bites: Banaprastha and Urhalpool http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Community News Bites: Banaprastha and Urhalpool&amp;uri=http://nynjbengali.com/archives/351 http://nynjbengali.com/archives/351 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/351&amp;Title=Community News Bites: Banaprastha and Urhalpool http://www.bloglines.com/sub/http://nynjbengali.com/archives/351 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/351 http://del.icio.us/post?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/351 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/351&title=Community News Bites: Banaprastha and Urhalpool http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/351&amp;bm_description=Community News Bites: Banaprastha and Urhalpool http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/351 http://reddit.com/submit?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://technorati.com/faves?add=http://nynjbengali.com/archives/351 http://twitter.com/home/?status=Community News Bites: Banaprastha and Urhalpool+http://nynjbengali.com/archives/351 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/351&amp;title=Community News Bites: Banaprastha and Urhalpool http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/351&amp;t=Community News Bites: Banaprastha and Urhalpool http://www.feedburner.com/fb/a/emailFlare?itemTitle=Community News Bites: Banaprastha and Urhalpool&amp;uri=http://nynjbengali.com/archives/351&amp;loc=en_US http://nynjbengali.com/archives/351#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Community News Bites: Banaprastha and Urhalpool Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(349, 0, 'The reality TV show “American Idol” has triggered a new trend - Idol search TV channels all over the world are searching for idols - or talents. This search is not only limited to the television screen but it has also proliferated onto the stage in various forms. Although the primary objective of this kind of shows is to screen for talent  in reality excuse the pun it is nothing but an entertainment show. The excitement the drama and the occasional emotional outbursts are all part of the show. Undoubtedly such shows do bring many talented men women and children to the limelight but is this the right way to do explore talent  In many cases the exploration turns to exploitation - especially for the young participants. They have to go through a grueling screening process sustain a tremendous pressure to perform and then handle a barrage of criticism from the celebrity judges.  I know in one dance show a young girl couldn’t take the judges criticism anymore and had a nervous breakdown resulting in a paralytic fit. In several instances the young competitors sacrifice their education to continue the show. But the tragedy is in most cases the winner is not judged by the celebrity panel whose criticism these young participants have to encounter but rather by the audience through cell/mobile phone text messages SMS . And in this process the wireless carrier mints money. I am sure the show also gets their share of this income too. I remember in one such show on ETV Bangla one of the judge a famous musician was so frustrated with this gaming system that he almost stormed out of the show. His argument was that these shows undermine the hard work and perseverance most musicians and performing artists have to go through in order to make it in this difficult world. He pointed out that these shows are unfairly biased to popular cheap performances because that’s what the masses like rather than music that requires years of professional training and practice. Well he may have a point but he should have known that before agreeing to become a judge. Lately these shows are also held on live stage. Recently CAB Cultural Association of Bengal has announced NABC Idol a show to select musical talent from this region to perform at the final to be held in San Jose in July.  Arranging such a show is not trivial and I hope this show will be successful in finding the real talent. The advertisement says that the judges will be all from overseas. I don’t know if this show will use SMS to collect audience voting to select the winners - that will be a major logistic and technical challenge. However if this turns out to be the typical music competition that we used to have back home it will undoubtedly lose some of its entertainment punch.  I am not sure if the intention of the organizers is to make it a true talent search or a mere entertainment show but I hope we’ll know that soon.  Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Search for Idols size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/349#bookmarkify http://nynjbengali.com/archives/349#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/349&amp;Title=Search for Idols http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/349 http://www.bloglines.com/sub/http://nynjbengali.com/archives/349 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/349 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Search for Idols&amp;bookmark_url=http://nynjbengali.com/archives/349 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/349 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://co.mments.com/track?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://del.icio.us/post?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.diigo.com/post?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/349 http://www.dzone.com/links/add.html?description=Search for Idols&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/349 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/349&amp;h=Search for Idols http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/349&amp;t=Search for Idols http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Search for Idols&amp;url=http://nynjbengali.com/archives/349 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/349&amp;t=Search for Idols http://www.folkd.com/submit/http://nynjbengali.com/archives/349 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/349&amp;t=Search for Idols http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.hugg.com/node/add/storylink?edit[title]=Search for Idols&amp;edit[url]=http://nynjbengali.com/archives/349 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/349 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/349 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/349 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/349&title=Search for Idols http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/349&amp;bm_description=Search for Idols http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/349 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/349&amp;t=Search for Idols http://myweb.yahoo.com/myweb/save?t=Search for Idols&amp;u=http://nynjbengali.com/archives/349 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/349 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/349&amp;t=Search for Idols http://www.plugim.com/submit?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/349&amp;T=Search for Idols http://reddit.com/submit?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/349 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/349 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/349&amp;title=Search for Idols http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/349 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://technorati.com/faves?add=http://nynjbengali.com/archives/349 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/349&amp;name=Search for Idols http://twitter.com/home/?status=Search for Idols+http://nynjbengali.com/archives/349 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/349&amp;title=Search for Idols https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/349 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/349&amp;t=Search for Idols http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Search for Idols&amp;uri=http://nynjbengali.com/archives/349 http://nynjbengali.com/archives/349 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/349&amp;Title=Search for Idols http://www.bloglines.com/sub/http://nynjbengali.com/archives/349 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/349 http://del.icio.us/post?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/349 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/349&title=Search for Idols http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/349&amp;bm_description=Search for Idols http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/349 http://reddit.com/submit?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://technorati.com/faves?add=http://nynjbengali.com/archives/349 http://twitter.com/home/?status=Search for Idols+http://nynjbengali.com/archives/349 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/349&amp;title=Search for Idols http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/349&amp;t=Search for Idols http://www.feedburner.com/fb/a/emailFlare?itemTitle=Search for Idols&amp;uri=http://nynjbengali.com/archives/349&amp;loc=en_US http://nynjbengali.com/archives/349#bookmarkify Indian Idol Anu Malik [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Search for Idols Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(25, 2, 'sudipta Sudipta Fantastic I think you wanted us to comment on the RSS but I had problems in registering so I am leaving my comments here with trepidation that I’ll bore some of you. I have used the two tips - 1 Jim Beaver’s suggestion of memorize a para memorize next para connect add a para connect - thats my primary method often used. There are two major pitfalls - 1 sometimes in our zeal to get the lines absolutely correct we spend too much time perfecting and can’t get very far. This is specially hazardous for large sections or poetry or monologues. My suggetsion is to yank yourself out of repeating the same para when you have got 80 done. Since during the connect phase you are going to repeat the paras anyway the remaining 20 get done automatically. 2 In monolgues read Eersha some paras are disjointed. They dont flow one to other and is hard to connect. In those places it helps to think where did the character wanted to from here what did he/she felt at this point and so on. Write a little note like sigh with remembrance disdain for walking out on me etc. . Then an amazing thing happens. I am blessed with many of you are probably are more gifted a bit of visual memory. When I recite I could visualize the script roughly where this part is and what my note was for and that jots the memory for the next para even if disconnected. Generally I stop there but if things are not going well the next thing I do is checking my memorization similar to what Ven Hawkins said about using a cassette recorder taping the whole play and repeating my lines. At this point one can actually add body movements pauses vocal/emotional crutches we use to time them. Its the “Sing with Bernie” part. One thing I did not see in the blogs. That is any good scriptwriter will write connected thoughts and lines or phrases I call them triggers . If one can find these it makes it easier to memorize the next line. This is a must for action and conversation-oriented dramas where each actor needs to react with visual and vocal clues and triggers from others as well as his/her own. It could be as simple as “Kothai boshi” “eikhane Boshun” or connected triggers in a monologue that are 4 lines apart. K. P. Basu Das', NULL),
(34, 3, 'sudipta NABC 2005 organizers: I hope we all learn from Chitra Divakaruni’s letter how wrong and demeaning it is for an organization like NABC when they start differentiating among artists on whatever basis. I am not denouncing every single organizer here as I am sure that many of you are conscientious and worked long and hard to make this Bango Sammelan a success but I deeply resonate with Ms. Divakaruni’s hurt feelings and as an organization you made some really unjust decisions. The meal area on the 7th floor of Manhattan center had big warnings posted something like - only for non-US artists. So for a cup of tea one of our Kolkata-based artists sneaked in 6 cups of tea in styrofoam cups for us the US-based members participating in the same drama The Kolkata artists felt bad to drink tea without us and we felt cheap. I tried to make it light saying “it’s the reverse NRI effect. We are making special arrangements for non-locals.” In reality I am disgusted to receive or to provide class-based priviledges. At the registration area special arrangements were made for non-US artists. In dollars and cents did it make any difference Surely such treatments made a big dent to NABC’s prestige. NABC should do a post-mortem assessment of what they did well and what they did wrong by some unbiased people and asking for comments from people who attended. We should not let cheap stupid and ugly decisions of a few however bigwigs mar the long arduous and sincere efforts of many dedicated ones who gave their time voluntarily days in and out nights in and out taking time from their work and family. From another person who was made to feel like a “bhikhiri in a biyebari” quoting from Chitra Divakaruni Bashu Das Ph: 732-949-9175 office 732-735-1748 Mobile kdas@lucent.com mailto:kdas@lucent.com', NULL),
(39, 5, 'sudipta I had a sneak peek and the webzine looks great It is about time we had a forum where creative artists and authors from all across the globe can share their thoughts and ideas freely without any prejudice or incombrance of any kind. Wish you all the best. Sudipta Bhawmik', NULL),
(45, 6, 'sudipta From Dipak Chaudhuri: My association with Durga puja is from the first puja at Columbia university 1970.The donation expected at that time 5.Some people were reluctant to pay 5 at that time.Now suggested donation is 75 to 100.Some people still feel the pinched to pay that amount for family of two three four etc.With inflation cost of every thing is now ten fold and bringing professional artists from India it is competition now for entertainment cost has increased 100 since old days we did not pay our local artists. My suggestion will be as we pay for every good and service in our real life we should pay similarly during puja.The suggested price tag shall be for basic puja.Rest shall be for what you cosume.For dinner entertainment charge seperately.This is what is done during Banga Sanmillan.Puja committee can make some money from the vendors and use that for renting halls and cleanup operation. Dipak Choudhuri', NULL),
(45, 7, 'baskarm This is an issue which has been much debated in the past. There will always be people who would like to piggy back on the honest payer of the Chandaa and also boast about it later. I have a suggestion to make going forward. There should be some discount for the Kallol Members. This year the Chandaa was 50.00 per person. I suggest next year let us have 40.00 per person for Members and 60.00 per person for non-members. This will either get everyone to become members or give the commitee enough funds from non members to meet the expenses. Members should be given ID along with their annual subscription. Baskar Menon', NULL),
(45, 8, 'amitavasen What is astronomical In the realm of prices and inflation everything is out of reach today by yesterday’s standard. Look at the bright side today’s astronomical cost will be rock-bottom tomorrow. Like the cost of any other goods and services there is no comfortable level for “chandaa”. Market forces will decide it rule of supply and demand. The commodity was scarce and the demand was so high that a large number of subscribers willing to pay high prices had to be turned back at a local Puja. In order to bring “Chandaa’ down increase the supply have more Pujas more the merrier and cheaper. Competition will improve the quality one hopes. Officials will not take the market for granted and will build a better outdoor tent making it unnecessary for us to wade through the mud for three days of deluge will find local artists who can sing in tune get Calcutta artists who can cater to the majority of the attendees. But for now don’t blame the provider of the service they are selling at a price what the market bears and we are buying ungrudgingly from all evidence gladly. After all by today’s standard 100 or 200 dollars for three days of food adda Calcutta artists and above all an opportunty to show off wardrobe of new sarees is not a bad deal. It is definitely a better bargain than spending 25 to 50.00 and sitting through two to three torturous hours of inane and poorly produced dramas post post modern poetry reading by not so gifted poets or the absurdity of listening to the English translation of Sukumar Ray poems in front of 100 Bengalee speaking audience . To their credit the Puja organizers do not force it down our throat as the local retail performers do. The cost of Goat meat or Calcutta artists are not the only culprits. The organizers have aged. In spite of all the clamor about younger people to take charge the bulk of the heavy lifting behind the scene is still done by one or two older persons and the need to subcontract the work almost all physical work except singing and dancing on the stage is understandable. Sub-contracting raises cost. The much heralded second generation has never arrived. The Pujas are still an affair of Indian born Bengalees young and old with the rare and pleasant exception of White American “Jamaais”. Amitava Sen', NULL),
(45, 9, 'tathagataghosh Let me be one of the protesting voices. I also made my concerns known to the Kallol Puja Committee. I was in this email discussion with Amitabha-da Bagchi where we were wondering as to the cost of the Puja from which we can argue whether the price was too high or adequate. I would start from an argument that because this is a non-profit organization the price should not/need not be what the market will bear. The price of attending Kallol Durga Puja should not be like the price of oil- ie it should not be market driven it should be cost-based . What does everybody else feel Let me lay down a very simplistic calculation and then have people tell me that I am completely wrong. Let me estimate that Kallol plans a 50000 puja and raises about 10000 through vendors and the souvenir ads. That means 40000 needs to be funded through chaanda. If we have 400 paying families paying 100 each then we are covered. Let say we have only 300 paying families then cut out the ‘pork’ and try to save a 10000 there. We obviously do not need to be having ‘goat curry’ if it inflates the price. This line of logic can be continued by somebody who has the real numbers but I will not go further than this. If market forces do come into the picture then it is obvious there is a market/need for a less high-priced Puja within this area. Tathagata', NULL),
(46, 10, 'sudipta Dear Amitava-da I failed to comprehend the point of your article. Pardon my naivete’ but I did not understand what it is that you really like as entertainment. It seems you neither like classical music nor pop/modern music like the type presented by Raghab . You surely do not like local artistes neither you are sure that you like the Kolkata artistes like Raghab or Jojo . You kind of indicated that the people who paid most did not get what they wanted implying that the “relatively young” crowd who danced to the beats of Raghab although I did see few not-too-young folks stomping their feet and swaying their … did not pay enough and hence do not deserve to be entertained. I don’t know if Kallol collects any statistics regarding age and contribution amount but don’t you think that you are a bit presumptuous on this issue You mentioned that the younger generation has taken over the control of the backstage. But isn’t this what the “elders” of Kallol has been asking for. all along If you want the younger population to participate actively you need to give them the some authority and independence too. They should have some say in what needs to be done. They should be allowed to express their cultural views too. You ofcourse have your rights to express your opinion but so does the younger crowd. I agree that we need to express to the organizers what we want. But first of all we need to decide what character should our Kallol Pujo be Should we mold our Pujo as a homely “Gharoa” kind or make it a money making commercial venture. If we’d like it to be the “Gharoa” kind I think we need to be more tolerant and encouaging to our local artistes. Yes their presentations may not be of professional quality but they may be our memories for life. Those videos that we record of our kids reciting Sukumar Roy in English or one of our friends singing Hindi Rabindrasangeet in off tune may help us spend few lonely evenings in our later days with few laughs. But if we like the Pujo to be a commercial venture so be it. Bring on Bollywood and Tollywood. Let’s dance to the tunes of Miss Jojo or Alka Yagnik. Make it a gala extravaganza. Find a bigger place charge big bucks make it a great show. But then I do have a choice as to whether I want to buy the product or not. I for sure will try to seek out a more warm and homely Pujo where I can share my heart with my friends and with Maa Durga. With best wishes of Subho Bijoya Sudipta', NULL),
(45, 11, 'Purna Bhattacharya Puja Contribution First I want to congratulate Sudipta for providing us with a very useful public forum to discuss our community affairs. As past Chairman of Durga Puja committee and president of Kallol I must emphasize the Durga Puja expenses are ever increasing and becoming very difficult to budget in accordance with the expected attendance. The variable expenses such as facility rent tent rental and goat meet dinner is getting difficult to estimate because of either increasing cost or unforeseen township enforcement for fire code and or other code requirements. I am not going to pass any judgment on what our patron should pay to enjoy the three- day festival in terms of their donation. The spirit of Durga Puja should not be compared with service provided to our community but the cost of the puja should be met with appropriate revenue collection and managing controllable expenses. Letâ€™s us see the Puja cost vs. revenue: Revenue Letâ€™s say the average 500 families attend Kallol Durga Puja celebration. If we estimate 2.5 persons per family then the total attendance are 1250 people. If we appeal 75 donation per family we raise 37 500 as gate collection. Please note beginning 2002 the committee was successful in collecting brochure advertisement in excess of 17 000 and average 5 500 from vendors. This gives us a total collection of approximately 60 000. Expenses Hall rental for 3 days with tent 22 000 variable Food for 500 family 15 000 variable Entertainment 10 000 controllable Printing and mailing 2 000 controllable Stage light 3000 controllable Puja exp 3 000 variable Contingent 5 000 Total 60 000 Above calculation are based on past experience. Please note if the gate collection fall or advertisement revenue does not meet projected amount Kallol has to sustained losses. This is why pressure always mounts on the executive committee. There are no specific solutions but effort should be made to raise sufficient revenue so that Kallol does not sustained any losses. In my opinion 75 donation per family is fair and reasonable. http://ethnomediallc.com/wpress/?pp_album=1&#038;pp_image=creditchaanda_wt_web.jpg creditchaanda wt web creditchaanda wt web', NULL),
(46, 12, 'Alok NJ I found the blogs from Amitava and Sudipta quite interesting. I preferred to skip Raghab’s show @ Kallol over Chandrabindoo but heard him singing the following weekend @ NY.He performed very well inspite of the poor sound system. He sang a wide variety of songs from bengali folk films recent hindi hits etc By and large the audience enjoyed his show. . I have more questions and few answers when talking about our Bengali entertainment scene in NJ. Some of my thoughts: Catering to and satisfying a wide cross section of public is not an easy task. We need tolerance and acceptance of programs designed for a section of the populace different from which we may belong. Maybe Raghab could have entertained the Kallol audience better if he had known about the type of songs we would like. This applies to any performer for any show. We need ideas from all to enrich our entertainment scene and that includes our nextGen. One of the reasons we could not get the Bengali-NextGen BNG participate more wholeheartedly in our cultural events is because we are not receptive enough to listen to them. Have we tried enough to encourage them on topics of their interest Why not provide them with a program slot to present their ideas For the past many years we have taken pride in always ‘importing’ cultural icons from Desh and presenting them …its high time that we start presenting our home grown talent. This year’s natak @ kallol Puja was a great example of how given an opportunity and guidance the BNG can entertain us with quality presentations. Kudos to Sudipta and his team for leading the way. I believe we will be better off having a policy of inclusion over exclusion. Some appreciation tolerance and patience is called for from the audience. Culture is not about ‘commodotizing’ a product. There cannot be a perfect ‘cultural product’ to sell in a market. Culture is a way of life a perception that has to be felt and experienced by those who are inclined towards that experience. I think the ‘value’ factor for entertainment cannot be weighed in terms of ‘ ’ terms only.', NULL),
(45, 13, 'Alok NJ If organizers really want to democratize the celebration and cater to the majority then along with the brochures it may be a good idea to publish the projected expenses and a poll form to solicit feedback from participants on issues that are important to them. Some poll questions could be: Are you OK with buying food rather than having it served free if that curtails the puja budget and chandaa by 25 If goat curry eats up more than 50 of the food budget should we persist with it What type of entertainment do you prefer: Rank 1-5 in order of preference Local artistes/ Imported icons/ Classical music/Dance/etc/ ..etc. Otherwise it does not matter what the public says you have a group that celebrates Puja either join them and play by their rules or stay away. The organizers work very hard towards making the Puja a success and I am afraid that critical comments on chandaa might undermine their efforts and motivation. From Purnadaâ€™s budget it seems that 75 is the threshold for break-even. Being a non-profit organization the general public should understand that Kallol contributes towards many of our cultural activities outside the realm of Durga Puja. like Ananda Mandir etc . The surplus chandaa should be invested towards promoting other cultural activities like drama ldevelopment of local talent Bengali movies language development etc which happen throughout the year. With knowledge of such utilization of funds I believe the paying public would refrain from being skeptical about the 100 chandaa. Without a proper understanding of all the activities and the budget many are inclined to think that 100 as chandaa for Puja is debatable. However the organizers should be cognizant of the fact that Durga Puja is meant to bring the community together for celebration on a common platform. You do not want to exclude the average family from enjoying the Puja ambience due to the price tag of the celebration. Can an average family be part of the Puja ambience dhak adda chaa etc .. without participating in the inflationary items like goat meat and other non-essential items that come as accessories with the Pujas Should some gatekeepers be vested the authority of control of â€˜ Pratima Darshanâ€™ I believe that â€˜Pratima Darshanâ€™ is a birthright of every Bengali and it is unfair to link it to a statutory contribution. We have to find a means to ensure that that there is a way to participate in the religious side of the Pujas without having to participate in the accessories. http://ethnomediallc.com/wpress/?pp_album=1&#038;pp_image=baarite_chaanda_web.jpg baarite chaanda web baarite chaanda web', NULL),
(45, 14, 'Aditi Sen As an attendee to the Pujo I have always felt the entire Puja operation highlights the lack of proper organization at all levels If an event costs me about 100 to attend with my family it better be good. I mean ‘good’. You cannot expect that people will pay that money when all the ‘Pujo’ organizers have to show is complete chaos at the dinner place entertainment with poor acoustics and noisy audience. For one thing the ‘pujo’ itself doesn’t feel like ‘pujo’ at all. The atmosphere is completely chaotic. From the suggestion box: One needs to distinguish between different kind of attendees. Not everybody wants to see the entertainment show. Give them a viable option to opt out. For those who want to see the entertainment give them the best experience their money can buy under similar ticket prices. Here you are catering to essetially a savvy consumer only on the basis of ‘ back-home sentiment’ That cannot work in the long run. Here is my suggestion. 1. For basic pujo attendance charge as little as you can: about 5 per person . That should cover pujo and prosad not dinner with goat meat . For that money you owe the attendees a good decoration of the Pujo pandel pujo anjali dhunuchi naach aarati shindoor khela — every thing that is associated with proper event of Durga puja. This way you attract and satisfy those people who are trying to enjoy ‘puja’ only. 2. For the nightly entertainments and dinner along with basic pujo package: charge whatever you desire because they are the commited lot. This way you can attract and retain those who are interested in the complete pujo package: entertainment and all. Have an entirely separate ticketing system. And “inform’ the people of their choices before the event. Categorizing your target market/customers in a clear and concise way will stop ‘piggy back rides’ and yet bring more donations in the long run. To achieve this goal I would create two entirely separate sub committees to oversee the functions. The pujo sub committee should be responsible for making “the core pujo experience the best ever”. While the entertainment subcommitee should be responsible for the entertainment and dinner only. But whatever you do please do it well Compare your organizational performance with other American events and don’t give that ‘better than other Indian’ analogy. You are in America', NULL),
(55, 15, 'sudipta Amitava-da Thank you for your well thought article on Bengali Blog. Your points are well taken. The primary reason why I opened up this site for any of our community members to contribute is because I think that this can serve as a vehicle to express our opinions on our society as well as share any ideas or information that can be used to enrich our lives. We the Bengalees of this area do not have a common platform to express ourselves. There has been some attempt to publish some newsletters and newspapers in print but they have several limits incuding the high cost of producing them. This blog site is not a literary venture you do not have to be an excellent writer to publish your thoughts and opinions. All you need is an opinion. As Charles McAbe once said “Any clod can have the facts but having opinions is an Art.” And I am sure you will agree that Bengalees are never short of opinions. We tend to complain a lot at weekend parties or some social gatherings about how things are not going right how things should be done etc. etc. Why not share them with a broader audience Maybe someone will care and can initiate a chain reaction of changes. Yes we know that we are here to make a living. But I’d like to broaden the scope of the term “living”. Living is not only making money. Living is a process that is much more than making money. The hunter gatherers too drew pictures in the dark cave walls. They wanted to express too express their living experiences. So why not us The internet and the web is our cave walls. Let’s light up the torches of our minds and draw those lines of our lives. Sudipta', NULL),
(64, 16, 'sunno.theke.suru I did not spend much time with him but that much to justify a salute from a like-minded worker. Wherever you are may you cherish the life of lives as always with burnt lips barraging with humors uncanny t-shirts proclaiming yourself deep voice backed with deeper thoughts and floating eyes sailing in heritage. Salute.', NULL),
(65, 17, 'nandita sen Sudipto You’ve echoed the thoughts of so many of us ‘baby boomers’. My husband Santanu and I recently returned from a trip to Kolkata where we spent a hectic but wonderful holiday with frineds and family. Kolkata has certainly changed with the looming malls and the looping flyovers but so have the people we left behind many years ago. Our jethus kakas mamas still welcome us with the warmth we cherished but their greying heads and wrinkles foretell of an uncertain future the next time we visit. Like the earlier generation of Bengalis who regularly follow the migratory pattern of winters in India we too would love to someday enjoy the luxury of over four weeks of stay in Kolkata without having to worry about jobs or the responsibility of young children awaiting us when we return. But beyond it all we need to develop a passion or a zest for living in our ‘golden years’. The magazine sounds like a wonderful idea to pen ones thoughts and experiences. Perhaps these articles and anecdotes will also serve as a bridge between our generation and the next. Anandamandir has already earned a place in the hearts of Bangalis as a cultural and social center. I am sure with some ’serious thought’ we can all work together securing long term and stimulating goals towards our futures. Nandita Sen', NULL),
(71, 18, 'sudipta Amitava-da You have asked some fundamental questions in your article. First of all why do we still want to go back to Kolkata even when we do not have a place to stay there Secondly why do we seek recognition from the people whom we have deserted in search of a better life And finally what is happiness. I’ll try to share my thoughts on these issues and maybe we can attempt to search for a common answer. Roots have an uncanny power to attract. We may try hard to uproot ourselves from our land people traditions culture but it still keeps on pulling us back. West Bengal and Kolkata is our roots this is where our social and cultural being took its form. We will cease to exist as we are if Kolkata and Bengal leaves us. We need to go back again and again to replenish ourselves to justify and vindicate our existence. And that is why we search for recognition from our roots - maybe just to check are we still Bengali enough Is our cultural being still intact and hasn’t lost its purity and integrity It is their approval which matters to us the most it is their recognition which makes us feel that we have not lost everything. Hence it is not the ticket sales in USA that we look forward to when we have those press conferences and shows. It is our attempt to cry out and plead “Brothers please do not forget us. We still exist and we keep on our stuggle to exist as a Bengali in different parts of the World.” As for your question on happiness it is a question of perspective. Yudhisthir one of the most unhappy man of Mahabharata had his point of view. So did Duryodhan “Sukh chaai naai Maharaaj Joy Joy cheyechhinu - Joyee aami aaj”. We in this country follow the Charbaak doctrine “Rinan Kritwa Ghritang Pibet” or something like that . Drinking ghee may have its ill effects but who cares as long as you keep on enjoying', NULL),
(74, 105, 'titosarkar This movie was set in 1930’s and it just seemed odd that there was just one mention of the Widow Remarriage Act passed in 1857 . There was a lot of emphasis on Gandhiji’s opinion on this issue even though Gandhiji mentioned this issuse very rarely. The complete absence of Ishawarchandra Vidyasagar’s mention in the entire movie was also pretty shocking.', NULL),
(72, 106, 'titosarkar Also telecommuting helps.', NULL),
(71, 107, 'titosarkar The falling US Dollar and rising inflation in India may change this dynamics. On another note the discussion on the exotic saree was interesting. I just cannot understand the tremendous urge to acquire something that has no practical usage in the US for work or casual wear except for once every 10 years in some occasion where everyone is busy admiring their own costumes and with practically no salvage value as a collectable loses 99 of the value after single usage . I don’t know of any legal poduct that can be compared to this.', NULL),
(110, 388, 'amitavasen I got a little confused about what in the Kallol Pujo cultural program exactly met writer’s expectation. Did he know something which we didn’t to set his expectations on lowest common denominator Admittedly he argued Friday was disappointing Saturday was a disaster and Sunday had to be awkwardly stagemanged by a child it still surpassed or met his expectations. Interesting observation. Even discounting the sound malfunction the play production was nothing to write home about. The selection of the play was ill-considered for the occasion. Moreover the director the actors and stagehands all seemed to have seen their prime. As a rule in this country the singers in their concerts perform only their published and already popular numbers and sometimes cover songs. The reason is obvious live perfomance lets the audience participate and be involved. Selecting only her own songs might have given Suvomita a distinction and a point to make as she expressedly did in fact. Some of her song numbers may have been heard before by a handful of recent H1B’s but not by the the vast majority of the audience here. She overlooked that she was not performing on a Calcutta podium. Her performance was technically superb but dull and lifeless. Not tuning to the audience is a failing on the part of the performer greatest she may have been. The ultimate responsibility for the lapse of judgment of course rests on the shoulders of the program organizers. http://', NULL),
(110, 390, 'sudipta Well I did mention the events that were disappointing but the others were quite good. The good ones were good enough to make me enjoy the overall celebrations. After all I do not expect to see best-in-class performances on a Puja stage where the performers have to accept to umpteen compromises. We need to realize that one cannot produce quality shows in a godown like hall with the worst acoustics and technical support. A Durga Puja cultural event is almost like a background entertainment that helps us to participate in our “adda” sessions as loud as possible. To watch and enjoy quality theater or music I would go to the proper venues. It is unfortunate that you found Subhomita’s music lifeless and dull. She obviously did not sing the golden oldies and that may have been the reason why she failed to connect to many. When we hear something new it deserves some extra attention which again is not possible in a Durga Puja environment and at a venue where nothing can be heard after the fourth row. I still applaud the organizers for having the courage to bring in the new generation of musicians and making us aware of the kind of music being created now in India and Bengal. http://', NULL),
(121, 398, 'sujoy There is always 2 sides to a story. Mr. Moore in his effort to sensationalize his movie after all is said and done he is but an entertainer and a good business person has left out the other side or has presented a biased version of the other side. Please be careful not to fall prey to such propaganda. As far as the candidates are concerned they will say anything to get your votes. The only thing that I will ask is - when has ANYHTING run by the govt. been successful .Sujoy http://', NULL),
(121, 399, 'sudipta I agree that Mr. Moore did not get the providers side of the story. However it should be noted that this documentary is not against the doctors or hospitals it is against the way health care is managed in this country by insurance companies and HMOs. These organizations do things in the name of the doctors that the doctor’s themselves deny remember the scene where the doctor admits that he has not even seen those denials which bore his signature stamps . Secondly a universal or national health care system does not have to be managed by the govt. it can still be managed by a non-profit single payer organization like Medicare. Medicare is quite successful as far as providing care to the patients. Finally if you check out the “Physicians for National Health Plan” website you’ll find that the reason more than 14 000 physicians like this plan is because a plan like HR 676 can save tons of money wasted due to paperwork required by multiple insurance companies. It is quite easy to brand Moore’s documentary as a propaganda but nobody has been able to counter the facts presented in the film. Even the famed Dr. Sanjay Gupta had to retract his statements against the documentary. We have fallen prey to the propaganda’s of the health management industry. Why not try out the Moore way and HR 676 I am sure it cannot be worse. Rather it can help reduce the burden on the US companies and help improve the overall economy of the country besides providing everybody the care they need. http://', NULL),
(121, 402, 'sujoy I am no Dr. Sanjay Gupta ….’YET’ but I would like to point out 3 things. I have gone over the “Physicians for National Health Plan” site and their actual manifesto document. It does ask for a SINGLE payer system. There absolutely CANNOT be a system to take this on besides the govt. The Medicare system is a govt.-sponsored system that is on the brink of failure and there are no assurances that when I retire I will get the same benefits as do retirees currently. Also there are more that 600k physicians in the country hence a fringe of 14k physicians do not voice the opinions of doctors by any means. P.S. In my opinion trying the “Moore way” can only be worse. I might obviously be entirely wrong. Why don’t we organize a discussion forum so that we see what the community thinks. Sujoy http://', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(121, 403, 'sudipta I am not sure where did you read that the PNHP does not call for a single payer system. The opening page of of their website talks about it. Also here is an excerpt from the Physicians proposal intro: “The Physicians’ Proposal for National Health Insurance establishes the vision and principles of a single-payer health system for the United States. The document was composed by a distinguished group of physician leaders* and secured the endorsement of 8 000 physicians by the time of its publication in the August 13 2003 JAMA.” http://www.pnhp.org/single payer resources/physicians proposal intro.php This may not constitute the majority of the physicians of this country but at least a large chunk that feels something needs to be done and possibly single payer system is the best way. Till date I have not met a single doctor who is happy with the insurance companies and HMOs. They have to accept whatever negotiated rates these companies set with them. Then why not have a single such company and cut all the other red tape Medicare being an offshoot of the social security system is under a huge financial burden and we all know about it. Social Security needs to be fixed anyway but Medicare as a health care management system has been largely successful in providing care to its target group so far. I agree that when we retire things may be even worse - no Medicare and no health insurance company or HMO willing to provide us with the insurance we would need. Hence the system needs to be fixed and the solution does not likely to be the current way of profit motivated HMO type system. Health care should be a right. It cannot be subjected to the capitalist market system - since when a patient needs care - he just needs it. He has no other option. Health care is not a consumer commodity that one can possibly live without. But that’s what the current system is making us do - to choose between a index finger or a ring finger as the film shows or to make a trip to India or Cuba for “Medical Tourism”. I would very much like our community’s feedback on this issue and welcome your suggestion to have an open discussion forum. http://', NULL),
(121, 404, 'sujoy Not sure what you mean by ‘PNHP does not call for a single payer system.’ when you quote “The Physicians’ Proposal for National Health Insurance establishes the vision and principles of a single-payer health system for the United States.”. I am sure I am missing smthing. Besides this I guess I have fundamental difference in opinion with you I do NOT think healthcare -as we know it here in the US- is a right it most cetainly is a priviledge. Yes emergent and life saving care is most obviously a right as will be deemed in any civilized society. this is true in this country as well. Getting 4 MRIs for a tennis injury that has left a nagging pain in smones’ elbow is not a right by any stretch. I too have not met any doctor who likes that insurance companies rather high school trained telephone operatorsmanage claim requests . I fully agree with you on that and the fact that the current payment sytstem is just plain bad. I am just not with you in that a SOCIALIZED sytem is better. What next then free food for all work for all equality in society……etc etc etc….does sound familiar though. More on this. Why not get together in book store Borders or B N or even the EB library on a week end. Sujoy http://', NULL),
(121, 405, 'sudipta I was only quoting your comment when I mentioned that “PNHP does not call….”. That intrigued me since clearly their web site indicates to the contrary. I agree that getting four MRIs for a tennis injury cannot be a right. But having a doctor check it out do the minimum diagnostics required and provide the appropriate medications and care - is it unjustified and too much to ask for An ER visit for such an injury will result in a bill of few thousand dollars and can cause serious financial burden on anybody without adequate health insurance. When I say “health care should be a right” it implies care needed for a non emergency illness should be a right. If a patient has cancer or any other disease respiratory heart disease kidney disorder or any other he/she should be treated when it is most appropriate - and not wait for the condition to get worse to be rushed into ER for care just to be stabilized temporarily . I do not understand why do people get paranoid when they hear the term “socialized” service. All I am trying to imply is that certain services cannot and should not be a privilege for the rich only. Can you think of police service or defense services to be completely privatized Only the rich who can afford private security agencies will be protected and not others You mention “free food for all” - but interestingly US and state govt do have some program to provide food food stamps for the needy. They have made shelters for the homeless they try to provide “equal opportunity” for all in the workplace. But it is only in the case of healthcare no tangible attempt has been made to make it accessible to the people who need them most. There has to be a balance struck somewhere. Most countries of the developed world has successfully but not without flaws implemented universal health care in some form. It is a tragedy that the richest country in the world cannot provide health care to its own citizens. I am willing to get together at any suitable place. Let me know how you’d like to organize this. http://', NULL),
(121, 406, 'sujoy I don’t think that you read what I wrote and that’s why I stood a bit confused. Just for the record I said and I quote “It does ask for a SINGLE payer system.” I never said anything to the contrary. Your comment ” If a patient has cancer or any other disease respiratory heart disease ….- and not wait for the condition to get worse to be rushed into ER for care just to be stabilized temporarily ” stands as the underlying principle of Medicine and is what is practiced today. It is really not true that healthcare in the US is for the rich only. In fact the poor and the homeless have access to the best surgeons at Harvard so much so that you and I will have to go through a lot of hoops to get that kind of care. To add to this almost every large academic healthcare inst. where you get the best care has a free clinics in every department starting from general medicine to orthopedics. So this would be your food stamp equivalent. This is of course apart from the Medicaid system. See the bottom line is the US has the best healthcare in the world available to the majority of its citizens. The number that I have heard thrown around ranges form 20 - 50 million people who are not insured. Take into account the fact that there are about 25 million people are also illegals in this country who are being supported on a daily basis by our healthcare system . Hence if you talk about citizens as you did we have a lot of them covered. That is not the problem. The problem is underinsurance and not non-insurance. It is when you need a particular procedure and is denied by some high school dropout on the other end of the phone. Also when you say that the other developed countries have it all figured out I don’t agree. Take it with a grain of salt when Sweden or Cuba says that their infant mortality rate is the lowest in the world. The fact is a large majority of the complicated cases come to this country CHOP Boston childrens etc handle by far the MOST complicated cases in the WORLD and by the hundreds. This brings me to my point that I am trying to make. Please understand that the US subsidizes the entire world as far as innovations in healthcare are concerned. Pharmaceuticals instrumentation surgeries technologies techniques and much more. This all has a cost. Now you can argue that maybe we should scale back on the research and development to save money. I am not sure that is the solution. I will end by saying fundamentally you might be correct in your sentiment that healthcare should be accessed at all times free top quality and for all. Please believe me in that doctors in this country and others I am sure all strive for that inspite of the hurdles put forward to them by insurance companies. http://', NULL),
(135, 418, 'Parvati Mookherjee Congratulations to Pronoy-kaku on the new novel. My blessings to you.', NULL),
(173, 539, 'sudipta Watch Natyamela photos at http://www.chhandosik.com/NatyaMela/image-gallery/index.php page list-image album 4 http:// http://www.chhandosik.com/NatyaMela/image-gallery/index.php?page=list-image&#038;album=4', NULL),
(207, 569, 'pranojit This is not fair for everyone. Why couldn’t kallol and GSCA organize pujo in different weekends. They should think about other who would like to have a extended pujo atomosphere. One weekend is a very short time to enjoy. http://', NULL),
(229, 570, 'Arunansu Dasgupta May I take this opportunity to thank you for the illuminating article. No organizer would like to tell their patrons” Please do not come to our event S ”. Under the circumstances of different place different country and different rules of the land GSCA Kallol Dallas and many other place s are compelled to restrict the number attendee. It is very unfortunate but until we can find a better solution organizations will have no other choice. Hopefully with the time angry arguments will be replaced by logical thinking and constructive proposal .', NULL),
(229, 571, 'Sushmita Dutta In this chaos of disappointments and angry outbursts I am getting a tremendous sense of solidarity realizing the fact that the Bengali community in New Jersey has really grown into a voluminous and economically strong body. It’s a great feeling. Let’s live it up guys May be we can now think of some exclusively Bengali outfits like “Oh Calcutta” and “Ganguram” or “Banchharam”. Yes it’s time for Kallol to look for a bigger place. The Ukranion church has been the venue for Kallol’s Durga Puja for past several years and even after realizing the accommodation problem faced last year it was unresolved this year. http://www.novel-ebiz.com', NULL),
(229, 572, 'Amal Paul One correction: We had warning posted on Kallol.com two days ahead of closing that said “registration will be closed soon”.', NULL),
(229, 573, 'pranojit This is a very unfortunate thing as many people were looking forward to celebrate the durga puja through Kallol or GSCA. It would have been nice if they thought about it before considering similar things happened last year. http://', NULL),
(207, 574, 'sonai chatterjee This is ludicrous… even to see Durga Maa once a year organizations such as these have made it impossible for people to visit. What is exactly the underlying purpose of all you people', NULL),
(230, 576, 'Abhishek Is this the pujo at Plainfield Ave location', NULL),
(230, 577, 'sudipta The address is: Plainfield High School 950 Park Avenue Plainfield NJ 07060 http://', NULL),
(229, 578, 'Surajit Mitra Sudiptoda Thanks for the article …puja registration being closed . I am associated with the GSPC Jersey City Durga Puja - we’re expecting a large crowd too this year. We may have to turn back people because our infrastructure hall/parking would not support more than 550 people. We’re getting a lot of calls too. You might remember me - I am from IIT KGP 1983 ECE batch - Bhusi’s class. You had directed our fresher’s natok - but I’m not a natok person. But I was involved in TMS - represented IIT many times Regards Surajit http://www.gardenstatepuja.org', NULL),
(229, 579, 'Subhasis Das Thanks for sharing the information. its really sad for all Bengali’s who will miss the Durga Puja including me - specially the Adda — Just a thought …. kollol is a big organization with the strength of organizing big event - is it possible to find another place near by where all the “dukhi bengali” can meet and refresh themselves with adda and Kollol can project the live event happening at main place on some “Big screen”. may be its too late .. but “Jago bangali” .. do something we cannot miss adda food with a cultural boost up. regards Subhasis', NULL),
(229, 581, 'Subal Sarkar Beacuse of a large number of telephone requests Durga Puja pre-registration was extended till midnight today Oct 1 2008 at http://www.gsca.us . As all of you know after 9/11 all facilities are under very strict supervision and surveillance. We must adhere to fire life and safety regulations and therefore cannot admit more than the allowable capacity of our facility. We have a larger facility and will allow on site registration until the capacity is reached. Last year this happened around late afternoon and we had to disappoint many who came from far away places. We directed them to Ananda Mandir and Bharat Sevashram. However this year their Puja will not start until Monday the eve of Saptami. We therefore strongly urge all to pre-register. http://www.gsca.us', NULL),
(229, 582, 'RD Instead of complaining and throwing blames at each other what is needed is smart planning. I think what is needed is to decouple the Puja/anjali/bhog activities from cultural function. The limit is basically set by the auditorium capacity which gets crowded and becomes a safety issue during evening cultural functions. Just like the food which is now provided in a huge tent outside I think Puja/anjali could be arranged in another big tent outside. The tickets should be sold for either just Puja/anjali/bhog ~ 35 or for combined Puja/anjali/bhog/function ~ 65 . This way a lot of bengalis can participate in Puja and may not mind terribly if they miss the cultural function one year. RD', NULL),
(207, 583, 'Jayanta why is puja organized on 3-4th when the actual puja date starts from 6th today to 9th', NULL),
(229, 590, 'sarah fay Catch 22 :- Bengalis are famous of buying “air time” without having any concrete solutions. It is needless to say that space is a problem to accomodate all the bong’s to enjoy durga puja. So what can be done Kallol like other organisation has tried to put some discipline and to stop people so called sophisticated Bengalis who likes to enjoy three days puja nice entertainment and food without spending dime. As we all know economic situtation in the country is very day prices have gone up significantly and that requires increase in Budget even to do the same puja for three days with decent entertainment and food at the same place. It is very easy to say that kallol needs a bigger place which may be true but who is going to pay for it Where is the money going to come to rent bigger place which will cost more money and that requires increase in subscription. I even heard some people saying that Kallol should bear the cost of renting bigger place. My question to them is who is Kallol All the 9 donkey’s executive committee or you me all the kallol members It seems like “Catch 22″ situation.', NULL),
(243, 613, 'subhashis ghosh “Pooja related Cartoons are really funny enjoyable and exposes fact N.J.Kallol Pooja report are quite descriptive and informative particularly qurious MainLand India people like us.But one thing I failed to understand the absence of any Pooja celebration Photographs without that I presume a report or documentation is incomplete in todays standard Congratulation and thanx to N.J.Kalol Pooja comitee for another successful Durgotsav.All the best. s.ghosh. Kolkata', NULL),
(249, 704, 'Indranil Mukherjee This is so true … Amitava Da pinned us really … time is even getting bore on this cross-cultural dogmas. Do we have to really show-off our culture and care for one’s to get in habbit with We need to ask ourselves do we get into cultural dialogues everytime there is a new entity around us Is our culture so vulnerable to another culture Or is it the question that we are used to live in a way and cannot get out of it', NULL),
(249, 734, 'Biman Bhatta So are we to suppose to presume that we all Indians especially the first generation of immigrants abhor our own dark skin color and are ready to do anything to become white Well I have a solution for that: Just follow what Michael Jackson did – bleach your skin and then learn to speak English as the Americans do. This isn’t about Barak Obama it is about our craze to become a white Anglo Saxon. The parents who are obsessed about their children marrying a darker color mate would show their condemnation no matter wherever they would be India or Overseas. And the only reason for it is that they want their grandchildren to be whiter than what they or their children are. Anyway this behavior is part of our inheritance. Indian have lived a long time under white people’s rule and started learning to worship the whites as if they were Angels. But this Presidential Election is not about color of skin. It is also not about expecting that Obama with a magic wand would dispel overnight all the desolation that Bush Administration has bestowed on this land. It is about Obama showing us the ray of hope that might be waiting at the end of this dark tunnel. Go ask the young people. Obama is the leader they want because to them he carries the vision of better future world. http://ethhnomediallc.com/wpress', NULL),
(181, 746, 'Sujoy “Barack Obama laid out his foreign policy strategy in very clear and specific terms.” No he did not He just repeated a bunch of played out terms. But I am sure my definition of spesific is not just platitudes. Although I am not sure it matters a cause we are in for a typical “big goverment can solve everything” and “I am entitiled to everything without any accountability” policies for at least the next 4 years. I just wonder where will the money come from for all the freebies….oh wait there are always the biggest suckers…..tax payers….us.', NULL),
(249, 747, 'Sujoy thats interesting I do NOT think so at all…and I think I am still young…', NULL),
(345, 1624, 'sudipta That is strange indeed. Alexa is a highly reputed site. Go to Alexa.com and try to download the tool bar for there directly. Else maybe your ISP has been compromised. http://', NULL),
(347, 0, 'Do you write in Bengali or any other Indian languages Try quillpad Its a great new online wordprocessor for Indian languages. The cool thing about this tool is its flexibility in transliteration. One does not need to follow any specific set of rules. The tool automatically tries to guess the word that you want to type in and also offers multiple alternatives.  This is an excellent feature because it can take care of  several Bangla spelling issues.  The documentation says that it works better on Internet Explorer however I tried it on Firefox and Chrome and it works fine.  One issue I encountered was the limitation of Bangla font availablility. Currently the font used is “Vrinda” and it’s not the best Bangla font available. The other issue is that this tool seems to have limited formatting capability.  I am concerned about how effectively can this tool be used to write Bengali documents besides emails and small messages. I plan to check this tool out in more details and write a regular article some time later. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Quillpad.in: A New Tool to Write in Bengali size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/05/quillpad-bengali.jpg http://quillpad.in/bengali/home.html http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/347#bookmarkify http://nynjbengali.com/archives/347#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/347&amp;Title=Quillpad.in: A New Tool to Write in Bengali http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/347 http://www.bloglines.com/sub/http://nynjbengali.com/archives/347 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/347 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Quillpad.in: A New Tool to Write in Bengali&amp;bookmark_url=http://nynjbengali.com/archives/347 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/347 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://co.mments.com/track?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://del.icio.us/post?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.diigo.com/post?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/347 http://www.dzone.com/links/add.html?description=Quillpad.in: A New Tool to Write in Bengali&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/347 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/347&amp;h=Quillpad.in: A New Tool to Write in Bengali http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/347&amp;t=Quillpad.in: A New Tool to Write in Bengali http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Quillpad.in: A New Tool to Write in Bengali&amp;url=http://nynjbengali.com/archives/347 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/347&amp;t=Quillpad.in: A New Tool to Write in Bengali http://www.folkd.com/submit/http://nynjbengali.com/archives/347 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/347&amp;t=Quillpad.in: A New Tool to Write in Bengali http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.hugg.com/node/add/storylink?edit[title]=Quillpad.in: A New Tool to Write in Bengali&amp;edit[url]=http://nynjbengali.com/archives/347 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/347 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/347 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/347 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/347&title=Quillpad.in: A New Tool to Write in Bengali http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/347&amp;bm_description=Quillpad.in: A New Tool to Write in Bengali http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/347 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/347&amp;t=Quillpad.in: A New Tool to Write in Bengali http://myweb.yahoo.com/myweb/save?t=Quillpad.in: A New Tool to Write in Bengali&amp;u=http://nynjbengali.com/archives/347 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/347 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/347&amp;t=Quillpad.in: A New Tool to Write in Bengali http://www.plugim.com/submit?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/347&amp;T=Quillpad.in: A New Tool to Write in Bengali http://reddit.com/submit?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/347 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/347 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/347 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://technorati.com/faves?add=http://nynjbengali.com/archives/347 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/347&amp;name=Quillpad.in: A New Tool to Write in Bengali http://twitter.com/home/?status=Quillpad.in: A New Tool to Write in Bengali+http://nynjbengali.com/archives/347 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/347 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/347&amp;t=Quillpad.in: A New Tool to Write in Bengali http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Quillpad.in: A New Tool to Write in Bengali&amp;uri=http://nynjbengali.com/archives/347 http://nynjbengali.com/archives/347 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/347&amp;Title=Quillpad.in: A New Tool to Write in Bengali http://www.bloglines.com/sub/http://nynjbengali.com/archives/347 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/347 http://del.icio.us/post?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/347 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/347&title=Quillpad.in: A New Tool to Write in Bengali http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/347&amp;bm_description=Quillpad.in: A New Tool to Write in Bengali http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/347 http://reddit.com/submit?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://technorati.com/faves?add=http://nynjbengali.com/archives/347 http://twitter.com/home/?status=Quillpad.in: A New Tool to Write in Bengali+http://nynjbengali.com/archives/347 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/347&amp;title=Quillpad.in: A New Tool to Write in Bengali http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/347&amp;t=Quillpad.in: A New Tool to Write in Bengali http://www.feedburner.com/fb/a/emailFlare?itemTitle=Quillpad.in: A New Tool to Write in Bengali&amp;uri=http://nynjbengali.com/archives/347&amp;loc=en_US http://nynjbengali.com/archives/347#bookmarkify Quillpad.in Bengali Web interface [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] quillpad-bengali Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Quillpad.in: A New Tool to Write in Bengali Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(341, 1615, 'sudipta Following is the response from ETV. Dear Customer We regret for the inconvenience caused to you. Right now we are facing some issues with time delay. The process is in and it’ll take a day or two to set the things right back. Please bear with us. Thank you for your cooperation and we look forward to serve you better. Regards ETV Team http://', NULL),
(345, 0, 'Alexa ranking is now the defacto standard for determining web popularity - the less the rank number the higher is your popularity. For example Google has the highest rank - 1. Most online advertisers use Alexa rank as the key metric to decide whether to spend their precious advertising dollars on a site. However the way Alexa computes a sites rank is  by measring how many visitors are viewing your site using a browser that has an Alexa tool bar installed. In other words if a visitor do not have the Alexa tool bar installed that visit does not count at all. Well apparently there are are other variables used in computing the rank but most webmasters and SEO pundits agree that the Alexa tool bar is the key instrumentation used in computing this elusive number. One of the best ways of improving a web sites Alexa rank is to convince your visitors to download and install the Alexa tool bar quite an unobtrusive element though on their browser.  So if you are reading this now download and install the toolbar and help improve my rank. However if you are using one of the less popular web browsers like Google Chrome then you and me are out of luck. The other less effective ways are things like installing Alexa widgets on your site increasing the number of incoming links use techniques like posting on Asian forums apparently Alexa is more popular in Asia etc. Google the term “how to improve Alexa rank” and you’ll find tons of advice. But I think the only way to make it work for you is to get tons of traffic to your site. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  The Elusive Alexa Rank and How to Improve It size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.alexa.com/toolbar http://www.alexa.com/toolbar http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/345#bookmarkify http://nynjbengali.com/archives/345#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/345&amp;Title=The Elusive Alexa Rank and How to Improve It http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/345 http://www.bloglines.com/sub/http://nynjbengali.com/archives/345 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/345 http://www.buddymarks.com/add_bookmark.php?bookmark_title=The Elusive Alexa Rank and How to Improve It&amp;bookmark_url=http://nynjbengali.com/archives/345 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/345 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://co.mments.com/track?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://del.icio.us/post?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.diigo.com/post?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/345 http://www.dzone.com/links/add.html?description=The Elusive Alexa Rank and How to Improve It&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/345 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/345&amp;h=The Elusive Alexa Rank and How to Improve It http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/345&amp;t=The Elusive Alexa Rank and How to Improve It http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=The Elusive Alexa Rank and How to Improve It&amp;url=http://nynjbengali.com/archives/345 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/345&amp;t=The Elusive Alexa Rank and How to Improve It http://www.folkd.com/submit/http://nynjbengali.com/archives/345 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/345&amp;t=The Elusive Alexa Rank and How to Improve It http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.hugg.com/node/add/storylink?edit[title]=The Elusive Alexa Rank and How to Improve It&amp;edit[url]=http://nynjbengali.com/archives/345 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/345 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/345 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/345 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/345&title=The Elusive Alexa Rank and How to Improve It http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/345&amp;bm_description=The Elusive Alexa Rank and How to Improve It http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/345 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/345&amp;t=The Elusive Alexa Rank and How to Improve It http://myweb.yahoo.com/myweb/save?t=The Elusive Alexa Rank and How to Improve It&amp;u=http://nynjbengali.com/archives/345 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/345 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/345&amp;t=The Elusive Alexa Rank and How to Improve It http://www.plugim.com/submit?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/345&amp;T=The Elusive Alexa Rank and How to Improve It http://reddit.com/submit?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/345 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/345 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/345 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://technorati.com/faves?add=http://nynjbengali.com/archives/345 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/345&amp;name=The Elusive Alexa Rank and How to Improve It http://twitter.com/home/?status=The Elusive Alexa Rank and How to Improve It+http://nynjbengali.com/archives/345 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/345 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/345&amp;t=The Elusive Alexa Rank and How to Improve It http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=The Elusive Alexa Rank and How to Improve It&amp;uri=http://nynjbengali.com/archives/345 http://nynjbengali.com/archives/345 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/345&amp;Title=The Elusive Alexa Rank and How to Improve It http://www.bloglines.com/sub/http://nynjbengali.com/archives/345 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/345 http://del.icio.us/post?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/345 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/345&title=The Elusive Alexa Rank and How to Improve It http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/345&amp;bm_description=The Elusive Alexa Rank and How to Improve It http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/345 http://reddit.com/submit?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://technorati.com/faves?add=http://nynjbengali.com/archives/345 http://twitter.com/home/?status=The Elusive Alexa Rank and How to Improve It+http://nynjbengali.com/archives/345 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/345&amp;title=The Elusive Alexa Rank and How to Improve It http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/345&amp;t=The Elusive Alexa Rank and How to Improve It http://www.feedburner.com/fb/a/emailFlare?itemTitle=The Elusive Alexa Rank and How to Improve It&amp;uri=http://nynjbengali.com/archives/345&amp;loc=en_US http://nynjbengali.com/archives/345#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Alexa tool bar Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'The Elusive Alexa Rank and How to Improve It Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(133, 887, 'sudipta Sorry - it should have been millions. I stand corrected. http://', NULL),
(273, 908, 'sudipta Slumdog wins 5 Critcs Choice Awards: Winners at Thursday’s 14th annual Critics’ Choice Awards: • Picture: “Slumdog Millionaire” • Director: Danny Boyle “Slumdog Millionaire” • Writer: Simon Beaufoy “Slumdog Millionaire” . Young actor/actress: Dev Patel “Slumdog Millionaire” • Composer: A.R. Rahman “Slumdog Millionaire” http://', NULL),
(273, 911, 'sudipta Slumdog won 4 Golden Globes: Best Picture Best Director Best Screenplay and Best Original score. http://', NULL),
(273, 925, 'sudipta Now 10 Oscar nominations Go for it http://', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(343, 0, 'After a long preparation phase the end is now in sight. In two weeks time ECTA will be launching their latest production “Banaprastha” or “The Retirement”. ECTA’s play have always generated interest amongst the theater lover audience of this area and “Banaprastha” is no exception. People are eagerly waiting for the new play with lot of expectation. We hope this play will live up to that. “Banaprastha” will feature some of the regular performers of ECTA along with few new faces. Shamyo Goswami a newcomer to New Jersey will be appearing for the first time on NJ stage. Although Shamyo’s primary interest is in film direction he has directed and produced a Banga Tele-serial featuring some of the top actors of Bengali screen he is also an excellent actor. Subhodev Das after a long hiatus will be performing the role of the protagonist character - Dr. Parijat Sen.  Another newcomer is Pradeep Ramdas. Although not a native Bengali speaker his love for Bengali theater is no less than any Bengali. In India Pradeep was involved with the street theater movement. Pradeep plays the role of Ashok Diwan a young business man of Kolkata.  Kaninika Dutta’s debut in New Jersey theater was with Pratham Alo where she acted in the key role of Bhumisuta. Kaninika after a long break returns to the stage as Sudeshna. Gargi Mukherjee the well known actress you cannot miss her in Mira Nair’s film - The Namesake also returns to an ECTA production after a long time. She performed in ECTA’s first production “Phera” The Return in 2004 as a guest artist. In Banaprastha she performs in the role of Suranjana - a character that will touch the hearts of many. Kaushik Dutta who won the hearts of many with his role of Nando in “Ron” will also feature in an important character role. The play also features the veteran performers like Lilabati Majumdar Keka Sirkar Indranil Mukherjee. I’ll also join the team on stage as Parikhit Sen. This will be the third directorial venture of Indranil Mukherjee with ECTA. Alibaba and Satyameva were his first two ventures for which he has earned accolades from the audience. The music is composed by Partha Sarathi Mukherjee. Many of ECTA’s past actors like Pinaki Dutta Nandita Ghosh Tapas Ghosh Aparajita Das and others will be performing behind the stage. ECTA believes that theater does not only belong to the actors and the director - but it also belongs to the entire crew who works hard to make the production a success. I hope you will all join us on May 16 17 30 31st to celebrate this momentous event. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Banaprastha Rehearsals in Final Phase size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/05/subho_sammo.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/343#bookmarkify http://nynjbengali.com/archives/343#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/343&amp;Title=Banaprastha Rehearsals in Final Phase http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/343 http://www.bloglines.com/sub/http://nynjbengali.com/archives/343 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/343 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Banaprastha Rehearsals in Final Phase&amp;bookmark_url=http://nynjbengali.com/archives/343 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/343 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://co.mments.com/track?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://del.icio.us/post?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.diigo.com/post?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/343 http://www.dzone.com/links/add.html?description=Banaprastha Rehearsals in Final Phase&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/343 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/343&amp;h=Banaprastha Rehearsals in Final Phase http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/343&amp;t=Banaprastha Rehearsals in Final Phase http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Banaprastha Rehearsals in Final Phase&amp;url=http://nynjbengali.com/archives/343 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/343&amp;t=Banaprastha Rehearsals in Final Phase http://www.folkd.com/submit/http://nynjbengali.com/archives/343 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/343&amp;t=Banaprastha Rehearsals in Final Phase http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.hugg.com/node/add/storylink?edit[title]=Banaprastha Rehearsals in Final Phase&amp;edit[url]=http://nynjbengali.com/archives/343 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/343 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/343 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/343 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/343&title=Banaprastha Rehearsals in Final Phase http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/343&amp;bm_description=Banaprastha Rehearsals in Final Phase http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/343 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/343&amp;t=Banaprastha Rehearsals in Final Phase http://myweb.yahoo.com/myweb/save?t=Banaprastha Rehearsals in Final Phase&amp;u=http://nynjbengali.com/archives/343 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/343 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/343&amp;t=Banaprastha Rehearsals in Final Phase http://www.plugim.com/submit?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/343&amp;T=Banaprastha Rehearsals in Final Phase http://reddit.com/submit?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/343 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/343 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/343 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://technorati.com/faves?add=http://nynjbengali.com/archives/343 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/343&amp;name=Banaprastha Rehearsals in Final Phase http://twitter.com/home/?status=Banaprastha Rehearsals in Final Phase+http://nynjbengali.com/archives/343 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/343 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/343&amp;t=Banaprastha Rehearsals in Final Phase http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Banaprastha Rehearsals in Final Phase&amp;uri=http://nynjbengali.com/archives/343 http://nynjbengali.com/archives/343 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/343&amp;Title=Banaprastha Rehearsals in Final Phase http://www.bloglines.com/sub/http://nynjbengali.com/archives/343 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/343 http://del.icio.us/post?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/343 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/343&title=Banaprastha Rehearsals in Final Phase http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/343&amp;bm_description=Banaprastha Rehearsals in Final Phase http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/343 http://reddit.com/submit?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://technorati.com/faves?add=http://nynjbengali.com/archives/343 http://twitter.com/home/?status=Banaprastha Rehearsals in Final Phase+http://nynjbengali.com/archives/343 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/343&amp;title=Banaprastha Rehearsals in Final Phase http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/343&amp;t=Banaprastha Rehearsals in Final Phase http://www.feedburner.com/fb/a/emailFlare?itemTitle=Banaprastha Rehearsals in Final Phase&amp;uri=http://nynjbengali.com/archives/343&amp;loc=en_US http://nynjbengali.com/archives/343#bookmarkify Parijat (Subhodev) and Pallab (Shamyo) in Banaprastha [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Parijat and Pallab Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Banaprastha Rehearsals in Final Phase Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(273, 931, 'sudipta 8 Oscars - Including best picture best director best screenplay and best original score Way to go Rahman http://', NULL),
(342, 0, 'Want to search the web in Bengali for websites in Bengali Visit google.co.in and select the language Bengali from the menu below the search window.  Now type in your search keyword using your keyboard. Google uses a transliteration scheme to form the word in Bangla. It will also offer multiple options as you type in. Select your option and voila’ - several Bangla websites will splash on your screen. Give it a shot right away - if you haven’t done so. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Use Google to Search in Bengali size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://google.co.in http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/342#bookmarkify http://nynjbengali.com/archives/342#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/342&amp;Title=Use Google to Search in Bengali http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/342 http://www.bloglines.com/sub/http://nynjbengali.com/archives/342 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/342 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Use Google to Search in Bengali&amp;bookmark_url=http://nynjbengali.com/archives/342 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/342 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://co.mments.com/track?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://del.icio.us/post?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.diigo.com/post?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/342 http://www.dzone.com/links/add.html?description=Use Google to Search in Bengali&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/342 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/342&amp;h=Use Google to Search in Bengali http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/342&amp;t=Use Google to Search in Bengali http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Use Google to Search in Bengali&amp;url=http://nynjbengali.com/archives/342 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/342&amp;t=Use Google to Search in Bengali http://www.folkd.com/submit/http://nynjbengali.com/archives/342 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/342&amp;t=Use Google to Search in Bengali http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.hugg.com/node/add/storylink?edit[title]=Use Google to Search in Bengali&amp;edit[url]=http://nynjbengali.com/archives/342 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/342 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/342 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/342 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/342&title=Use Google to Search in Bengali http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/342&amp;bm_description=Use Google to Search in Bengali http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/342 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/342&amp;t=Use Google to Search in Bengali http://myweb.yahoo.com/myweb/save?t=Use Google to Search in Bengali&amp;u=http://nynjbengali.com/archives/342 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/342 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/342&amp;t=Use Google to Search in Bengali http://www.plugim.com/submit?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/342&amp;T=Use Google to Search in Bengali http://reddit.com/submit?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/342 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/342 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/342 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://technorati.com/faves?add=http://nynjbengali.com/archives/342 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/342&amp;name=Use Google to Search in Bengali http://twitter.com/home/?status=Use Google to Search in Bengali+http://nynjbengali.com/archives/342 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/342 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/342&amp;t=Use Google to Search in Bengali http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Use Google to Search in Bengali&amp;uri=http://nynjbengali.com/archives/342 http://nynjbengali.com/archives/342 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/342&amp;Title=Use Google to Search in Bengali http://www.bloglines.com/sub/http://nynjbengali.com/archives/342 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/342 http://del.icio.us/post?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/342 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/342&title=Use Google to Search in Bengali http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/342&amp;bm_description=Use Google to Search in Bengali http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/342 http://reddit.com/submit?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://technorati.com/faves?add=http://nynjbengali.com/archives/342 http://twitter.com/home/?status=Use Google to Search in Bengali+http://nynjbengali.com/archives/342 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/342&amp;title=Use Google to Search in Bengali http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/342&amp;t=Use Google to Search in Bengali http://www.feedburner.com/fb/a/emailFlare?itemTitle=Use Google to Search in Bengali&amp;uri=http://nynjbengali.com/archives/342&amp;loc=en_US http://nynjbengali.com/archives/342#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Google Search in Indian Languages Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Use Google to Search in Bengali Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(271, 987, 'sudipta Abhrajit Chakraborty is performing as Parashar Pathak. His acting skills need to improve considerably before one can think him as Feluda. http://', NULL),
(326, 0, 'Rush Limbaugh once again pushed the limit of political correctness - this time referring to workers handling outsourced jobs in India as “slumdogs”. Responding to a listener’s call about flight of jobs Limbaugh referred to President Obama’s statement that the jobs aren’t coming back to US. He said “They’re outsourced for a reason an economic reason and they’re not coming back. If you’re sitting out waiting for a job that’s now being done by a slumdog in India and you’re waiting for that job to be cancelled for the slumdog to be thrown out of work and you to get the job it ain’t going to happen.” The news has been widely published by the Indian media and has raised a storm of protests. Limbaugh is not new to controversy. He has mocked Obama on his program including playing a parody song titled ‘Barack the Magic Negro’. This is a free country and Rush has the right to say whatever he wants. But we the listeners are also free to tune off from Limbuagh’s show boycott the merchants who advertise on his show as well as raise our voice. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Limbaugh’s Slumdogs size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/326#bookmarkify http://nynjbengali.com/archives/326#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/326&amp;Title=Limbaugh&#8217;s Slumdogs http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/326 http://www.bloglines.com/sub/http://nynjbengali.com/archives/326 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/326 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Limbaugh&#8217;s Slumdogs&amp;bookmark_url=http://nynjbengali.com/archives/326 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/326 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://co.mments.com/track?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://del.icio.us/post?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.diigo.com/post?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/326 http://www.dzone.com/links/add.html?description=Limbaugh&#8217;s Slumdogs&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/326 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/326&amp;h=Limbaugh&#8217;s Slumdogs http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/326&amp;t=Limbaugh&#8217;s Slumdogs http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Limbaugh&#8217;s Slumdogs&amp;url=http://nynjbengali.com/archives/326 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/326&amp;t=Limbaugh&#8217;s Slumdogs http://www.folkd.com/submit/http://nynjbengali.com/archives/326 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/326&amp;t=Limbaugh&#8217;s Slumdogs http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.hugg.com/node/add/storylink?edit[title]=Limbaugh&#8217;s Slumdogs&amp;edit[url]=http://nynjbengali.com/archives/326 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/326 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/326 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/326 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/326&title=Limbaugh&#8217;s Slumdogs http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/326&amp;bm_description=Limbaugh&#8217;s Slumdogs http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/326 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/326&amp;t=Limbaugh&#8217;s Slumdogs http://myweb.yahoo.com/myweb/save?t=Limbaugh&#8217;s Slumdogs&amp;u=http://nynjbengali.com/archives/326 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/326 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/326&amp;t=Limbaugh&#8217;s Slumdogs http://www.plugim.com/submit?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/326&amp;T=Limbaugh&#8217;s Slumdogs http://reddit.com/submit?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/326 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/326 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/326 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://technorati.com/faves?add=http://nynjbengali.com/archives/326 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/326&amp;name=Limbaugh&#8217;s Slumdogs http://twitter.com/home/?status=Limbaugh&#8217;s Slumdogs+http://nynjbengali.com/archives/326 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/326 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/326&amp;t=Limbaugh&#8217;s Slumdogs http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Limbaugh&#8217;s Slumdogs&amp;uri=http://nynjbengali.com/archives/326 http://nynjbengali.com/archives/326 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/326&amp;Title=Limbaugh&#8217;s Slumdogs http://www.bloglines.com/sub/http://nynjbengali.com/archives/326 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/326 http://del.icio.us/post?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/326 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/326&title=Limbaugh&#8217;s Slumdogs http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/326&amp;bm_description=Limbaugh&#8217;s Slumdogs http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/326 http://reddit.com/submit?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://technorati.com/faves?add=http://nynjbengali.com/archives/326 http://twitter.com/home/?status=Limbaugh&#8217;s Slumdogs+http://nynjbengali.com/archives/326 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/326&amp;title=Limbaugh&#8217;s Slumdogs http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/326&amp;t=Limbaugh&#8217;s Slumdogs http://www.feedburner.com/fb/a/emailFlare?itemTitle=Limbaugh&#8217;s Slumdogs&amp;uri=http://nynjbengali.com/archives/326&amp;loc=en_US http://nynjbengali.com/archives/326#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Limbaugh’s Slumdogs Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(335, 0, 'I think it was in 2004 when I met Pranay Dutta an AIDS activist from Calcutta who was on a world tour attending several AIDS conferences in Europe Asia and America. Pranay Dutta was then and I understand he still is the secretary of Sonata Foundation an NGO in Calcutta who was trying to spread AIDS awareness in West Bengal and India through music documentaries and performing arts. His theory was that HIV/AIDS awareness through print media was bound to be a failure in India where the majority of the affected people are illiterate. He thought that if this message can be spread out using music and performing arts then it could have the greatest impact. During my discussions with Pranay he told me numerous incidents of how HIV and AIDS are affecting the poor Indian population. But what struck me most was the fact that how this disease was surreptitiously spreading amongst the educated urban middle class. He told me several incidents of well-to-do middle class families affected with HIV and their attempts to hush it up just like the way people used to do in the early half of the twentieth century when people got infected with TB or Leprosy or something similar. The fear of social back lash was more than the disease itself. Anybody infected with HIV is immediately branded as an immoral social outcast - some one who does not have the right to exist amongst the social elite. Most middle class family consider themselves immune to HIV and think that this is only a poor man’s disease. As Pranay says in one of his interviews with Voice of America people in our society doesn’t care about HIV until someone in their family is infected. It is difficult to make someone aware when he or she doesn’t want to be. When Pranay learned that I write plays he requested me to write a play on this issue. I thought about it for a while started delving into some research and even contacted couple of medical practitioners who deal with HIV/AIDS. However I had no intention of writing a play that only deals with the issue of HIV/AIDS. I wanted a bigger canvas a canvas where our lives as immigrants in the country are intertwined with those of our friends and family in India. If we look back to the history of HIV/AIDS in USA the story was not any different from what it is in India now. Films like “Philadelphia” and plays like “Angels in America” depict the social apathy during the 80’s and 90’s towards HIV and AIDS victims quite vividly. Hence for a person who has encountered that situation in USA from close proximity - another encounter at a different time and space would be quite painful to say the least. And from this evolved the play Banaprastha The Retirement . The play Banaprastha tells the story of a senior virologist Dr. Parijat Sen who returns to India after retiring from his medical practice of 35 years to find peace tranquility and solace amongst his family and old friends. But soon he discovers that his nemesis has followed him and he has nowhere to hide. The play on multiple levels depicts the rapid change in the economic social and cultural life that is happening in India today due to the effects of globalization. The changes are too drastic for a person like Parijat Sen whose perception of his native land is nearly unchanged from the time he left for the U.S. But when he arrives in the city of his youth he finds that there is hardly any difference between the middle-class life in New York and that in Kolkata. And in the process of his rude awakening he encounters his old nemesis - the Human Immunodeficiency Virus or HIV. He finds that the virus has climbed its way through the social ranks and is now infiltrating the middle class. Dreadfully he also finds that this so-called educated and enlightened society is in a state of denial and refuses to deal with the disease - just the way he saw it happen during the early days of his career in the States. The play was first written during the 2004-2005 time frame. It was again thoroughly revised during 2008 and 2009 when it reached its current form. The rapid changes in dealing with this disease in India were one of the main reasons for the revision. In 2004/2005 Bula-di was an unknown entity in Calcutta. Now Buladi the cute little doll is everywhere spreading AIDS awareness in the most gentle way possible. AIDS awareness has gone a long way in these 4/5 years but lot more needs to be done to make a lasting impact. Please join me along with the cast and crew of “Banaprastha” on May 16/17 and 30/31st at the Edison Valley Playhouse Edison NJ to show our solidarity with the people around the globe who are fighting this epidemic of our times. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Banaprastha and AIDS - The Genesis size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://origin.www.voanews.com/bangla/archive/2004-11/a-2004-11-30-3-Pronoy.cfm?textmode=0 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/335#bookmarkify http://nynjbengali.com/archives/335#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/335&amp;Title=Banaprastha and AIDS - The Genesis http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/335 http://www.bloglines.com/sub/http://nynjbengali.com/archives/335 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/335 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Banaprastha and AIDS - The Genesis&amp;bookmark_url=http://nynjbengali.com/archives/335 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/335 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://co.mments.com/track?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://del.icio.us/post?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.diigo.com/post?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/335 http://www.dzone.com/links/add.html?description=Banaprastha and AIDS - The Genesis&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/335 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/335&amp;h=Banaprastha and AIDS - The Genesis http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/335&amp;t=Banaprastha and AIDS - The Genesis http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Banaprastha and AIDS - The Genesis&amp;url=http://nynjbengali.com/archives/335 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/335&amp;t=Banaprastha and AIDS - The Genesis http://www.folkd.com/submit/http://nynjbengali.com/archives/335 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/335&amp;t=Banaprastha and AIDS - The Genesis http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.hugg.com/node/add/storylink?edit[title]=Banaprastha and AIDS - The Genesis&amp;edit[url]=http://nynjbengali.com/archives/335 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/335 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/335 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/335 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/335&title=Banaprastha and AIDS - The Genesis http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/335&amp;bm_description=Banaprastha and AIDS - The Genesis http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/335 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/335&amp;t=Banaprastha and AIDS - The Genesis http://myweb.yahoo.com/myweb/save?t=Banaprastha and AIDS - The Genesis&amp;u=http://nynjbengali.com/archives/335 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/335 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/335&amp;t=Banaprastha and AIDS - The Genesis http://www.plugim.com/submit?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/335&amp;T=Banaprastha and AIDS - The Genesis http://reddit.com/submit?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/335 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/335 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/335 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://technorati.com/faves?add=http://nynjbengali.com/archives/335 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/335&amp;name=Banaprastha and AIDS - The Genesis http://twitter.com/home/?status=Banaprastha and AIDS - The Genesis+http://nynjbengali.com/archives/335 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/335 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/335&amp;t=Banaprastha and AIDS - The Genesis http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Banaprastha and AIDS - The Genesis&amp;uri=http://nynjbengali.com/archives/335 http://nynjbengali.com/archives/335 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/335&amp;Title=Banaprastha and AIDS - The Genesis http://www.bloglines.com/sub/http://nynjbengali.com/archives/335 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/335 http://del.icio.us/post?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/335 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/335&title=Banaprastha and AIDS - The Genesis http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/335&amp;bm_description=Banaprastha and AIDS - The Genesis http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/335 http://reddit.com/submit?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://technorati.com/faves?add=http://nynjbengali.com/archives/335 http://twitter.com/home/?status=Banaprastha and AIDS - The Genesis+http://nynjbengali.com/archives/335 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/335&amp;title=Banaprastha and AIDS - The Genesis http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/335&amp;t=Banaprastha and AIDS - The Genesis http://www.feedburner.com/fb/a/emailFlare?itemTitle=Banaprastha and AIDS - The Genesis&amp;uri=http://nynjbengali.com/archives/335&amp;loc=en_US http://nynjbengali.com/archives/335#bookmarkify HIV AIDS Red Ribbon Bula-di AIDS Camapign [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Pranay Dutta Interview Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Banaprastha and AIDS - The Genesis Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(304, 1578, 'Reaction to swine flu vaccine. 1976 swine flu…. Swine flu. 1976 swine flu. 1976 swine flu scare…. http://www.spike.com/blog/swine-flu-compare/77525', NULL),
(340, 1563, 'Raja How does one register for the summer camp Will the concert be open to the public or does one need to pre-register Thanks so much. Raja', NULL),
(175, 0, 'Last week I wrote about our new radio play “Baad Protibad” that was broadcast on EBC Radio 1170AM during the Sunday morning Bengali program “Probaho” conducted by Abhijit Sanyal. The play received quite a bit of positive feedback and I thought that for the benefit of the people who could not listen to the radio that morning I’d upload this play as a podcast. You can listen to this play by clicking the player above or download it into your iPod or similar digital players. The credits are given below. “Baad Protibad” A Hilarious Play in Bengali by Sudipta Bhawmik Produced by ECTA Inc. Directed by Indranil Mukherjee Cast: Subhodev Das as Ashok Aparajita Das as Kakoli Indranil Mukherjee as Soumen Anisha Das as Jhimli Recorded and mixed at the Bharatiya Kala Kendra NJ Studio by Partha Sarathi Mukherjee Edited by Partha Sarathi Mukherjee and Indranil Mukherjee Music and effects by Partha Sarathi Mukherjee. Song “Need some cash to fill up my gas” by Vikram Kumar Please let me know how you liked the play. We may do more plays like this in the future. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Podcast: “Baad Protibad” A Hilarious Play in Bengali size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://ethnomediallc.com/wpress/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/175#bookmarkify http://nynjbengali.com/archives/175#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/175&amp;Title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/175 http://www.bloglines.com/sub/http://nynjbengali.com/archives/175 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/175 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali&amp;bookmark_url=http://nynjbengali.com/archives/175 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/175 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://co.mments.com/track?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://del.icio.us/post?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.diigo.com/post?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/175 http://www.dzone.com/links/add.html?description=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/175 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/175&amp;h=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/175&amp;t=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali&amp;url=http://nynjbengali.com/archives/175 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/175&amp;t=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.folkd.com/submit/http://nynjbengali.com/archives/175 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/175&amp;t=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.hugg.com/node/add/storylink?edit[title]=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali&amp;edit[url]=http://nynjbengali.com/archives/175 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/175 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/175 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/175 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/175&title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/175&amp;bm_description=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/175 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/175&amp;t=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://myweb.yahoo.com/myweb/save?t=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali&amp;u=http://nynjbengali.com/archives/175 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/175 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/175&amp;t=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.plugim.com/submit?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/175&amp;T=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://reddit.com/submit?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/175 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/175 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/175 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://technorati.com/faves?add=http://nynjbengali.com/archives/175 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/175&amp;name=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://twitter.com/home/?status=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali+http://nynjbengali.com/archives/175 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/175 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/175&amp;t=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali&amp;uri=http://nynjbengali.com/archives/175 http://nynjbengali.com/archives/175 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/175&amp;Title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.bloglines.com/sub/http://nynjbengali.com/archives/175 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/175 http://del.icio.us/post?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/175 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/175&title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/175&amp;bm_description=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/175 http://reddit.com/submit?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://technorati.com/faves?add=http://nynjbengali.com/archives/175 http://twitter.com/home/?status=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali+http://nynjbengali.com/archives/175 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/175&amp;title=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/175&amp;t=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali http://www.feedburner.com/fb/a/emailFlare?itemTitle=Podcast: &#8220;Baad Protibad&#8221; A (Hilarious) Play in Bengali&amp;uri=http://nynjbengali.com/archives/175&amp;loc=en_US http://nynjbengali.com/archives/175#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Podcast: “Baad Protibad” A Hilarious Play in Bengali Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(340, 1599, 'sudipta Check the following link for more info: http://www.masongross.rutgers.edu/extension/summer.html http:// http://www.masongross.rutgers.edu/extension/summer.html', NULL),
(341, 0, 'ETV Bangla has changed its broadcast schedule in USA. They claim that the schedule is now follows the current Kolkata broadcast schedule only with the time shifted. In other words a show at 8.00pm in Kolkata will be broadcast at 8.00pm Eastern in USA. Although now we have the privilge of watching the current shows instead of  a huge lag the popular serials have now fast forwarded quite a bit with lot of story being lost in the process. The scheduling also doesn’t seem to be stabilzed - we often have to experience erratic programming. The second issue is that the advertisements seem to have increased quite a bit. A short segment of broadcast is followed by a prolonged advertisement most of which are irrelevant for US market I don’t think we are interested in Baygon Spray or Glucon-D . The third issue is that ETV does not bother to update their listings with Direct-TV database and hence it makes DVR aka Tivo PVR recording a major problem. I had once sent an email to ETV and they did update it once. But that’s it. Let’s hope ETV gets their act together soon and make our subscription worth it. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  ETV Bangla New Schedule for USA size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/05/etv-bangla.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/341#bookmarkify http://nynjbengali.com/archives/341#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/341&amp;Title=ETV Bangla New Schedule for USA http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/341 http://www.bloglines.com/sub/http://nynjbengali.com/archives/341 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/341 http://www.buddymarks.com/add_bookmark.php?bookmark_title=ETV Bangla New Schedule for USA&amp;bookmark_url=http://nynjbengali.com/archives/341 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/341 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://co.mments.com/track?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://del.icio.us/post?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.diigo.com/post?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/341 http://www.dzone.com/links/add.html?description=ETV Bangla New Schedule for USA&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/341 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/341&amp;h=ETV Bangla New Schedule for USA http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/341&amp;t=ETV Bangla New Schedule for USA http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=ETV Bangla New Schedule for USA&amp;url=http://nynjbengali.com/archives/341 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/341&amp;t=ETV Bangla New Schedule for USA http://www.folkd.com/submit/http://nynjbengali.com/archives/341 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/341&amp;t=ETV Bangla New Schedule for USA http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.hugg.com/node/add/storylink?edit[title]=ETV Bangla New Schedule for USA&amp;edit[url]=http://nynjbengali.com/archives/341 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/341 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/341 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/341 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/341&title=ETV Bangla New Schedule for USA http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/341&amp;bm_description=ETV Bangla New Schedule for USA http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/341 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/341&amp;t=ETV Bangla New Schedule for USA http://myweb.yahoo.com/myweb/save?t=ETV Bangla New Schedule for USA&amp;u=http://nynjbengali.com/archives/341 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/341 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/341&amp;t=ETV Bangla New Schedule for USA http://www.plugim.com/submit?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/341&amp;T=ETV Bangla New Schedule for USA http://reddit.com/submit?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/341 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/341 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/341 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://technorati.com/faves?add=http://nynjbengali.com/archives/341 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/341&amp;name=ETV Bangla New Schedule for USA http://twitter.com/home/?status=ETV Bangla New Schedule for USA+http://nynjbengali.com/archives/341 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/341 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/341&amp;t=ETV Bangla New Schedule for USA http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=ETV Bangla New Schedule for USA&amp;uri=http://nynjbengali.com/archives/341 http://nynjbengali.com/archives/341 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/341&amp;Title=ETV Bangla New Schedule for USA http://www.bloglines.com/sub/http://nynjbengali.com/archives/341 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/341 http://del.icio.us/post?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/341 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/341&title=ETV Bangla New Schedule for USA http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/341&amp;bm_description=ETV Bangla New Schedule for USA http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/341 http://reddit.com/submit?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://technorati.com/faves?add=http://nynjbengali.com/archives/341 http://twitter.com/home/?status=ETV Bangla New Schedule for USA+http://nynjbengali.com/archives/341 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/341&amp;title=ETV Bangla New Schedule for USA http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/341&amp;t=ETV Bangla New Schedule for USA http://www.feedburner.com/fb/a/emailFlare?itemTitle=ETV Bangla New Schedule for USA&amp;uri=http://nynjbengali.com/archives/341&amp;loc=en_US http://nynjbengali.com/archives/341#bookmarkify ETV Bangla [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] etv-bangla Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'ETV Bangla New Schedule for USA Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(340, 0, 'The Mason Gross School of Arts at the Rutgers University in New Jersey is opening up a whole new department of Indian Dance and Music.  The program is being introduced with a concert of Indian music and dance on Sunday June 28th from 2 to 3.45 p.m. at Nicolas Center Cook Douglass Campus Rutgers University NJ featuring most of the faculty. The concert will be followed by a summer camp from Monday June 29th through Friday July 3rd with a daily schedule covering 9 a.m. to 5 p.m.    The program is headed by Samir Chatterjee. The faculty includes: Faculty: Archana Joglekar Muley Kathak Arun Ramamurthy Violin Bani Roy Odissi Dibyarka Chatterjee Percussion Hidayat Khan Sitar Kalyani Ramani Carnatic vocal Kedar Naphade Harmonium Mitali Banerjee Bhawmik Hindustani vocal Samir Chatterjee Tabla Sanghamitra Chatterjee Popular vocal Steve Gorn Bansuri Sudha Devulapalli Bharatanatyam Suresh Ramachandram Mridangam Samir Chatterjee will teach rhythm and yoga in addition to leading the audio-visual and discussion sessions. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Rutgers University Offers Training in Indian Music and Dance size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://ethnomediallc.com/wpress/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/340#bookmarkify http://nynjbengali.com/archives/340#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/340&amp;Title=Rutgers University Offers Training in Indian Music and Dance http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/340 http://www.bloglines.com/sub/http://nynjbengali.com/archives/340 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/340 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Rutgers University Offers Training in Indian Music and Dance&amp;bookmark_url=http://nynjbengali.com/archives/340 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/340 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://co.mments.com/track?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://del.icio.us/post?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.diigo.com/post?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/340 http://www.dzone.com/links/add.html?description=Rutgers University Offers Training in Indian Music and Dance&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/340 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/340&amp;h=Rutgers University Offers Training in Indian Music and Dance http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/340&amp;t=Rutgers University Offers Training in Indian Music and Dance http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Rutgers University Offers Training in Indian Music and Dance&amp;url=http://nynjbengali.com/archives/340 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/340&amp;t=Rutgers University Offers Training in Indian Music and Dance http://www.folkd.com/submit/http://nynjbengali.com/archives/340 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/340&amp;t=Rutgers University Offers Training in Indian Music and Dance http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.hugg.com/node/add/storylink?edit[title]=Rutgers University Offers Training in Indian Music and Dance&amp;edit[url]=http://nynjbengali.com/archives/340 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/340 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/340 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/340 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/340&title=Rutgers University Offers Training in Indian Music and Dance http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/340&amp;bm_description=Rutgers University Offers Training in Indian Music and Dance http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/340 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/340&amp;t=Rutgers University Offers Training in Indian Music and Dance http://myweb.yahoo.com/myweb/save?t=Rutgers University Offers Training in Indian Music and Dance&amp;u=http://nynjbengali.com/archives/340 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/340 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/340&amp;t=Rutgers University Offers Training in Indian Music and Dance http://www.plugim.com/submit?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/340&amp;T=Rutgers University Offers Training in Indian Music and Dance http://reddit.com/submit?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/340 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/340 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/340 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://technorati.com/faves?add=http://nynjbengali.com/archives/340 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/340&amp;name=Rutgers University Offers Training in Indian Music and Dance http://twitter.com/home/?status=Rutgers University Offers Training in Indian Music and Dance+http://nynjbengali.com/archives/340 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/340 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/340&amp;t=Rutgers University Offers Training in Indian Music and Dance http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Rutgers University Offers Training in Indian Music and Dance&amp;uri=http://nynjbengali.com/archives/340 http://nynjbengali.com/archives/340 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/340&amp;Title=Rutgers University Offers Training in Indian Music and Dance http://www.bloglines.com/sub/http://nynjbengali.com/archives/340 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/340 http://del.icio.us/post?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/340 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/340&title=Rutgers University Offers Training in Indian Music and Dance http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/340&amp;bm_description=Rutgers University Offers Training in Indian Music and Dance http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/340 http://reddit.com/submit?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://technorati.com/faves?add=http://nynjbengali.com/archives/340 http://twitter.com/home/?status=Rutgers University Offers Training in Indian Music and Dance+http://nynjbengali.com/archives/340 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/340&amp;title=Rutgers University Offers Training in Indian Music and Dance http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/340&amp;t=Rutgers University Offers Training in Indian Music and Dance http://www.feedburner.com/fb/a/emailFlare?itemTitle=Rutgers University Offers Training in Indian Music and Dance&amp;uri=http://nynjbengali.com/archives/340&amp;loc=en_US http://nynjbengali.com/archives/340#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Rutgers University Offers Training in Indian Music and Dance Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(339, 0, 'On Thursday April 30th   Jhumpa Lahiri   the  internationally renowned writer  will  have a book  signing ceremony  at the  Barnes Nobles book store  at  Menlo Park New Jersey  at 7 P.M. Sushmita Dutta a co-editor of our Ananda Sangbad will be covering a special report of this event with a possible interview. Tickets for Banaprastha ECTA’s new play are now available on-line at http://ectainc.org Urhalpool the online Bengali webzine’s second edition is delayed due to some technical difficulties. It will be published soon. Raj Basu’s film “Piyalir Password” had a successful premiere in New Jersey. The producers of the film are looking for more screening opportunities in New York and New Jersey. ECTA is staging a “members only” event - “Putuler Chithi” a one woman show by Abanti Chakraborty from Kolkata. The script is by Bibhas Chakraborty and is based on Nora of Ibsen’s Doll’s House. The play will be staged on May 3rd. NJISACF had a successful Spring Film Festival. The hightlight of the festival was the screening of “Kaalbela” a film by Gautam Ghosh based on the novel by Samaresh Majumdar. The director was present to answer questions from a full house. Subhashis Das and Tandra Das will perform Badal Sircar’s “Bhool Rasta” on May 2nd at the South Brunswick Senior center.  They are also looking to perform this theatrical storytelling show at different venues and festivals. All proceeds will go to the benefit of Badal Sircar and his group Satabdi.  Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Community News Bites : Jhumpa Lahiri Urhalpool and Bhool Rasta size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://ethnomediallc.com/wpress/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/339#bookmarkify http://nynjbengali.com/archives/339#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/339&amp;Title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/339 http://www.bloglines.com/sub/http://nynjbengali.com/archives/339 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/339 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta&amp;bookmark_url=http://nynjbengali.com/archives/339 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/339 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://co.mments.com/track?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://del.icio.us/post?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.diigo.com/post?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/339 http://www.dzone.com/links/add.html?description=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/339 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/339&amp;h=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/339&amp;t=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta&amp;url=http://nynjbengali.com/archives/339 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/339&amp;t=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.folkd.com/submit/http://nynjbengali.com/archives/339 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/339&amp;t=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.hugg.com/node/add/storylink?edit[title]=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta&amp;edit[url]=http://nynjbengali.com/archives/339 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/339 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/339 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/339 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/339&title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/339&amp;bm_description=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/339 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/339&amp;t=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://myweb.yahoo.com/myweb/save?t=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta&amp;u=http://nynjbengali.com/archives/339 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/339 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/339&amp;t=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.plugim.com/submit?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/339&amp;T=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://reddit.com/submit?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/339 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/339 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/339 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://technorati.com/faves?add=http://nynjbengali.com/archives/339 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/339&amp;name=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://twitter.com/home/?status=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta+http://nynjbengali.com/archives/339 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/339 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/339&amp;t=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta&amp;uri=http://nynjbengali.com/archives/339 http://nynjbengali.com/archives/339 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/339&amp;Title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.bloglines.com/sub/http://nynjbengali.com/archives/339 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/339 http://del.icio.us/post?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/339 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/339&title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/339&amp;bm_description=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/339 http://reddit.com/submit?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://technorati.com/faves?add=http://nynjbengali.com/archives/339 http://twitter.com/home/?status=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta+http://nynjbengali.com/archives/339 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/339&amp;title=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/339&amp;t=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta http://www.feedburner.com/fb/a/emailFlare?itemTitle=Community News Bites : Jhumpa Lahiri, Urhalpool and Bhool Rasta&amp;uri=http://nynjbengali.com/archives/339&amp;loc=en_US http://nynjbengali.com/archives/339#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Community News Bites : Jhumpa Lahiri Urhalpool and Bhool Rasta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(93, 0, 'Kallol of NJ will be celebrating Durga Puja at the Ukranian Community Center off Davidson Avenue in Somerset NJ. A broad range of cultural programs have been arranged. The key programs include: Friday 19th Oct 2007 Mahashashti and Maha Saptami Puja : 3.00pm Anjali 6.00pm Dinner: 6.30pm Cultural Program: 8.30pm Opening Piano - Nayan Basu Song - Ruma Palit Bangla Band KAYA from Kolkata Saturday 20th Oct 2007 Mahashtami and Sandhi Puja: 11.00am Anjali 2.00pm Dinner 5.00pm Cultural Program: 6.00pm Dance - Nritya Creations Academy of Dance Jatra - “Shahjahan” Kallol of NJ - directed by Arunansu Dasgupta Dance - Pia Bhattacharya Modern Song - Subhomita Banerjee - the celebrity singer from Kolkata Sunday 21st Oct 2007 Mahanabami and Mahadashami Puja: 11.00am Anjali: 2.00pm Dinner: 5.00pm Cultural Program 6.30pm “Emperors New Groove” - a play by Kallol Children Dnace - Rythms of Dance and Music Recitation - Satinath Mukhopadhyay from Kolkata Tejendra Naryan Majumdar - Sarod with Samir Chatterjee on Table and many others', 'Kallol Durga Puja 2007 sudipta Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(94, 0, 'Dear ICC Members It’s our most favorite time of the year again………… Ladies get your ” Tussars Balucharis Jamdanis Bomkais” and Gentlemen be ready with your ”Kurtas Dhotis Sherwanis” for the 2007 Durga Puja. We are happy to let you know that ICC will be celebrating this year’s Durga Puja on Oct 12 th 7pm-10pm Oct 13th 11am – 10pm Oct 14th 11am -10pm at EISENHOWER MIDDLE SCHOOL 47 Eyland Avenue Succasunna NJ 07876 973 584 – 2973 EC members have put together a very entertaining cultural program for this year’s puja…. Saturday’s “Prime Time Attraction” includes: Tanushree Shankar’s Dance Troupe Antara Chowdhury daughter of Salil Chowdhury Please invite your friends and family to make this year’s puja a memorable experience. More details to follow…. On behalf of EC Prithwiraj Maitra 908-421-3418 For more information: http://www.icc-gs.org', 'ICC Durga Puja 2007 sudipta Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(95, 0, 'Due to the unreliability and restrictions imposed by my web hosting service I am using a new email newsletter service provider FeedBlitz . You will now receive an email every week with the list of recent postings on the blog site. If you were in my earlier email list you do not need to do anything. If you would like to contribute your articles comments and thoughts you need to register click the register link on the right column . As always spread the word and let us all share our thoughts and experiences through this new medium. http://feedblitz.com', 'New Email Service sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(96, 0, 'ANANDA MANDIR will present its annual marquee program “LIVE” MAHALAYA on October 14th at 5 AM at Ananda Mandir. This event is so close to every one’s heart who celebrates Durga Puja or Dashera. Well known local artists such as Mitali Bhawmik Parthasarathi Mukhopadhya Zafar Billa and many more will participate in this event. Space is limited. Please come early. For more info call Arun Bhowmik @ 908-672-1452.', 'MAHALAYA - LIVE sudipta Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(97, 0, 'After a long time the Indian Cricket team has done something wonderful. They brought home the ICC 20/20 World Cup. Kudos to Dhoni and his team. Many people including former Pakistan captain Rashid Latif have attributed this success to the recent film “ Chak De India “. I have not seen the film yet but the media has made me aware of the story line. Shah-Rukh Khan plays the coach of the Indian womens hockey team and leads them to World Cup victory. It is a story of courage perseverance and overall team spirit. We see several sports films coming out of the Hollywood film factory but this genre is quite rare in Bollywood. “Chak De” is a welcome change. And if one film can motivate our cricket “Team India” to win the 20/20 World Cup I hope films like this can influence and improve the overall sports scenario in our country. “Chak De” reminds me of a long lost film that came out of Tollywood - “Koni”. Based on a wonderful novel by Mati Nandi who also wrote some exceptional sports novels like Striker and Stopper and directed by Saroj De “Koni” is a heart warming film about the struggles of a swimming coach “Khidda” played by Soumitra Chatterjee and his trainee Koni played by Sriparna Banerjee . Khidda for Khitish -da picked up Koni from the slums of Calcutta and groomed her to be a team member of the Bengal swim team at the national swimming championship. Extreme poverty social stigma petty sports politics - nothing could beat the indomitable spirit of “Khidda” and her protege Koni. Kihidda’s encouraging words “Fight Koni Fight ” still ring in my ears. May be it is time for the big budget film makers of Bollywood to think about remaking “Koni” with the technical finesse that todays films are built with. With advanced sports photography techniques like underwater shots smart editing and a stellar cast Koni is a sure winner. I am sure that under the right hands “Koni” will become another great motivational movie that can snap out our sports authorities from their deep slumber and lead our athletes to some medals at the Olympics and other international events. I was lucky to find the entire Koni film on Youtube in 13 parts and I have enclosed the playlist with this post. Watch this film and say out loud “Chak de Koni”. http://www.yashrajfilms.com/microsites/cdi/cdi.html', '“Chak De” and Koni sudipta Arts-Culture Generic Social http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Arts-Culture View all posts in Generic View all posts in Social'),
(99, 0, 'Ganakrishti a leading theater group of Kolkata has just completed twenty-five years of its journey that began in 1981 by a handful of theater enthusiasts. Over these years the group has grown both in size and stature to one of those very few organizations that can help guide the group theater movement in Kolkata through the troubled socio-economic waters. It was one of those groups who did not feel that producing plays is the only activity they should concentrate on. Ganakrishti wanted to be inclusive wanted to do theater with everybody. They were not one of those elitist groups that bask on the glory of a limited few “stars”. They started to build ground up bringing together all the like minded people train the young through workshops and through stage productions where everybody can be a part of on-stage or off-stage. I have been fortunate enough to see three productions of Ganakrishti. “Sateroi July” July the 17th a play written and directed by Bratya Basu was an intensely gripping drama with a huge cast. “Megh Manabi” a musical developed though the workshop process of Ganakrishti directed by Jahar Das is a kind of production that is very difficult to find in any Kolkata stage. The play involved the youngest of the group members who have been groomed through the annual workshop process conducted by the senior performers. “Tashkar Brittanto” one of the recent productions is a hilarious satirical drama directed by Amitava Dutta and wonderfully acted by the more experienced members of the group. Ganakrishti’s latest production “Jhora Somoyer Kabya” Verse of Whithering Time is winning great critical acclaim as well as audience appreciation. The play chronicles the life of Mirza Asad-ul-llah khan Ghalib who was not only a poet and musician but also a great philosopher. The play depicts through the eyes of Ghalib a changing time of Indian history when the people started to feel the growing power of the British empire gradually spreading its wings of oppression across India. This is a must see play in Kolkata at this moment. So next time you are in Kolkata do not miss this play. Ganakrishti’s annual theater festival is another unique event that demonstrates their inclusiveness their eagerness to do theater with everybody who loves to do theater. It was an honor for us to be a part of Ganakrishti’s annual theater festival in 2006 with our play “ Ron “. The festival did not have the pomp and grandeur of some of the other famous festivals and fairs of Kolkata but it had that magic that creates a bond of friendship and camaraderie that is the key objective of any festival of this nature. The festival invites theater groups from all over India and abroad. One of the key features of this festival is a special segment of children’s plays. Besides plays the festival also features exhibitions seminars as well as felicitation of artists writers and performers. A festival of this magnitude demands lot of dedication hard work and funds. Government grants alone cannot bear the expenses. Private and corporate contributions constitute a significant portion of the budget. I hope that the patrons and donors of this wonderful festival continue to sponsor this event in the coming years too and make it a major monsoon festival of Kolkata. I’d also like to request my expatriate Bengali friends who visit Kolkata during the summer moths July/August to make it a point to attend this festival and be a part of this wonderful cultural experience. http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/jhorasomoy.jpg http://ganakrishti.org http://www.ethnomediallc.com Jhara Samayer Kavya Jhara Samayer Kavya', 'Ganakrishti: A Beacon for the Group Theater Movement in Kolkata sudipta Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(100, 0, 'ETHNOMEDIA MUSIC STUDIO Presents An Evening of Hindustani Classical and Semi-Classical Music SATURDAY NOVEMBER 3RD AT 6.30 P.M. Indrani Chakrabarty Vocal Kedar Naphade Harmonium Solo Accompanied by Amod Dandawate Tabla Mitali Banerjee Bhawmik Vocal Accompanied by Samir Chatterjee Tabla Kedar Naphade Harmonium Special Event Debut CD Album Release of Kedar Naphade Exhibition in Water Colors by Poorva Pant Venue FAH THEATER Unitarian Universalist Congregation of Princeton 50 Cherry Hill Rd Princeton NJ 0854 www.uuprinceton.org Admission: 15.00 Contact: 908 429-1120 Visit http://www.mitali.org http://ethnomediallc.com/music studio', 'Hindustani Classical Vocal Concert sudipta Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(84, 0, 'Finally our team Ethnomedia concluded their four day run of “Satyameva” at the Sujata Sadan hall in Kolkata. It was an emotional roller coaster ride for me but for Indranil and Sankar Ghoshal it was both emotional as well as physical. The city weather was brutal this time. Rains floods and sweltering heat sapped off all energy and enthusiasm that they had carried on with themselves. The weather not only was unfavorable to the actors but also to the audience who wanted to come to the show. Still the show had quite a few of the top theater personalities and media critics on their seats. The celebrities included people like Madhavi Mukherjee Bibhas Chakraborty Ashok Mukherjee Chandan Sen Ishita Mukherjee and few others. And it seems they liked the play as did the other audience members. Bibhas-da in his email said “Ek kothay Bhalo Legechhe”. Ashok Mukherjee commented “Hats off to you A wonderful play executed wonderfully”. Anandalal wrote in a short review in “The Telegraph” The Bengali-American group Ethnomedia from New Jersey which stunned Calcutta last year with Ron returned for the world premiere of dramatist-director Sudipta Bhawmik’s Satyameva. A senior executive body-shopping software engineers fires his incompetent new recruit who pleads that he should not be sent back to India. By a remarkable plot of twists and turns perhaps too many of them Bhawmik conveys older Bengalis’ nostalgia for their birthplace and younger Bengalis’ desire to emigrate to America. Sankar Ghoshal and Indranil Mukherjee respectively give realistic portrayals of these parts but the playwright’s craftsmanship tends to get the better of heartfelt emotions which we had found in Ron. Also you’ll find attached a review from “Sangbad Pratidin”. Overall the show was quite successful. Thanks to the wonderful support by Ganakrishti who presented our show in Kolkata members. Without them it was quite impossible for us to stage the show. Now we need to plan for a local staging here in New Jersey. Stay tuned. http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/img_6449.JPG http://ethnomediallc.com/wpress/wp-content/uploads/2007/10/pratidin_stayameva_review_bw.jpg Satyameva Scene Pratidin Review Satyameva Scene Pratidin Review', 'Satyameva in Kolkata sudipta Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(85, 0, 'BHARATIYA KALA KENDRA An institution of authentic Indian Music and Dance presents “Tauryatrika” September 23rd 2007 Sunday 4:00 - 7:00 PM Rap Around Ragas An unforgettable blending of musical fragrances. Essence of Indian Classical Music with vibes of Rap music. Bharatiya Kala Kendra Members join hands with Rap singer Anee accompanied by Dibyarka on Tabla Krikeya on Drums. Melody Mando The one and only Snehashis Mozumder on Mandolin with his electrifying talent and stunning knowledge. Accompanied by Dibyarka Chatterjee on Table. Allusion Sukalyan Bhattacharya on contemporary dance with his inimitable creativity. Parthasarathi Muykhopadhyay with his composition on songs of Kabeer. Insight A message of eternity flowing from the holy verses of Shwetashwatah Upnishad - with a humble offering of our own self to the eternity through song of Rabindranath Tagore. A presentation by members of BKK family. Rhythm and Theme A variety entertainment event with a thoughtful collection of songs and dances presented by members of Bharatiya Kala Kendra family. Endless Streaming melody of Indian Classical Music with the divine posture of Indian Dance. An endless musical journey - with members of Bharatiya Kala Kendra. George Street Playhouse 9 Livingstone Ave New Brunswick', 'BHARATIYA KALA KENDRA presents “Tauryatrika” sudipta Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(86, 0, 'SATURDAY SEPTEMBER 22 7 PM DISCOVER ARTISTIC INDIA program AT NJ State Theatre Featuring Legends of Indian Classical Music and Dance Location: State Theatre 15 Livingston Avenue New Brunswick New Jersey Tickets: P 48.00 A 33.00 B 23.00 C 23.00 Presented by New Jersey State Theatre in association with Indo American Cultural Religious Foundation IACRF and One World Entertainment. Jugalbandi between Carnatic and Hindustani music maestros– Dr. Bala Murali Krishna and Pandit Ajoy Chakrabarty. This is the first time ever that music aficionados of New Jersey will be treated to a concert featuring these two stalwarts performing on the same stage. Also: stunning performances in Indian classical dance by a group of visually challenged dancers from India. 13 Tickets for Seniors Students * Valid ID required maximum 1 ticket per ID . Discounts valid for the last 2 rows of A1 and all of B C seating box office window orders only. Discounts are not retroactive and cannot be combined. Subject to availability. Ticket Fees There will be a 2 per ticket facility fee applied to each ticket. Additional fees apply. Tickets on sale Friday August 3 at 10am to the GENERAL PUBLIC. To become a STATE THEATRE MEMBER and get the BEST SEATS call 732-247-7200 ext. 512. STATE THEATRE MEMBER presale is limited to 4 tickets per order. Phone 732-246-SHOW and window orders only.', 'DISCOVER ARTISTIC INDIA program at NJ State Theatre sudipta Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(88, 0, 'A magazine devoted to poetry only is not what you can find on regular news stands or magazine stalls. The limited readership scares away the publishers from venturing into such an enterprise. They’d rather get into a safer business of publishing prose with some esoteric ones plugging in few poems in between. But Krittibas is an exception. A 100 poetry magazine published by poets for the poetry lovers of Bengal. Such magazines typically branded as “Little magazines” have a limited life span. They die as soon as their founders either go broke trying to fund the magazine or find something better to do with their time. However that was not the case with Krittibas . The founders of the magazine which included Sunil Ganguly and some of his friends made it possible to keep the magazine going for more than fifty years now with Sunil still at its helm although being an extremely busy celebrity writer himself. Kriitibas had some ups and downs during this long period but it kept on reviving and surviving. The poetry loving Bengalis all over the world kept it going for their own cultural survival. Thanks to Gautam Dutta Krittibas is now available in USA allowing us not only to enjoy the finest of Bengali poetry but also to contribute towards the continued survival of this prized Bengali cultural icon. To subscribe to Krittibas 25/annum for four issues mailed to you contact Gautam Dutta at bpstinc@aol.com . In the following podcast I read two poems from the latest issue of Krittibas. One by Gautam Dutta and the other by late Tarapada Ray. Read more about Krittibas from its website http://krittibas.com . A magazine devoted to poetry only is not what you can find on regular news stands or magazine stalls. The limited readership scares away the publishers from venturing into such an enterprise. They’d rather get into a safer business of publishing prose with some esoteric ones plugging in few poems in between. But Krittibas is an exception. http://krittibas.com', 'Krittibas: A Poetry Magazine That Created History sudipta Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(91, 0, 'What do Robert Duvall John Voight Sydney Pollack Tony Randall Gregory Peck Jeff Goldblum James Caan and Tom Cruise have in common They all trained under the master acting coach Sanford Meisner. Famous playwrights like Arthur Miller and David Mamet were also his students. His teaching technique known as the Meisner Technique is regarded as one of the most effective tool to master the art of acting. The goal of the Meisner technique has often been described as getting actors to “live truthfully under imaginary circumstances.” The technique emphasizes carrying out an action truthfully on stage and letting emotion and subtext build based on the truth of the action and on the other characters around them rather than simply playing an action or emotion. In 1931 a fervent group of young actors including Meisner Stella Adler Lee Strasberg and Harold Clurman among others joined together in New York to establish the Group Theatre. It was the first permanent theatre company that brought “Method” acting rooted in the methods of Konstantin Stanislavsky to practice and prominence in America. In 1933 Meisner became disenchanted with pure “Method” acting. He wrote “Actors are not guinea pigs to be manipulated dissected let alone in a purely negative way. Our approach was not organic that is to say not healthy.” Meisner had ongoing discussions about technique with Adler who worked with Stanislavsky in Paris and Clurman who took a deep interest in the American character. Eventually Meisner realized that if American actors were ever going to achieve the goal of “living truthfully under imaginary circumstances ” an American approach was needed. The Neighborhood Playhouse provided him with a venue to develop that approach on his own. Meisner has been regarded as one of the most important acting theorists of the 20th Century. Arthur Miller once said of Meisner “He has been the most principled teacher of acting in this country for decades now and every time I am reading actors I can pretty well tell which ones have studied with Meisner. It is because they are honest and simple and don’t lay on complications that aren’t necessary.” The attached seven part Video A PBS production now available on YouTube gives us a glimpse of his genius. Some of his students have also recorded his acting classes that is now available as an eight hour DVD pack Sanford Meisner Master Class and is regarded as a must have for any aspiring actor. Several books on his acting technique are also available. They include Sanford Meisner on Acting The Sanford Meisner Approach: An Actors Workbook A Career Development Book The Sanford Meisner Approach: Workbook IV Playing the Part The Sanford Meisner Approach and others. The Sanford Meisner center in Los Angeles is the only acting school founded 1995 by the master himself that specializes in his technique. http://en.wikipedia.org/wiki/Meisner_technique http://www.amazon.com/gp/product/B000LCF4OY?ie=UTF8&#038;tag=nnb-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B000LCF4OY http://www.amazon.com/gp/product/0394750594?ie=UTF8&#038;tag=nnb-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0394750594 http://www.amazon.com/gp/product/1880399776?ie=UTF8&#038;tag=nnb-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1880399776 http://www.amazon.com/gp/product/1575252120?ie=UTF8&#038;tag=nnb-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1575252120 http://www.themeisnercenter.com/', 'Sanford Meisner: The Guru of Acting sudipta Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(74, 0, 'Recently I had the opportunity to watch Deepa Mehtaâ€™s film â€œWaterâ€on DVD . Most of you may have already seen this movie as well as its predecessors â€œFireâ€ and â€œEarthâ€. â€œWaterâ€ is the third segment of Deepaâ€™s elemental trilogy. I am not a film critic by any measure. However the reason for me to write about this film is because it deals with an issue which has always been a controversial and sensitive one in our culture and religion. For the benefit of those of you who have not seen the film â€œWaterâ€ deals about the plight of the Hindu widows during 1930s who were banished from the society to live a secluded life in the â€œBidhava Ashramsâ€ or Widow Homes of Varanasi. These widows ranging from eight years to eighty years of age live a life deprived of all pleasures and wait earnestly to die in the sacred ghats of Kashi an extremely fortunate fate that guarantees a spot in the heaven. Although some of them like Shakuntala Seema Biswas earn not for the heavens but rather to be born again as a man. Some like Kalyani Lisa Ray do not even wait rather they sacrifice themselves to the holy waters of to escape from their exile. Many will argue that this story is not relevant anymore. Hindu widows these days do not have to lead such a deprived life. They no longer have to wear whites shave their heads and eat vegetarian and fast on every eleventh lunar day. But is it true Granted that in the urban middle class and upper middle class families widows have a relatively better life now. But the huge majority still has to succumb to the societal pressures and pick up the white garb. Widow homes or Bidhava Ashrams still exist in and the lives of their residents are not that different from those shown in the film. Even the widows of the urban elites have to tolerate the â€œdifferentâ€ attitude thrown towards them by the more fortunate members of their â€œHinduâ€ society. The film asks some pertinent questions that are relevant even today. These days a young widow may not have to live her life as an ascetic in an Ashram but she is no longer welcome in a manâ€™s life either as his lawful wedded wife. She still has to tolerate the greedy eyes of men who consider them as easily available. And if any one tries to raise her voice in protest she has to face the wrath of the Hindu fundamentalists as did Deepa Mehta herself. The story of the film happens in the background of the holy city of Benaras a city that has appeared several times in films of stalwarts like Satyajit Ray Raghu Rai and others. Unfortunately Deepa Mehta did not have the luxury of capturing this picturesque city on her film. Rather she had to be content with a poor imitation constructed in Sri Lanka. Deepa Mehta was not allowed to shoot her film in the holy city. The right wing Hindu extremists destroyed her sets and threatened her and her crew. She was forced to stop filming and return to her home in Canada. But I guess this incident only strengthened her resolve. After two years she went back to the sub-continent to Sri Lanka to make her film with an entirely new cast. Itâ€™s not that the film is perfect and free of all short comings. The script lacked the depth that a film dealing with such an issue deserves. Lisa Ray was miscast in the role of Kalyani. Despite her best efforts she could not free herself of her western accent and sophistication. But most of the other cast members did proper justice to their roles. Special mention needs to be made for Sarala who performed the role of the child widow Chhuiya and of course Seema Biswas who carried the film to a great extent. John Abrahamâ€™s character Narayan felt a little under developed â€“ so were most of the male characters in a primarily female dominated movie. Raghuvir Yadav as the eunuch Gulabi did an excellent job as usual. The most exquisite feature of this film is its cinematography Giles Nuttgens . The framing color schemes and compositions were breath taking at times. I wonder what impact the film would have made if it could have been shot at its original locale The film has surfaced once again a shame of our society and religion a shame that had tormented people like Raja Rammohan Roy and Iswar Chandra Vidyasagar but it still manages to sink and hide itself in the depths of our conscience. Deepa Mehta has made another attempt to bring it up and challenged us to deal with it. I deeply thank her for her heroic efforts. Recently I had the opportunity to watch Deepa Mehtaâ€™s film â€œWaterâ€on DVD . Most of you may have already seen this movie as well as its predecessors â€œFireâ€ and â€œEarthâ€. â€œWaterâ€ is the third segment of Deepaâ€™s elemental trilogy.', 'Water: A Film That Surfaces our Shame sudipta Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(75, 0, '“Satyameva Jayate” - a phrase from the Mundaka Upanishad is the national motto of India and all Indians. Literally it means “truth alone prevails” - implying that truth is all that we should strive for since truth only can lead us to success and happiness. But this hypothesis has been proven wrong time and again. Through bitter life experiences we all discover that “truth” hardly leads us anywhere - it is the “untruth” the “false” and “deceit” that we need to master in order to attain our goals and objectives. Or is it that our goals and objectives need to be re-examined Are we chasing the right goals Goals for which we do not have to rely on the “false” - goals that can truly be achieved by truth alone “Satyameva” a play written by Sudipta Bhawmik tries to explore this age old question in a setting in North America where the immigrant Indian population tries to deal with this issue in their everyday lives. Sanjoy a young software professional has arrived in the “land of opportunity” for just over six months and works for a software body shopping company “InterSoft” owned and operated by Bill a Bengali American living in the States for over thirty years. On the day of the play Bill fires Sanjoy and asks him to go back to India. Sanjoy however is not happy with this decision and refuses to oblige. He informs Bill that he is not going to return to India under any circumstances. He states that returning to India is synonymous to signing a death warrant. He cannot subject himself to such a grave risk. And to justify himself and to win his ultimate motive he has to make a choice between truth or deceit. Cast: Bill : Sankar Ghoshal Sanjoy : Indranil Mukherjee Written and Directed by Sudipta Bhawmik Produced by Ethnomedia Center for Theater Arts ECTA Presented by Ganakrishti Kolkata 6.00pm August 20 21 22 23 2007 Sujata Sadan 7 Hazra Road Kolkata - 700 026. Phone- 2476-6131 Please inform your friends and family in India to come and watch this play that tells our story. http://picasaweb.google.com/indymukh/Satyameba http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/img_6449.JPG Satyameva Scene Satyameva Scene', 'Satyameva: A New Play to Premiere in Kolkata sudipta Arts-Culture Events Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/events http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Events View all posts in Generic'),
(77, 0, 'Please fill this form to subscribe to this blog. You will receive emails about recent posts and events on a weekly basis. Thanks. Enter your Email Preview | Powered by FeedBlitz If you’d like to receive an email notification whenever an article is posted one email per day then fill up the following form to Subscribe through Feedburner : Enter your email address: Delivered by FeedBurner http://www.feedblitz.com/f?previewfeed=260124 http://www.feedblitz.com http://feedburner.google.com', 'Subscribe sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(81, 0, 'Sudipta Bhawmik Previously published in Anandasangbad On 7th of March 2007 I had the opportunity of watching Mira Nair’s latest film The Namesake” . The film had officially premiered the earlier evening which unfortunately I was not able to attend. However the producers of the film were kind enough to arrange couple of seats for me for the special screening for the Museum of Moving Images which included a Q A session with the director Mira Nair and surprise guests Tabu and Irfan Khan . Being a participant in the filming process in a very limited way in the role of Subroto Mesho I was especially curious to see the final result – the big picture as you may call it. At the end of the screening when Mira asked me how I liked the film I was sort of speechless. I did answer something like “great” or “wonderful” but that was only a gut reaction – I was still trying to figure out my feelings towards the film. I was not able to give Mira the right answer. I figured maybe if I try to jot down my thoughts I’ll be able to come up with a better answer. So how did I feel watching the film Have you ever in a lonely rainy afternoon sat down and leafed through the pages of your family photo album An album that spans three generations your parents yourselves and your children captured in those 4×6 frames With each turn of page you see the glimpses of your life that went past you see how your image changed over the years. Fleeting memories hit you like a hail storm and you feel lost – for few moments. That’s exactly how I had felt watching “The Namesake” . The film is a family album a photo album of the Ganguli’s but you feel as if it is your own. The only difference is that the subjects in those photos are not still they become alive they talk they move they laugh they cry – and you join them. And when you are done watching it you just want to sit silently hugging the album close to your heart with your eyes closed. You try to remember those pictures that were not captured by any camera on any film. Just as Ashoke tells his son Gogol when he realizes that he has forgotten his camera to shoot the end of his journey “We will just have to remember this…… all our life” - Mira’s film inspires us to remember our journey and “follow our bliss”. Mira herself admitted that the style of this film was inspired by still photographs by masters like Raghu Rai Raghubir Singh Mich Epstein Dayanita Singh and it showed. I guess to capture a period spanning three generations this was the best form available to her. We jump from period to period from city to city with extreme ease just like turning a page of our album. We see the characters change but not always how they change. But we have no trouble in filling the gaps because it is our story. There are no surprises no suspense no thrill no profound philosophy – only the solitude and quietness of a deeply felt sorrow and ….bliss. The film starts as Ashoke’s story then switches to become Ashima’s story and then again transforms to become Gogol’s story with no jitters as if it is the natural progression. Not too many Hollywood filmmakers would dare to undertake such an unconventional screenplay structure. But Mira herself is unconventional. She pays homage to Satyajit Ray and Ritwick Ghatak through this film. She imbibed in this film the lyricism of Ray and the visual exuberance of Ghatak that is rare in this part of the world. Some of the scenes strongly remind you of Ray’s works like “Apur Sansar” or Ritwick’s “Meghe Dhaka Tara”. She even cast Supriya Choudhuri the unforgettable Nita of “Meghe Dhaka Tara” in a special role and made her utter the unforgettable line “Embrace the new but do not forget your past”. She shoots the two great cities of the world Kolkata and New York with the same sensitivity and care as did Ray in “Mahanagar” or “Jana Aranya” kudos to Fred Elmes. The film is not free from imperfections but let that not distract you in anyway. Sometimes you may feel that the time limit of two hours was too much of an imposition on a film of this kind. Some issues could have been explored a bit more some characters developed some more. But I guess some compromises need to be made anyway. I am not sure what the verdict of the film Pundits of the world would be or even what criticisms would the “argumentative Indians” and Bengalees bring to their tea “adda” table but to me “The Namesake” will be one of my dearest films to date. http://ethnomediallc.com/wpress/wp-content/uploads/2007/08/nsake_web.jpg http://www.amazon.com/gp/product/1557047413?ie=UTF8&#038;tag=nnb-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1557047413 http://www.amazon.com/gp/product/1557047413?ie=UTF8&#038;tag=nnb-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1557047413 On the set On the set', '“The Namesake”: A Personal Experience sudipta Arts-Culture Reviews http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/reviews View all posts in Arts-Culture View all posts in Reviews'),
(71, 0, 'Trip to Calcutta: A Chiaroscuro Amitava Sen I could hardly see her behind the pile of sarees stacked on the shop counter nevertheless I recognized her and was pleasantly surprised to see Gouri of New Jersey at the Gariahat ladies tailoring shop. I confess that although not a customer I am a frequent visitor to this place during my not so long stays in Calcutta. My wife always carries a big order of blouses from her friends during our annual trip to Calcutta and then she has her own stuff. That calls for more than a few visits. From logistical considerations we found that we save time and gasoline if we could drop-in at the tailor shop on our way to other destinations. I inquired about Gouriâ€™s stay and travel plans. She is in India for a total of three weeks she discloses she has already been one week in Calcutta and three days each in Bombay and Bangalore. She does not have many relatives her both parents are deceased and she has a sister in Bangalore and a first cousin in Bombay. She informed that she was at the tailoring shop for hemming attaching fall and netting of the 25 sarees she purchased not to mention stitching 25 blouses matching each of them. I could see where the pile of sarees on the counter came from. On our way back from the shop I was wondering aloud how could she manage to buy 25 sarees during her one weekâ€™s stay in Calcutta My wife explained that these sarees had been purchased from three cities all resplendent with saree shops. I conjectured how could she not buy 8 and one third sarees per city especially when each of the sarees was unique one of a kind and at dirt cheap price of not more than100-150 dollars each My wife was clearly indignant at my insensitivity. Sure I immediately relented I should have understood the obvious reason behind the purchase of 25 sarees. Pleased with my remorse my wife confided Gouri bought five more which were not at the tailoring shop. Gouri did not like them after she brought them home. But never mind she will take them back to America and sell them to her friends at cost which will most likely include a reasonably hefty profit for herself call it service charge. And she can rightly recover her marketing and selling expenses which will include a dinner at her place. I made a mental note to excuse us from any dinner invitation from Gouri when we return. What brought Gouri to India Why do we keep on coming back Ostensively to see relatives or buy sarees more than Gouri can conceivably wear in a year or two. That could not be the major reason for many of us. It was not true for Gouri either and only partly true for the rest of us. I know of many amongst us who take the grueling 20 hours trip to Calcutta and stay in a hotel or a guest house or are sequestered in Ramkrishna Mission Institute of Culture at Golpark. They do not even have a place to stay with friends or relatives. A stay in Calcutta is arguably unpleasant. The place is polluted pot-holed noisy and not a pristine tourist attraction by any stretch of imagination. But donâ€™t we feel good Feel good about what Feel good about ourselves our inflated selves our larger than life selves. It seems like a power trip to establish and proclaim our new found power and self esteem for our old country to see. We grew up in a place where money muscle and connection mattered. Unless you were rich or Daoud Ibrahimâ€™s brother or Jyoti Babuâ€™s son you had no chance and you had no power. We have now found a way to the power we have adequate money adequacy measured by Indian yardstick. We expect that people at least back in our old country will be awestruck and will respect us for that. So why not flaunt our money or our power here in the United States where we live in our Diaspora But it is difficult to get noticed here by our compatriots who look at the mirror and only like what they see. It is easier in India where there is an aura of â€˜American mystiqueâ€™ around you. From being a no body when we have left our country we are somebody now and we want our old country to take note. Why otherwise do we call press conferences in Calcutta to announce upcoming events staged solely for the audience in the United States It could as well be held in Baghdad or Timbuktu cultural aficionados or the drama reviewers in Calcutta could not care less. It hardly will attract an audience or sell a ticket or even engender a mention in Calcutta press. I suspect lurking in our mindsâ€™ shadows is the urge to claim fifteen minutes of glory back in our homeland from which we are voluntarily severed yet we want to impose our glorified and often unreal images desperately seeking to be noticed. On another thought do we revisit our old country in search of happiness Are we unhappy here We ought to be by â€œMahabharatianâ€ definition. When Dharma asked Judhistir as to who were considered happy in life Judhistir answered that a happy person was the one who did not live away from home and who was not indebted. Think about our huge mortgage and credit card debts . By that yardstick we are probably unhappy. In the end some would relate to me when I say that I always feel happy as soon as the aircraft touches down at DumDum and I walk in to the dirty dusty and chaotic immigration hallway. I look around and discover that I am amongst my own people they look like me and act like me. It is not even a feeling which reflects looking forward to meeting many relatives or friends. Neither do I have plans to buy a saree or a punjabi. Why do I feel so much at home Is it all about getting touchy-feely I ask myself. Do I feel slight or less of a person in the midst of white folks back â€œHomeâ€ Am I happy to leave it all behind Suddenly I am very comfortable fitting-in I am completely home. http://ethnomediallc.com/wpress/?pp_album=1&#038;pp_image=pujor_saari_web.jpg pujor saari web pujor saari web', 'Trip To Calcutta: A Chiaroscuro amitavasen Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(72, 0, 'One of the key advantages of living in the United States was cheap gasoline and the joy of driving. But it seems that it will soon become a luxury of the past. Gas prices are going through the roof and we are all suffering. The trouble is the fundamental requirement to live in the suburbs is to be able to drive a car. We do not have a rickshaw stand nearby where we can walk to and hop into a human driven absolutely green vehicle and merrily coast to the local grocery store. It will be a major human rights issue if someone even dreams of such an entrepreneurial venture. Hence we have no other option other than trying to save on gasoline costs. This sort of motivated me to do some research on the web and I have come up with some interesting gas saving tips that are not always obvious. I hope you find them useful. They are not necessary in any specific order or category. If you have any such tips please share them with us all. 1.	Drive fewer cars: In this country our freedom has taken us to the extremes. We all need to drive our own gas guzzlers. However with a little compromise we may be able to share rides. I participate in a carpool myself and that saves me quite a bit for 82 miles of round trip commute every day . Sometimes within a family husband and wife use separate cars to the same destination since they cannot compromise on a schedule. “Can’t we all get along” and save some gas think money 2.	If you are an aggressive driver and have the sudden urges to beat everybody on the road to dust chances are that your gas bills are quite astronomical. Avoid flooring the gas pedal that often. Take the long view of the road and brake slow and easy. Tests conducted by Edmunds have shown an average of 31 savings by following this tip alone. If you slowed your 0-to-60-mph acceleration time down from your current 10 seconds to a more normal pace of 15 seconds you’ll feel the savings immediately. 3.	Edmunds website also suggests that slowing down your speed from 75-90mph to 60-65mph on highways can save you 12 on the average. 55mph is still the most economical speed limit. 4.	It has been a common belief that turning off the air conditioner saves gas. It turns out that is not the case as per Edmunds’ tests. Apparently the modern day climate control systems of cars are highly efficient and do not consume any alarming amount of extra gas. So stay cool in your slightly longer rides. 5.	Use cruise control whenever possible. Tests suggest that you may save up to 14 percent with an average savings of 7 . 6.	Do not idle excessively it can save up to 19 . The recommendation is that if your stop is over a minute turn off the engine. 7.	Avoid long warm-up periods 30 seconds should be enough even on cold mornings. 8.	Buy gasoline during coolest time of day - early morning or late evening is best. During these times gasoline is densest. Gas pumps measure volumes of gasoline not densities of fuel concentration. You are charged according to “volume of measurement”. 9.	Carefully choose your brand better quality gas gives better mileage. It is not necessary to use higher octane gas unless your car manual specifically asks for it. After filling up be sure the gas cap clicks 3 times. Improperly seated gas caps allow 147 million gallons of fuel to vaporize every year in the U.S. 6.	Finally buy gasoline from the station offering the lowest price. Several websites now offers gas prices of gas stations in your local area. One such website is http://www.automotive.com/gas-prices.', 'Saving Gas sudipta Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social'),
(73, 0, 'Kolkata has been always acknowledged as the theatre capital of India. The rich tradition of modern Bengali theatre that started more than two hundred years ago is still revered by the cultural elite of the country. Hence an invitation from Ganakrishti one of the top tier theatre groups of Kolkata to perform at their seventh annual theatre festival came to me as a major challenge. It was during the 2005 Bangasammelan in New York when Bratya Basu the then champion of Ganakrishti made me the offer. And I accepted without thinking too much about the consequences. It has been a dream for me as well as all serious Bengali theatre workers in this country to be able to showcase our work in front of the Kolkata audience. But we all know that when the rubber actually meets the road not too many rises up to the occasion especially when it meant taking leave from work and then travel to India spending your own money. Ganakrishti admitted that they will not be able to pay our air fares but they will take care of us and cover all our production related expenses the moment we arrive in Kolkata. I had some faith in my core group members and I knew that they will not pass this opportunity under any circumstances. I did not even have any play in mind that we can take to Kolkata. Although our repertory had couple of good short plays ready at hand Ganakrishti preffered a full length play. I had a full length play script ready and waiting to be produced but I thought I’d like to take something to Kolkata that is contemporary and truely reflects some of the fundamental conflicts that we encounter as immigrants to this country. The basic idea of “Ron” was in my mind for sometime and I thought why not develop this idea into a full length play I started working on it which involved quite a bit of research about the US Armed forces the Iraq war etc and by the end of 2005 I had the first draft ready. We had the first reading and Indranil is one of our key group members living room with most of our team members eagerly listening. The key decision we had to make that evening was to decide if we’d like to produce “Ron” it wasn”t even named then or to produce “Baanaprastha” the script that I had written earlier . The team chose “Ron” primarily because of its relevance in todays world. I asked the group to find a good title for the play and several suggestions started pouring in. It was only after few weeks when I read the play to Tarun Chatterjee the accomplished actor and director and he suggested finding a short name the name “Ron” struck upon me. Not only is my central character named “Ron” or Ronobir/Ranveer but also because “Ron” means war and that is what the play is about. The next challenge was casting for the characters. We had one primary requirement for any actor accepting our offer was that he or she has to travel to India during peak summer season spending his/her own money. Although most of the key group members had no problem with this many have been planning to go to India during that period anyway casting some of the characters became an issue namely those of “Nando” and “Bidisha”. We started looking for Nando and few interested fellows showed up. One Biswajit Das came all the way from Poughkeepsie New York to try for the role. Being from Bangladesh he was a perfect fit for the role. He was willing to come to the rehearsals all the way from Poughkeepsie although I was a bit sceptical. But soon he informed that he has a conflict in July and won’t be able to do the play. The search continued and after few disappointing auditions I reluctantly planned to take up the role myself. It was not the best option at all since directing and acting in the same play is a very difficult task. Then I met Kaushik Datta at Lili Majumdar’s house. Kaushik had some early acting experience and was planning to go to Kolkata during July for a family vacation anyway. After a quick and surrepticious audition I selected Kaushik for the role of “Nando”. The next task was to find Bidisha. To be continued…….', 'Staging Ron in Kolkata : Part 1 sudipta Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(70, 0, 'On 26th of March Kallol of NJ one of the major Bengali social and cultural clubs of this area will be holding their annual general body meeting. On this day the current executive committee will hand over the reigns of the club to the new committee who will be looking after the club activities for the next two years. In the larger scheme of things this may not seem to be a matter of any significance. But if we think a bit deeply few issues may surface and tickle your thoughts. If you come to the Kallol AGM on the 26th most likely you’ll see the following. 1. Poor attendance despite the promise of good food by the committee. Only few veteran members will be asking any questions and making any suggestions. 2. The new committee will consist of mostly members from the old committee with no election taking place. This clearly shows that not many of us are interested in participating in the club activities. A handful of members have to carry on the brunt of the responsibilities and activities all along. I am not singling out Kallol most of the Bengali clubs and organizations face the same situation. If we try to analyze this situation the first question we need to answer is do we need these clubs Do they add any value to our lives in this country Most of these clubs were founded to serve some very basic needs of ours - to get together and do some activities together for our social cultural and spiritual nourishment be it staging a play or be it holding a Puja. The problem however is that any such activity requires few people to work on the activity and few people to participate and enjoy. This creates two parties one who works and delivers and one who receives and enjoys. The people on the receiving end do contribute their dues in the form of subscriptions etc. but they do not fail to criticize the slightest inconvenience in any form. The workers on the other hand serve solely for the love of the activity and entirely on a volunteering basis. They too after a while get tired. But hardly do we see new people from the receiving end come up to join the serving end. We take it for granted that we will always be served and served to the best of our expectations. But we do not think that if the service providers give up we will no longer have the pleasure of enjoying such great events. One complaint I sometimes hear is that people are not given any opportunity to serve in these clubs that the committee members are not inclusive enough and they tend to keep out anybody who has the slightest interest in serving along with them. The allegation sometimes turn out to be true since in many cases these small club positions seem to become some kind of thrones of power that many fear to lose. The decision makers tend to fantasize that it is their sole right to decide on what who when and how But I think that this allegation is overrated. If one genuinely believes in a cause and is willing to work for it most of our organizations will give it a fair hearing. Please try to understand that they too have limitations both in terms of resources and free time. So if we think that these organizations do add value to our lives then we need to participate. We need to make ourselves heard at formal forums like AGMs and other meetings. Let the organizers know what we like and what we don’t. I am positive that we will be pleasantly surprised. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Do we need these social clubs  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://ethnomediallc.com/wpress/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/70#bookmarkify http://nynjbengali.com/archives/70#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/70&amp;Title=Do we need these social clubs? http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/70 http://www.bloglines.com/sub/http://nynjbengali.com/archives/70 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/70 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Do we need these social clubs?&amp;bookmark_url=http://nynjbengali.com/archives/70 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/70 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://co.mments.com/track?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://del.icio.us/post?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.diigo.com/post?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/70 http://www.dzone.com/links/add.html?description=Do we need these social clubs?&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/70 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/70&amp;h=Do we need these social clubs? http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/70&amp;t=Do we need these social clubs? http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Do we need these social clubs?&amp;url=http://nynjbengali.com/archives/70 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/70&amp;t=Do we need these social clubs? http://www.folkd.com/submit/http://nynjbengali.com/archives/70 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/70&amp;t=Do we need these social clubs? http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.hugg.com/node/add/storylink?edit[title]=Do we need these social clubs?&amp;edit[url]=http://nynjbengali.com/archives/70 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/70 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/70 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/70 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/70&title=Do we need these social clubs? http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/70&amp;bm_description=Do we need these social clubs? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/70 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/70&amp;t=Do we need these social clubs? http://myweb.yahoo.com/myweb/save?t=Do we need these social clubs?&amp;u=http://nynjbengali.com/archives/70 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs?&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/70 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/70&amp;t=Do we need these social clubs? http://www.plugim.com/submit?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/70&amp;T=Do we need these social clubs? http://reddit.com/submit?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/70 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/70 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/70 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://technorati.com/faves?add=http://nynjbengali.com/archives/70 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/70&amp;name=Do we need these social clubs? http://twitter.com/home/?status=Do we need these social clubs?+http://nynjbengali.com/archives/70 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/70 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/70&amp;t=Do we need these social clubs? http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Do we need these social clubs?&amp;uri=http://nynjbengali.com/archives/70 http://nynjbengali.com/archives/70 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/70&amp;Title=Do we need these social clubs? http://www.bloglines.com/sub/http://nynjbengali.com/archives/70 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/70 http://del.icio.us/post?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/70 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/70&title=Do we need these social clubs? http://reddit.com/submit?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://technorati.com/faves?add=http://nynjbengali.com/archives/70 http://twitter.com/home/?status=Do we need these social clubs?+http://nynjbengali.com/archives/70 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/70&amp;title=Do we need these social clubs? http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/70&amp;t=Do we need these social clubs? http://www.feedburner.com/fb/a/emailFlare?itemTitle=Do we need these social clubs?&amp;uri=http://nynjbengali.com/archives/70&amp;loc=en_US http://nynjbengali.com/archives/70#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Do we need these social clubs sudipta Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social'),
(57, 0, 'Sudipta Bhawmik The phenomenon of job outsourcing has been the topic of discussion in all circles these days. The high tech and IT sectors are specially affected by the outflow of high paying jobs to India and China. Initially it was only the relatively low paying jobs like call centers medical transcription services were moving to India. But now highly skilled jobs like IT semiconductor chip design accounting and financial analysis jobs are also moving to India. But we all know that this is a natural phenomenon. High cost jobs will move to low cost areas. The laws of physics are equally applicable to economics and finance at least in this case. It is fruitless to try to resist this flow. My question is how we the so-called non-resident Indians are or NRIs are reacting this phenomenon Are we happy that after all these years the Indian economy and high technology sector is booming After all many of us have stayed back in this country with the excuse that India did not have the opportunities and challenges to justify our education and training. Many of us believed that our intellectual and professional capabilities were too superior to be wasted in India. But those excuses do not hold water any more. So shouldnâ€™t we be happy that after all these years we can now think about going back to our homeland Or are we feeling a bit threatened Maybe we are feeling that the comfortable and luxurious life that we have built for ourselves in this land of opportunity is suddenly under an ominous threat. Any day our employers may decide to outsource our jobs to India to be done efficiently at one fifth the cost. We may have to give up our high paying jobs for some low paying alternative. Besides the improving economy in India is also depriving us of our financial edge. The Indian professionals now earn enough to make them at par on purchasing power with any US employed professional. Moreover they enjoy many other amenities like house keeper cook chauffer etc. Do we sometimes feel a tinge of jealousy But neither can we go back so easily. Our roots have started to grow in this country. Our children are used to the American life. We have built our social lives here. Can we uproot ourselves once again I guess we are in a strange dilemma. How do you feel about this issue Send in your comments.', 'Outsourcing and Us sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(63, 0, 'Amitava Sen What does the word Biswa-kobi mean Poet laureate of the world World-class poet Universal poet Bengalees use this honorific or title in referring to Rabindranath Thakur. I have always wondered about it as I have as to why the championship of baseball is called World Series. How does a tournament of game played by less than 5 of the world population even after keeping other baseball playing nations such as Japan or Cuba out claim to be a world event Likewise the â€œWorldâ€ cup for the game of cricket played mostly by a few third world countries raises the same question. Americans are prone to use hyperbole in describing whatever comes their way and they get away with it because coming from the most overpowering nation the rest of the world accepts it with awe. Neither can their claim to the world title be dismissed as the arrogance of the novaeu rich for record the winner of the game played between just two teams as back as in 1884 was crowned as the â€œChampion of the worldâ€. And it continues to the day . For Americans the world stops at their shore and what the humanity beyond their world think does not count and realistically speaking does not matter. On the other hand a game of cricket can claim the distinction of most man-hours spent by the viewing public in daysâ€™ long game. Man-hours in this instance mean number of people multiplied by the number of hours spent watching a game . And I can understand that this number is unsurpassed by any other game in the world. The most countries playing cricket have an inexhaustible supply of unemployed and bored flocks attending the games lasting ten to forty hours. But should not the cricket championship be more appropriately called Third-World Cup But for me Biswa-Kobi still continues to be a riddle. Rabindranath have written profoundly of upper and middle class Bengalee society with deep Hindu spirituality and mysticism but universal he is not by any measure. His sonorous lyrics and songs are hugely popular in Bengal both east and west. But universally he has failed the test of time. He is largely forgotten in the west and the rest of the world. During Tagoreâ€™s life time Graham Greene famously wrote â€œAs for Rabindranath Tagore I can not believe that anyone but Mr. Yeats can still take his poems very seriously.â€ I wonder how many amongst the erudite lot in Bengalee Diaspora know Rabindranath beyond his songs and dances. However evaluating Rabindranath and his works is not the point of this piece easily carried-away and irrationally exuberant Bengali emotion is. In order to call someone our own great we tend to canonize the person we turn them into icons more to be garlanded and worshipped than understood. English speaking world did not call Shakespeare the â€œWorld-playwright. Someone at some point of time must have bestowed on Rabindranath the title of â€œBiswa-Kobiâ€ or anointed him to the position of Poet Laureate of the world. Recognizing Rabindranathâ€™s proclivity for self-aggrandizement it is not inconceivable that he himself may have done so. He was not shy about heralding his birth as a momentous event for the human kind Hey Nutan Dekhadik Arbar Janmero Prothomo Subhakhan or proclaiming his super-human stature Oi Mahamanaba Ashe and then staking his claim for a place among the greats Ami Jodi Janma Nitem Kalidasher Kale Hotem Tobe Dasham Ratna Naba Ratna Male . It would be interesting to find out where and when did Rabindranath referred to himself as Biswa-kobi. If he did not who did Amitava Sen', 'What is Biswa-Kobi amitavasen Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(64, 0, 'Sudipta Bhawmik This week one of our very close friends Siddharta Dutta passed away. Siddharta-da popularly known as Ashi-da was one of the most culturally and socially active Bengalees of this region. Many of us have seen him perform on stage sometimes as an actor sometimes as a singer and sometimes both. His performances in plays like Chhutir-Phande Byapika Biday Antony Phiringi Tulkalam Kenaram Becharam will be remembered by many theater lovers. He was a multi-talented person who besides acting and singing was also an excellent writer of short stories essays and plays. His wide knowledge base and refined taste in the arts was always reflected in his work. My acquaintance with Ashi-da was primarily through theater. We did several plays together plays like Ferari Fouz Tul-Kalam Kenaram Becharam and few others. He was one of the most sincere actors that I have worked with in this country. He always arrived on time at the rehearsals and he was always the first to memorize his lines when we all were struggling. A great team player Ashi-da never grudged to work under the direction of his juniors and gave his best for the success of the project. And his wit and sense of humour was something to be experienced. It was people like Ashi-da from whom I derived the inspiration to survive culturally in this country. He demonstrated that creative people can find their stage anywhere in the world all you need is few like minded friends. We all will be missing Ashi-da. On behalf of all of us I’d like to extend our deepest condolences to Banani-di and the rest of Ashi-da’s family. I pray that his soul rests in peace.', 'Goodbye Ashi-da sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(65, 0, 'Sudipta Bhawmik Originally published in AnandaSangbad January 2006 issue. We are getting old We maybe in denial but the fact remain true. Those of us who belong to the so called baby boomer generation that is born between 1946 and 1964 are quickly approaching the age about which we need to think and plan about. Yes financial planning like IRAs and 401 k s are important but I am talking about social and cultural planning. What are we going to do in our â€œgolden yearsâ€ Did we ever think about it Moving to Florida is out of the question admit it we wonâ€™t be able to move to an adult community in Florida and spent the rest of our lives with complete strangers. Some of us do dream about returning back to our homeland to India. Several times we have contemplated the thought that with our retirement benefits and social security paycheck we will live like kings in India more specifically in Kolkata. But is it true First of all when we return to India most likely many of our relatives like parents uncles aunts may no longer be there. Our relationships with our cousins and other friends will likely become too loose to re-establish. The India we left behind during our youth does not exist any more. We will be once again moving to a foreign land. The cost of living in India is growing too and it is doubtful how long we will be able to leverage our dollar advantage. Finally with our children and grandchildren in this country will we be able to live happily in India So if we rule out the above two we are left with the only alternative of living where we are. Maybe we will downsize our homes and move to smaller condos townhouses or maybe even to adult housing but what are we going to do We can however opt to blend in more with the mainstream and spend time at local senior centers playing Bingo and Pool. There is no harm in that but those of us who have been actively engaged in Bengali social and cultural activities it will be difficult to adjust to Bingo and Atlantic City tours. So I think it is high time we think about our future. We need to do something that will not only keep us happily engaged but will also be intellectually stimulating and satisfying. My uncle in India after he retired from his Government job started to edit and publish a unique magazine. Titled â€œPhire Dekhaâ€ Looking Back it is a magazine for the retired people and by the retired people. Currently in its twelfth year the magazine has grown a loyal following of hundreds of retired people from all around India. They write their own stories from their experiences some professionals like doctors lawyers accountants share their expertise some engage in social debates. The magazine has grown into a movement of sorts. The subscriber-members meet often just to discuss chat and have a good time. This is the type of activity that Iâ€™d like to be involved when I retire. But can we do it here in this adopted homeland of ours Anandamandir can effectively support such a movement and serve as the vehicle which can help us sustain in our old age. We need to get engaged more with the Anandamandir committee and help them develop a cultural center that can not only serve us now but can be our social and cultural retreat during our golden years. Letâ€™s give it a serious thought. P.S. Please send your comments to bhawmik@gmail.com We are getting old We maybe in denial but the fact remain true. Those of us who belong to the so called baby boomer generation that is born between 1946 and 1964 are quickly approaching the age about which we need to think and plan about. Yes financial planning like IRAs and 401 k s are important but I am talking about social and cultural planning. What are we going to do in our â€œgolden yearsâ€', 'Our Golden Years sudipta Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social'),
(46, 0, 'Amitava Sen No one can say that Raghav Chatterjee does not sing well. He does. He is an extremely talented and skilled singer and performer. But he came up short in delivering for the major and I stress major part of his audience at Kallol Puja. He was too loud and sometimes painfully screaming. His repertoire was too post modern and convoluted for our liking. He possibly was targetting relatively young Calcutta born crowd present but he definitely did not cater to the people who paid most for hiring him. The fault does not lie with him. The so called younger group of Kallol is ostensibly in control of the stage and what goes on there. Programs are chosen and directed by them with a trace of arrogance and a little bias. We heard Raghav at Banga Sammelan in New York and really liked his not so hip performance on the sober side. But his program at Kallol was disappointing to many and I dare say most of us. 50 people who danced with his singing at Durga Puja are not the final arbiters I am afraid. This is neither new nor an isolated instance. Larger question is: are we being culturally manipulated by a few Have we always been By we I mean people who have been here for two or three decades or longer. In the beginning we had amongst us a self proclaimed intellectual coterie the “better than thou” crowd. They fed us with all sorts of revolutionary cliche’d theatrical performances and obscure plays. We the intellectually challenged masses sat through them approvingly lest we were branded un-intellectual. Then there were literary seminars and classical musical soirees. We also suffered through them silently. While we prided ourselves of being in elite intellectual company they really needed an audience and mostly our money. Now there are friends and close acquaitances who consider themselves artistically gifted eager to present their wares in public at a price of course. Saying no to their entreaties to buy a ticket or two will not take you far. What is a friend in need if the most expensive tickets are not bought They also badly need a crowd. So attenedence is a must if you do not want to flush your relationship down the drain. I say where the culture is doled out wholesale as in Durga Puja we have to excercise our collective power in letting the organizers know what we want. In retail performance area we have to excercise our individual buying power in choosing what we like. Sitting through poorly presented and histrionically deficient plays listening to Rabindra Sangeet in Hindi or Sukumar Roy in English translation is ultimate undermining of our cultural sensitivity. We are not doing any favor either to our friends by encouraging them to hold on to their delusional views of their thespian and musical talents. Amitava Sen http://ethnomediallc.com/wpress/?pp_album=1&#038;pp_image=aastegaan_web.jpg Pujor Gaaner Ashor Pujor Gaaner Ashor', 'Entertainment Scene amitavasen Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(52, 0, 'Sudipta Bhawmik We Bengalis are fond of bargains. We feel insulted to shop at any store which do not allow bargaining. We are paranoid that the store owners and businesses are always on the lookout for ways to rip us off. And we would like to be on top of them. “Start your negotiation at one third the asking price” advised our elders who claim to be the greatest negotiators of all time “and be prepared to walk away but slowly. The shopkeeper is going to call you back with a better offer ” You need to be thick skinned too. Some of the savvy sales people will attack your pride and self confidence without any mercy. They will make you feel like a lowlife for having the audacity to make such an outrageous offer. Some will keep on playing with you your own game and finally both of you will agree on a deal which will appear like a big win for you and a big loss for the sales person. He will whine and cry and ask you for the last two bits that you can spare like “Dada aar duto taka diye din bounir somoy ” and you will gracefully oblige. After all you are the big winner You will walk away with your winning smile and the sales person will start dealing with his next customer hiding his own laughter. Many of us the hard bargainers snobbishly avoid those stores who conspicuously display the “Fixed Price” sign. What is the fun in shopping if we can’t get to play the bargaining game The online shopping scene has thrown a wrench to the traditional bargaining game. You no longer have to deal with a real person. You visit your favorite online store search through the catalog pick your product and pay for it. No more haggling. No more walking away with the hope that someone is going to call you back. But we all knew that no shopping can ever exist without bargaining and that too in America the bargain hunterâ€™s paradise. So soon we saw the arrival of eBay Priceline Hotwire and many others. Ebay is now a phenomenon it started out at as an online auction site but soon it has evolved into a major bargaining site where you can name your price. Priceline and Hotwire concentrate primarily on the travel business but I won’t be surprised if they diversify into other markets soon. But Ebay Priceline all have their caveats. You have to make some sort of a commitment and if the seller accepts your offer you cannot walk away. But if you make too small a bid you may not have a deal at all. This kind of turns me off. Rather I use the other form of bargain hunting coupons and rebates. If you can find the right combination of coupons and rebates you can manage to get great deals or at least you can have a feeling of a great deal . There are several websites that can help you find such bargains. They will tell you which manufacturer or seller is offering what kind of discounts in the form of rebates coupons special promotions etc. Companies like Dell Staples OfficeMax often offer great deals through rebates and coupons. Check out websites like hot-deals.org techbargains.com or deals2buy.com. I particularly like hot-deals.org for its simple interface and no nonsense deals. It will only list those deals that are â€œhotâ€ and not the regular discounts. I confess that it is one site that I visit once daily. Techbargains.com is a good site if you are looking for technical gadgets and stuff. These days I find it foolish to buy a product without any discounts of any kind. Even when I find a seemingly good deal I often feel cheated since soon enough someone will inform me that they found a better deal. Itâ€™s a lousy feeling even though the difference may be only a few dollars. Itâ€™s not the money but our pride that gets hurt the most. Letâ€™s admit we the bargain hunters have special tools and techniques that we guard as our greatest secrets. These are the skills that we have mastered over the years that make the difference between a winner and a loser. But again there are those amongst us who are more generous. They feel good to share a good tip with their friends. They feel happy when their friends are happy. I am sure you are one of those great souls. So please share a tip with us. Tell us how you made that great deal I am sure the readers of this site will bless you and wish you well. Best regards. http://ethnomediallc.com/wpress/?pp_album=1&#038;pp_image=baloon_travel_web.jpg http://ethnomediallc.com/wpress/?pp_album=1&#038;pp_image=joraburger_web.jpg The Great Bargain joraburger web The Great Bargain joraburger web', 'Bargains Bargains sudipta Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social'),
(55, 0, 'Amitava Sen If you are not reading or writing in Blogs you are completely out of touch you are totally un-cool you are ouside the intellectual landscape plainly speaking you have forfeited your claim to the membership of “Antel-dom”. Today blogs wield enormous power and influence over politics society and even literature and publishing rivalling network news and newspapers. The Blog derives its name from the word Web logs. The word Blog was coined in 1997 where you can post daily scribbings mostly critiquing anything and expressing any well formulated or stray thoughts. The idea caught on with lightning speed so much so that according to Technorati the blog tracking site 70 000 blogs are being launched every day worldwide. Technorati tracks over 20 million active blogs in real time. Most blogs turn out to be servicing specific subjects specific interests and specific groups specific may always not be in their contents but in their souls. So what is baring Bengali souls in North America But are Bengalees ready for entry into the Blogosphere Or for that matter any group of immigrants from a third world country Most people of current generation came here for making a better living period. Making money in this country is not difficult still easier is to look in to the mirror and see your larger than life image At that point most among us get somewhat delusional and forget reality self-check. We hanker for recognition by the peers some in art area as actors singers some in social domain as club presidents and secretaries. But let’s face it those skills can not be bought. So we end up performing out of tune songs as singers or delivering forgettable speeches as presidents. Most almost all of us left our country for acquiring worldly things we are the material types. We have not transcended hunter gatherer mode not yet. We are not ready for the stage. We are not ready for letters either. I remember a disastrous effort in Banga Sammelan of the year 2000 publishing an English magazine . So let’s get back to what we do well make more money. And occasionally get on to the stage for doing what we do not so well. Do not feel bad this is the way the country has been. Remember none of the founding fathers was a first generation immigrant. Blogs are modern day vehicle for thoughtful expressions. We specially the first generation immigrants have not had much time to think and still don’t. Then there is a problem with language that also is natural and expected. We are naturally shy putting our thoughts if we have any down on paper in an alien language. So expressing through writing in blog is not what Bengalees feel comfortable with. That may explain why you are having such a poor support in your admirable endeavor Sudipta.', 'Are Bengalees ready for a Blog Site of their own amitavasen Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social'),
(30, 0, 'img onmouseup  hl2l event  src  http://ethnomediallc.com/wpress/wp-content/bratya.jpg alt  Bratya Basu style  padding:10px background: black border: 2px class  right width 100 / Bratya Basu is currently one of the brightest young playwright and director of the Bengali stage in Kolkata. He is in USA now rehearsing and preparing his latest directorial venture covering the post independence era of modern Bengali theatre. The play will be staged at the 25th North America Bengali Conference on July 3rd at the Hammerstein Ballroom in Manhattan New York. I asked him few questions on how he conceived of this project and the challenges he faced in directing this show. Sudipta : NABC 2005 is celebrating 200 years of Bengali theatre through three plays covering the period. You have written the script and directing one of the segments. What part of this vast canvas are you covering in your segment Bratya : I have tried to cover the post independence era of modern Bengali theatre from 1950 to 2000. The play presents snippets from several plays covering this period including a play from Bangladesh. The plays are “Raktakarabi” “Raja Oedipous” “Tiner Talowar” “Sarater Megh” “Chak Bhanga Modhu” “Ebong Indrajit” “Winkle Twinkle” and “Eersha”. Sudipta : What was your criteria in selecting the play segments Bratya : I primarily used three criteria to select my play segments a Plays that were important as contemporary theatre during its time b it has a significant literary value c and is still relevant to our society in its fundamental message. Sudipta : What was your thought process in developing your segment Bratya : It was particularly challenging for me to figure out a method to develop the entire play such that it comes out as a whole entity even when the segments themselves stand out as an individual theatrical unit. Of all the three plays I am the only director who is working with actors from India as well as USA. I had to take special care to ensure that there exists proper synergy and balance between the segments acted by the different groups of actors and also to develop a relationship as a team. To work as a team they need to get familiarized with the acting style and patterns of each other build the mutual trust that is absolutely essential in producting a theatre. Since many of the actors whom I am working with in this play are new to me I was not sure whether I’ll be able to get what I want from them and stage a show where the proper balance is maintained. I am glad to say that I was able to achieve that. Sudipta : What can the audience expect to see in this segment Bratya : Primarily I expect the audience to experience the development and evolution of modern Bengali theatre. They will also exprience a modern theatrical approach and acting style that is rooted in Bengal but international in every sense. Sudipta : Is this your first visit to North America Bengali Conference If so what is your expectation Bratya : Yes this is my first NABC. My expectation is that I’d like to see that true cultural relationship and cultural exchange happen through this conference. I’d like to see that this conference bring to life the true international spirit of Bengali culture in all its glory. Bratya Basu is one of the brightest young playwright and director on the Bengali stage in Kolkata now. He is in USA now rehearsing and preparing his latest directorial venture covering the post independence era of modern Bengali theatre. The play will be staged at the 25th North America Bengali Conference on July 3rd at the Hammerstein Ballroom in Manhattan New York. I asked him few questions on how he conceived of this project and the challenges he faced in directing this show. Bratya Basu', 'An Interview with Bratya Basu sudipta Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(34, 0, 'Many things have gone right and many things have gone wrong during our last NABC2005. The following letter from Chitra Divakaruni exemplifies one of the things that went really wrong. We understand that managing such an event of this scale is not trivial and especially for the volunteers I repeat volunteers it was indeed an arduous task to do their job and also keep their cool. However I only hope that this letter from Chitra helps us in improving our festival rather than turn out into a finger pointing exercise. Thank you. ————————————————————————————————————————– Dear NABC 2005 organizers: Thank you very much for inviting me to be a speaker/performer at NABC 2005. It was a huge event I cannot even imagine how you managed to organize such a large scale convention so successfully. Congratulations I enjoyed all the events I could go to and of course I particularly enjoyed the literary events. I could see there was a lot of interest esp. in the main stage events we did and I want to thank Goutam Dutta for working very hard to make all of these happen. The literary seminar discussions with the audience was very high quality as well. My thanks also for your care and hospitality in terms of my airport car rides hotel timely honorarium etc. I know how hard this is to arrange when so much is going on. I do want to share with you one negative experience I had–and I write this only because my hope is that if it is pointed out to the organizers perhaps it will not happen again to someone else. As part of my welcome packet I was given a letter from the hospitality committee saying that I was to take my meals on the 7th floor of the Manhattan Center. After my Saturday morning event at Hammerstein Goutam Dutta told us the speakers to go there for lunch. However when I went there I was treated very rudely by the 2 women in charge and told I should not be coming there for meals. They also referred very rudely to Goutam when I mentioned that he had sent me there. This event was very embarrassing for all of the speakers. I was made to feel as though I had sneaked in there to get a free meal to which I was not entitled. I would have left right away to buy myself a meal outside the hotel but the other speakers and Mohua one of the literary organizers requested me not to go as our next program was about to start in 15 minutes. She managed to get some food for me putting up with many insults herself to do that. I ate it But as you may imagine I felt very bad kind of like a bhikhiri in a biyebari. In my 15 plus years of doing events in this country and abroad I have never been treated like this. It will be unfortunately something I will remember for a long time. I know many NABC volunteers and organizers worked tirelessly behind the scenes to make things happen just right for the hundreds of performers and speakers that came to your event. Unfortunately most of them did not interact directly with us so we could not experience their warmth and sincerity. The volunteers/organizers who have the most impact on us guests are the ones who deal with us directly one on one such as the women in the meal room. Perhaps you could remind them of the importance of what they do–and the effect it can have on a guest’s overall memories of an otherwise wonderful NABC. thank you Chitra Divakaruni Many things have gone well and many things have gone wrong during our last NABC2005. The following letter from Chitra Divakaruni exemplifies one of the things that went really wrong. We understand that managing such an event of this scale is not trivial and especially for the volunteers I repeat volunteers it was indeed an arduous task to do their job and also keep their cool. However I only hope that this letter from Chitra helps us in improving our festival rather than turn out into a finger pointing exercise. Thank you.', 'An Open Letter from Chitra Divakaruni sudipta Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(36, 0, 'What makes a Banga Sammelan successful Advancing the cause of Bengali culture literature and business sheer fun of meeting friends and late night Adda showing off of collection of Sarees and for a few basking in the reflected glory of Calcutta luminaries The answer is all of the above except anything to do with the advancement of Bengali culture literature and business. To claim that it is will be pretentious. By that yardstick the Banga Sammelan in New york has definitely been a success. Yarning for the lime light apart one has to recognize and admire the effort and hard labor of the organizers. It is no mean achievement that Banga Sammelan has come to being an institution serving the community in general. The name that comes in mind who is the undisputed leader is Prabir Roy. He not only deserves recognition and praise but our gratitude as well. In a way this meet was innovative in certain areas like involving the local talents recognizing the second generation young talents and in choosing the topics in the commemorative journal published on this occasion These are long due steps needed for establishing an identity for the Sammelan. It is also time to reflect on the charecter and nature of Banga Sammelan. Start with compilation of data as to: 1. What is the demography of the people coming to the Banga Sammelan their homes age income brackets etc. 2. At what point of the year they decided to come. 3. What kind of arena do they prefer as the venue. 4. How much they spend in all for the entire weekend. 5. What are the sources of fund for sponsors registration advertizement. 6. How much do the organizers spend under individual headings rent advertizement Calcutta artists. Calcutta writers their air fare hotel expenses their fees. 7. How many people attend literary seminars business seminars. 8. Why do people come Cultural performances of Calcutta artists talk to famous writers connecting to Calcutta for business. 9. How many people will like to see Bombay stars and at what cost. The questions above are not necessarily in order of importance These are sample questions I am sure there are many more relevant and revealing questions. Records of say last five Sammelans can be compiled and released. Now on every local organizer may be required to submit a report at the conclusion of the event. Of course there were lapses and glitches. I noticed some and I am sure others can point out to more. At the entrance of the arena a big banner with a wrong spelling was an eyesore. The word is OIKOTAN and not OIKYATAN. And then the national anthems both of them by a Bengalee poet of India and Bangladesh were disasters. Out of tune and pitch and even wrong words. Bangladeshi anthem was not even performed as an anthem. One of the most ballyhooed items the anthology of Bengalee dramas was poorly play written poorly directed poorly presented and poorly acted. It all could be due to the fact that the idea was ill conceived and from the start was designed to go no where. Bottom line: we enjoyed the meet like we do every year no more no less.', 'Banga Sammelan amitavasen Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(39, 0, 'Cerebration a quarterly electronic journal is calling for submissions for its forthcoming issues. Cerebration is a trans-cultural magazine operating from NJ and Delhi and attempts at bridging academic and non-academic circles Cerebration strives to provide a space for critical discussions and creative expression across cultures and is sponsored by Drew University NJ. The editorial advisory board consists of eminent academics critics journalists and filmmakers from US and India including Gayatri Chakraborty Spivak Bapsi Sidhwa Barkha Dutt Subrata Sen amongst other well-renowned academics from US www.cerebration.org/board.html . Cerebration is currently accepting submissions in the categories of essays fiction columns poetry photography and art work. Please visit Cerebration at www.cerebration.org http://www.cerebration.org', 'Call for Submissions Amrita Ghosh Arts-Culture Generic Social http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Arts-Culture View all posts in Generic View all posts in Social'),
(45, 0, 'Sudipta Bhawmik Finally 2005 Pujo is here. In this Garden State of ours Kallol has started their celebration yesterday Friday evening and GSCA will start theirs from today. Are you all ready to hit the doors of Ukrainian Community Center or Plainfield High School As you attempt to enter the doors you’ll encounter few somber looking gentlemen sitting behind a linen covered desk with few preprinted stationary and scattered ball point pens. Yes you now need to pull out your check book and be ready to shell out few dollars from your savings. The question is how much The gentleman behind the desk will point you to a preprinted piece of paper with a heading which reads something like â€œSuggested Donation”. For few moments you will struggle with the word “suggested”. It may occur to you that the shocking amounts below those lines are mere suggestions only. No one is forcing you to pay that amount. However after some deep contemplation and few tacit exchanges finally you will succumb to both internal and external pressures and write that check for the full amount that was asked for. For the next few minutes this episode will keep on pinching you. Soon enough youâ€™ll forget the unpleasant feeling and get involved in the festivities until next year when this issue will again surface at the parties and get-togethers. The debate undoubtedly will be that why these Pujo organizers can charge such astronomical amounts After all what do they offer Letâ€™s think about this issue for a moment. Is it justified for the organizers to demand the contribution they are asking for For the past few years these two major Pujos of NJ are celebrating their festivals on the same weekend breaking a long tradition of having them on separate weekends primarily to manage the logistics. First of all reservation of these venues on specific targeted weekends is a difficult task. Secondly this simultaneous celebration divides the crowd which has grown over the years to such an extent that the fire marshals of the respective towns would be forced to shut down the event if the crowd skews to any particular direction. However this division of crowd has caused some financial strains on the organizers. The cost of organizing these festivals is also shooting through the roof. The venues are demanding higher rent every year. To accommodate the increase in crowd we need to set up tents outdoors. Only few years ago we remained quite satisfied with the entertainment programs presented by our local artists and performers. Now we demand the top performers from Kolkata maybe even Mumbai. This translates to increased expense. Then comes the question of food. Goat curry seems to be consistent debate. Just check out the price of a pound of goat meat in your local halal meat store. Now you do the math. Think about it just to attend a show of these performers that we get to watch during the Pujo will cost much more than what we pay as chandaa. Then factor in the food and fun I think youâ€™ll find that you are coming out much ahead. Please join in the debate. Send me your comments and your thoughts on this issue. Wish you a great Pujo. Sudipta Bhawmik http://ethnomediallc.com/wpress/?pp_album=1&#038;pp_image=niramishasi_web.jpg http://ethnomediallc.com/wpress/?pp_album=1&#038;pp_image=goatmeat_web.jpg niramishasi web goatmeat web Niramishasi goatmeat web', 'Pujor Chandaa sudipta Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(25, 0, 'Learning lines All 9 messages in topic - view as tree loobyloo May 24 9:47 am show options Newsgroups: rec.arts.theatre.plays From: loobyloo - Find messages by this author Date: Tue 24 May 2005 14:47:15 0100 Local: Tues May 24 2005 9:47 am Subject: Learning lines Reply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse Hello everybody I’m an almost complete newbie to all this and I wanted to ask your advcie about learning lines. This summer I’ll be performing a one man show in Edinburgh and I need to learn a script that with pauses and so on will last about 40 minutes. I know it’s not Hamlet but it’s quite a lot for someone who hasn’t tackled something like this before. I wonder if anyone knows how more experienced actors go about doing this and what methods have proven effective for learning big chunks of text – Cliff Laine The Old Lard Factory Lancaster http://www.loobynet.com * remove any trace of rudeness before you reply * —————————————————————————————- Reply Jim Beaver May 24 1:06 pm show options Newsgroups: rec.arts.theatre.plays From: “Jim Beaver” - Find messages by this author Date: Tue 24 May 2005 17:06:59 GMT Local: Tues May 24 2005 1:06 pm Subject: Re: Learning lines Reply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse “loobyloo” wrote in message I’ve done several one-man shows of this length or longer. I just learn them paragraph by paragraph: learn a line learn the next one learn them together add the next line till you’ve got the first paragraph down cold. Then start the next paragraph. Once you’ve got it down go back and do both paragraphs together when you’ve got those two paragraphs down solid start paragraph three. Then you can either just keep adding paragraphs or learn each new one in conjunction with the previous one. Either method makes sure that you learn each new paragraph as a connected part to the previous paragraph which helps you maintain the flow of thought. But at least once or twice a day run through the whole thing as far as you’ve learned it and then read aloud the remainder. I’ve never had a very hard time learning a long one-man show this way. Of course the better the material the easier to memorize. Jim Beaver Reply Christopher Jahn May 24 6:50 pm show options Also it’s better to work on your lines while on your feet than sitting down. You will be SPEAKING them while you’re moving around after all. It also keeps your blood pumping and prevents you from sloooowly fading out. A trick I have used for really difficult patches or when I have only a short time to learn them I transcribe the words from the script onto a pad of paper in my own handwriting this forces my brain to process the words on a slightly deeper than simply reading them. Then copying the transcription in your own hand forces you to translate your own handwriting and re-process it as you write it out again. This can be extremely effective. This is how I learned a 5 page monologue in five hours for a production in KEELY AND DU when I was picked to be the understudy after the actor injured himself during the matinee. – :- Christopher Jahn :- http://home.comcast.net/~xjahn/Main.html Ven Hawkins May 25 3:17 pm show options Newsgroups: rec.arts.theatre.plays From: “Ven Hawkins” - Find messages by this author Date: 25 May 2005 12:17:12 -0700 Local: Wed May 25 2005 3:17 pm Subject: Re: Learning lines Reply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse I’ve used three methods: Method One: Record all the lines on tape. Use a small recorder with a pause button. When it comes your time to deliver a line hit the pause button say the line then listen. Of course since you’re doing a one man show it will always be your turn to talk so just take a chunk of dialog at a time. Method Two: Backwards. Memorize the last line. Then the previous line then the one before that. One each iteration go all the way to the last line. This way the lines you’re least familiar with are the first ones you say. Do it in managable chucks. I don’t use this method alone I still use the tape when I’m driving or some other activity that won’t allow me to use the script. I used this method when I had two weeks to memorize lines for a 2 1/2 hour show in which I played the lead character who was on stage the whole show. Method Three: I don’t try to memorize them at all. This actually works for me in some shows. We”ll have a week or two of blocking with scripts in hand to take notes. I’ve found that quite often I’ll have memorized the script without trying. It’s still a good idea to use the tape method to reinforce your lines to avoid paraphrasing. Good Luck Ven Hawkins Reply Cassiusw90s May 25 9:19 pm show options Newsgroups: rec.arts.theatre.plays From: “Cassiusw90s” - Find messages by this author Date: Thu 26 May 2005 01:19:57 GMT Local: Wed May 25 2005 9:19 pm Subject: Re: Learning lines Reply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse Cliff: One suggestion by which you can kill two birds with one stone is this: Go through your scenes a couple of times and break up the “lines” into units of intention…that is “What does the character want ” “How is he trying to get it ” “What obstacles are in his way ”. Afterwards take an hour a day..or more if possible.. and work through each scene with an index card covering all your lines except the one you’re currently on. As a result of the work above you’ll have memorized stuff without knowing it. And you’ll be memorizing the lines as part of understanding ways in which your character is moving moment to moment through the play.. It may sound pretentious but honestly it works brilliantly. Regards CassiusW90s Jim Beaver May 25 9:34 pm show options I’ve found this method to work very well myself. And not just for monologues. Jim Beaver Reply Mark Cipra May 26 6:50 am show options Newsgroups: rec.arts.theatre.plays From: “Mark Cipra” - Find messages by this author Date: Thu 26 May 2005 06:50:26 -0400 Local: Thurs May 26 2005 6:50 am Subject: Re: Learning lines Reply | Reply to Author | Forward | Print | Individual Message | Show original | Report Abuse “Cassiusw90s” wrote in message news:1v9le.14501 IX4.2961@twister.nyc.rr.com… Cliff: One suggestion by which you can kill two birds with one stone is this: Go through your scenes a couple of times and break up the “lines” into units of intention…that is “What does the character want ” “How is he trying to get it ” “What obstacles are in his way ”. I wouldn’t say this to a veteran but since you say you’re a newbie … This is very important advice. You’re not memorizing the multiplication tables you’re learning a role. The words arise out of wants actions etc. It’s more akin to learning how to rebuild a carburator than memorizing the phone book. - Hide quoted text - - Show quoted text - loobyloo May 28 4:07 pm show options Newsgroups: rec.arts.theatre.plays From: loobyloo - Find messages by this author Date: Sat 28 May 2005 21:07:54 0100 Local: Sat May 28 2005 4:07 pm Reply', 'Learning Lines sudipta Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(28, 0, 'RSS Feed is a great way to receive news and information from a variety of websites directly on your desktop without having to search for them or visit their websites. News and information can be delivered through email or web sites as plugins to your web browser as well as stand-alone news readers and feed aggregators. This article will give you a brief overview of how to avail of this great piece of technology. You must have seen those small orange ‘XML’ or ‘RSS’ buttons beginning to spread across some of your favourite web sites. Perhaps you have clicked on one out of curiosity only to be faced with a barrage of angle brackets and undecipherable code. But once you click on that button - what do you do then This article will show you exactly what to do. RSS It’s actually “Really Simple Stupid” or “Rich Site Summary” or “Really Simple Syndication.” But no matter what it’s called RSS is a new way to publish information online. The first thing to do of course is click that button. It may be an orange button with ‘XML’ or ‘RSS’ written across it or you could see the word ‘Atom’ or less commonly it could be blue with maybe the initials ‘RDF’ or it could be a simple link with something like ‘Grab My Feed’ or just ‘RSS Feed’. Gets confusing doesn’t it But what the acronyms like XML and RSS actually stand for is less than important - what to do after clicking the button is the important bit. After clicking the button you will see all that code - if you have ever viewed the source code to a web page it looks a little similar. RSS is just another language of the web but you can actually completely ignore the code itself and only care about the end product. In the case of RSS that end product is up to date news on the topics you are interested in. For example if you want to keep up to date with the latest information on financial markets or growing marigolds or your favourite “NY NJ Newsletter” and you see a feed on that particular topic you can ’subscribe’ to it and receive messages via the feed each time the publisher of the feed updates it. So how do you ’subscribe’ to an RSS feed The important bit is what is in the browser address or location bar after clicking the feed button i.e. the bit at the top of your browser window that usually starts with ‘http://…’ and tells you the web address of the page you are visiting. For this newsletter it is - http://ethnomediallc.com/wpress/index.php/feed/ After clicking the RSS or XML etc. button you need to copy that address - it’s that address that you need to ‘plug’ into what is generally known as a ‘news reader’. News readers allow you to keep updated with the feeds that you are subscribed to. There are several to choose from - some involve downloading some software some involve visiting a web site some are free and some require a small investment. Once you have chosen a particular news reader you simply take that address that you have copied and following the instructions provided with the news reader to subscribe to or add a new feed simply paste it in - the reader will take care of the rest and keep you updated with your new feed. Once you have done it once you will see just how simple it really is. Here are some news readers you can choose from in approximate order of recommendation under each category: Browser-Based: My Yahoo BlogLines http://www.bloglines.com AmphetaDesk http://www.disobey.com/amphetadesk/ NewsIsFree http://www.newsisfree.com/ Software For Windows: NewsGator http://www.newsgator.com/ - integrates into Microsoft Outlook FeedDemon http://www.bradsoft.com/feeddemon/ Awasu http://www.awasu.com/ SharpReader http://www.sharpreader.net/ FeedReader http://www.feedreader.com/ NewsWatcher http://www.newswatcher.com/ NewsRanker http://egofile.com/newsranker/ - claims to learn from your news reading to prioritize the feed items you receive Novobot http://www.proggle.com/novobot/ - extracts headlines from feeds and also web sites that you are interested in Radio Userland http://radio.userland.com/ - blogging tool with an integrated news aggregator For FireFox browser you may use the active bookmark click orange button on lower righthand corner or download SAGE plugin. Thunderbird email client can also receive RSS feeds. It’s useful to spend a few minutes researching some appropriate choices - once you’ve decided on one that you believe to be suitable you can start picking up new feeds straight away. It’s Really So Simple you won’t look back. RSS Feed is a great way to receive news and information from a variety of websites directly on your desktop without having to search for them or visit their websites. News and information can be delivered through email or web sites as plugins to your web browser as well as stand-alone news readers and feed aggregators. This article will give you a brief overview of how to avail of this great piece of technology.', 'How to Receive RSS Feeds sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(29, 0, 'Ashok Mukhopadhyay an eminent theatre personality from Kolkata is visiting the United States to direct a play at the 25th North America Bengali Conference to be held in New York during July 1 -4 2005. I asked few questions to Askok-da as I fondly call him on how he approached towards developing this play. Sudipta : NABC 2005 is celebrating 200 years of Bengali theatre through three plays covering the period. You have written the script and directing one of the segments. What part of this vast canvas are you covering in your segment Ashok : I have not actually written any script for my part of the production. I have selected scenes from some of the great plays written during the time-span and I am trying to link them with song-and-dance sequences to produce a theatrical collage. I am covering the period 1870 to 1944. Sudipta : What was your criteria in selecting the play segments Ashok : I selected scenes from some of the major plays by some of the major playwrights of the time. I wanted them to be various in appeal and approach ranging from the high satire of Buro Saliker Ghare Roa Modhusudan to the solemnly tragic note of Balidan Girishchandra from the comedic romanticism of Chirakumar Sabha Rabindranath to the musical rhythm of Alibaba Khirodeprasad and thus to the historicity of Chandragupta Dwijendralal to the garbed mythology of Karagar Manmotho Roy and finally reaching the agony and protest of Nabanna 1944 . Sudipta : What was your thought process in developing your segment Ashok : The basic thought grinding the selection of plays concerns the belief that theater provides the finest documentation of time and its flow. Theater intrinsically projects the truth about social transition placing human beings and their values against the correct perspective. I hope our production of the play-pieces will provide a commentary on the theater of the time as also on the social milieu producing the theater. Sudipta : Is this your first visit to North America Bengali Conference If so what is your expectation Ashok : This is my first visit to North America Bengali Conference. I am looking forward to a great week-end when Bengali culture will shine proudly in America projecting the multi-dimensional character of this dear and glorious tradition of ours. Ashok Mukhopadhyay an eminent theatre personality from Kolkata is visiting the United States to direct a play at the 25th North America Bengali Conference to be held in New York during July 1 -4 2005. I asked few questions to Askok-da as I fondly call him on how he approached towards developing this play. Ashoke Mukhopadhyay', 'An Interview with Ashok Mukhopadhyay sudipta Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(21, 0, 'NY NJ Bengali Newsletter June 3 2005 Dear Friends As we move towards summer all eyes I mean Bengali eyes are looking towards Manhattan New York with great expectations. The 25th North America Bengali Conference is gearing up to greet Bengalis from all parts of the world. Are you joining them Today’s events list includes two very specific events to be held at the NABC 2005 the classical music sessions and the literary seminars. Classical music and Literature are two very fond subjects of any Bengali intellectual. This year however the NABC committee has opened up the classical music event to non-regsitrants also who may be interested to listen to these wonderful musicians without having to register for the full conference. See you all in Manhattan on July 2nd to July 3rd. Many of you have been sending me event listings as long attachments even pdf files . It is vey difficult for me to extract the text info from those files.So here are your two options: 1. Send me a text file similar to my email listing give who what why when where and howmuch information. I’ll cut and paste it to my email. OR 2. Visit http://ethnomediallc.com/wpress register yourself log in and write in your announcement and mark it as a event category. You can post to other categories too like classified reviews etc. All my emails will refer to this site and my email will contain a summary of this entry too. Please help me out. Wish you all a very happy weekend. Regards Sudipta Bhawmik', 'NY/NJ Bengali Newsletter June 03 2005 sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(2, 0, 'Well this question has been answered several times by many experts. My intentions are perfectly clear. I would like to use this channel to express my thoughts and to let people know what’s happing in the e-media field especially the ethnic fields. So please stay tuned. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Why Blog  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://ethnomediallc.com/wpress/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/2#bookmarkify http://nynjbengali.com/archives/2#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/2&amp;Title=Why Blog? http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/2 http://www.bloglines.com/sub/http://nynjbengali.com/archives/2 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/2 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Why Blog?&amp;bookmark_url=http://nynjbengali.com/archives/2 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/2 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://co.mments.com/track?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://del.icio.us/post?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.diigo.com/post?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/2 http://www.dzone.com/links/add.html?description=Why Blog?&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/2 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/2&amp;h=Why Blog? http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/2&amp;t=Why Blog? http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Why Blog?&amp;url=http://nynjbengali.com/archives/2 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/2&amp;t=Why Blog? http://www.folkd.com/submit/http://nynjbengali.com/archives/2 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/2&amp;t=Why Blog? http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.hugg.com/node/add/storylink?edit[title]=Why Blog?&amp;edit[url]=http://nynjbengali.com/archives/2 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/2 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/2 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/2 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/2&title=Why Blog? http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/2&amp;bm_description=Why Blog? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/2 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/2&amp;t=Why Blog? http://myweb.yahoo.com/myweb/save?t=Why Blog?&amp;u=http://nynjbengali.com/archives/2 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/2&amp;title=Why Blog?&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/2 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/2&amp;t=Why Blog? http://www.plugim.com/submit?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/2&amp;T=Why Blog? http://reddit.com/submit?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/2 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/2 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/2&amp;title=Why Blog? http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/2 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://technorati.com/faves?add=http://nynjbengali.com/archives/2 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/2&amp;name=Why Blog? http://twitter.com/home/?status=Why Blog?+http://nynjbengali.com/archives/2 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/2&amp;title=Why Blog? https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/2 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/2&amp;t=Why Blog? http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Why Blog?&amp;uri=http://nynjbengali.com/archives/2 http://nynjbengali.com/archives/2 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/2&amp;Title=Why Blog? http://www.bloglines.com/sub/http://nynjbengali.com/archives/2 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/2 http://del.icio.us/post?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/2 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/2&title=Why Blog? http://reddit.com/submit?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://technorati.com/faves?add=http://nynjbengali.com/archives/2 http://twitter.com/home/?status=Why Blog?+http://nynjbengali.com/archives/2 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/2&amp;title=Why Blog? http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/2&amp;t=Why Blog? http://www.feedburner.com/fb/a/emailFlare?itemTitle=Why Blog?&amp;uri=http://nynjbengali.com/archives/2&amp;loc=en_US http://nynjbengali.com/archives/2#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Why Blog sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(5, 0, 'From Pamina Bagchi In Edison New Jersey a Korean American is running for mayor in an upcoming primary race. An April 25th article in the New Jersey Star Ledger reported that both the Korean American candidate and his opponent are hoping to receive votes from the Asian American community. On April 25th the “Jersey Guys” show broadcast on 101.5FM reacted to the article. In doing so the deejays used racial and ethnic stereotypes to characterize Asians in New Jersey as “un-American.” The broadcast also implied that Asian ethnic groups have taken over businesses and neighborhoods in New Jersey and have contributed to the region’s economic failings. For a copy of the letter that has been sent by organizations please email saalt@saalt.org and visit saalt.org for more info. Please call email and/or write the manager and parent company of the station to protest against this irresponsible broadcast. In addition you could also send a message to the station’s sponsors. - First introduce yourself and your connection to the community if you are a NJ resident make sure that is clear - Express your feelings about the broadcast in a respectful manner - Ask the station to meet the following demands from the community Whom do I contact Send a copy of your correspondence to saalt@saalt.org Eric Johnson Station Manager New Jersey 101.5 FM Radio P.O. Box 5698 Trenton NJ 08638 Ej1015@nj1015.com 609 771-8181 Xenophobic comments on New Jersey Radio Show Warrant Response from South Asian Community MAY 2 2005 - From Pamina Bagchi', 'NJ 101.5 Comments on Asian Americans sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(14, 0, 'Dear Friends In my last week’s newsletter I had mentioned about “Radio Bangla” the Internet radio station. Did anyone of you get a chance to listen to it I’d like to hear your comments and suggestions. Today I’d like to introduce you to “NY/NJ Bengali” Blog site http://www.ethnomediallc.com/wpress . I have set up this site where I can post our blogs i.e. blogs from any registered user . Blogs can be anything on any subject you’d like to share your thoughts on. Just register log in and post your writings. However your blogs/articles will be posted only after I approve them. This is just to prevent spam and offensive postings if any. Blogs can be posted on few different categories. Following are few of them. Please don’t forget to check the appropriate category box when you write and post your article. Categories: Social : Articles pertaining to social/political issues Arts-Culture : Article on arts and culture Reviews : Reviews of shows books films etc. Classified: If you’d like to give away donate sell or announce any service or product you may post it in this category. Note that this category postings does not show up on front page. This is FREE. Need Help: If you or someone you know needs any help from any community member you may feel free to post it here. You never know who can help you when you need it the most. Posts on this category does not show up on front page. Generic: All other categories Note that neither I nor Ethnomedia LLC has any means of verifying the authenticity of any posts and hence bears no responsibility for any consequences that may result from their usage. This is offered only as a public service. Please use responsibly and at your own risk. Note that you can set up the RSS feed from this site to be fed to your RSS news reader like yahoo or others . Next time I’ll discuss about RSS news feed in more details. I wish you a happy and enjoyable long weekend. Regards Sudipta', 'Issue: May 26 2005 sudipta Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(366, 0, 'North America Bengali Conference NABC 2009 kicks off at the San Jose Convention Center on July 2nd. The biggest Bengali event of the year will run till July 4th and will feature some of the best performers from India Bangladesh and USA. Urhalpool editor Goutam Datta will be awarded the “Distinguished Service Award” at NABC 2009 on Friday July 3rd at 6:45PM in “Banga Mancha”. The award is given by the Cultural Association of Bengal the umbrella organization of NABC for helping the cause of propagating and nurturing Bengali culture in North America. URHALPOOL www.urhalpool.com had been chosen by NABC2009 as their internet media partner. URHALPOOL in association with NABC2009 will be presenting extensive coverage of the event for all 4 days from July 1st to July 4th. Catch up with all the NABC excitement at URHALPOOL www.urhalpool.com . On June 26th Anandamandir hosted their monthly “Sahitya-o-Alochona” meetings where the attendees discussed the celebrated Bengali poet Joy Goswami. The attendees read Joy Goswami’s poems discussed the artistry of his work and shared their personal experiences with the poet. Tauryatrika 2009 the annual cultural program of Bharatiya Kala Kendra - BKK was a mega success. The event started with an excellent and highly interactive seminar followed by screening of a movie on Ustad Bismillah Khan directed by Goutam Ghosh . In the cultural program students of BKK put an excellent presentation. At the end Bappi Lahiri was on top of his form. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Community News Bites: NABC 2009 and Urhalpool size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.urhalpool.com/ http://www.urhalpool.com/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/366#bookmarkify http://nynjbengali.com/archives/366#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/366&amp;Title=Community News Bites: NABC 2009 and Urhalpool http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/366 http://www.bloglines.com/sub/http://nynjbengali.com/archives/366 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/366 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Community News Bites: NABC 2009 and Urhalpool&amp;bookmark_url=http://nynjbengali.com/archives/366 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/366 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://co.mments.com/track?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://del.icio.us/post?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.diigo.com/post?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/366 http://www.dzone.com/links/add.html?description=Community News Bites: NABC 2009 and Urhalpool&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/366 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/366&amp;h=Community News Bites: NABC 2009 and Urhalpool http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/366&amp;t=Community News Bites: NABC 2009 and Urhalpool http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Community News Bites: NABC 2009 and Urhalpool&amp;url=http://nynjbengali.com/archives/366 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/366&amp;t=Community News Bites: NABC 2009 and Urhalpool http://www.folkd.com/submit/http://nynjbengali.com/archives/366 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/366&amp;t=Community News Bites: NABC 2009 and Urhalpool http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.hugg.com/node/add/storylink?edit[title]=Community News Bites: NABC 2009 and Urhalpool&amp;edit[url]=http://nynjbengali.com/archives/366 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/366 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/366 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/366 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/366&title=Community News Bites: NABC 2009 and Urhalpool http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/366&amp;bm_description=Community News Bites: NABC 2009 and Urhalpool http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/366 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/366&amp;t=Community News Bites: NABC 2009 and Urhalpool http://myweb.yahoo.com/myweb/save?t=Community News Bites: NABC 2009 and Urhalpool&amp;u=http://nynjbengali.com/archives/366 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/366 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/366&amp;t=Community News Bites: NABC 2009 and Urhalpool http://www.plugim.com/submit?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/366&amp;T=Community News Bites: NABC 2009 and Urhalpool http://reddit.com/submit?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/366 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/366 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/366 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://technorati.com/faves?add=http://nynjbengali.com/archives/366 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/366&amp;name=Community News Bites: NABC 2009 and Urhalpool http://twitter.com/home/?status=Community News Bites: NABC 2009 and Urhalpool+http://nynjbengali.com/archives/366 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/366 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/366&amp;t=Community News Bites: NABC 2009 and Urhalpool http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Community News Bites: NABC 2009 and Urhalpool&amp;uri=http://nynjbengali.com/archives/366 http://nynjbengali.com/archives/366 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/366&amp;Title=Community News Bites: NABC 2009 and Urhalpool http://www.bloglines.com/sub/http://nynjbengali.com/archives/366 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/366 http://del.icio.us/post?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/366 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/366&title=Community News Bites: NABC 2009 and Urhalpool http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/366&amp;bm_description=Community News Bites: NABC 2009 and Urhalpool http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/366 http://reddit.com/submit?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://technorati.com/faves?add=http://nynjbengali.com/archives/366 http://twitter.com/home/?status=Community News Bites: NABC 2009 and Urhalpool+http://nynjbengali.com/archives/366 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/366&amp;title=Community News Bites: NABC 2009 and Urhalpool http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/366&amp;t=Community News Bites: NABC 2009 and Urhalpool http://www.feedburner.com/fb/a/emailFlare?itemTitle=Community News Bites: NABC 2009 and Urhalpool&amp;uri=http://nynjbengali.com/archives/366&amp;loc=en_US http://nynjbengali.com/archives/366#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Community News Bites: NABC 2009 and Urhalpool Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(515, 0, 'New Jersey Durga Puja Committee of Kallol Cordially invites you with your family and friends to participate in our 2010 Durga Puja Celebration Durga Puja will be held on October 15 16 17 2010 At the Ukranian Church and Cultural Center in Somerset New Jersey Registration Information Over the last several years we have had a large increase in the number of people attending Kallol’s Durga Puja which we are very happy about.  Unfortunately as you know the Ukranian Center Hall has limited accommodation in the main hall.  We have had to restrict entry in the main hall in the previous years in compliance with township rules and fire codes. So like the last few years we are introducing an online registration system to provide you with an opportunity for pre-registration which will guarantee entry.  We may not be able to admit you without pre-registration if we reach capacity. Online registration will begin on September 20 2010 at  http://www.kallol.com Suggested Donations Kallol Member’s: 60.00 Non- Member’s: 65.00 Student with ID: 40.00 Children 12-18 YRS : 30.00 Children Below 12 YRS : Free Patrons: 200 includes 2 badges Sponsors: 500.00 includes family bagdes upto 4 Grand Sponsors: 1000.00 includes family bagdes upto 4 complimentary 2 nights hotel room Reserved seating area for Patrons Sponsors Grand sponsors Program Schedule Friday October 15 2010 Mahasasthi and Mahasaptami Puja: 2:00 p.m. Anjali: 5:00 p.m. Dinner: 6:30 p.m. Cultural Program: 8:00 p.m. Saturday October 16 2010 Mahaashtami Sandhi Puja: 10:30 a.m. Anjali: 2:00 p.m. Dinner: 5:00 p.m. Cultural Program: 6:00 p.m. Sunday October 17 2010 Mahanabami Mahadashami Puja: 11:00 a.m. Anjali: 2:00 p.m. Dinner: 5:00 p.m. Cultural Program: 6:00 p.m. Saturday October 23 2010 Kojagori Lakshmi Puja Puja: 3:00 p.m. Anjali : 4:00 p.m. Vijaya Sammelani Cultural Program : 6:30 p.m. Dinner : 9:00 p.m. Cultural Program Highlights* Fri Oct 15 2010: Parthasarathi Desikan ~ Classical Vocal Sat Oct 16 2010: Jolly Mukherjee from Bolloywood and Koel Mukherjee of Sa Re Ga Ma Pa Fame Sun Oct 17 2010: Anirban Dasgupta Sasha Ghosal *Subject to change Venue Directions Venue Ukranian Cultural Center 135  Davidson Avenue  Somerset  NJ 08873 Directions From Interstate 287 North Take exit 10 Rt. 527 / Easton Avenue Go right towards Bound Brook and turn left at the first traffic light onto Davidson Avenue The Ukranian Cultural Center and parking will be to your right From Interstate 287 South Take exit 10 for New Brunswick / Easton Avenue Turn left onto Easton Avenue and go underneath the highway I-287 Turn left at the first light onto Davidson Avenue The Ukranian Cultural Center and parking will be to your right From Route 18 Take Route 18 from Rt 1 towards New Brunswick past the Raritan River and after the bridge make a left at the first traffic light onto River Road Go to the junction of I-287 and enter onto I-287 North Then follow directions from above Hotel Information Kallol of NJ’s official partner for Durga Puja 2010 is Madison Suites Hotel. The hotel is located at about 5 minute driving distance from the venue and features spacious rooms with microwave and refrigerators in all rooms and the rate below also includes free continental breakfast. Follow details below to make your reservations with the hotel directly. In order to get Kallol’s discounted rate you will need to mention “Kallol DP 2010” during reservations and show them a copy of your registration during check in. Madison Suites Somerset NJ 11 Cedar Grove Lane Somerset  NJ 08873 www.madisonsuitesnj.com Official Hotel of Kallol’s New Jersey Durga Puja 2010 For reservations please call 732 563-1000. Be sure to mention “KALLOL DP 2010” in order to receive this discount. You can visit them on the web at http://www.madisonsuitesnj.com Special Rates: Oct 15 16 2010 60 tax Standard rooms 80 tax Bi-Level Suites Oct 14 17 2010 55 tax Standard rooms 75 tax Bi-Level Suites Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Kallol Durga Puja 2010 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.kallol.com/ http://www.madisonsuitesnj.com/ http://www.madisonsuitesnj.com/ http://www.madisonsuitesnj.com/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/515#bookmarkify http://nynjbengali.com/archives/515#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/515&amp;Title=Kallol Durga Puja 2010 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/515 http://www.bloglines.com/sub/http://nynjbengali.com/archives/515 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/515 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Kallol Durga Puja 2010&amp;bookmark_url=http://nynjbengali.com/archives/515 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/515 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://co.mments.com/track?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://del.icio.us/post?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.diigo.com/post?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/515 http://www.dzone.com/links/add.html?description=Kallol Durga Puja 2010&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/515 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/515&amp;h=Kallol Durga Puja 2010 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/515&amp;t=Kallol Durga Puja 2010 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Kallol Durga Puja 2010&amp;url=http://nynjbengali.com/archives/515 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/515&amp;t=Kallol Durga Puja 2010 http://www.folkd.com/submit/http://nynjbengali.com/archives/515 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/515&amp;t=Kallol Durga Puja 2010 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.hugg.com/node/add/storylink?edit[title]=Kallol Durga Puja 2010&amp;edit[url]=http://nynjbengali.com/archives/515 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/515 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/515 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/515 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/515&title=Kallol Durga Puja 2010 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/515&amp;bm_description=Kallol Durga Puja 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/515 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/515&amp;t=Kallol Durga Puja 2010 http://myweb.yahoo.com/myweb/save?t=Kallol Durga Puja 2010&amp;u=http://nynjbengali.com/archives/515 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/515 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/515&amp;t=Kallol Durga Puja 2010 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/515&amp;T=Kallol Durga Puja 2010 http://reddit.com/submit?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/515 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/515 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/515 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/515 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/515&amp;name=Kallol Durga Puja 2010 http://twitter.com/home/?status=Kallol Durga Puja 2010+http://nynjbengali.com/archives/515 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/515 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/515&amp;t=Kallol Durga Puja 2010 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Kallol Durga Puja 2010&amp;uri=http://nynjbengali.com/archives/515 http://nynjbengali.com/archives/515 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/515&amp;Title=Kallol Durga Puja 2010 http://www.bloglines.com/sub/http://nynjbengali.com/archives/515 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/515 http://del.icio.us/post?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/515 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/515&title=Kallol Durga Puja 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/515&amp;bm_description=Kallol Durga Puja 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/515 http://reddit.com/submit?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/515 http://twitter.com/home/?status=Kallol Durga Puja 2010+http://nynjbengali.com/archives/515 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/515&amp;title=Kallol Durga Puja 2010 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/515&amp;t=Kallol Durga Puja 2010 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Kallol Durga Puja 2010&amp;uri=http://nynjbengali.com/archives/515&amp;loc=en_US http://nynjbengali.com/archives/515#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Kallol Durga Puja 2010 Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(511, 0, 'Ananda Mandir for the seventh year in a row will present “MAHISHASURA MARDINI” the famous musical show live on October 10th at 4.30am. This show has become synonymous with the celebration of “MAHALAYA” in Bengal and around the world for decades. Written by Bani Kumar and produced by All India Radio includes some of the most popular Bengali songs composed by Pankaj Kumar Mallik. On 10th October morning some of our most talented local musicians will present Mahishasura Mardini in its full glory. PLEASE COME AND ENJOY THE SHOW. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Ananda Prabhat at Ananda Mandir size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/511#bookmarkify http://nynjbengali.com/archives/511#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/511&amp;Title=Ananda Prabhat at Ananda Mandir http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/511 http://www.bloglines.com/sub/http://nynjbengali.com/archives/511 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/511 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Ananda Prabhat at Ananda Mandir&amp;bookmark_url=http://nynjbengali.com/archives/511 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/511 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://co.mments.com/track?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://del.icio.us/post?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.diigo.com/post?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/511 http://www.dzone.com/links/add.html?description=Ananda Prabhat at Ananda Mandir&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/511 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/511&amp;h=Ananda Prabhat at Ananda Mandir http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/511&amp;t=Ananda Prabhat at Ananda Mandir http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Ananda Prabhat at Ananda Mandir&amp;url=http://nynjbengali.com/archives/511 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/511&amp;t=Ananda Prabhat at Ananda Mandir http://www.folkd.com/submit/http://nynjbengali.com/archives/511 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/511&amp;t=Ananda Prabhat at Ananda Mandir http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.hugg.com/node/add/storylink?edit[title]=Ananda Prabhat at Ananda Mandir&amp;edit[url]=http://nynjbengali.com/archives/511 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/511 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/511 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/511 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/511&title=Ananda Prabhat at Ananda Mandir http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/511&amp;bm_description=Ananda Prabhat at Ananda Mandir http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/511 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/511&amp;t=Ananda Prabhat at Ananda Mandir http://myweb.yahoo.com/myweb/save?t=Ananda Prabhat at Ananda Mandir&amp;u=http://nynjbengali.com/archives/511 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/511 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/511&amp;t=Ananda Prabhat at Ananda Mandir http://www.plugim.com/submit?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/511&amp;T=Ananda Prabhat at Ananda Mandir http://reddit.com/submit?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/511 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/511 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/511 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://technorati.com/faves?add=http://nynjbengali.com/archives/511 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/511&amp;name=Ananda Prabhat at Ananda Mandir http://twitter.com/home/?status=Ananda Prabhat at Ananda Mandir+http://nynjbengali.com/archives/511 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/511 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/511&amp;t=Ananda Prabhat at Ananda Mandir http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Ananda Prabhat at Ananda Mandir&amp;uri=http://nynjbengali.com/archives/511 http://nynjbengali.com/archives/511 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/511&amp;Title=Ananda Prabhat at Ananda Mandir http://www.bloglines.com/sub/http://nynjbengali.com/archives/511 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/511 http://del.icio.us/post?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/511 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/511&title=Ananda Prabhat at Ananda Mandir http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/511&amp;bm_description=Ananda Prabhat at Ananda Mandir http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/511 http://reddit.com/submit?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://technorati.com/faves?add=http://nynjbengali.com/archives/511 http://twitter.com/home/?status=Ananda Prabhat at Ananda Mandir+http://nynjbengali.com/archives/511 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/511&amp;title=Ananda Prabhat at Ananda Mandir http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/511&amp;t=Ananda Prabhat at Ananda Mandir http://www.feedburner.com/fb/a/emailFlare?itemTitle=Ananda Prabhat at Ananda Mandir&amp;uri=http://nynjbengali.com/archives/511&amp;loc=en_US http://nynjbengali.com/archives/511#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Ananda Prabhat at Ananda Mandir Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(226, 2926, 'Durga Puja 2010 Bengali SMS Good ones http://www.bhalobasa.in', NULL),
(506, 2920, 'Bonani Dutta Thanks aton fo all the info about the Pujo 2010 and the events associated…truly a Good effort to link all the bengalies in Jersey and surrounding who look forward all year long for to celebrate these 4 days….:', NULL),
(512, 0, 'Few minutes ago an old friend of mine called to wish me for the upcoming Durga Puja festivals. He said “It’s Mahasasthi in Kolkata today ” I wished him back but it occurred to me that it’s Mahasashti everywhere not only in Kolkata. When I reminded him he laughed and said “Yes indeed. But our Sasthi starts on coming Friday ” And he is absolutely right. Our Pujo in New Jersey I am referring to the Kallol Durga Pujo which we both attend starts on October 15th Friday evening and that’s our Mahasasthi. The thought does give me some consolation that Pujo is yet to start and we have few more days to look forward too. But my friends and family in Kolkata have started enjoying their Pujo. They have started posting photos of their favorite idols on Facebook and Orkut sending Pujo greetings through emails and expressing their joy and merriment. ETV Bangla is taking us through the streets of Kolkata and the online newspapers and magazines giving us day by day commentary of the Pujo happenings. And we cannot deny that this does cause a bit of a tinge in our hearts. I did not grow up in Kolkata hence I don’t miss the city festivities. In fact the few times I have been to Kolkata during the Pujo I didn’t enjoy the crowd the hustle and bustle and the inconveniences of daily civic life. The only excitement was drifting from Puja Pandal to Pandal and watching the Pratima and the other pleasant visuals especially of the opposite sex around. I grew up in Hijli Kharagpur IIT Campus where we had only three very homely Puja’s. We spent all four days of Puja hanging around the Pandals tasting savory snacks at the make shift food stalls participated in various events. During the evenings we gathered around the Pratima where the priest performed the arati while the dhakis and the dhunuchi dancers danced to the intoxicating beats and the perfumed smoke from the dhunuchis. I still remember our favorite “Dari Kaku” you can see him standing on the right side in the picture above the bearded compounder from our campus hospital drumming to his hearts glee and once in a while pulling in one of us kids to play the “kashar ghonta” And at the end of the arati came the prasad that we all waited for. Later in the evening cultural programs plays music and dance livened up the pandal. Our favorite of course were the movie shows old black and white Bengali movies like Dhuli Ashite Ashiona or Neel Akasher Niche with frequent breaks due to changing on the film spools on a singe projector. Late night when the movie concluded the grounds looked like a battled field strewn with bodies of children and grown ups sleeping happily under the open sky. Another attraction of the campus puja was the burning of the Ravan effigy or Ravan Dahan. During the Puja afternoons me and my friends were assigned the task of building the Ravan using huge bamboo baskets and colored papers. On Dashami afternoon the 25 feet high Ravan effigy was installed on the island in our campus lake. The pyro-technicians from Kharagpur town came and installed the bombs and other fire works inside each of the ten heads and the torso. During the evening the idol was put up on a truck and taken around the campus before the immersion ceremony. Dari-kaku would pull us up onto the truck and we accompanied Maa Durga while dancing to the drum beats and yelling “Bolo bolo Maa Durga ki Joy Ashchhe bochhor aabaar hobe ”. After the immersion of the Durga idol in the lake and some glorious display of fireworks an arrow mounted on a wire-guided missile was launched from the banks of the lake. The arrow flew across and hit right on target - the heart of Ravan and a series of controlled explosions soon brought down the effigy into a pile of ashes. But the fun did not end with the Pujas. The Bijoya celebration was another great attraction especially to us the kids who went from door to door touched the elders feet and waited for the plates to appear from the kitchen filled with sweet and salty treats. This continued till Kali Puja came knocking at the doors. For me the Puja’s here more resemble the campus days - a meeting place with friends to share a laugh and some happiness to enjoy our kids running around to appreciate the beautiful ladies around in their wonderful saris enjoy those not-too-perfect presentations on stage and just reminisce of the good old days. Happy Puja to all of you my friends. May Maa Durga fill your lives with happiness and joy Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Durga Puja - Here and There size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/10/photo127.jpg http://nynjbengali.com/wp-content/uploads/2010/10/dsc_0316.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/512#bookmarkify http://nynjbengali.com/archives/512#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/512&amp;Title=Durga Puja - Here and There http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/512 http://www.bloglines.com/sub/http://nynjbengali.com/archives/512 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/512 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Durga Puja - Here and There&amp;bookmark_url=http://nynjbengali.com/archives/512 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/512 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://co.mments.com/track?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://del.icio.us/post?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.diigo.com/post?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/512 http://www.dzone.com/links/add.html?description=Durga Puja - Here and There&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/512 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/512&amp;h=Durga Puja - Here and There http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/512&amp;t=Durga Puja - Here and There http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Durga Puja - Here and There&amp;url=http://nynjbengali.com/archives/512 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/512&amp;t=Durga Puja - Here and There http://www.folkd.com/submit/http://nynjbengali.com/archives/512 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/512&amp;t=Durga Puja - Here and There http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.hugg.com/node/add/storylink?edit[title]=Durga Puja - Here and There&amp;edit[url]=http://nynjbengali.com/archives/512 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/512 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/512 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/512 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/512&title=Durga Puja - Here and There http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/512&amp;bm_description=Durga Puja - Here and There http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/512 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/512&amp;t=Durga Puja - Here and There http://myweb.yahoo.com/myweb/save?t=Durga Puja - Here and There&amp;u=http://nynjbengali.com/archives/512 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/512 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/512&amp;t=Durga Puja - Here and There http://www.plugim.com/submit?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/512&amp;T=Durga Puja - Here and There http://reddit.com/submit?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/512 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/512 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/512 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://technorati.com/faves?add=http://nynjbengali.com/archives/512 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/512&amp;name=Durga Puja - Here and There http://twitter.com/home/?status=Durga Puja - Here and There+http://nynjbengali.com/archives/512 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/512 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/512&amp;t=Durga Puja - Here and There http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Durga Puja - Here and There&amp;uri=http://nynjbengali.com/archives/512 http://nynjbengali.com/archives/512 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/512&amp;Title=Durga Puja - Here and There http://www.bloglines.com/sub/http://nynjbengali.com/archives/512 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/512 http://del.icio.us/post?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/512 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/512&title=Durga Puja - Here and There http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/512&amp;bm_description=Durga Puja - Here and There http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/512 http://reddit.com/submit?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://technorati.com/faves?add=http://nynjbengali.com/archives/512 http://twitter.com/home/?status=Durga Puja - Here and There+http://nynjbengali.com/archives/512 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/512&amp;title=Durga Puja - Here and There http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/512&amp;t=Durga Puja - Here and There http://www.feedburner.com/fb/a/emailFlare?itemTitle=Durga Puja - Here and There&amp;uri=http://nynjbengali.com/archives/512&amp;loc=en_US http://nynjbengali.com/archives/512#bookmarkify Durga Pratima Bisarjan - IIT Kharagpur Campus during the seventies. New Jersey Durga Puja Celebrations [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Durga Pratima Bisarjan New Jersey Durga Puja Celebrations Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Durga Puja - Here and There Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(364, 2556, 'sudipta We always welcome criticism. Without criticism we cannot improve our work. http://', NULL),
(378, 0, 'On July 4th Saturday night the curtains came down upon the NABC 2009 at the San Jose McEnery Convention Center. But as the NABC lights faded out in the West Coast Kallol of New Jersey got into full gear to herald in the NABC of 2010 to be held at the Atlantic City Convention center from July 9th to 11th 2010. Although I was not able to attend the San Jose NABC but judging from the excellent coverage on Urhalpool it seemed that it was a successful one from an overall perspective. It seemed that the shows ran on time which was unthinkable even a few years ago NABC seems to have fixed that vexing problem and made this cartoon irrelevant they were entertaining and dazzling food was good as were the long adda sessions. The second generation kids also seemed to have enjoyed themselves some made new friends and some met old ones they met at previous NABCs. However the editor of Urhalpool Gautam Dutta who also has received an award from the Cultural Asso. of Bengal at the NABC 2009 for his contribution to Bengali literature wrote an editorial on the NABC proceedings which echoed some of the frustrations of the past.  Gautam’s grievances about the treatment of domestic artists and performers neglect of  literary guests and their seminars lack of care for Bengali literature as a major component of Bengali culture has been voiced time and again but to most of the organizers those are of lower priority. After all Shantanu Shan from Mumbai can pull in more registrants than Sunil from Kolkata. Although I wrote about some of these issues in a past article I think I’ll re-iterate some of them once again. Since the 2010 NABC will be held in our home turf organized by our club “Kallol” I can hope that our hopes and wishes will find some compassionate ears.  So here goes my wish list: 1. Cut down the number of artistes from India Kolkata Mumbai . Inviting a large number of artistes and performers from India is counter productive. It not only boosts the NABC budget but to the audience members it becomes a major hassle to co-ordinate between other shows social meetings literary seminars films theater etc. etc. I have nothing against the professional performers from India. My point is to give some room to the audience members to enjoy and appreciate the other programs.  How can we expect audience at a literary seminar when it runs parallel to “Shan” “Shreya” or “Srikanto”   And hence during the local performances they take their breaks for meals addas and shopping.  Please give them a break. 2. Introduce new and upcoming talents from India. Aren’t we tired of watching and listening to the same performers again and again Srikanto Acharya is a great singer but think how many times we have heard him in the last five years. We wouldn’t have attended his concert this many times even if we had lived in Kolkata. Same goes for many of the other artistes whom we see at each and every NABC gathering. Why not introduce some of the new and upcoming artistes at NABC With the proliferation of Indian and Bengali TV channels in USA we are now familiar with many of these artists. One name comes to my mind is “Sahaj Maa” – her renderings of Sufi and folk music is simply mind boggling. Stand up comedians like “ Mir ” or “Kanchan” can be an excellent addition to the usual repertoire and they can double up as anchors/emcees. 3. Special events for second generation. Although this sounds like a cliché but the fact remains that we mostly ignore our next generation at the NABC festivities and get too involved with ourselves. Mind you when we talk about second generation we are talking about a wide range of age groups. “Speed Dating” introduced at NABC 2009 I presume is nice for the youths but may not be that attractive for the younger kids. We need to be innovative about getting them engaged – be it quiz contests or spelling bees Bengali Idol NABC idol was introduced in 2009 music contest children’s drama competition   dance competition – anything that  can engage them.  How about mini-workshops on arts and crafts music acting or film making And let our second generation kids organize manage and run them. I have more wishes and I’ll list them in the coming weeks. I also welcome comments and suggestions from the readers and listen to their wishlist. However the bottom line is that we need to rethink the objectives of Bango-Sammelon aka NABC and act accordingly. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Goodbye NABC 2009 - Welcome NABC 2010 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/07/time-zone-web.jpg http://urhalpool.com http://nynjbengali.com/wp-content/uploads/2009/07/sahaj-ma.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/378#bookmarkify http://nynjbengali.com/archives/378#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/378&amp;Title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/378 http://www.bloglines.com/sub/http://nynjbengali.com/archives/378 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/378 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Goodbye NABC 2009 - Welcome NABC 2010&amp;bookmark_url=http://nynjbengali.com/archives/378 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/378 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://co.mments.com/track?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://del.icio.us/post?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.diigo.com/post?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/378 http://www.dzone.com/links/add.html?description=Goodbye NABC 2009 - Welcome NABC 2010&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/378 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/378&amp;h=Goodbye NABC 2009 - Welcome NABC 2010 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/378&amp;t=Goodbye NABC 2009 - Welcome NABC 2010 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Goodbye NABC 2009 - Welcome NABC 2010&amp;url=http://nynjbengali.com/archives/378 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/378&amp;t=Goodbye NABC 2009 - Welcome NABC 2010 http://www.folkd.com/submit/http://nynjbengali.com/archives/378 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/378&amp;t=Goodbye NABC 2009 - Welcome NABC 2010 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.hugg.com/node/add/storylink?edit[title]=Goodbye NABC 2009 - Welcome NABC 2010&amp;edit[url]=http://nynjbengali.com/archives/378 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/378 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/378 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/378 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/378&title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/378&amp;bm_description=Goodbye NABC 2009 - Welcome NABC 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/378 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/378&amp;t=Goodbye NABC 2009 - Welcome NABC 2010 http://myweb.yahoo.com/myweb/save?t=Goodbye NABC 2009 - Welcome NABC 2010&amp;u=http://nynjbengali.com/archives/378 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/378 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/378&amp;t=Goodbye NABC 2009 - Welcome NABC 2010 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/378&amp;T=Goodbye NABC 2009 - Welcome NABC 2010 http://reddit.com/submit?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/378 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/378 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/378 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/378 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/378&amp;name=Goodbye NABC 2009 - Welcome NABC 2010 http://twitter.com/home/?status=Goodbye NABC 2009 - Welcome NABC 2010+http://nynjbengali.com/archives/378 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/378 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/378&amp;t=Goodbye NABC 2009 - Welcome NABC 2010 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Goodbye NABC 2009 - Welcome NABC 2010&amp;uri=http://nynjbengali.com/archives/378 http://nynjbengali.com/archives/378 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/378&amp;Title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.bloglines.com/sub/http://nynjbengali.com/archives/378 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/378 http://del.icio.us/post?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/378 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/378&title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/378&amp;bm_description=Goodbye NABC 2009 - Welcome NABC 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/378 http://reddit.com/submit?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/378 http://twitter.com/home/?status=Goodbye NABC 2009 - Welcome NABC 2010+http://nynjbengali.com/archives/378 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/378&amp;title=Goodbye NABC 2009 - Welcome NABC 2010 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/378&amp;t=Goodbye NABC 2009 - Welcome NABC 2010 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Goodbye NABC 2009 - Welcome NABC 2010&amp;uri=http://nynjbengali.com/archives/378&amp;loc=en_US http://nynjbengali.com/archives/378#bookmarkify NABC Time Zone Sahaj Maa [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] NABC Time Zone sahaj-ma.jpg Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Goodbye NABC 2009 - Welcome NABC 2010 Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(379, 0, 'A unique concert of Tagore songs with the accompaniment of Indian and Western musical instruments is planned for Saturday July the 18th 2009 at 6-30 P.M. at the fabulous sanctuary of the futuristic Saint Peters Church in the heart of New York City at 619 Lexington Avenue corner of 54th Street New York City. Rezwana Choudhury Bannya the famed Tagore singer will be the solo vocalist. Among the instruments will be Piano Violin Saxophone Harp Cello Veena Sitar Flute Tabla Mandira etc. The musicians who will play these instruments are all accomplished artistes in their respective areas. This is the first time that such a concert is being offered where so many Western instruments will be played with Tagore songs or any other Bengali song genre for that matter at the same session. As planned Ms. Bannya will sing an average of two songs with each instrument individually. At the end two or more songs are expected to be offered with all the  instruments playing together. Suggested donations for the concert has been set at 100 50 and 25 to defray the costs for the concert. Guests are requested to arrive on time and take their seats by 6-30 pm so that the session may start on time. The entrance is through the 54th Street south side doors less than 50 feet from Lexington Avenue while walking towards Third Avenue. Discount parking is available at Metropolitan 51 Parking 569 Lexington Avenue south side of 51st Street between Lexington and 3rd Avenue 15 for upto five hours .. For getting the discount the tickets have to be endorsed by a seal at the reception desk at the church entrance. Those interested to attend the concert and collect tickets are requested to ontact: 347-570-7787 917-770-0146 718-414-9743 or send email at following adresses: email:  smullah41@yahoo.com   sarwarharun@gmail.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Bannya Concert in New York size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:smullah41@yahoo.com mailto:sarwarharun@gmail.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/379#bookmarkify http://nynjbengali.com/archives/379#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/379&amp;Title=Bannya Concert in New York http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/379 http://www.bloglines.com/sub/http://nynjbengali.com/archives/379 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/379 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Bannya Concert in New York&amp;bookmark_url=http://nynjbengali.com/archives/379 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/379 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://co.mments.com/track?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://del.icio.us/post?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.diigo.com/post?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/379 http://www.dzone.com/links/add.html?description=Bannya Concert in New York&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/379 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/379&amp;h=Bannya Concert in New York http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/379&amp;t=Bannya Concert in New York http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Bannya Concert in New York&amp;url=http://nynjbengali.com/archives/379 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/379&amp;t=Bannya Concert in New York http://www.folkd.com/submit/http://nynjbengali.com/archives/379 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/379&amp;t=Bannya Concert in New York http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.hugg.com/node/add/storylink?edit[title]=Bannya Concert in New York&amp;edit[url]=http://nynjbengali.com/archives/379 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/379 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/379 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/379 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/379&title=Bannya Concert in New York http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/379&amp;bm_description=Bannya Concert in New York http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/379 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/379&amp;t=Bannya Concert in New York http://myweb.yahoo.com/myweb/save?t=Bannya Concert in New York&amp;u=http://nynjbengali.com/archives/379 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/379 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/379&amp;t=Bannya Concert in New York http://www.plugim.com/submit?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/379&amp;T=Bannya Concert in New York http://reddit.com/submit?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/379 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/379 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/379 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://technorati.com/faves?add=http://nynjbengali.com/archives/379 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/379&amp;name=Bannya Concert in New York http://twitter.com/home/?status=Bannya Concert in New York+http://nynjbengali.com/archives/379 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/379 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/379&amp;t=Bannya Concert in New York http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Bannya Concert in New York&amp;uri=http://nynjbengali.com/archives/379 http://nynjbengali.com/archives/379 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/379&amp;Title=Bannya Concert in New York http://www.bloglines.com/sub/http://nynjbengali.com/archives/379 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/379 http://del.icio.us/post?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/379 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/379&title=Bannya Concert in New York http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/379&amp;bm_description=Bannya Concert in New York http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/379 http://reddit.com/submit?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://technorati.com/faves?add=http://nynjbengali.com/archives/379 http://twitter.com/home/?status=Bannya Concert in New York+http://nynjbengali.com/archives/379 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/379&amp;title=Bannya Concert in New York http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/379&amp;t=Bannya Concert in New York http://www.feedburner.com/fb/a/emailFlare?itemTitle=Bannya Concert in New York&amp;uri=http://nynjbengali.com/archives/379&amp;loc=en_US http://nynjbengali.com/archives/379#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Bannya Concert in New York Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(380, 0, 'On the Occasion of its 20 th Anniversary Celebration Mrittika Inc. of New Jersey-A South Asian Language and Heritage Center formerly known as Bengali Learning center Cordially Invites You to Attend the First  “South Asian Heritage Day” Celebrating “Unity in Diversity through the Arts” Co-Sponsored by Monmouth County Library Headquarters On August 1 2009 Between 11:00 AM 3:30 PM at  Monmouth County Library Headquarters 125 Symmes Drive Manalapan NJ 07726-3249 The  day-long cultural program includes Exhibition Performing Arts Documentaries Author Presentations Art Workshops The  Exhibition “My Roots” contains three areas of display which includes: Desire within boundaries: The Earth friendly handed down ritualistic traditional painting  art form by women from Three generations of the Bengali Community features Alpana works “Vanishing Earth”: A special display of miniature clay art form of Bengal “South View”: An assorted display of folk artworks articles and jewellaries from South Asia The Performing Arts will include Music and Dance programs by community artists “Enchanting tunes of South Asia”: A multimedia musical composition featuring flags and costumes of South Asia: Research Compiling and composition by Alumni and other Mrittika members from the community. The live section will be presented by community celebrities “Mother Earth-Father sky”: A performance of Indian Lyrics and tunes written and composed by world famous writers poets and composers Co-ordinated / directed and sung by: Arundhati Mullick with a group of local community celebrities  along with a specal dance segment by “Rhythms of dance and Music Artistic Director: Mitra Purkayastha performed by Mitra Purkayastha and Orchi Dutta “East meets West”- A performance of classical Indian Kathak Bharata Natyam  and Western Dance Ballet Flamenco by “Kalamandir” of New Jersey Artistic Director: Malabika Guha performed by Brinda Guha and Ariana Dasgupta The Documentaries contain “The treasure hunt from the past”: Learn about the disappearing clay art form of Bengal Bengali with English Subtitles Directed by: Sanjiban Guha and produced by Mrittika “A Journey”-Glimpses of Mrittika’s twenty years Art workshops include “Building the bridges”: Guest Artists share techniques in South Asian Art Forms in the prticipatory programs for children and adults which includes Face art and Mehendi and there will be a   Author presentation Two Books: Two authors Mothers for Sale: Women in Kolkata’s Sex Trade by Indrani Sinha Shamita Das Dasgupta. Author Shamita Das Dasgupta shares this sharply intelligent and compassionate exploration of an East Indian social reality. Red Oleanders Raktakarabi by Rabindranath Tagore 1861 – 1941 . A new translation and adaptation of the renowned Nobel Laureate Tagore’s drama by Nupur Lahiri. Dr. Lahiri will present. The program co ordinator: Dhriti Bagchi on behalf of Mrittika Co-Sponsor: Monmouth County Library Headquarters Light refreshment will be served This program has been made possible in part by the Monmouth county Arts Council through funding from the Monmouth County Board of Chosen Freeholders through the County Historical Commission and the New Jersey State Council of the Arts/Department of State A Partmer Agency of the National Endowment for the Arts For further information pleae visit :  www.mrittika.org For Library  direction: phone number: 732-431-7220 Website:  www.monmouthcountylib.org Address: 125 Symmes Drive Manalapan NJ 07726 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  20th Anniversary Celebration Mrittika Inc. size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.mrittika.org/ http://www.monmouthcountylib.org/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/380#bookmarkify http://nynjbengali.com/archives/380#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/380&amp;Title=20th Anniversary Celebration, Mrittika, Inc. http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/380 http://www.bloglines.com/sub/http://nynjbengali.com/archives/380 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/380 http://www.buddymarks.com/add_bookmark.php?bookmark_title=20th Anniversary Celebration, Mrittika, Inc.&amp;bookmark_url=http://nynjbengali.com/archives/380 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/380 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://co.mments.com/track?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://del.icio.us/post?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.diigo.com/post?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/380 http://www.dzone.com/links/add.html?description=20th Anniversary Celebration, Mrittika, Inc.&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/380 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/380&amp;h=20th Anniversary Celebration, Mrittika, Inc. http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/380&amp;t=20th Anniversary Celebration, Mrittika, Inc. http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=20th Anniversary Celebration, Mrittika, Inc.&amp;url=http://nynjbengali.com/archives/380 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/380&amp;t=20th Anniversary Celebration, Mrittika, Inc. http://www.folkd.com/submit/http://nynjbengali.com/archives/380 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/380&amp;t=20th Anniversary Celebration, Mrittika, Inc. http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.hugg.com/node/add/storylink?edit[title]=20th Anniversary Celebration, Mrittika, Inc.&amp;edit[url]=http://nynjbengali.com/archives/380 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/380 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/380 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/380 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/380&title=20th Anniversary Celebration, Mrittika, Inc. http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/380&amp;bm_description=20th Anniversary Celebration, Mrittika, Inc. http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/380 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/380&amp;t=20th Anniversary Celebration, Mrittika, Inc. http://myweb.yahoo.com/myweb/save?t=20th Anniversary Celebration, Mrittika, Inc.&amp;u=http://nynjbengali.com/archives/380 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc.&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/380 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/380&amp;t=20th Anniversary Celebration, Mrittika, Inc. http://www.plugim.com/submit?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/380&amp;T=20th Anniversary Celebration, Mrittika, Inc. http://reddit.com/submit?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/380 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/380 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/380 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://technorati.com/faves?add=http://nynjbengali.com/archives/380 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/380&amp;name=20th Anniversary Celebration, Mrittika, Inc. http://twitter.com/home/?status=20th Anniversary Celebration, Mrittika, Inc.+http://nynjbengali.com/archives/380 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/380 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/380&amp;t=20th Anniversary Celebration, Mrittika, Inc. http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=20th Anniversary Celebration, Mrittika, Inc.&amp;uri=http://nynjbengali.com/archives/380 http://nynjbengali.com/archives/380 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/380&amp;Title=20th Anniversary Celebration, Mrittika, Inc. http://www.bloglines.com/sub/http://nynjbengali.com/archives/380 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/380 http://del.icio.us/post?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/380 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/380&title=20th Anniversary Celebration, Mrittika, Inc. http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/380&amp;bm_description=20th Anniversary Celebration, Mrittika, Inc. http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/380 http://reddit.com/submit?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://technorati.com/faves?add=http://nynjbengali.com/archives/380 http://twitter.com/home/?status=20th Anniversary Celebration, Mrittika, Inc.+http://nynjbengali.com/archives/380 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/380&amp;title=20th Anniversary Celebration, Mrittika, Inc. http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/380&amp;t=20th Anniversary Celebration, Mrittika, Inc. http://www.feedburner.com/fb/a/emailFlare?itemTitle=20th Anniversary Celebration, Mrittika, Inc.&amp;uri=http://nynjbengali.com/archives/380&amp;loc=en_US http://nynjbengali.com/archives/380#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', '20th Anniversary Celebration Mrittika Inc. Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(373, 0, 'By Amitava Sen The derivative meaning of the word “Jayanti” in Bengali is an occasion to acclaim and praise linguistically speaking. But the word really means a Jubilee celebration of certain anniversaries. More often it means celebration of birthdays of famous persons usually dead than alive. In our case the dates of these anniversaries could be an amalgam of many calendars. Saints and spiritual gurus are observed according to lunar calendar Sri Ramakrishna is celebrated on the second day of the new moon on the eleventh month Falgun of the Bengali era. Poets and littérateurs have their assigned days in accordance with the dates of Bengali calendar as in 25 th of the first month Baisakh of the calendar for the poet Rabindra Nath Thakur and for some the ones dealing with science politics sports etc. as per the Christian calendar January 23 rd for Subhas Chandra Bose for example. Bengalis worship their heroes. The modality of hero branding has changed somewhat. Now a foreign recognition is deemed necessary for getting up there. There was a dry period after Satyajit Ray till Amartya Sen arrived. Both are internationally recognized. Though Bengalis made Mother Teresa a hero she was not really their kind. Then there was Saurav Ganguly whose virtual beatification for a period of time seemed destined to make him a candidate for Jayanti of his own. That he is still alive should not be a problem. We have precedents. Biggest of all our Jayantis one for the poet Tagore had been happening long before he died. Indeed he was an enthusiastic and willing participant. In addition he saw to it that celebrators did not run out of songs and poetries for his anniversaries for longest time to come after he was gone thousands of them compare this with only 154 sonnets that Shakespeare wrote. As we like to live in our past present is dreary and the future is bleak we need anniversaries lots of them. The ways of celebrations differ. That was January twenty-third a taxi traveling in a side street in Calcutta was stopped at the entry by a group of youngsters. In the middle of the street a portrait of Bose was installed in a makeshift platform duly garlanded. They objected to the taxi proceeding. The passenger reasoned that this was the only way the taxi could reach its destination but that pleading fell in deaf ears. He was accused of being unpatriotic. The taxi driver got involved but he soon came to the conclusion that discretion was better part of valor and promptly retreated when some one threw a stone aiming at the windshield of the taxi causing a small crack realizing that the violent outburst was probably the way the young fellows in the street intended to uphold Subhas Bose’s valiant legacy of armed resistance to the intruders. Saints and gurus have a peaceful way. Their affairs are usually confined in the temple and other places indoor except for when Bharat Sevasram Sangha and the likes decide to bring out a big procession blaring loud music stopping traffic for hours. But disrupting traffic back in West Bengal is everyone’s revolutionary right. Almost everyday can be called an anniversary of some sort. Poets and writers especially ones with songs to their credit usually do better because their anniversaries have a monetary potential as it can attract a fare paying crowd of aficionados of their songs and poetries performed by celebrity artists and movie stars. Closer to home here in New Jersey we love our Jayantis too as long as it has a cover of culture. We consider only the poets and writers for the honor. On a recent evening there were three portraits somewhat worn out from many years of use two of them were instantly recognizable the third though a familiar name the face still remained a little unknown to the crowd who gathered there. Anyway the display of three pictures was all we needed for their Jayanti celebrations. What followed had nothing to do with the subject poets and their contribution to the Bengali literature. They are dead anyway who will care how they feel. Turning in the grave does not pose a threat of any consequence. One of the organizers made an announcement that the Jayanti celebration was the major annual cultural program of the club. Demonstration that followed the announcement did not appear to promise a very bright future for the state of Bengali culture or for that matter even for the three Kobis adorning the arena. The poor Kobis could not even get up on the stage their pictures looking forlorn were planted below the main podium while some variation of go as you like was going on up on the stage. There is plenty supply of Kobis in Bengali. There is no reason that we have to have Jayanti for same three of them year after year after year. Could it be because we have no other framed portraits available readily But we can act as Romans while in Rome. . Here in America we have a day earmarked for President George Washington but it really is a Presidents’ Day for all 40 dead presidents. It is closer to the first president’s birthday in February that’s all. In the same vein we can have a Kobi day for all the dead Kobis. Assigning a day closer to the most famous of them will be fitting. We can do away with the three faded pictures and celebrate Jayanti for all of them. As they are too many in number we will not be expected to sing and dance for any particular one. We will celebrate our culture in whatever shape and form we want. That will be liberating. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Jayanti’s are For Ever  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/07/tagore.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/373#bookmarkify http://nynjbengali.com/archives/373#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/373&amp;Title=Jayanti&#8217;s are For Ever! http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/373 http://www.bloglines.com/sub/http://nynjbengali.com/archives/373 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/373 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Jayanti&#8217;s are For Ever!&amp;bookmark_url=http://nynjbengali.com/archives/373 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/373 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://co.mments.com/track?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://del.icio.us/post?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.diigo.com/post?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/373 http://www.dzone.com/links/add.html?description=Jayanti&#8217;s are For Ever!&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/373 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/373&amp;h=Jayanti&#8217;s are For Ever! http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/373&amp;t=Jayanti&#8217;s are For Ever! http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Jayanti&#8217;s are For Ever!&amp;url=http://nynjbengali.com/archives/373 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/373&amp;t=Jayanti&#8217;s are For Ever! http://www.folkd.com/submit/http://nynjbengali.com/archives/373 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/373&amp;t=Jayanti&#8217;s are For Ever! http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.hugg.com/node/add/storylink?edit[title]=Jayanti&#8217;s are For Ever!&amp;edit[url]=http://nynjbengali.com/archives/373 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/373 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/373 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/373 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/373&title=Jayanti&#8217;s are For Ever! http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/373&amp;bm_description=Jayanti&#8217;s are For Ever! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/373 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/373&amp;t=Jayanti&#8217;s are For Ever! http://myweb.yahoo.com/myweb/save?t=Jayanti&#8217;s are For Ever!&amp;u=http://nynjbengali.com/archives/373 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever!&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/373 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/373&amp;t=Jayanti&#8217;s are For Ever! http://www.plugim.com/submit?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/373&amp;T=Jayanti&#8217;s are For Ever! http://reddit.com/submit?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/373 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/373 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/373 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://technorati.com/faves?add=http://nynjbengali.com/archives/373 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/373&amp;name=Jayanti&#8217;s are For Ever! http://twitter.com/home/?status=Jayanti&#8217;s are For Ever!+http://nynjbengali.com/archives/373 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/373 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/373&amp;t=Jayanti&#8217;s are For Ever! http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Jayanti&#8217;s are For Ever!&amp;uri=http://nynjbengali.com/archives/373 http://nynjbengali.com/archives/373 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/373&amp;Title=Jayanti&#8217;s are For Ever! http://www.bloglines.com/sub/http://nynjbengali.com/archives/373 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/373 http://del.icio.us/post?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/373 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/373&title=Jayanti&#8217;s are For Ever! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/373&amp;bm_description=Jayanti&#8217;s are For Ever! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/373 http://reddit.com/submit?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://technorati.com/faves?add=http://nynjbengali.com/archives/373 http://twitter.com/home/?status=Jayanti&#8217;s are For Ever!+http://nynjbengali.com/archives/373 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/373&amp;title=Jayanti&#8217;s are For Ever! http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/373&amp;t=Jayanti&#8217;s are For Ever! http://www.feedburner.com/fb/a/emailFlare?itemTitle=Jayanti&#8217;s are For Ever!&amp;uri=http://nynjbengali.com/archives/373&amp;loc=en_US http://nynjbengali.com/archives/373#bookmarkify Rabindranath Tagore [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Rabindranath Tagore Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Jayanti’s are For Ever Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(381, 0, 'A translation company specializing in voice-overs and subtitling are looking for native speakers of Bengali for lip-sync/dubbing of a video series for the City of New York We are New York . They need approximately 10 –12 speakers teenager to senior male and female. Is this something you’d like to get involved in   Experience is preferred by not necessary. Contact: Lindsey InterNation Inc. 299 Broadway Suite 1400 New York NY 10007 toll free: 800.222.8799 phone: 212.619.5545 fax: 212.619.5887 info@internation.com www.internation.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Bengali Speakers Needed size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:info@internation.com http://www.internation.com/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/381#bookmarkify http://nynjbengali.com/archives/381#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/381&amp;Title=Bengali Speakers Needed http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/381 http://www.bloglines.com/sub/http://nynjbengali.com/archives/381 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/381 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Bengali Speakers Needed&amp;bookmark_url=http://nynjbengali.com/archives/381 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/381 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://co.mments.com/track?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://del.icio.us/post?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.diigo.com/post?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/381 http://www.dzone.com/links/add.html?description=Bengali Speakers Needed&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/381 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/381&amp;h=Bengali Speakers Needed http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/381&amp;t=Bengali Speakers Needed http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Bengali Speakers Needed&amp;url=http://nynjbengali.com/archives/381 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/381&amp;t=Bengali Speakers Needed http://www.folkd.com/submit/http://nynjbengali.com/archives/381 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/381&amp;t=Bengali Speakers Needed http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.hugg.com/node/add/storylink?edit[title]=Bengali Speakers Needed&amp;edit[url]=http://nynjbengali.com/archives/381 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/381 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/381 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/381 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/381&title=Bengali Speakers Needed http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/381&amp;bm_description=Bengali Speakers Needed http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/381 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/381&amp;t=Bengali Speakers Needed http://myweb.yahoo.com/myweb/save?t=Bengali Speakers Needed&amp;u=http://nynjbengali.com/archives/381 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/381 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/381&amp;t=Bengali Speakers Needed http://www.plugim.com/submit?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/381&amp;T=Bengali Speakers Needed http://reddit.com/submit?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/381 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/381 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/381 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://technorati.com/faves?add=http://nynjbengali.com/archives/381 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/381&amp;name=Bengali Speakers Needed http://twitter.com/home/?status=Bengali Speakers Needed+http://nynjbengali.com/archives/381 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/381 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/381&amp;t=Bengali Speakers Needed http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Bengali Speakers Needed&amp;uri=http://nynjbengali.com/archives/381 http://nynjbengali.com/archives/381 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/381&amp;Title=Bengali Speakers Needed http://www.bloglines.com/sub/http://nynjbengali.com/archives/381 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/381 http://del.icio.us/post?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/381 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/381&title=Bengali Speakers Needed http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/381&amp;bm_description=Bengali Speakers Needed http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/381 http://reddit.com/submit?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://technorati.com/faves?add=http://nynjbengali.com/archives/381 http://twitter.com/home/?status=Bengali Speakers Needed+http://nynjbengali.com/archives/381 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/381&amp;title=Bengali Speakers Needed http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/381&amp;t=Bengali Speakers Needed http://www.feedburner.com/fb/a/emailFlare?itemTitle=Bengali Speakers Needed&amp;uri=http://nynjbengali.com/archives/381&amp;loc=en_US http://nynjbengali.com/archives/381#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Bengali Speakers Needed Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(510, 0, 'SKN Foundation Proudly Presents: “Sangeet Sandhya” “An Evening of Classical and Semi-Classical Songs” “A fundraiser for the preservation of Hindustani Classical Music” Date – Oct. 2 nd 2010 – Time – 4 PM to 8 PM Venue – Stonecrest Community Church Auditorium 1 1 Technology Drive North Warren NJ – 07059 Hindustani Vocal Classical by – ANASUA ROY And Semi-Classical Vocal and with a touch of Fusion by – NIRMALYA ROY From Kolkata Semi-classical music with touch of fusion: Vocal by Nirmalya Roy Kolkata a scholar in classical music from SRA and disciple of Pt. Arun Bhaduri is equally talented in light classical Ghazal and Filmi songs. He has released number of CDs and has been performing in TV Radio and abroad. Performed with Ravi Shankar-ji. Currently involved with Z-TV Bangla SaReGaMa show as composer. www.nirmalyaroy.com. Sitar By Abhisek Mallick disciple of Pt. Shyamal Chatterjee and Pt. Manilal Nag is a recipient of President Award for first position in AIR music competition 2003. He has been performing in TV Radio and abroad. Tabla By Shivalik Ghoshal disciple of Pt. Swapan Chaudhuri. Resonance Band Satyajit Bhattacharya on Keyboard Atish Mitra on Guitar and Anil Das on Percussion For More details pl. visit www.sknfoundation.org or call 732-310-3617 Cell. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Sangeet Sandhya size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/510#bookmarkify http://nynjbengali.com/archives/510#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/510&amp;Title=Sangeet Sandhya http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/510 http://www.bloglines.com/sub/http://nynjbengali.com/archives/510 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/510 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Sangeet Sandhya&amp;bookmark_url=http://nynjbengali.com/archives/510 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/510 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://co.mments.com/track?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://del.icio.us/post?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.diigo.com/post?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/510 http://www.dzone.com/links/add.html?description=Sangeet Sandhya&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/510 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/510&amp;h=Sangeet Sandhya http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/510&amp;t=Sangeet Sandhya http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Sangeet Sandhya&amp;url=http://nynjbengali.com/archives/510 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/510&amp;t=Sangeet Sandhya http://www.folkd.com/submit/http://nynjbengali.com/archives/510 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/510&amp;t=Sangeet Sandhya http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.hugg.com/node/add/storylink?edit[title]=Sangeet Sandhya&amp;edit[url]=http://nynjbengali.com/archives/510 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/510 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/510 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/510 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/510&title=Sangeet Sandhya http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/510&amp;bm_description=Sangeet Sandhya http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/510 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/510&amp;t=Sangeet Sandhya http://myweb.yahoo.com/myweb/save?t=Sangeet Sandhya&amp;u=http://nynjbengali.com/archives/510 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/510 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/510&amp;t=Sangeet Sandhya http://www.plugim.com/submit?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/510&amp;T=Sangeet Sandhya http://reddit.com/submit?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/510 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/510 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/510 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://technorati.com/faves?add=http://nynjbengali.com/archives/510 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/510&amp;name=Sangeet Sandhya http://twitter.com/home/?status=Sangeet Sandhya+http://nynjbengali.com/archives/510 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/510 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/510&amp;t=Sangeet Sandhya http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Sangeet Sandhya&amp;uri=http://nynjbengali.com/archives/510 http://nynjbengali.com/archives/510 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/510&amp;Title=Sangeet Sandhya http://www.bloglines.com/sub/http://nynjbengali.com/archives/510 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/510 http://del.icio.us/post?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/510 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/510&title=Sangeet Sandhya http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/510&amp;bm_description=Sangeet Sandhya http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/510 http://reddit.com/submit?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://technorati.com/faves?add=http://nynjbengali.com/archives/510 http://twitter.com/home/?status=Sangeet Sandhya+http://nynjbengali.com/archives/510 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/510&amp;title=Sangeet Sandhya http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/510&amp;t=Sangeet Sandhya http://www.feedburner.com/fb/a/emailFlare?itemTitle=Sangeet Sandhya&amp;uri=http://nynjbengali.com/archives/510&amp;loc=en_US http://nynjbengali.com/archives/510#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Sangeet Sandhya Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(383, 0, 'Subrata Ghosh an emiment theater critic from Kolkata recently reviewed Theater Workshop’s production “Jadiyo Galpo” in Desh patrika.  The play is directed by Ashok Mukhopadhyay. “Jadiyo Galpo” is the play that we had staged last year as “Satyameva”. Check out this review and tell your friends and family in Kolkata to watch this play at their latest opportunity. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Jadiyo Galpo - A Review size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/08/desh-review-web.jpg http://nynjbengali.com/wp-content/uploads/2009/08/desh-review-web.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/383#bookmarkify http://nynjbengali.com/archives/383#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/383&amp;Title=Jadiyo Galpo - A Review http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/383 http://www.bloglines.com/sub/http://nynjbengali.com/archives/383 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/383 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Jadiyo Galpo - A Review&amp;bookmark_url=http://nynjbengali.com/archives/383 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/383 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://co.mments.com/track?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://del.icio.us/post?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.diigo.com/post?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/383 http://www.dzone.com/links/add.html?description=Jadiyo Galpo - A Review&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/383 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/383&amp;h=Jadiyo Galpo - A Review http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/383&amp;t=Jadiyo Galpo - A Review http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Jadiyo Galpo - A Review&amp;url=http://nynjbengali.com/archives/383 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/383&amp;t=Jadiyo Galpo - A Review http://www.folkd.com/submit/http://nynjbengali.com/archives/383 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/383&amp;t=Jadiyo Galpo - A Review http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.hugg.com/node/add/storylink?edit[title]=Jadiyo Galpo - A Review&amp;edit[url]=http://nynjbengali.com/archives/383 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/383 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/383 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/383 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/383&title=Jadiyo Galpo - A Review http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/383&amp;bm_description=Jadiyo Galpo - A Review http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/383 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/383&amp;t=Jadiyo Galpo - A Review http://myweb.yahoo.com/myweb/save?t=Jadiyo Galpo - A Review&amp;u=http://nynjbengali.com/archives/383 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/383 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/383&amp;t=Jadiyo Galpo - A Review http://www.plugim.com/submit?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/383&amp;T=Jadiyo Galpo - A Review http://reddit.com/submit?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/383 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/383 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/383 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://technorati.com/faves?add=http://nynjbengali.com/archives/383 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/383&amp;name=Jadiyo Galpo - A Review http://twitter.com/home/?status=Jadiyo Galpo - A Review+http://nynjbengali.com/archives/383 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/383 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/383&amp;t=Jadiyo Galpo - A Review http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Jadiyo Galpo - A Review&amp;uri=http://nynjbengali.com/archives/383 http://nynjbengali.com/archives/383 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/383&amp;Title=Jadiyo Galpo - A Review http://www.bloglines.com/sub/http://nynjbengali.com/archives/383 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/383 http://del.icio.us/post?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/383 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/383&title=Jadiyo Galpo - A Review http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/383&amp;bm_description=Jadiyo Galpo - A Review http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/383 http://reddit.com/submit?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://technorati.com/faves?add=http://nynjbengali.com/archives/383 http://twitter.com/home/?status=Jadiyo Galpo - A Review+http://nynjbengali.com/archives/383 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/383&amp;title=Jadiyo Galpo - A Review http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/383&amp;t=Jadiyo Galpo - A Review http://www.feedburner.com/fb/a/emailFlare?itemTitle=Jadiyo Galpo - A Review&amp;uri=http://nynjbengali.com/archives/383&amp;loc=en_US http://nynjbengali.com/archives/383#bookmarkify Review of Jadiyo Galpo [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] desh-review-web Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Jadiyo Galpo - A Review Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(506, 2904, 'Anup Dey Hello there Please check this interesting website. http://www.bengalidurgapuja.com You will love it http://www.bengalidurgapuja.com http://www.bengalidurgapuja.com', NULL),
(507, 2905, 'plastic surgeon Thanks for taking the time to make this post it was a good read http://www.plasticsurgeonpro.com', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(509, 0, 'Raag-Rang presents for the first time an Informative interactive and intimate session on different styles Gharana in Hindustani Music. A Lecture-Demonstration by Dr Mohan Deshpande. Dr Deshpande a musician and musicologist will talk about different styles of Indian music and how it is in use in today’s context. Date– 3rd October Sunday. Time– 3 pm. Donation– 5.00 for members and 10.00 for non-members. RSVP will be appreciated. Contact– 732 -296-1865 908 -429-1120. Email –raagrang07@gmail.com Venue–At Sunil Nair’s residence 36 Pine Ridge Drive East Brunswick NJ 08816. From New Jersey Turnpike -Take Exit 9 - Exit left after tolls to Route 18 South towards East Bruswick - After you pass Eggers St make the next U-Turn to get on 18 North - Immediately get to the right most lane on 18 North - Turn right on S Woodland Ave - Turn right at Serviss Ave - Turn left at Messler - Take the 2nd right onto Pine Ridge Dr Destination will be on the right 0.3 mi 36 Pine Ridge DrEast Brunswick NJ 08816 From Route 1 Take Exit to Route 18 South and follow signs above. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/509#bookmarkify http://nynjbengali.com/archives/509#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/509&amp;Title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/509 http://www.bloglines.com/sub/http://nynjbengali.com/archives/509 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/509 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande&amp;bookmark_url=http://nynjbengali.com/archives/509 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/509 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://co.mments.com/track?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://del.icio.us/post?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.diigo.com/post?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/509 http://www.dzone.com/links/add.html?description=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/509 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/509&amp;h=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/509&amp;t=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande&amp;url=http://nynjbengali.com/archives/509 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/509&amp;t=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.folkd.com/submit/http://nynjbengali.com/archives/509 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/509&amp;t=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.hugg.com/node/add/storylink?edit[title]=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande&amp;edit[url]=http://nynjbengali.com/archives/509 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/509 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/509 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/509 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/509&title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/509&amp;bm_description=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/509 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/509&amp;t=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://myweb.yahoo.com/myweb/save?t=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande&amp;u=http://nynjbengali.com/archives/509 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/509 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/509&amp;t=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.plugim.com/submit?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/509&amp;T=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://reddit.com/submit?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/509 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/509 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/509 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://technorati.com/faves?add=http://nynjbengali.com/archives/509 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/509&amp;name=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://twitter.com/home/?status=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande+http://nynjbengali.com/archives/509 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/509 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/509&amp;t=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande&amp;uri=http://nynjbengali.com/archives/509 http://nynjbengali.com/archives/509 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/509&amp;Title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.bloglines.com/sub/http://nynjbengali.com/archives/509 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/509 http://del.icio.us/post?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/509 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/509&title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/509&amp;bm_description=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/509 http://reddit.com/submit?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://technorati.com/faves?add=http://nynjbengali.com/archives/509 http://twitter.com/home/?status=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande+http://nynjbengali.com/archives/509 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/509&amp;title=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/509&amp;t=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande http://www.feedburner.com/fb/a/emailFlare?itemTitle=Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande&amp;uri=http://nynjbengali.com/archives/509&amp;loc=en_US http://nynjbengali.com/archives/509#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Raag Rang Presents Lecture Demonstration by Dr. Mohan Deshpande Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(388, 0, 'Recently I was in the market to buy a used car for my son. It has been quite a long time since I bought a used or should I say “preowned” vehicle. Even when I had bought couple of “pre-owned” cars during my early days in this country I bought them through my colleagues and friends. The first car I bought was a Dodge Aries wagon that was sold to me by a colleague of mine when I was desperate to get a car that had four wheels and could take me from my home to work and maybe some shopping. Hence I ignored several of its “minor” blemishes - like the rear passenger door which was disabled permanently. A previous accident had bent it awkwardly and  my colleague warned me that if I attempt to open the door from inside it may swing out violently and injure a bystander. I never opened the door. But the car served me very well. It was the time when minivans were just appearing in the market and station wagons were in high demand to haul luggage to the airports. My friends loved the car. It could sit six people quite comfortably and the huge trunk could pack in a whole apartment. My second car was a Nissan Sentra - a cute little car with very low mileage. A friend of mine who was a grad student at Rutgers helped me find this car while I was searching through local newspapers.  Since then lot of things have changed - the internet revolution happened - social networks and blog sites came about and people stopped reading newspapers - old relations faded and new ones formed. I too avoided getting into the hassles of  used car shopping and stuck to buying new cars just to avoid the stress. When my son became eligible to drive pressure started to mount on me. He wanted a car of his own. I tried to hold off for a while but finally gave in and started looking for a “pre-owned” vehicle - a reasonably reliable vehicle that would have reasonable number of miles on it and would have a reasonable read low very low price tag. The problem with used vehicles is that you typically do not have a model in mind rather you move with a dollar amount in mind. Maybe you can also setup a mileage target and age of the vehicle too - but my primary objective was to find a good deal The next problem was where do I start my search My friends and colleagues suggested I should look up CraigsList and I did just that. Soon  I identified few cars in my area central Jersey that I liked and contacted the sellers.  The cars were very attractively priced and I was eager to close a great deal. The sellers soon responded with tales of their own. Some were going through a nasty divorce some lost their jobs some had to leave the country but the common theme was that everybody wanted to ship their car to me. Most wanted to transact through eBay or similar service and ensured that if I am not satisfied with the car I can return the car and the money will be returned to me promptly. I was literally thrown aback - I never heard of used car salesman shipping cars via UPS or FEDEX and that too for free I smelled a rat and sure enough I discovered the warning posted on craigslist - any offer to ship a car is fraud   I found some genuine sellers too and checked out couple of them but none were satisfactory. In the meantime I discovered CARFAX and AutoCheck . Both these services provide you with a detailed history of the car as to whether it had any reported accidents whether the car was salvaged or whether the odometer was tampered. It also contains reports of each and every title change and registration renewals and in some cases inspection and service records. Autocheck by Experian   even provides a Autocheck score which helps you tally the car against similar cars in the same category. For example for the same model year a car with less mileage would have a higher score than one with higher mileage. Both companies offer buy back guarantees if the car later is proven to be a salvage or have title or odometer discrepancies that were not reported. Hence I subscribed to CARFAX and Autocheck to arm myself with enough information before negotiating a deal. I was always hesitant to go to a used car dealer mainly because of the stigma associated with this class of businessmen. I heard so many horror stories I thought that the moment I step into a used car dealership I’ll me coerced into buying a junk. But with CARFAX and AutoCheck I felt that maybe I can outsmart them in their game. But soon I discovered that the used car sales people have changed their strategy. I met three sales people and none of them were pushy.  They showed such a calm and disinterested demeanor that at times I felt that they must be in the wrong business. They all have their websites with the details about their inventory and even before I could mention CARFAX they pulled out a report for me. Maybe the current state of our economy has been good to the used car business and hence they really didn’t mind losing a customer or too but it kind of turned me off.  Maybe my ego was hurt since they were not begging me to sell their cars. As I was getting tired of searching for that great used car and even contemplated the idea of buying a cheap new compact from Japan or Korea a friend of mine pointed me to Sulekha classifieds.  And it was indeed a gold mine. Almost all sellers are of Indian origin and most cars posted are the Indian favourites - Toyotas Hondas and Nissans. Very few American cars.  I started shortlisting them and contacted the sellers  for their VIN numbers ran them through CARFAX and AutoCheck and soon I was able to find my car - a ‘98 Nissan Altima with low mileage and good AutoCheck score   Now let’s see how long it lasts. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Buying a Used Car size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/08/nissan_altima.jpg http://craigslist.com http://carfax.com http://Autocheck.com http://Sulekha.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/388#bookmarkify http://nynjbengali.com/archives/388#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/388&amp;Title=Buying a Used Car http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/388 http://www.bloglines.com/sub/http://nynjbengali.com/archives/388 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/388 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Buying a Used Car&amp;bookmark_url=http://nynjbengali.com/archives/388 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/388 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://co.mments.com/track?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://del.icio.us/post?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.diigo.com/post?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/388 http://www.dzone.com/links/add.html?description=Buying a Used Car&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/388 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/388&amp;h=Buying a Used Car http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/388&amp;t=Buying a Used Car http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Buying a Used Car&amp;url=http://nynjbengali.com/archives/388 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/388&amp;t=Buying a Used Car http://www.folkd.com/submit/http://nynjbengali.com/archives/388 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/388&amp;t=Buying a Used Car http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.hugg.com/node/add/storylink?edit[title]=Buying a Used Car&amp;edit[url]=http://nynjbengali.com/archives/388 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/388 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/388 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/388 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/388&title=Buying a Used Car http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/388&amp;bm_description=Buying a Used Car http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/388 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/388&amp;t=Buying a Used Car http://myweb.yahoo.com/myweb/save?t=Buying a Used Car&amp;u=http://nynjbengali.com/archives/388 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/388 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/388&amp;t=Buying a Used Car http://www.plugim.com/submit?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/388&amp;T=Buying a Used Car http://reddit.com/submit?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/388 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/388 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/388 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://technorati.com/faves?add=http://nynjbengali.com/archives/388 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/388&amp;name=Buying a Used Car http://twitter.com/home/?status=Buying a Used Car+http://nynjbengali.com/archives/388 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/388 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/388&amp;t=Buying a Used Car http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Buying a Used Car&amp;uri=http://nynjbengali.com/archives/388 http://nynjbengali.com/archives/388 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/388&amp;Title=Buying a Used Car http://www.bloglines.com/sub/http://nynjbengali.com/archives/388 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/388 http://del.icio.us/post?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/388 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/388&title=Buying a Used Car http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/388&amp;bm_description=Buying a Used Car http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/388 http://reddit.com/submit?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://technorati.com/faves?add=http://nynjbengali.com/archives/388 http://twitter.com/home/?status=Buying a Used Car+http://nynjbengali.com/archives/388 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/388&amp;title=Buying a Used Car http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/388&amp;t=Buying a Used Car http://www.feedburner.com/fb/a/emailFlare?itemTitle=Buying a Used Car&amp;uri=http://nynjbengali.com/archives/388&amp;loc=en_US http://nynjbengali.com/archives/388#bookmarkify 1998 Nissan Altima [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Nissan Altima Carfax Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Buying a Used Car Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(389, 0, 'August 22 at the Woodlot Park in Kendall Park NJ. Contact Nilotpal Paul at nkpaul@gmail.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Jadavpur University Alumni Picnic size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/389#bookmarkify http://nynjbengali.com/archives/389#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/389&amp;Title=Jadavpur University Alumni Picnic http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/389 http://www.bloglines.com/sub/http://nynjbengali.com/archives/389 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/389 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Jadavpur University Alumni Picnic&amp;bookmark_url=http://nynjbengali.com/archives/389 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/389 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://co.mments.com/track?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://del.icio.us/post?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.diigo.com/post?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/389 http://www.dzone.com/links/add.html?description=Jadavpur University Alumni Picnic&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/389 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/389&amp;h=Jadavpur University Alumni Picnic http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/389&amp;t=Jadavpur University Alumni Picnic http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Jadavpur University Alumni Picnic&amp;url=http://nynjbengali.com/archives/389 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/389&amp;t=Jadavpur University Alumni Picnic http://www.folkd.com/submit/http://nynjbengali.com/archives/389 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/389&amp;t=Jadavpur University Alumni Picnic http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.hugg.com/node/add/storylink?edit[title]=Jadavpur University Alumni Picnic&amp;edit[url]=http://nynjbengali.com/archives/389 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/389 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/389 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/389 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/389&title=Jadavpur University Alumni Picnic http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/389&amp;bm_description=Jadavpur University Alumni Picnic http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/389 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/389&amp;t=Jadavpur University Alumni Picnic http://myweb.yahoo.com/myweb/save?t=Jadavpur University Alumni Picnic&amp;u=http://nynjbengali.com/archives/389 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/389 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/389&amp;t=Jadavpur University Alumni Picnic http://www.plugim.com/submit?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/389&amp;T=Jadavpur University Alumni Picnic http://reddit.com/submit?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/389 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/389 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/389 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://technorati.com/faves?add=http://nynjbengali.com/archives/389 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/389&amp;name=Jadavpur University Alumni Picnic http://twitter.com/home/?status=Jadavpur University Alumni Picnic+http://nynjbengali.com/archives/389 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/389 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/389&amp;t=Jadavpur University Alumni Picnic http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Jadavpur University Alumni Picnic&amp;uri=http://nynjbengali.com/archives/389 http://nynjbengali.com/archives/389 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/389&amp;Title=Jadavpur University Alumni Picnic http://www.bloglines.com/sub/http://nynjbengali.com/archives/389 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/389 http://del.icio.us/post?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/389 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/389&title=Jadavpur University Alumni Picnic http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/389&amp;bm_description=Jadavpur University Alumni Picnic http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/389 http://reddit.com/submit?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://technorati.com/faves?add=http://nynjbengali.com/archives/389 http://twitter.com/home/?status=Jadavpur University Alumni Picnic+http://nynjbengali.com/archives/389 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/389&amp;title=Jadavpur University Alumni Picnic http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/389&amp;t=Jadavpur University Alumni Picnic http://www.feedburner.com/fb/a/emailFlare?itemTitle=Jadavpur University Alumni Picnic&amp;uri=http://nynjbengali.com/archives/389&amp;loc=en_US http://nynjbengali.com/archives/389#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Jadavpur University Alumni Picnic Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(390, 0, 'IIT KGP Alumni – East Coast Summer Picnic 2009 Hi Alumnus – Our 12 th annual picnic is scheduled for Saturday September 12 2009 rain or shine at the same park as last year but different pavilion . Please join us and bring your family/significant other. Invite your group of friends and bhaat play and chill. When: Sat Sept 12 2009 11am-4pm Where: Oak Grove Pavilion within Duke Island Park Old York Road Bridgewater NJ Park Contact: 908-722-7779 http://www.somersetcountyparks.org Cost: 20/adult 16yrs and above 5 6-15 yrs Cost goes up after Sept 1 Catered Indian lunch will be served at 12:30pm. Please bring along any games or sports equipment e.g. soccer volleyball cricket baddy . To register and pay by credit card please click on paypal links below you don’t need to be paypal members : 1 Adult 20 : IIT KGP Picnic - Early Registration - Single 20 2 Adults 40 : IIT KGP Picnic - Early Registration - Double 40 1 Child 5 : IIT KGP Picnic - Early Registration - 1 Child 5 2 Children 10 : IIT KGP Picnic - Early Registration - 2 Children 10 If you prefer to send a check please send to: Ajit K Agrawal 315 West End Avenue 8B New York NY 10023. KGP ka tempo HIGH hai See you on Saturday Sept 12. Ajit Agrawal ajit k agrawal@yahoo.com Subhodev Das subhodev@att.net Websites: http://iitkgpny.community.officelive.com/ http://www.iitfoundation.org/chapters/ Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  IIT KGP Alumni – East Coast Summer Picnic 2009 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.somersetcountyparks.org/ https://www.paypal.com/cgi-bin/webscr?cmd%20=_xclick&amp;business=iitkgp_newyork%40yahoo.com&amp;amount=20&amp;item_name=IIT%20KGP%20Picnic%202008%20%2D%201%20Guest&amp;currency_code=USD&amp;bn=paywiz0105xx-bx https://www.paypal.com/cgi-bin/webscr?cmd%20=_xclick&amp;business=iitkgp_newyork%40yahoo.com&amp;amount=40&amp;item_name=IIT%20KGP%20Picnic%202008%20%2D%202%20Guests&amp;currency_code=USD&amp;bn=paywiz0105xx-bx https://www.paypal.com/cgi-bin/webscr?cmd%20=_xclick&amp;business=iitkgp_newyork%40yahoo.com&amp;amount=5&amp;item_name=IIT%20KGP%20Picnic%202008%20%2D%201%20Child&amp;currency_code=USD&amp;bn=paywiz0105xx-bx https://www.paypal.com/cgi-bin/webscr?cmd%20=_xclick&amp;business=iitkgp_newyork%40yahoo.com&amp;amount=10&amp;item_name=IIT%20KGP%20Picnic%202008%20%2D%202%20Children&amp;currency_code=USD&amp;bn=paywiz0105xx-bx mailto:ajit_k_agrawal@yahoo.com mailto:subhodev@att.net http://iitkgpny.community.officelive.com/ http://www.iitfoundation.org/chapters/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/390#bookmarkify http://nynjbengali.com/archives/390#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/390&amp;Title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/390 http://www.bloglines.com/sub/http://nynjbengali.com/archives/390 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/390 http://www.buddymarks.com/add_bookmark.php?bookmark_title=IIT KGP Alumni – East Coast Summer Picnic 2009&amp;bookmark_url=http://nynjbengali.com/archives/390 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/390 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://co.mments.com/track?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://del.icio.us/post?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.diigo.com/post?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/390 http://www.dzone.com/links/add.html?description=IIT KGP Alumni – East Coast Summer Picnic 2009&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/390 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/390&amp;h=IIT KGP Alumni – East Coast Summer Picnic 2009 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/390&amp;t=IIT KGP Alumni – East Coast Summer Picnic 2009 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=IIT KGP Alumni – East Coast Summer Picnic 2009&amp;url=http://nynjbengali.com/archives/390 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/390&amp;t=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.folkd.com/submit/http://nynjbengali.com/archives/390 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/390&amp;t=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.hugg.com/node/add/storylink?edit[title]=IIT KGP Alumni – East Coast Summer Picnic 2009&amp;edit[url]=http://nynjbengali.com/archives/390 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/390 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/390 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/390 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/390&title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/390&amp;bm_description=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/390 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/390&amp;t=IIT KGP Alumni – East Coast Summer Picnic 2009 http://myweb.yahoo.com/myweb/save?t=IIT KGP Alumni – East Coast Summer Picnic 2009&amp;u=http://nynjbengali.com/archives/390 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/390 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/390&amp;t=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/390&amp;T=IIT KGP Alumni – East Coast Summer Picnic 2009 http://reddit.com/submit?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/390 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/390 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/390 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/390 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/390&amp;name=IIT KGP Alumni – East Coast Summer Picnic 2009 http://twitter.com/home/?status=IIT KGP Alumni – East Coast Summer Picnic 2009+http://nynjbengali.com/archives/390 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/390 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/390&amp;t=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=IIT KGP Alumni – East Coast Summer Picnic 2009&amp;uri=http://nynjbengali.com/archives/390 http://nynjbengali.com/archives/390 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/390&amp;Title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.bloglines.com/sub/http://nynjbengali.com/archives/390 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/390 http://del.icio.us/post?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/390 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/390&title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/390&amp;bm_description=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/390 http://reddit.com/submit?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/390 http://twitter.com/home/?status=IIT KGP Alumni – East Coast Summer Picnic 2009+http://nynjbengali.com/archives/390 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/390&amp;title=IIT KGP Alumni – East Coast Summer Picnic 2009 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/390&amp;t=IIT KGP Alumni – East Coast Summer Picnic 2009 http://www.feedburner.com/fb/a/emailFlare?itemTitle=IIT KGP Alumni – East Coast Summer Picnic 2009&amp;uri=http://nynjbengali.com/archives/390&amp;loc=en_US http://nynjbengali.com/archives/390#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'IIT KGP Alumni – East Coast Summer Picnic 2009 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(392, 0, 'Join the OFA Health Care Forum with the President on August 20th at 2.30pm. http://my.barackobama.com/page/s/aug20web Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Health Care Forum With The President size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/392#bookmarkify http://nynjbengali.com/archives/392#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/392&amp;Title=Health Care Forum With The President http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/392 http://www.bloglines.com/sub/http://nynjbengali.com/archives/392 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/392 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Health Care Forum With The President&amp;bookmark_url=http://nynjbengali.com/archives/392 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/392 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://co.mments.com/track?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://del.icio.us/post?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.diigo.com/post?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/392 http://www.dzone.com/links/add.html?description=Health Care Forum With The President&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/392 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/392&amp;h=Health Care Forum With The President http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/392&amp;t=Health Care Forum With The President http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Health Care Forum With The President&amp;url=http://nynjbengali.com/archives/392 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/392&amp;t=Health Care Forum With The President http://www.folkd.com/submit/http://nynjbengali.com/archives/392 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/392&amp;t=Health Care Forum With The President http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.hugg.com/node/add/storylink?edit[title]=Health Care Forum With The President&amp;edit[url]=http://nynjbengali.com/archives/392 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/392 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/392 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/392 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/392&title=Health Care Forum With The President http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/392&amp;bm_description=Health Care Forum With The President http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/392 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/392&amp;t=Health Care Forum With The President http://myweb.yahoo.com/myweb/save?t=Health Care Forum With The President&amp;u=http://nynjbengali.com/archives/392 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/392 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/392&amp;t=Health Care Forum With The President http://www.plugim.com/submit?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/392&amp;T=Health Care Forum With The President http://reddit.com/submit?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/392 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/392 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/392 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://technorati.com/faves?add=http://nynjbengali.com/archives/392 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/392&amp;name=Health Care Forum With The President http://twitter.com/home/?status=Health Care Forum With The President+http://nynjbengali.com/archives/392 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/392 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/392&amp;t=Health Care Forum With The President http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Health Care Forum With The President&amp;uri=http://nynjbengali.com/archives/392 http://nynjbengali.com/archives/392 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/392&amp;Title=Health Care Forum With The President http://www.bloglines.com/sub/http://nynjbengali.com/archives/392 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/392 http://del.icio.us/post?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/392 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/392&title=Health Care Forum With The President http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/392&amp;bm_description=Health Care Forum With The President http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/392 http://reddit.com/submit?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://technorati.com/faves?add=http://nynjbengali.com/archives/392 http://twitter.com/home/?status=Health Care Forum With The President+http://nynjbengali.com/archives/392 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/392&amp;title=Health Care Forum With The President http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/392&amp;t=Health Care Forum With The President http://www.feedburner.com/fb/a/emailFlare?itemTitle=Health Care Forum With The President&amp;uri=http://nynjbengali.com/archives/392&amp;loc=en_US http://nynjbengali.com/archives/392#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Health Care Forum With The President Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(393, 0, 'Bengali Associations of NJ are gearing up for the biggest festival of the year - Durga Puja. This year the festival starts quite early around 25th-26th of September. Kallol GSCA and Anandamandir will be celebrating their Durga Puja during that weekend.  And just like last year we should expect that the registration to start soon. GSCA has already opened their online registration and Kallol is expected to open theirs in early September. Last year 2008 was the first time when Kallol of NJ started their online pre-registration process and it caused quite a bit of furor amongst the Kallol regulars who failed to register early. The registration window was closed as soon as the guest count limit was reached and that left many people with a bad taste.  Some people were able to get in at the last moment I don’t know how but several people had to go back. I think Kallol needs to do something about this. I suggest that Kallol retain a limited number approx 200 to 300 of reasonably priced daily tickets. These tickets should be released only on the day for which they are designated.  For example a Saturday tickets should be sold on Saturday only and not earlier. The price of these daily admission tickets when totalled should be higher than the combined 3-day registration fees  and they can have different rates based on the key attractions of that evening.  This process has several advantages: 1. People who want to attend only on a specific day at Kallol can do so. They do not have to be tied to Kallol puja for all three days. 2. Many people including non Bengali speaking would like to come to the Puja to watch their children or other family members perform in a show on a particular day. It would be unfair to charge the full 3 day registration from them.  Even if they purchase the 3 day package and come only for one evening Kallol will lose out a spot for the other three days. 3. The daily tickets which from our past experience can be expected to be sold out will fetch more revenue for Kallol than 3-day registrations. This is a win-win situation. These are my humble suggestions to the committee for consideration. However other organizations can also follow this process. I hope the 2009 Puja festivals will bring in joy and happiness for all. I am looking forward to it just like any other Bengali. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Durga Puja 2009 - Just a Month Away size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/393#bookmarkify http://nynjbengali.com/archives/393#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/393&amp;Title=Durga Puja 2009 - Just a Month Away http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/393 http://www.bloglines.com/sub/http://nynjbengali.com/archives/393 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/393 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Durga Puja 2009 - Just a Month Away&amp;bookmark_url=http://nynjbengali.com/archives/393 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/393 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://co.mments.com/track?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://del.icio.us/post?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.diigo.com/post?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/393 http://www.dzone.com/links/add.html?description=Durga Puja 2009 - Just a Month Away&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/393 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/393&amp;h=Durga Puja 2009 - Just a Month Away http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/393&amp;t=Durga Puja 2009 - Just a Month Away http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Durga Puja 2009 - Just a Month Away&amp;url=http://nynjbengali.com/archives/393 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/393&amp;t=Durga Puja 2009 - Just a Month Away http://www.folkd.com/submit/http://nynjbengali.com/archives/393 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/393&amp;t=Durga Puja 2009 - Just a Month Away http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.hugg.com/node/add/storylink?edit[title]=Durga Puja 2009 - Just a Month Away&amp;edit[url]=http://nynjbengali.com/archives/393 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/393 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/393 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/393 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/393&title=Durga Puja 2009 - Just a Month Away http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/393&amp;bm_description=Durga Puja 2009 - Just a Month Away http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/393 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/393&amp;t=Durga Puja 2009 - Just a Month Away http://myweb.yahoo.com/myweb/save?t=Durga Puja 2009 - Just a Month Away&amp;u=http://nynjbengali.com/archives/393 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/393 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/393&amp;t=Durga Puja 2009 - Just a Month Away http://www.plugim.com/submit?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/393&amp;T=Durga Puja 2009 - Just a Month Away http://reddit.com/submit?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/393 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/393 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/393 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://technorati.com/faves?add=http://nynjbengali.com/archives/393 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/393&amp;name=Durga Puja 2009 - Just a Month Away http://twitter.com/home/?status=Durga Puja 2009 - Just a Month Away+http://nynjbengali.com/archives/393 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/393 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/393&amp;t=Durga Puja 2009 - Just a Month Away http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Durga Puja 2009 - Just a Month Away&amp;uri=http://nynjbengali.com/archives/393 http://nynjbengali.com/archives/393 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/393&amp;Title=Durga Puja 2009 - Just a Month Away http://www.bloglines.com/sub/http://nynjbengali.com/archives/393 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/393 http://del.icio.us/post?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/393 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/393&title=Durga Puja 2009 - Just a Month Away http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/393&amp;bm_description=Durga Puja 2009 - Just a Month Away http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/393 http://reddit.com/submit?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://technorati.com/faves?add=http://nynjbengali.com/archives/393 http://twitter.com/home/?status=Durga Puja 2009 - Just a Month Away+http://nynjbengali.com/archives/393 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/393&amp;title=Durga Puja 2009 - Just a Month Away http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/393&amp;t=Durga Puja 2009 - Just a Month Away http://www.feedburner.com/fb/a/emailFlare?itemTitle=Durga Puja 2009 - Just a Month Away&amp;uri=http://nynjbengali.com/archives/393&amp;loc=en_US http://nynjbengali.com/archives/393#bookmarkify Durga Puja [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Durga Puja 2009 - Just a Month Away Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(394, 0, 'Indian Community Center of  Garden State ICC-GS cordially invites you to the  Durga Puja celebration on 19th and 20th September Saturday and Sunday at  Roxbury High School located at  One Bryant Drive Succasunna NJ 07876. The biggest attraction is the cultural program with an exciting line-up featuring famous artists from  Kolkata . Amit Paul the India Idol Runner-up will perform on Saturday Sep 19th. Jagannath and Urmimala Bose from Kolkata are the pioneers of ‘Shruti-Natak’ or talk theater. They will perform on Sunday Sep 20th. There will be special Bengali community dinner both the days. For further details please visit  www.icc-gs.org Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  ICC GS Durga Puja size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.roxbury.org/rhs/index.html http://www.icc-gs.org/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/394#bookmarkify http://nynjbengali.com/archives/394#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/394&amp;Title=ICC_GS Durga Puja http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/394 http://www.bloglines.com/sub/http://nynjbengali.com/archives/394 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/394 http://www.buddymarks.com/add_bookmark.php?bookmark_title=ICC_GS Durga Puja&amp;bookmark_url=http://nynjbengali.com/archives/394 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/394 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://co.mments.com/track?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://del.icio.us/post?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.diigo.com/post?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/394 http://www.dzone.com/links/add.html?description=ICC_GS Durga Puja&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/394 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/394&amp;h=ICC_GS Durga Puja http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/394&amp;t=ICC_GS Durga Puja http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=ICC_GS Durga Puja&amp;url=http://nynjbengali.com/archives/394 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/394&amp;t=ICC_GS Durga Puja http://www.folkd.com/submit/http://nynjbengali.com/archives/394 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/394&amp;t=ICC_GS Durga Puja http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.hugg.com/node/add/storylink?edit[title]=ICC_GS Durga Puja&amp;edit[url]=http://nynjbengali.com/archives/394 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/394 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/394 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/394 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/394&title=ICC_GS Durga Puja http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/394&amp;bm_description=ICC_GS Durga Puja http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/394 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/394&amp;t=ICC_GS Durga Puja http://myweb.yahoo.com/myweb/save?t=ICC_GS Durga Puja&amp;u=http://nynjbengali.com/archives/394 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/394 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/394&amp;t=ICC_GS Durga Puja http://www.plugim.com/submit?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/394&amp;T=ICC_GS Durga Puja http://reddit.com/submit?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/394 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/394 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/394 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://technorati.com/faves?add=http://nynjbengali.com/archives/394 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/394&amp;name=ICC_GS Durga Puja http://twitter.com/home/?status=ICC_GS Durga Puja+http://nynjbengali.com/archives/394 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/394 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/394&amp;t=ICC_GS Durga Puja http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=ICC_GS Durga Puja&amp;uri=http://nynjbengali.com/archives/394 http://nynjbengali.com/archives/394 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/394&amp;Title=ICC_GS Durga Puja http://www.bloglines.com/sub/http://nynjbengali.com/archives/394 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/394 http://del.icio.us/post?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/394 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/394&title=ICC_GS Durga Puja http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/394&amp;bm_description=ICC_GS Durga Puja http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/394 http://reddit.com/submit?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://technorati.com/faves?add=http://nynjbengali.com/archives/394 http://twitter.com/home/?status=ICC_GS Durga Puja+http://nynjbengali.com/archives/394 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/394&amp;title=ICC_GS Durga Puja http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/394&amp;t=ICC_GS Durga Puja http://www.feedburner.com/fb/a/emailFlare?itemTitle=ICC_GS Durga Puja&amp;uri=http://nynjbengali.com/archives/394&amp;loc=en_US http://nynjbengali.com/archives/394#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'ICC GS Durga Puja Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(409, 0, 'I have been trying to avoid writing about the current health care issue on this blog. The key reason being that if I start writing I won’t be able to stop. I have been discussing this issue with my friends on my facebook page and the discussions often became quite passionate and sometimes quite heated too. The rumors hear-says myths and speculations on the healthcare bill have risen to a level that I doubt if ever happened before in American social and political life. Multiple bills have been floating in the Capitol and today Senator Baucus unveiled the so-called bipartisan bill which apparently only one Republican Sen. Olympia Snowe is likely to support which has no option for a public-option requires families to contribute 13 of their income for health insurance premiums and imposes fines 3800 per family on those who do not purchase insurance. The bill does however impose some restrictions on insurance companies to prevent them from rejecting people with pre-existing conditions or from increasing the rates for people with serious illnesses. This bill if accepted would cost 856 billion over 10 year time. I would say that this bill is kind of a disappointment at least for me. Thirteen percent of one’s income as health insurance premium is far from what we call affordable. Secondly the bill does little to encourage competition. Without any public option the insurance companies will have a field time to set their own rates. The so called exchange or market place can do little when each state has only a handful of  insurance companies to select from.  Health co-operatives as proposed in the bill can hardly compete with the insurance companies. In New Jersey the state imposes some regulatory measures for individual and small business health coverage. The standard plans for individuals are community rated. From late 1993 through 2008 this has meant that a carrier must offer a standard individual health benefits plans to everyone at the same rate regardless of the applicants’ age gender profession health status or geographical location in the State. In 2009 carriers may offer standard individual health benefits plans using community rating that considers age. The ratio of the highest rates for a standard individual health benefits plan to the lowest rates for the same standard individual health benefits plan cannot be more than 3.5:1. Although this is far from being perfect but at least it ensures one aspect of health coverage is that the premium rate cannot be adjusted based on health status. And this is one of the aspects of the Baucus bill – something which is already available in NJ and I am sure in many other states.  This bill seems to me as a huge compromise with just a light slap on the insurance companies palms which I presume was worked out as a deal. What I fail to understand is what does this bill and similar bills like this can do to reduce or contain the health care cost   Insuring everybody or almost everybody can only reduce the risk for the insurance companies and possibly improve their profits which unless the insurance companies share with their policy holders will do little to reduce the premiums. But premiums are only part of the story. What about deductibles and out of pocket expenses   What about insurance companies policing the doctor’s decisions What about inflated hospital bills What about doctor’s and hospitals practicing defensive medicine to shield themselves from potential malpractice suits Without public participation I don’t think any reform can help control healthcare costs.  People should not go bankrupt or lose their homes or die just because they cannot afford medical insurance. One suggestion I have is for the Government to provide a supplementary insurance for major medical costs like chemotherapy or other expensive treatments or surgeries that insurance companies are reluctant to cover. Currently Medicare does pay for patients requiring dialysis for kidney failures even if they have not reached the Medicare qualifying age. Why not expand this coverage for other life saving expensive treatments like chemotherapy or transplant surgeries or similar conditions This may require a minor adjustment of social security taxes or other taxes but it would significantly reduce the cost of general health insurance and hence the potential savings in premium can cover for the increase in taxes if any. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  The Health Care Debate size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://facebook.com/bhawmik http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/409#bookmarkify http://nynjbengali.com/archives/409#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/409&amp;Title=The Health Care Debate http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/409 http://www.bloglines.com/sub/http://nynjbengali.com/archives/409 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/409 http://www.buddymarks.com/add_bookmark.php?bookmark_title=The Health Care Debate&amp;bookmark_url=http://nynjbengali.com/archives/409 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/409 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://co.mments.com/track?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://del.icio.us/post?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.diigo.com/post?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/409 http://www.dzone.com/links/add.html?description=The Health Care Debate&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/409 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/409&amp;h=The Health Care Debate http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/409&amp;t=The Health Care Debate http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=The Health Care Debate&amp;url=http://nynjbengali.com/archives/409 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/409&amp;t=The Health Care Debate http://www.folkd.com/submit/http://nynjbengali.com/archives/409 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/409&amp;t=The Health Care Debate http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.hugg.com/node/add/storylink?edit[title]=The Health Care Debate&amp;edit[url]=http://nynjbengali.com/archives/409 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/409 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/409 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/409 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/409&title=The Health Care Debate http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/409&amp;bm_description=The Health Care Debate http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/409 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/409&amp;t=The Health Care Debate http://myweb.yahoo.com/myweb/save?t=The Health Care Debate&amp;u=http://nynjbengali.com/archives/409 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/409 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/409&amp;t=The Health Care Debate http://www.plugim.com/submit?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/409&amp;T=The Health Care Debate http://reddit.com/submit?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/409 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/409 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/409 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://technorati.com/faves?add=http://nynjbengali.com/archives/409 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/409&amp;name=The Health Care Debate http://twitter.com/home/?status=The Health Care Debate+http://nynjbengali.com/archives/409 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/409 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/409&amp;t=The Health Care Debate http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=The Health Care Debate&amp;uri=http://nynjbengali.com/archives/409 http://nynjbengali.com/archives/409 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/409&amp;Title=The Health Care Debate http://www.bloglines.com/sub/http://nynjbengali.com/archives/409 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/409 http://del.icio.us/post?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/409 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/409&title=The Health Care Debate http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/409&amp;bm_description=The Health Care Debate http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/409 http://reddit.com/submit?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://technorati.com/faves?add=http://nynjbengali.com/archives/409 http://twitter.com/home/?status=The Health Care Debate+http://nynjbengali.com/archives/409 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/409&amp;title=The Health Care Debate http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/409&amp;t=The Health Care Debate http://www.feedburner.com/fb/a/emailFlare?itemTitle=The Health Care Debate&amp;uri=http://nynjbengali.com/archives/409&amp;loc=en_US http://nynjbengali.com/archives/409#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'The Health Care Debate Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social'),
(395, 0, 'I mean Vishal Varadwaj’s latest film “Kaminey”. I liked it a lot I was pleasantly surprised when I saw his previous film “Omkara”.  So I went to the theater with high hopes. And Kaminey exceeded my expectations. I can say that it is the best Bollywood gangsta movie ever made.  It is a treat to watch how this talented film maker has blended in violence with humor The story telling style the high paced and intelligent editing the mood photohraphy and lighting the music and the exemplary acting by the cast members reminds us that Bollywood film making has evolved a lot from the days of Ajit Pran and Prem Chopra Vishal Varadwaj is the Quentin Tarantino of Mumbai - he can create visual poetry with violence he can create characters that get tattooed in your brain and he can create wonderful music with Gulzar’s lyrics If you have seen the movie let us know how you liked it. And if you haven’t seen the movie - don’t sit there Go to the nearest theater that’s screening “Kaminey” Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Did You Like Kaminey  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/395#bookmarkify http://nynjbengali.com/archives/395#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/395&amp;Title=Did You Like Kaminey? http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/395 http://www.bloglines.com/sub/http://nynjbengali.com/archives/395 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/395 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Did You Like Kaminey?&amp;bookmark_url=http://nynjbengali.com/archives/395 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/395 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://co.mments.com/track?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://del.icio.us/post?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.diigo.com/post?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/395 http://www.dzone.com/links/add.html?description=Did You Like Kaminey?&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/395 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/395&amp;h=Did You Like Kaminey? http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/395&amp;t=Did You Like Kaminey? http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Did You Like Kaminey?&amp;url=http://nynjbengali.com/archives/395 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/395&amp;t=Did You Like Kaminey? http://www.folkd.com/submit/http://nynjbengali.com/archives/395 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/395&amp;t=Did You Like Kaminey? http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.hugg.com/node/add/storylink?edit[title]=Did You Like Kaminey?&amp;edit[url]=http://nynjbengali.com/archives/395 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/395 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/395 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/395 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/395&title=Did You Like Kaminey? http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/395&amp;bm_description=Did You Like Kaminey? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/395 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/395&amp;t=Did You Like Kaminey? http://myweb.yahoo.com/myweb/save?t=Did You Like Kaminey?&amp;u=http://nynjbengali.com/archives/395 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey?&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/395 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/395&amp;t=Did You Like Kaminey? http://www.plugim.com/submit?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/395&amp;T=Did You Like Kaminey? http://reddit.com/submit?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/395 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/395 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/395 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://technorati.com/faves?add=http://nynjbengali.com/archives/395 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/395&amp;name=Did You Like Kaminey? http://twitter.com/home/?status=Did You Like Kaminey?+http://nynjbengali.com/archives/395 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/395 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/395&amp;t=Did You Like Kaminey? http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Did You Like Kaminey?&amp;uri=http://nynjbengali.com/archives/395 http://nynjbengali.com/archives/395 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/395&amp;Title=Did You Like Kaminey? http://www.bloglines.com/sub/http://nynjbengali.com/archives/395 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/395 http://del.icio.us/post?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/395 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/395&title=Did You Like Kaminey? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/395&amp;bm_description=Did You Like Kaminey? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/395 http://reddit.com/submit?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://technorati.com/faves?add=http://nynjbengali.com/archives/395 http://twitter.com/home/?status=Did You Like Kaminey?+http://nynjbengali.com/archives/395 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/395&amp;title=Did You Like Kaminey? http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/395&amp;t=Did You Like Kaminey? http://www.feedburner.com/fb/a/emailFlare?itemTitle=Did You Like Kaminey?&amp;uri=http://nynjbengali.com/archives/395&amp;loc=en_US http://nynjbengali.com/archives/395#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Did You Like Kaminey Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(506, 2898, 'Bengali SMS Good efforts Keep up the good work http://www.bhalobasa.in', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(507, 0, 'PLEASE JOIN US FOR A COMMUNITY FORUM DISCUSSION ON WORKING TOGETHER TO SECURE AND STRENGTHEN OUR COMMUNITIES Date: Saturday September 25 2010 Time: 10:15am – 12:45pm Where: George Bush Senior Citizen Center 1 Old Bridge Plaza Old Bridge NJ 08857 Directions: www.oldbridge.com Ph: 732-721-5600 PART I Bias Incidents and Hate Crimes: How to identify and address them as a community PART II Bridging the Gap: How can community members collaborate with local law enforcement agencies to enhance public safety RSVP preferred by Saturday September18th 2010 to CitizensofOldBridge@gmail.com Please indicate whether you would like an interpreter. Refreshments provided. THIS EVENT IS ORGANIZED BY THE CITIZENS OF OLD BRIDGE COBNJ SOUTH ASIAN AMERICANS LEADING TOGETHER SAALT AND THE U.S. DEPARTMENT OF JUSTICE COMMUNITY RELATIONS SERVICE IN COLLABORATION WITH OLD BRIDGE TOWNSHIP MIDDLESEX COUNTY PROSECUTOR’S OFFICE OLD BRIDGE POLICE DEPARTMENT SOUTH ASIAN BAR ASSOCIATION NEW JERSEY SABA-NJ ASIAN AMERICAN LEGAL DEFENSE AND EDUCATION FUND AALDEF MANAVI THE SIKH COALITION AND INDIAN AMERICAN DEFENSE LEAGUE Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Divyendu Sinha Murder Followup: Community Forum and Discussion size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/507#bookmarkify http://nynjbengali.com/archives/507#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/507&amp;Title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/507 http://www.bloglines.com/sub/http://nynjbengali.com/archives/507 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/507 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Divyendu Sinha Murder Followup: Community Forum and Discussion&amp;bookmark_url=http://nynjbengali.com/archives/507 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/507 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://co.mments.com/track?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://del.icio.us/post?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.diigo.com/post?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/507 http://www.dzone.com/links/add.html?description=Divyendu Sinha Murder Followup: Community Forum and Discussion&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/507 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/507&amp;h=Divyendu Sinha Murder Followup: Community Forum and Discussion http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/507&amp;t=Divyendu Sinha Murder Followup: Community Forum and Discussion http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Divyendu Sinha Murder Followup: Community Forum and Discussion&amp;url=http://nynjbengali.com/archives/507 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/507&amp;t=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.folkd.com/submit/http://nynjbengali.com/archives/507 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/507&amp;t=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.hugg.com/node/add/storylink?edit[title]=Divyendu Sinha Murder Followup: Community Forum and Discussion&amp;edit[url]=http://nynjbengali.com/archives/507 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/507 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/507 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/507 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/507&title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/507&amp;bm_description=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/507 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/507&amp;t=Divyendu Sinha Murder Followup: Community Forum and Discussion http://myweb.yahoo.com/myweb/save?t=Divyendu Sinha Murder Followup: Community Forum and Discussion&amp;u=http://nynjbengali.com/archives/507 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/507 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/507&amp;t=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.plugim.com/submit?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/507&amp;T=Divyendu Sinha Murder Followup: Community Forum and Discussion http://reddit.com/submit?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/507 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/507 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/507 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://technorati.com/faves?add=http://nynjbengali.com/archives/507 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/507&amp;name=Divyendu Sinha Murder Followup: Community Forum and Discussion http://twitter.com/home/?status=Divyendu Sinha Murder Followup: Community Forum and Discussion+http://nynjbengali.com/archives/507 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/507 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/507&amp;t=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Divyendu Sinha Murder Followup: Community Forum and Discussion&amp;uri=http://nynjbengali.com/archives/507 http://nynjbengali.com/archives/507 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/507&amp;Title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.bloglines.com/sub/http://nynjbengali.com/archives/507 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/507 http://del.icio.us/post?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/507 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/507&title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/507&amp;bm_description=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/507 http://reddit.com/submit?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://technorati.com/faves?add=http://nynjbengali.com/archives/507 http://twitter.com/home/?status=Divyendu Sinha Murder Followup: Community Forum and Discussion+http://nynjbengali.com/archives/507 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/507&amp;title=Divyendu Sinha Murder Followup: Community Forum and Discussion http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/507&amp;t=Divyendu Sinha Murder Followup: Community Forum and Discussion http://www.feedburner.com/fb/a/emailFlare?itemTitle=Divyendu Sinha Murder Followup: Community Forum and Discussion&amp;uri=http://nynjbengali.com/archives/507&amp;loc=en_US http://nynjbengali.com/archives/507#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Divyendu Sinha Murder Followup: Community Forum and Discussion Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(397, 0, 'For folks who follow the Weight Watchers diet system of points the following table illustrates some of the popular Indian food items found in restaurants. However note that this is not what we eat at home on a daily basis.  Now how do we calculate points for Maachher Jhol Begun Bhaja Mung-dal Posto-bata Wise Choices POINTS Value Raita 1/2 cup 1 Chapati bread 1 piece 2 Puri bread 1 piece 2 Nan bread 7 x 8-inch piece 4 Tandoori chicken without skin 1 piece 4 Chicken tikka 4 oz 5 Bean and lentil stew 1 cup dal maharani 6 Not-So-Wise Choices POINTS Value Samosa fried vegetable or meat patties 3 Lamb korma spicy curry 1 cup 15 Chicken curry 1 cup 10 Vegetable fritters 1 cup 10 Lamb biryani 1 cup 14 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Indian Food and Weight Watchers size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/397#bookmarkify http://nynjbengali.com/archives/397#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/397&amp;Title=Indian Food and Weight Watchers http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/397 http://www.bloglines.com/sub/http://nynjbengali.com/archives/397 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/397 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Indian Food and Weight Watchers&amp;bookmark_url=http://nynjbengali.com/archives/397 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/397 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://co.mments.com/track?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://del.icio.us/post?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.diigo.com/post?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/397 http://www.dzone.com/links/add.html?description=Indian Food and Weight Watchers&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/397 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/397&amp;h=Indian Food and Weight Watchers http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/397&amp;t=Indian Food and Weight Watchers http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Indian Food and Weight Watchers&amp;url=http://nynjbengali.com/archives/397 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/397&amp;t=Indian Food and Weight Watchers http://www.folkd.com/submit/http://nynjbengali.com/archives/397 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/397&amp;t=Indian Food and Weight Watchers http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.hugg.com/node/add/storylink?edit[title]=Indian Food and Weight Watchers&amp;edit[url]=http://nynjbengali.com/archives/397 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/397 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/397 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/397 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/397&title=Indian Food and Weight Watchers http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/397&amp;bm_description=Indian Food and Weight Watchers http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/397 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/397&amp;t=Indian Food and Weight Watchers http://myweb.yahoo.com/myweb/save?t=Indian Food and Weight Watchers&amp;u=http://nynjbengali.com/archives/397 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/397 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/397&amp;t=Indian Food and Weight Watchers http://www.plugim.com/submit?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/397&amp;T=Indian Food and Weight Watchers http://reddit.com/submit?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/397 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/397 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/397 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://technorati.com/faves?add=http://nynjbengali.com/archives/397 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/397&amp;name=Indian Food and Weight Watchers http://twitter.com/home/?status=Indian Food and Weight Watchers+http://nynjbengali.com/archives/397 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/397 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/397&amp;t=Indian Food and Weight Watchers http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Indian Food and Weight Watchers&amp;uri=http://nynjbengali.com/archives/397 http://nynjbengali.com/archives/397 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/397&amp;Title=Indian Food and Weight Watchers http://www.bloglines.com/sub/http://nynjbengali.com/archives/397 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/397 http://del.icio.us/post?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/397 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/397&title=Indian Food and Weight Watchers http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/397&amp;bm_description=Indian Food and Weight Watchers http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/397 http://reddit.com/submit?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://technorati.com/faves?add=http://nynjbengali.com/archives/397 http://twitter.com/home/?status=Indian Food and Weight Watchers+http://nynjbengali.com/archives/397 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/397&amp;title=Indian Food and Weight Watchers http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/397&amp;t=Indian Food and Weight Watchers http://www.feedburner.com/fb/a/emailFlare?itemTitle=Indian Food and Weight Watchers&amp;uri=http://nynjbengali.com/archives/397&amp;loc=en_US http://nynjbengali.com/archives/397#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Indian Food and Weight Watchers Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(441, 0, 'The October issue of the bilingual Bengali/English webzine Urhalpool is now online. The latest issue includes stories by Mandakranta Sen Samaresh Majumdar Nabanita Deb Sen Alolika Mukherjee Abul Bashar and others.  Serials by Sunil Ganguly and Taslima Nasreen are still ongoing. Special attraction would be the interview of Baichung Bhutia and  a memoir by Srikanta Acharya. I am sure you’ll enjoy this issue like the previous ones. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Urhalpool October Issue is Online size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://urhalpool.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/441#bookmarkify http://nynjbengali.com/archives/441#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/441&amp;Title=Urhalpool October Issue is Online http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/441 http://www.bloglines.com/sub/http://nynjbengali.com/archives/441 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/441 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Urhalpool October Issue is Online&amp;bookmark_url=http://nynjbengali.com/archives/441 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/441 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://co.mments.com/track?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://del.icio.us/post?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.diigo.com/post?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/441 http://www.dzone.com/links/add.html?description=Urhalpool October Issue is Online&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/441 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/441&amp;h=Urhalpool October Issue is Online http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/441&amp;t=Urhalpool October Issue is Online http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Urhalpool October Issue is Online&amp;url=http://nynjbengali.com/archives/441 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/441&amp;t=Urhalpool October Issue is Online http://www.folkd.com/submit/http://nynjbengali.com/archives/441 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/441&amp;t=Urhalpool October Issue is Online http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.hugg.com/node/add/storylink?edit[title]=Urhalpool October Issue is Online&amp;edit[url]=http://nynjbengali.com/archives/441 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/441 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/441 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/441 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/441&title=Urhalpool October Issue is Online http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/441&amp;bm_description=Urhalpool October Issue is Online http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/441 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/441&amp;t=Urhalpool October Issue is Online http://myweb.yahoo.com/myweb/save?t=Urhalpool October Issue is Online&amp;u=http://nynjbengali.com/archives/441 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/441 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/441&amp;t=Urhalpool October Issue is Online http://www.plugim.com/submit?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/441&amp;T=Urhalpool October Issue is Online http://reddit.com/submit?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/441 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/441 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/441 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://technorati.com/faves?add=http://nynjbengali.com/archives/441 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/441&amp;name=Urhalpool October Issue is Online http://twitter.com/home/?status=Urhalpool October Issue is Online+http://nynjbengali.com/archives/441 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/441 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/441&amp;t=Urhalpool October Issue is Online http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Urhalpool October Issue is Online&amp;uri=http://nynjbengali.com/archives/441 http://nynjbengali.com/archives/441 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/441&amp;Title=Urhalpool October Issue is Online http://www.bloglines.com/sub/http://nynjbengali.com/archives/441 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/441 http://del.icio.us/post?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/441 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/441&title=Urhalpool October Issue is Online http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/441&amp;bm_description=Urhalpool October Issue is Online http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/441 http://reddit.com/submit?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://technorati.com/faves?add=http://nynjbengali.com/archives/441 http://twitter.com/home/?status=Urhalpool October Issue is Online+http://nynjbengali.com/archives/441 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/441&amp;title=Urhalpool October Issue is Online http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/441&amp;t=Urhalpool October Issue is Online http://www.feedburner.com/fb/a/emailFlare?itemTitle=Urhalpool October Issue is Online&amp;uri=http://nynjbengali.com/archives/441&amp;loc=en_US http://nynjbengali.com/archives/441#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Urhalpool October Issue is Online Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(442, 0, 'I have been an ardent reader of “Desh” the premier Bengali literary magazine since my childhood days. As I moved to the US I continued my subscription through the “House of Ananda” a New York based agency of ABP Ananda Bazar Publications . I could pay my subscription dues using a credit card or via Paypal through their website. I used to get the magazine regularly and in time. However recently due to some mysterious reasons the US based distribution ceased to exist and the magazine is now mailed directly from Kolkata. This resulted in two issues.  First the magazine delivery became irregular and I missed few issues which I guess was lost in the mail. The delivery is also delayed. Secondly the subscription process has become really complicated and ABP now demands the payment to be sent to their Kolkata office in the form of DD. This is totally unacceptable in current times. Technology has evolved and the days of demand drafts and money orders are long gone in the global market. I recently purchased a book from an Indian distributor who accepted credit card payment through their website and mailed me the book in less than two weeks.  Why can’t a huge publication house like ABP do this Bengalis now live all over the world and publishers and book sellers like ABP should cater to their international clientele using modern technology.  An email sent to the ABP office had no positive effect.   Publishers like ABP should learn a lesson or two from their international counter parts. Magazine publishers in USA use all kinds of methods to hold on to their subscribers. They try to make the subscription renewal  process as painless as possible. Where as publishers like ABP seem to be happy to lose a few customers. To manage the loss of readership all they can do is reduce the frequency of publication to monthly and then maybe to quarterly. That’s what they did when the reduced the frequency from weekly to fortnightly. I hope ABP comes to their senses and reinstates their foreign distribution centers and try to expand their business to the Bengalis living abroad. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Un Availability of Desh Patrika in USA size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/442#bookmarkify http://nynjbengali.com/archives/442#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/442&amp;Title=(Un)Availability of Desh Patrika in USA http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/442 http://www.bloglines.com/sub/http://nynjbengali.com/archives/442 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/442 http://www.buddymarks.com/add_bookmark.php?bookmark_title=(Un)Availability of Desh Patrika in USA&amp;bookmark_url=http://nynjbengali.com/archives/442 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/442 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://co.mments.com/track?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://del.icio.us/post?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.diigo.com/post?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/442 http://www.dzone.com/links/add.html?description=(Un)Availability of Desh Patrika in USA&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/442 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/442&amp;h=(Un)Availability of Desh Patrika in USA http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/442&amp;t=(Un)Availability of Desh Patrika in USA http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=(Un)Availability of Desh Patrika in USA&amp;url=http://nynjbengali.com/archives/442 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/442&amp;t=(Un)Availability of Desh Patrika in USA http://www.folkd.com/submit/http://nynjbengali.com/archives/442 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/442&amp;t=(Un)Availability of Desh Patrika in USA http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.hugg.com/node/add/storylink?edit[title]=(Un)Availability of Desh Patrika in USA&amp;edit[url]=http://nynjbengali.com/archives/442 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/442 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/442 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/442 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/442&title=(Un)Availability of Desh Patrika in USA http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/442&amp;bm_description=(Un)Availability of Desh Patrika in USA http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/442 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/442&amp;t=(Un)Availability of Desh Patrika in USA http://myweb.yahoo.com/myweb/save?t=(Un)Availability of Desh Patrika in USA&amp;u=http://nynjbengali.com/archives/442 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/442 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/442&amp;t=(Un)Availability of Desh Patrika in USA http://www.plugim.com/submit?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/442&amp;T=(Un)Availability of Desh Patrika in USA http://reddit.com/submit?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/442 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/442 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/442 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://technorati.com/faves?add=http://nynjbengali.com/archives/442 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/442&amp;name=(Un)Availability of Desh Patrika in USA http://twitter.com/home/?status=(Un)Availability of Desh Patrika in USA+http://nynjbengali.com/archives/442 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/442 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/442&amp;t=(Un)Availability of Desh Patrika in USA http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=(Un)Availability of Desh Patrika in USA&amp;uri=http://nynjbengali.com/archives/442 http://nynjbengali.com/archives/442 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/442&amp;Title=(Un)Availability of Desh Patrika in USA http://www.bloglines.com/sub/http://nynjbengali.com/archives/442 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/442 http://del.icio.us/post?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/442 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/442&title=(Un)Availability of Desh Patrika in USA http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/442&amp;bm_description=(Un)Availability of Desh Patrika in USA http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/442 http://reddit.com/submit?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://technorati.com/faves?add=http://nynjbengali.com/archives/442 http://twitter.com/home/?status=(Un)Availability of Desh Patrika in USA+http://nynjbengali.com/archives/442 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/442&amp;title=(Un)Availability of Desh Patrika in USA http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/442&amp;t=(Un)Availability of Desh Patrika in USA http://www.feedburner.com/fb/a/emailFlare?itemTitle=(Un)Availability of Desh Patrika in USA&amp;uri=http://nynjbengali.com/archives/442&amp;loc=en_US http://nynjbengali.com/archives/442#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Un Availability of Desh Patrika in USA Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(407, 0, 'Kallol announces the celebration of New Jersey Durga Puja 2009 NJDP’09 on Sep 25 26 and 27 2009 in the Ukranian Cultural Center Somerset NJ. Friday September 25 2009 Mahasasthi and Mahasaptami Puja: 2:00 p.m. Anjali: 5:00 p.m. Dinner: 6:30 p.m. Cultural Program: 8:00 p.m. Saturday September 26 2009 Mahaasthami and Sandhi Puja: 10:30 a.m. Anjali: 2:00 p.m. Dinner: 5:00 p.m. Cultural Program: 6:00 p.m. Sunday September 27 2009 Mahanabami and Mahadashami Puja: 11:00 a.m. Anjali: 2:00 p.m. Dinner: 5:00 p.m. Cultural Program: 6.00 p.m. Saturday October 03 2009 Kojagari Lakshmipuja Puja: 3:00 p.m. Anjali: 4:00 p.m. Vijaya Sammelani Cultural Program: 6:30 p.m. Dinner: 9:00 p.m. Cultural Program Highlights* Friday   September 25 2009 : Pt. Jasraj Saturday   September 26 2009: Ujjaini from Kolkata Childrens play “Gupi Gayen Bagha Bayen” - based on Satyajit Ray’s film. Directed by Aparajita Das Kallol play “Ajo Kahini” - written by Sudipta Bhawmik directed by Pinaki Dutta Sunday   September 27 2009: Debojit from Mumbai *Subject to change For questions regarding registration at NJDP 09 please send an email to  njdp09@kallol.com . If your questions are not answered via email within 2 working days you may contact the following at evening hours  EDT ONLY. Amal Paul: 908 255-4047 Arunansu Dasgupta: 732 572-0391 For questions regarding member login and passwords please send an email to  membership@kallol.com . Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Kallol Durga Puja 2009 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:njdp09@kallol.com mailto:membership@kallol.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/407#bookmarkify http://nynjbengali.com/archives/407#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/407&amp;Title=Kallol Durga Puja 2009 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/407 http://www.bloglines.com/sub/http://nynjbengali.com/archives/407 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/407 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Kallol Durga Puja 2009&amp;bookmark_url=http://nynjbengali.com/archives/407 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/407 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://co.mments.com/track?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://del.icio.us/post?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.diigo.com/post?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/407 http://www.dzone.com/links/add.html?description=Kallol Durga Puja 2009&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/407 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/407&amp;h=Kallol Durga Puja 2009 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/407&amp;t=Kallol Durga Puja 2009 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Kallol Durga Puja 2009&amp;url=http://nynjbengali.com/archives/407 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/407&amp;t=Kallol Durga Puja 2009 http://www.folkd.com/submit/http://nynjbengali.com/archives/407 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/407&amp;t=Kallol Durga Puja 2009 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.hugg.com/node/add/storylink?edit[title]=Kallol Durga Puja 2009&amp;edit[url]=http://nynjbengali.com/archives/407 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/407 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/407 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/407 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/407&title=Kallol Durga Puja 2009 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/407&amp;bm_description=Kallol Durga Puja 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/407 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/407&amp;t=Kallol Durga Puja 2009 http://myweb.yahoo.com/myweb/save?t=Kallol Durga Puja 2009&amp;u=http://nynjbengali.com/archives/407 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/407 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/407&amp;t=Kallol Durga Puja 2009 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/407&amp;T=Kallol Durga Puja 2009 http://reddit.com/submit?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/407 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/407 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/407 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/407 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/407&amp;name=Kallol Durga Puja 2009 http://twitter.com/home/?status=Kallol Durga Puja 2009+http://nynjbengali.com/archives/407 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/407 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/407&amp;t=Kallol Durga Puja 2009 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Kallol Durga Puja 2009&amp;uri=http://nynjbengali.com/archives/407 http://nynjbengali.com/archives/407 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/407&amp;Title=Kallol Durga Puja 2009 http://www.bloglines.com/sub/http://nynjbengali.com/archives/407 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/407 http://del.icio.us/post?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/407 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/407&title=Kallol Durga Puja 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/407&amp;bm_description=Kallol Durga Puja 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/407 http://reddit.com/submit?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/407 http://twitter.com/home/?status=Kallol Durga Puja 2009+http://nynjbengali.com/archives/407 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/407&amp;title=Kallol Durga Puja 2009 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/407&amp;t=Kallol Durga Puja 2009 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Kallol Durga Puja 2009&amp;uri=http://nynjbengali.com/archives/407&amp;loc=en_US http://nynjbengali.com/archives/407#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Kallol Durga Puja 2009 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(408, 0, 'Ananda Mandir will feature “Live” Mahalaya with local artists. Admission Free. Date: Sunday 20th September 2009. Time: 4:30 A.M. Address: 269 Cedar Grove Lane Somerset NJ 08873-5212. Phone: 732-873-9821. Get directions: http://anandamandir.org/Contact.html Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Mahalaya Live at Anandamandir size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/408#bookmarkify http://nynjbengali.com/archives/408#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/408&amp;Title=Mahalaya Live at Anandamandir http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/408 http://www.bloglines.com/sub/http://nynjbengali.com/archives/408 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/408 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Mahalaya Live at Anandamandir&amp;bookmark_url=http://nynjbengali.com/archives/408 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/408 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://co.mments.com/track?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://del.icio.us/post?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.diigo.com/post?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/408 http://www.dzone.com/links/add.html?description=Mahalaya Live at Anandamandir&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/408 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/408&amp;h=Mahalaya Live at Anandamandir http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/408&amp;t=Mahalaya Live at Anandamandir http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Mahalaya Live at Anandamandir&amp;url=http://nynjbengali.com/archives/408 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/408&amp;t=Mahalaya Live at Anandamandir http://www.folkd.com/submit/http://nynjbengali.com/archives/408 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/408&amp;t=Mahalaya Live at Anandamandir http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.hugg.com/node/add/storylink?edit[title]=Mahalaya Live at Anandamandir&amp;edit[url]=http://nynjbengali.com/archives/408 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/408 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/408 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/408 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/408&title=Mahalaya Live at Anandamandir http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/408&amp;bm_description=Mahalaya Live at Anandamandir http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/408 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/408&amp;t=Mahalaya Live at Anandamandir http://myweb.yahoo.com/myweb/save?t=Mahalaya Live at Anandamandir&amp;u=http://nynjbengali.com/archives/408 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/408 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/408&amp;t=Mahalaya Live at Anandamandir http://www.plugim.com/submit?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/408&amp;T=Mahalaya Live at Anandamandir http://reddit.com/submit?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/408 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/408 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/408 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://technorati.com/faves?add=http://nynjbengali.com/archives/408 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/408&amp;name=Mahalaya Live at Anandamandir http://twitter.com/home/?status=Mahalaya Live at Anandamandir+http://nynjbengali.com/archives/408 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/408 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/408&amp;t=Mahalaya Live at Anandamandir http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Mahalaya Live at Anandamandir&amp;uri=http://nynjbengali.com/archives/408 http://nynjbengali.com/archives/408 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/408&amp;Title=Mahalaya Live at Anandamandir http://www.bloglines.com/sub/http://nynjbengali.com/archives/408 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/408 http://del.icio.us/post?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/408 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/408&title=Mahalaya Live at Anandamandir http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/408&amp;bm_description=Mahalaya Live at Anandamandir http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/408 http://reddit.com/submit?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://technorati.com/faves?add=http://nynjbengali.com/archives/408 http://twitter.com/home/?status=Mahalaya Live at Anandamandir+http://nynjbengali.com/archives/408 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/408&amp;title=Mahalaya Live at Anandamandir http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/408&amp;t=Mahalaya Live at Anandamandir http://www.feedburner.com/fb/a/emailFlare?itemTitle=Mahalaya Live at Anandamandir&amp;uri=http://nynjbengali.com/archives/408&amp;loc=en_US http://nynjbengali.com/archives/408#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Mahalaya Live at Anandamandir Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(410, 0, 'Mahalaya in Bengal is synonymous to the seventy year old radio musical “Mahisashur Mardini” written by Bani Kumar and composed by Pankaj Mallik. Over the years this has become a Bengali tradition to wake up at 4.30am on Majalaya day and listen to this wonderful program that has not lost its charm till date. In fact in Bengal the demand for new radios spike during this period. The inspiring narration and “Chandi Path” by Birendra Krishna Bhadra the wonderful songs by the great musicians like Supriti Ghosh Manabendra Mukherjee and many others cast a spell on the listeners and put them into the Puja mood. Once there was an attempt to change the program and make it more contemporary using stars like Uttam Kumar but severe protests from the listeners forced All India Radio to scrap it and go back to the traditional format. In New Jersey we have developed a tradition of our own. At the Anandamandir at 4.30pm local musicians gather in front of a packed audience and perform the famous “Mahishashur Mardini” under the guidance of Arun Bhowmik. The musicians most of whom are accomplished in their own right devote their time to usher in the Durga Puja festival in front of the idols of Goddess Durga and Kali and create a magical moment for the audience some of whom travel all the way from Philadelphia Long Island and other distant cities. I have attached two clips of this event recorded on my cell phone for you to get a glimpse of this event. The audio quality is not too good but you’ll still feel the electrifying atmosphere that charges us up for the upcoming festivals. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Mahalaya in New Jersey - A Tradition of Our Own size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/410#bookmarkify http://nynjbengali.com/archives/410#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/410&amp;Title=Mahalaya in New Jersey - A Tradition of Our Own http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/410 http://www.bloglines.com/sub/http://nynjbengali.com/archives/410 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/410 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Mahalaya in New Jersey - A Tradition of Our Own&amp;bookmark_url=http://nynjbengali.com/archives/410 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/410 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://co.mments.com/track?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://del.icio.us/post?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.diigo.com/post?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/410 http://www.dzone.com/links/add.html?description=Mahalaya in New Jersey - A Tradition of Our Own&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/410 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/410&amp;h=Mahalaya in New Jersey - A Tradition of Our Own http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/410&amp;t=Mahalaya in New Jersey - A Tradition of Our Own http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Mahalaya in New Jersey - A Tradition of Our Own&amp;url=http://nynjbengali.com/archives/410 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/410&amp;t=Mahalaya in New Jersey - A Tradition of Our Own http://www.folkd.com/submit/http://nynjbengali.com/archives/410 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/410&amp;t=Mahalaya in New Jersey - A Tradition of Our Own http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.hugg.com/node/add/storylink?edit[title]=Mahalaya in New Jersey - A Tradition of Our Own&amp;edit[url]=http://nynjbengali.com/archives/410 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/410 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/410 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/410 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/410&title=Mahalaya in New Jersey - A Tradition of Our Own http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/410&amp;bm_description=Mahalaya in New Jersey - A Tradition of Our Own http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/410 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/410&amp;t=Mahalaya in New Jersey - A Tradition of Our Own http://myweb.yahoo.com/myweb/save?t=Mahalaya in New Jersey - A Tradition of Our Own&amp;u=http://nynjbengali.com/archives/410 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/410 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/410&amp;t=Mahalaya in New Jersey - A Tradition of Our Own http://www.plugim.com/submit?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/410&amp;T=Mahalaya in New Jersey - A Tradition of Our Own http://reddit.com/submit?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/410 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/410 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/410 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://technorati.com/faves?add=http://nynjbengali.com/archives/410 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/410&amp;name=Mahalaya in New Jersey - A Tradition of Our Own http://twitter.com/home/?status=Mahalaya in New Jersey - A Tradition of Our Own+http://nynjbengali.com/archives/410 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/410 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/410&amp;t=Mahalaya in New Jersey - A Tradition of Our Own http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Mahalaya in New Jersey - A Tradition of Our Own&amp;uri=http://nynjbengali.com/archives/410 http://nynjbengali.com/archives/410 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/410&amp;Title=Mahalaya in New Jersey - A Tradition of Our Own http://www.bloglines.com/sub/http://nynjbengali.com/archives/410 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/410 http://del.icio.us/post?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/410 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/410&title=Mahalaya in New Jersey - A Tradition of Our Own http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/410&amp;bm_description=Mahalaya in New Jersey - A Tradition of Our Own http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/410 http://reddit.com/submit?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://technorati.com/faves?add=http://nynjbengali.com/archives/410 http://twitter.com/home/?status=Mahalaya in New Jersey - A Tradition of Our Own+http://nynjbengali.com/archives/410 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/410&amp;title=Mahalaya in New Jersey - A Tradition of Our Own http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/410&amp;t=Mahalaya in New Jersey - A Tradition of Our Own http://www.feedburner.com/fb/a/emailFlare?itemTitle=Mahalaya in New Jersey - A Tradition of Our Own&amp;uri=http://nynjbengali.com/archives/410&amp;loc=en_US http://nynjbengali.com/archives/410#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Mahalaya in New Jersey - A Tradition of Our Own Arts-Culture Social http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/social View all posts in Arts-Culture View all posts in Social'),
(406, 0, 'The intelligentsia as defined by Wikipedia is a social class of people engaged in complex mental and creative labor directed to the development and dissemination of culture encompassing intellectuals and social groups close to them.  You can very well attribute this term to the Bengali society who fits this definition quite well.  But what does a timid and herbivorous although Bengalis think goats to be omnivorous - chhagole ki na khay mammal like goat got to do with this elite group of people   The answer to this is well known to all of us - Bengalis love goat meat. Although in other parts of the World goat milk and milk products cheese are also extremely popular but we the Bengalis don’t care much about the milk.  It is the meat that is most important to us - the ultimate food in any Bengali plate.  Historically goat meat is the only kind of meat that Bengalis especially the Hindu Bengalis ate. Goats were the most popular offerings to Goddess Kali and Durga - and the meat then cooked in a recipe void of any garlic or onions and hence termed as “vegetarian meat”. But Bengalis hardly ever use the term “goat meat”.  “Panthar Mangsho” or “Khashir mangsho” or the anglicized version “mutton” were the popular terms. In Bengal West Bengal to be more specific it is a sacrilege to slaughter a “she goat”. Hence the male goats or “Pantha” or the neutered male goat or “Khashi” were the unfortunate ones. If some inscrupulous butcher tried to sneak in a female goat and got caught by the “intelligentsia” he would be severely punished and his business would be ruined for ever. Bengalis have invented several goat recipes and sometimes have cleverly adapted many other meat dishes. Although goat and lamb are sometimes used interchangeably  in culinary circles Bengalis detest lamb meat. Lamb meat although treated as a delicacy in many parts of the world is hardly sold in Bengal.  When a Bengali serves goat meat he/she makes it absolutely clear that the meat you eat is goat and goat only.  In America goat meat is not popular amongst mainstream Americans. Hence most Indian restaurants will not advertize goat on their menu. They’ll call it lamb - lamb curry lamb biriyani etc. A Bengali’s love for goat meat is legendary. In Kolkata or for that matter any town in West Bengal Bengali babus queue up in front of their local meat shops.  The traditional Sunday lunch of goat and potato stew with fine white rice followed by a nap is the highest point of luxury in a Bengali’s life.  Just the words “Kosha Mangsho” spicy fried goat meat and “Parota” is like music to Bengali ears. No dinner party or celebration is complete without goat meat. In this country USA we the Bengalis try hard to hold on to our culture and traditions. Hence goat meat is an integral part of that effort. Goat meat is not sold in most American butcher shops but that is hardly an impediment. We travel miles to find a “Indo-Pak Halal” meat shop to get our quota of red meat.  Goat meat is a must at any weekend party.  Since cooking goat meat is kind of a long term project we prefer if someone else cooks it for us. Hence the demand for invitations to goat meat parties is extremely high. A persons popularity in this community is judged by the number of goat meat parties he/she is invited to.  Hence no Bengali would sacrifice a goat meat party invitation.  Attendance is a must at any cost. Another way to become popular is to invite folks to your goat meat party.  Since you are assured of a high attendance a few calculated parties can catapult your popularity poll numbers to ensure a seat at your local Bengali club committee.  Goat meat parties dominate over any other events – be it a musical concert or a theatrical show or a literary gathering.  Once a frustrated Bengali play director lamented during a rehearsal that was scheduled on a weekend evening “I give up I just cannot compete with goat ”  The Bengali intelligentsia cannot function properly without goat. People seem to have a wrong notion that the Bengalis can kill for a meal of fish curry and rice But they are wrong – goat rules the Bengali palate During the upcoming Durga Puja festivals Kallol will be staging a hilarious play titled “Ajo Kahini” or “The Goat Story”. The play a satire on our social existence as a Bengali in this country talks about our love affair with goat. It’s not the kind of affair that Albee talks about The Goat or Who is Sylvia but its an affair nonetheless - an affair that defines many a moment in our lives as Bengalis. Join the party and let’s have a big laugh on ourselves Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Goat and the Bengali Intelligentsia size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/09/goat.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/406#bookmarkify http://nynjbengali.com/archives/406#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/406&amp;Title=Goat and the Bengali Intelligentsia http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/406 http://www.bloglines.com/sub/http://nynjbengali.com/archives/406 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/406 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Goat and the Bengali Intelligentsia&amp;bookmark_url=http://nynjbengali.com/archives/406 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/406 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://co.mments.com/track?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://del.icio.us/post?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.diigo.com/post?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/406 http://www.dzone.com/links/add.html?description=Goat and the Bengali Intelligentsia&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/406 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/406&amp;h=Goat and the Bengali Intelligentsia http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/406&amp;t=Goat and the Bengali Intelligentsia http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Goat and the Bengali Intelligentsia&amp;url=http://nynjbengali.com/archives/406 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/406&amp;t=Goat and the Bengali Intelligentsia http://www.folkd.com/submit/http://nynjbengali.com/archives/406 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/406&amp;t=Goat and the Bengali Intelligentsia http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.hugg.com/node/add/storylink?edit[title]=Goat and the Bengali Intelligentsia&amp;edit[url]=http://nynjbengali.com/archives/406 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/406 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/406 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/406 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/406&title=Goat and the Bengali Intelligentsia http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/406&amp;bm_description=Goat and the Bengali Intelligentsia http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/406 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/406&amp;t=Goat and the Bengali Intelligentsia http://myweb.yahoo.com/myweb/save?t=Goat and the Bengali Intelligentsia&amp;u=http://nynjbengali.com/archives/406 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/406 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/406&amp;t=Goat and the Bengali Intelligentsia http://www.plugim.com/submit?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/406&amp;T=Goat and the Bengali Intelligentsia http://reddit.com/submit?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/406 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/406 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/406 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://technorati.com/faves?add=http://nynjbengali.com/archives/406 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/406&amp;name=Goat and the Bengali Intelligentsia http://twitter.com/home/?status=Goat and the Bengali Intelligentsia+http://nynjbengali.com/archives/406 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/406 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/406&amp;t=Goat and the Bengali Intelligentsia http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Goat and the Bengali Intelligentsia&amp;uri=http://nynjbengali.com/archives/406 http://nynjbengali.com/archives/406 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/406&amp;Title=Goat and the Bengali Intelligentsia http://www.bloglines.com/sub/http://nynjbengali.com/archives/406 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/406 http://del.icio.us/post?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/406 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/406&title=Goat and the Bengali Intelligentsia http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/406&amp;bm_description=Goat and the Bengali Intelligentsia http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/406 http://reddit.com/submit?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://technorati.com/faves?add=http://nynjbengali.com/archives/406 http://twitter.com/home/?status=Goat and the Bengali Intelligentsia+http://nynjbengali.com/archives/406 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/406&amp;title=Goat and the Bengali Intelligentsia http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/406&amp;t=Goat and the Bengali Intelligentsia http://www.feedburner.com/fb/a/emailFlare?itemTitle=Goat and the Bengali Intelligentsia&amp;uri=http://nynjbengali.com/archives/406&amp;loc=en_US http://nynjbengali.com/archives/406#bookmarkify goat [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] goat Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Goat and the Bengali Intelligentsia Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social'),
(411, 0, 'For the first time Raag-Rang presents Kal Ke Kalakar Budding Artists of Future providing a platform to promising young talents featuring Rohan Prabhudesai Harmonium Solo Tejas Tope Tabla Solo Rohan Misra Sarangi solo Charmie Mehta Hindustani Vocal Veena Bhagavathi Shiv Nadkarni Ruchita Zaparde Kathak T rio . Date: Sunday October 11th 2009 Time: 3:00 to 5:30 Sharp Venue: Universal Unitarian Congregation of Princeton Fahs Theater . 50 Cherry Hill Road Princeton NJ 08540. Admission: Non-Members: 12.00 kids below 10 years: 7.00 Raag-Rang Members: 10.00 Kids below 10 years: 5.00 . Contact: 908-429-1120 609-890-4890 908-240-8289. RSVP appreciated due to limited seating. Email:  bhawmikm@gmail.com   mayuresh.khare@gmail.com   dhu92@optonline.net Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Raag-Rang presents - Kal Ke Kalakar size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:bhawmikm@gmail.com mailto:mayuresh.khare@gmail.com mailto:dhu92@optonline.net http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/411#bookmarkify http://nynjbengali.com/archives/411#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/411&amp;Title=Raag-Rang presents - Kal Ke Kalakar http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/411 http://www.bloglines.com/sub/http://nynjbengali.com/archives/411 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/411 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Raag-Rang presents - Kal Ke Kalakar&amp;bookmark_url=http://nynjbengali.com/archives/411 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/411 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://co.mments.com/track?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://del.icio.us/post?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.diigo.com/post?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/411 http://www.dzone.com/links/add.html?description=Raag-Rang presents - Kal Ke Kalakar&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/411 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/411&amp;h=Raag-Rang presents - Kal Ke Kalakar http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/411&amp;t=Raag-Rang presents - Kal Ke Kalakar http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Raag-Rang presents - Kal Ke Kalakar&amp;url=http://nynjbengali.com/archives/411 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/411&amp;t=Raag-Rang presents - Kal Ke Kalakar http://www.folkd.com/submit/http://nynjbengali.com/archives/411 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/411&amp;t=Raag-Rang presents - Kal Ke Kalakar http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.hugg.com/node/add/storylink?edit[title]=Raag-Rang presents - Kal Ke Kalakar&amp;edit[url]=http://nynjbengali.com/archives/411 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/411 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/411 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/411 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/411&title=Raag-Rang presents - Kal Ke Kalakar http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/411&amp;bm_description=Raag-Rang presents - Kal Ke Kalakar http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/411 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/411&amp;t=Raag-Rang presents - Kal Ke Kalakar http://myweb.yahoo.com/myweb/save?t=Raag-Rang presents - Kal Ke Kalakar&amp;u=http://nynjbengali.com/archives/411 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/411 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/411&amp;t=Raag-Rang presents - Kal Ke Kalakar http://www.plugim.com/submit?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/411&amp;T=Raag-Rang presents - Kal Ke Kalakar http://reddit.com/submit?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/411 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/411 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/411 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://technorati.com/faves?add=http://nynjbengali.com/archives/411 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/411&amp;name=Raag-Rang presents - Kal Ke Kalakar http://twitter.com/home/?status=Raag-Rang presents - Kal Ke Kalakar+http://nynjbengali.com/archives/411 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/411 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/411&amp;t=Raag-Rang presents - Kal Ke Kalakar http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Raag-Rang presents - Kal Ke Kalakar&amp;uri=http://nynjbengali.com/archives/411 http://nynjbengali.com/archives/411 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/411&amp;Title=Raag-Rang presents - Kal Ke Kalakar http://www.bloglines.com/sub/http://nynjbengali.com/archives/411 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/411 http://del.icio.us/post?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/411 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/411&title=Raag-Rang presents - Kal Ke Kalakar http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/411&amp;bm_description=Raag-Rang presents - Kal Ke Kalakar http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/411 http://reddit.com/submit?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://technorati.com/faves?add=http://nynjbengali.com/archives/411 http://twitter.com/home/?status=Raag-Rang presents - Kal Ke Kalakar+http://nynjbengali.com/archives/411 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/411&amp;title=Raag-Rang presents - Kal Ke Kalakar http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/411&amp;t=Raag-Rang presents - Kal Ke Kalakar http://www.feedburner.com/fb/a/emailFlare?itemTitle=Raag-Rang presents - Kal Ke Kalakar&amp;uri=http://nynjbengali.com/archives/411&amp;loc=en_US http://nynjbengali.com/archives/411#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Raag-Rang presents - Kal Ke Kalakar Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(412, 0, 'In New Jersey Durga Puja is a special time when the festive mood brings with it a flurry of entertainment and cultural programs across the state. This year too the line up looks very promising although the spirits have dampened a bit due to the tough economic times and with the rejection of visas of few of the performers.  Still the combination of local talents and professionals from India is bound to enthrall the Puja attendees on the coming weekends. I’ll try to briefly summarize the lineup this year although the organizers have in many cases conveniently omitted the details about the local performers from their web sites. I tried to collect as much information I could manage. If any of you have more information then please feel free to add them to this post as comments. Kallol of New Jersey starts their celebrations with a bang featuring Sangit Martyanda Pandit Jasraj’s Hindustani classical vocal on Friday the 25th evening. Although this a deviation from Kallol’s tradition of presenting a classical musician on Sunday Bijoya night but when you try to get an artist of the caliber of Pandit Jasraj you have to go by the availability of the artist and not by your choice of date and time. Friday night will also feature dance presentations by Kalamandir of New Jersey under the guidance of Malabika Guha. The presentations will include a Kathak style Jugalbandi titled “Conversations” and a creative composition “Heat” which is billed as the debut performance of the newly founded Kalamandir Dance Company. The  dancers include talented performers like Donia Salem Nadia Nalini Singh Ria Dasgupta Jamuna Dasi Natasha Mehra and Brinda Guha with vocal accompaniment by Jayeeta Ghosh Zafar Billah and Arunava Chakraborty. On Saturday evening Kallol’s stage will lighten up with close to forty kids of our community who under the direction of Aparajita Das will present the evergreen anti-war musical play - “Gupi Gayen Bagha Bayen”. Based on Upendrakishor Roychoudhury’s story and Satyajit Ray’s film this play tells the story of the adventures of Gupi and Bagha in a colorful presentation that will surely win the hearts of adults and children alike. This will be followed by the Kallol adults play “Ajo Kahini” written by yours truly and directed by the talented young actor director Pinaki Dutta. This hilarious play will feature some well known actors of our community like Subhodev Das Dhriti Bagchi Piu Majumdar Debi Prasad Palit Sankar Ghoshal Nandita Ghosh Kaushik Dutta Kaushik Bhowal Roni Bose and Gautam Ghosh. I wrote more about this play in a previous post . I only hope that Kallol makes sure that the sound system works properly this time. The featured artist this evening will be Ujjaini Mukherjee from Kolkata. Ujjaini a talented young singer was a finalist on Sa Re Ga Ma Pa Challenge 2005 achieving 7th place and subsequently a winner on Sa Re Ga Ma Pa Ek Main Aur Ek Tu with Aishwarya. I have never heard her live concerts before but the few numbers that I listened to on YouTube were excellent and I have high hopes for this concert. On the same evening a dance fusion extravaganza by Nritya Creations and choreographed by Mina Basu Nag will keep the audience tapping their shoes. On Sunday the last day of Kallol’s durgapuja 2009 Sunrita Mitra will present a dance ensemble called ‘Amei Sei Meye’. She has used her ‘neo-fusion’ dance style to create a story about a free-spirited girl’s journey from girlhood into womanhood. Fortynine kids will play different roles in the ensemble. Dr Arunansu Dasgupta has written the script while Samya Goswami has created the back ground score. Bhaswati Bhadra will be the narrator. This will be followed by another Sa Re Ga Ma Pa champion Debojit from Mumbai and Assam. Few miles away from the Kallol stage Garden State Cultural Association will be celebrating their Puja on Saturday Sept 26 and Sunday Sept 27. On Saturday their star attraction is Subhomita from Kolkata. Couple of years ago Subhomita performed on Kallol stage. She is undoubtedly one of the best female singers in Bengal today. That evening GSCA will also present a dance show by Nrityanjali group from New York vocal recital by Ahin Das and guitar by Sekhar Das. On Sunday Arnab Chakraborty from Mumbai will entertain the audience with a medley of popular Hindi and Bengali songs. Jagannath Bose and Urmimala Bose the famous radio play and recitation duo from Kolkata will present an audio play. The local New Jersey organization IIPA led by Suparna Guha will present a unique Rabindrasangeet based show - Sakhi Sambad. Anandamandir has also lined up an impressive cultural program during their Durga Puja celebrations on Friday evening well known singers of the community will present “Bangla Ganer Jolsha” with tabla accompaniment by Pandit Samar Saha. On Saturday evening Anandamandir will present two classical music concerts. Dr. Shubhada Shiralkar a Sangeet Visharad and Sangeet Acharya will perform Hindusthani classical vocal. This will be followed by a “Jugalbandi” by Pandit Snehashish Majumdar on Mandolin and Sri Kedar Naphade on Harmonium with Sri Samrat Kakkeri on tabla. Bharat Sevashram Sangha will also be celebrating Durga Puja this weekend. However I do not have any details regarding their cultural events except that Kalamandir of New Jersey will present “Tagore Around The World” directed by Malabika Guha which includes Hindi Bengali and English translations to Rabindranath Tagore’s world renowned music and songs As I said this is by no means a complete list. So please let us know if you know of any other events. These days it is difficult to attend multiple Puja’s on the same weekend. But wherever you go I am sure you’ll have a great time with your friends and family. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Durga Puja and Cultural Events: The 2009 New Jersey Lineup size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/09/ujjaini.jpg http://nynjbengali.com/archives/406 http://nynjbengali.com/wp-content/uploads/2009/09/subhomita.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/412#bookmarkify http://nynjbengali.com/archives/412#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/412&amp;Title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/412 http://www.bloglines.com/sub/http://nynjbengali.com/archives/412 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/412 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup&amp;bookmark_url=http://nynjbengali.com/archives/412 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/412 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://co.mments.com/track?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://del.icio.us/post?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.diigo.com/post?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/412 http://www.dzone.com/links/add.html?description=Durga Puja and Cultural Events: The 2009 New Jersey Lineup&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/412 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/412&amp;h=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/412&amp;t=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Durga Puja and Cultural Events: The 2009 New Jersey Lineup&amp;url=http://nynjbengali.com/archives/412 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/412&amp;t=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.folkd.com/submit/http://nynjbengali.com/archives/412 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/412&amp;t=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.hugg.com/node/add/storylink?edit[title]=Durga Puja and Cultural Events: The 2009 New Jersey Lineup&amp;edit[url]=http://nynjbengali.com/archives/412 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/412 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/412 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/412 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/412&title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/412&amp;bm_description=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/412 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/412&amp;t=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://myweb.yahoo.com/myweb/save?t=Durga Puja and Cultural Events: The 2009 New Jersey Lineup&amp;u=http://nynjbengali.com/archives/412 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/412 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/412&amp;t=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.plugim.com/submit?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/412&amp;T=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://reddit.com/submit?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/412 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/412 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/412 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://technorati.com/faves?add=http://nynjbengali.com/archives/412 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/412&amp;name=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://twitter.com/home/?status=Durga Puja and Cultural Events: The 2009 New Jersey Lineup+http://nynjbengali.com/archives/412 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/412 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/412&amp;t=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Durga Puja and Cultural Events: The 2009 New Jersey Lineup&amp;uri=http://nynjbengali.com/archives/412 http://nynjbengali.com/archives/412 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/412&amp;Title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.bloglines.com/sub/http://nynjbengali.com/archives/412 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/412 http://del.icio.us/post?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/412 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/412&title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/412&amp;bm_description=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/412 http://reddit.com/submit?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://technorati.com/faves?add=http://nynjbengali.com/archives/412 http://twitter.com/home/?status=Durga Puja and Cultural Events: The 2009 New Jersey Lineup+http://nynjbengali.com/archives/412 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/412&amp;title=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/412&amp;t=Durga Puja and Cultural Events: The 2009 New Jersey Lineup http://www.feedburner.com/fb/a/emailFlare?itemTitle=Durga Puja and Cultural Events: The 2009 New Jersey Lineup&amp;uri=http://nynjbengali.com/archives/412&amp;loc=en_US http://nynjbengali.com/archives/412#bookmarkify Ujjaini Mukherjee Subhomita Banerjee [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Ujjaini Mukherjee Subhomita Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Durga Puja and Cultural Events: The 2009 New Jersey Lineup Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(415, 0, 'From hot-deals: Win741.com - Windows 7 Upgrade for Students Faculty 30 - Thu 24 Sep 2009 Requires a an email address ending in  .edu to get an upgrade to Windows 7 32bit or 64bit for 30 .\nJust click the middle-left  Buy or  29.99 box.\nDelivery is by download or add 13 to have a DVD shipped.\nWindows 7 upgrades normally cost over 100. Newegg.com - 750GB Hard Drive for 56 - Thu 24 Sep 2009 7.5 cents per GB Dell.com - deals today - Wed 23 Sep 2009 Panasonic 42 720p Plasma HDTV for 480 .\nA great price for a 42 Plasma. Panasonic 37 1080p LCD HDTV for 570 Dell 24 LCD Monitor for 199 . Samsung P2570 24 LCD Monitor for 246 with code RRTD22F3BMB9T9  .\nDVI and HDMI inputs and 2ms screen response time. Zune HD 16GB Portable Media Player for 187 with code RRTD22F3BMB9T9 Zune HD 32GB Portable Media Player for 247 with code RRTD22F3BMB9T9 Z-Line Nero Glass Computer Desk and Bookcase for 111 with code RRTD22F3BMB9T9 Z-Line Delano L-Shaped Glass Computer Desk for 124 with code RRTD22F3BMB9T9 Z-Line Ellison Bay TV Stand for up to 50 HDTVs for 196 with code RRTD22F3BMB9T9  .\nA great deal especially with free shipping. Z-Line Escalante TV Stand for up to 50 HDTVs for 196 with code RRTD22F3BMB9T9 Z-Line Portland TV Stand with Integrated Mount for up to 60 HDTVs for 289 with code RRTD22F3BMB9T9  .\nSells elsewhere for 400 . Free shipping. Amazon.com - Polaroid Mobile Printer for 30 - Wed 23 Sep 2009 Polaroid CZA-10011B Pogo Mobile Color Photo Printer is on sale today for 30 in either Black or Red .\nIt is designed to print 2x3 photos directly from a Bluetooth device or directly from a digital camera via USB interface.\nComes with 10 sheets of their proprietary Zink Photo Paper additional sheets cost about 15 for a pack of 50.\nBecause it costs about 0.30 per sheet this is more expensive to operate than a home inkjet photo printer which are designed for digital prints from quality cameras but this requires no computer uses no ink and seems like a convenient way to print pictures directly from a Bluetooth-capable mobile phone.\nWeighs about 0.5 lbs without paper includes a battery and A/C adapter.\nIt has a USB-A plug the same flat wide plug used on computers so hooking up to a computer requires a USB A-to-A cable such as this or hook it directly to a camera using its USB cable. Most other stores sell the printer for around 70 . Dell.com - deals today - Tue 22 Sep 2009 Vostro A860 15 Laptop for 424 after shipping fee.\nCore 2 Duo T5870 processor 2GB memory 250GB hard drive CD/DVD Burner 6-cell battery and Windows Vista Basic.\nProbably so cheap because it does not include a free upgrade to Windows 7. Dell Poweredge T105 Server for 264 after shipping fee and coupon code 96PP3J540MWBR  .\nIt is designed to be a simple server where the second hard drive can be used for extra storage or for backups of the first drive.\nSpecs are Dual Core AMD Athlon 2.3GHz processor 2GB memory two 160GB hard drives DVD-ROM drive and a 1 year warranty.\nDoes not include keyboard mouse and monitor.\nNo operating system is included so you are on your own to install Windows or Linux.\nIf you already have a spare Windows license keyboard mouse and monitor this can turn into a pretty inexpensive desktop PC for 264.\nAn upgrade from 2GB to 4GB of memory is available for 32 more. 15 off refurbished Inspiron 14-1440 or Studio 14z Laptops code: C9ZC52J480KJLR 15 off refurbished Inspiron 537 545 546 Desktops code: Z58DM8PV8GTGS Dell 21.5 LCD Monitor for 134 with coupon RRTD22F3BMB9T9 Samsung 22 LCD Monitor for 143 with coupon RRTD22F3BMB9T9 Zune HD 16GB for 198 with coupon RRTD22F3BMB9T9  .\nMost stores sell it for 220 . Zune HD 32GB for 261 with coupon RRTD22F3BMB9T9 Shop4Tech.com - 2.5 Serial-ATA to USB Interface for 5 - Tue 22 Sep 2009 Aluminum Enclosure for 2.5 Serial-ATA Hard Drives for 5.88 with free shipping and coupon SC15 gives 15 off during checkout. From SlickDeals: Texas Instruments Graphing Calculators: TI-83 Plus 59 after 10MIR TI-84 Plus 63 after 20MIR TI-84 Plus Silver Edition 70 after 20MIR TI-89 Titanium 93 after 20MIR TI Nspire 90 after 20MIR - Thu 24 Sep 2009 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Deals size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.hotdealsclub.com/deal/86c8b0a3aac51e02c26bebb8f52e21c2/ http://www.hotdealsclub.com/deal/c49d79b52d45fc0e913cb21c6c2d833b/ http://www.hotdealsclub.com/deal/137bc5e584e7cceb4b7bc1220bcdac0f/ http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-3 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-4 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-2 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-6 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-5 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-5 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-9 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-7 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-8 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-10 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-11 http://www.hotdealsclub.com/link/?137bc5e584e7cceb4b7bc1220bcdac0f-12 http://www.hotdealsclub.com/deal/9ca9cd13a3017b8306d580c035079380/ http://www.hotdealsclub.com/link/?9ca9cd13a3017b8306d580c035079380-1 http://www.hotdealsclub.com/link/?9ca9cd13a3017b8306d580c035079380-2 http://www.hotdealsclub.com/link/?9ca9cd13a3017b8306d580c035079380-3 http://www.hotdealsclub.com/link/?9ca9cd13a3017b8306d580c035079380-5 http://www.hotdealsclub.com/link/?9ca9cd13a3017b8306d580c035079380-4 http://www.hotdealsclub.com/deal/a5d2b19c71ccc7b4b766fbf2aa073fc6/ http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-2 http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-5 http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-3 http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-4 http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-6 http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-7 http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-8 http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-9 http://www.hotdealsclub.com/link/?a5d2b19c71ccc7b4b766fbf2aa073fc6-8 http://www.hotdealsclub.com/deal/d91ac167a1a6793d63084dfcb49ef29f/ http://feedproxy.google.com/~r/SlickdealsnetFP/~3/0TaGDzitXKo/24729 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/deals#bookmarkify http://nynjbengali.com/deals#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/deals&amp;title=Deals http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/deals&amp;Title=Deals http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/deals http://www.bloglines.com/sub/http://nynjbengali.com/deals http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/deals http://www.buddymarks.com/add_bookmark.php?bookmark_title=Deals&amp;bookmark_url=http://nynjbengali.com/deals http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/deals http://www.citeulike.org/posturl?url=http://nynjbengali.com/deals&amp;title=Deals http://co.mments.com/track?url=http://nynjbengali.com/deals&amp;title=Deals http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/deals&amp;title=Deals http://del.icio.us/post?url=http://nynjbengali.com/deals&amp;title=Deals http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://www.diigo.com/post?url=http://nynjbengali.com/deals&amp;title=Deals http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/deals&amp;title=Deals http://www.dropjack.com/submit.php?url=http://nynjbengali.com/deals http://www.dzone.com/links/add.html?description=Deals&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://www.facebook.com/share.php?u=http://nynjbengali.com/deals http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/deals&amp;h=Deals http://faves.com/Authoring.aspx?u=http://nynjbengali.com/deals&amp;t=Deals http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Deals&amp;url=http://nynjbengali.com/deals http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/deals&amp;t=Deals http://www.folkd.com/submit/http://nynjbengali.com/deals http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/deals&amp;t=Deals http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/deals&amp;title=Deals http://www.hugg.com/node/add/storylink?edit[title]=Deals&amp;edit[url]=http://nynjbengali.com/deals http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/deals http://www.jeqq.com/submit.php?url==http://nynjbengali.com/deals&amp;title=Deals http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/deals http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/deals http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/deals&amp;title=Deals http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/deals&title=Deals http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/deals&amp;title=Deals http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/deals&amp;title=Deals http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/deals&amp;bm_description=Deals http://www.mixx.com/submit?page_url=http://nynjbengali.com/deals http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/deals&amp;t=Deals http://myweb.yahoo.com/myweb/save?t=Deals&amp;u=http://nynjbengali.com/deals http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/deals&amp;title=Deals&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/deals http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/deals&amp;title=Deals http://www.onlywire.com/submit?u=http://nynjbengali.com/deals&amp;t=Deals http://www.plugim.com/submit?url=http://nynjbengali.com/deals&amp;title=Deals http://www.propeller.com/submit/?U=http://nynjbengali.com/deals&amp;T=Deals http://reddit.com/submit?url=http://nynjbengali.com/deals&amp;title=Deals http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/deals http://segnalo.com/post.html.php?url=http://nynjbengali.com/deals&amp;title=Deals http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/deals http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/deals&amp;title=Deals http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/deals&amp;title=Deals http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/deals&amp;title=Deals http://sphinn.com/submit.php?url=http://nynjbengali.com/deals&amp;title=Deals http://www.spurl.net/spurl.php?url=http://nynjbengali.com/deals&amp;title=Deals http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/deals http://www.stumbleupon.com/submit?url=http://nynjbengali.com/deals&amp;title=Deals http://technorati.com/faves?add=http://nynjbengali.com/deals http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/deals&amp;name=Deals http://twitter.com/home/?status=Deals+http://nynjbengali.com/deals http://webride.org/discuss/split.php?uri=http://nynjbengali.com/deals&amp;title=Deals https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/deals http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/deals&amp;t=Deals http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Deals&amp;uri=http://nynjbengali.com/deals http://nynjbengali.com/deals http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/deals&amp;Title=Deals http://www.bloglines.com/sub/http://nynjbengali.com/deals http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/deals http://del.icio.us/post?url=http://nynjbengali.com/deals&amp;title=Deals http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://www.facebook.com/share.php?u=http://nynjbengali.com/deals http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/deals&amp;title=Deals http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/deals&title=Deals http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/deals&amp;bm_description=Deals http://www.mixx.com/submit?page_url=http://nynjbengali.com/deals http://reddit.com/submit?url=http://nynjbengali.com/deals&amp;title=Deals http://www.stumbleupon.com/submit?url=http://nynjbengali.com/deals&amp;title=Deals http://technorati.com/faves?add=http://nynjbengali.com/deals http://twitter.com/home/?status=Deals+http://nynjbengali.com/deals https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/deals&amp;title=Deals http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/deals&amp;t=Deals http://www.feedburner.com/fb/a/emailFlare?itemTitle=Deals&amp;uri=http://nynjbengali.com/deals&amp;loc=en_US http://nynjbengali.com/deals#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Deals Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(416, 0, 'Do you like a great deal Check out the Deals page on this site.  This page receives feeds from hot-deals.org and slickdeals.net. So check it out. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Like a Great Deal  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/deals http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/416#bookmarkify http://nynjbengali.com/archives/416#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/416&amp;Title=Like a Great Deal? http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/416 http://www.bloglines.com/sub/http://nynjbengali.com/archives/416 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/416 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Like a Great Deal?&amp;bookmark_url=http://nynjbengali.com/archives/416 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/416 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://co.mments.com/track?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://del.icio.us/post?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.diigo.com/post?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/416 http://www.dzone.com/links/add.html?description=Like a Great Deal?&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/416 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/416&amp;h=Like a Great Deal? http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/416&amp;t=Like a Great Deal? http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Like a Great Deal?&amp;url=http://nynjbengali.com/archives/416 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/416&amp;t=Like a Great Deal? http://www.folkd.com/submit/http://nynjbengali.com/archives/416 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/416&amp;t=Like a Great Deal? http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.hugg.com/node/add/storylink?edit[title]=Like a Great Deal?&amp;edit[url]=http://nynjbengali.com/archives/416 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/416 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/416 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/416 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/416&title=Like a Great Deal? http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/416&amp;bm_description=Like a Great Deal? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/416 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/416&amp;t=Like a Great Deal? http://myweb.yahoo.com/myweb/save?t=Like a Great Deal?&amp;u=http://nynjbengali.com/archives/416 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal?&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/416 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/416&amp;t=Like a Great Deal? http://www.plugim.com/submit?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/416&amp;T=Like a Great Deal? http://reddit.com/submit?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/416 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/416 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/416 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://technorati.com/faves?add=http://nynjbengali.com/archives/416 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/416&amp;name=Like a Great Deal? http://twitter.com/home/?status=Like a Great Deal?+http://nynjbengali.com/archives/416 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/416 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/416&amp;t=Like a Great Deal? http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Like a Great Deal?&amp;uri=http://nynjbengali.com/archives/416 http://nynjbengali.com/archives/416 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/416&amp;Title=Like a Great Deal? http://www.bloglines.com/sub/http://nynjbengali.com/archives/416 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/416 http://del.icio.us/post?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/416 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/416&title=Like a Great Deal? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/416&amp;bm_description=Like a Great Deal? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/416 http://reddit.com/submit?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://technorati.com/faves?add=http://nynjbengali.com/archives/416 http://twitter.com/home/?status=Like a Great Deal?+http://nynjbengali.com/archives/416 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/416&amp;title=Like a Great Deal? http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/416&amp;t=Like a Great Deal? http://www.feedburner.com/fb/a/emailFlare?itemTitle=Like a Great Deal?&amp;uri=http://nynjbengali.com/archives/416&amp;loc=en_US http://nynjbengali.com/archives/416#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Like a Great Deal Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(417, 0, 'Finally the annual Durga Puja celebrations are over. I was mostly present at the Kallol pujo but also paid no pun intended short visits at the Bharat Sevashram Sangha and Anandamandir. Kallol just like the previous year had a full house and had to turn away several people. In one of my previous blogs I had requested rather wished that Kallol provide a daily ticket for people who would like to come in for a day. However for whatever reasons Kallol decided on the contrary and the result was that I had to listen to complaints from several disappointed friends and family.  Well rules are rules - that’s what I said. This year I did something which I never did before. I dropped in on Thursday evening - and it was real fun. There was no pressure of showing the badge no parking tags no stress about reserving seats with shawls and jackets and no celebrities on stage to pay attention to. While the volunteers were busy setting up the idol and the kids busy rehearsing on the stage I had a good time chatting with  friends. For once after a long time I had the pleasure of pure Pujo adda - completly unadultered fun. I think we should at least informally start the festivities from Thursday - just to prolong the enjoyment for few more hours. The formal festivities at the Kallol venue started on Friday afternoon. People started wheeling in their cars and under the strict vigilance of the security personnel who meticulously checked for parking tags and guided the cars to the parking lots. Inside the doors were also well guarded with black uniformed and grim faced Caucasian security guards who were extremely mindful of their duties and didn’t allow a single fly without a plastic badge. On the makeshift stage the idol of Goddess Durga and her family was well decorated and our revered priest Bhavani Mukhopadhyay was well into his three day long process of worshipping Maa Durga on our behalf. On Friday evening the cultural events started after the community dinner that was served in tents outside the main building. The highlight of that evening was the Hindustani vocal concert by Pandit Jasraj. Earlier that afternoon Panditji and his students came in to join the Puja celebrations offered Pushpanjali and Panditji even played the drums Dhak . I guess the environment helped build up Panditji’s mood that evening and he gave a spectacular performance that lasted more than two hours. Panditji started with compositions in Raga Puria followed by Bageshree Adana and concluded with a rendition in Bhairavi. All his compositions were in praise of the Goddess Shakti and the dexterity and fluidity of his renditions was something that can only be experienced. He was accompanied on the tabla by Pandit Samir Chatterjee and Aditya Narayan Banerjee and on the harmonium by his student Suman Ghosh who also provided vocal support. The other members on stage providing vocal support were his disciples Tripti Mukherjee and Marina Alam Khan. Earlier that evening the members of Kalamandir of New Jersey presented few dance numbers that were highly appreciated by the audience especially the contemporary fusion presentations set to the music of Zakir Hussain and others. On Saturday evening after a scrumptious dinner of spicy goat-meat and pulao the audience settled in to their well preserved seats with shawls sweaters and jackets for some scintillating performances which began with “Gupi Gayen Bagha Bayen” a musical play by the kids of Kallol directed by Aparajita Das. The play followed the well known story of Gupi and Bagha as told in the popular film by Satyajit Ray and also used music tracks from the same film. The kids aged four to fourteen in their colorful costumes and jazzy makeup did an wonderful job in presenting the play despite few glitches in the audio system. Gupi Bagha Shundi and Halla Rajah Montri-moshai Jadukar Barfi Senapati and others were excellent. For most of these kids Bangla is something that they speak with some degree of difficulty. But for this play they made a conscious effort to improve their Bengali diction and justify the message “Mora Bangla Desher theke elaam ….. Mora Sei Bhashatei kori gaan…”. And this is where this play succeeds. The next item was a dance recital by students of Mina Basu Nag that I missed but have heard great praises about. Following this was the Kallol adults play “Ajo Kahini” or the Goat Story . Since I was sort of involved with this production I’ll refrain from commenting and wait for others to speak. However from the audience reaction and the feedback I received later it seems the play was well accepted - especially after the goat meat dinner. The last item that night was the “dhamaka” vocal presentation by Ujjaini Mukherjee - the SaReGaMaPa sensation. Although she was able to make many to dance to her tunes I was a bit disappointed by her performance. First of all singing to pre-recorded track music robs off the spontaneity that one expects in a live performance. Secondly if her SaReGaMaPa judges were present her scores would have been quite dismal to say the least. Sunday evening the stage lit up with fifty odd boys and girls of Kallol in a dance extravaganza titled “Ami Sei Meye”. The show choreographed by Sunrita Mitra traced the life of a girl from her childhood to womanhood through a series of contemporary songs and dance. The kids were bubbling with energy as they romped through the stage in a riot of rhythm and color.  The final program that evening was the vocal presentation by Debojit Dutta another product of the SaRegamapa talent search contest. But Debojit was explosive on stage - he sang he danced he gyrated he jumped into the audience - just like a rock star. Although he was also singing to pre-recorded tracks but was helped on the keyboard with one of his musicians.  His range of selections was also well appreciated by the audience who went berserk with  the high octane music blared out by their favorite star.  Debojit may not have pleased some of the seniors of Kallol but he was surely a big hit with the younger crowd. Durga Puja the greatest Bengali festival comes and goes. But what remains is the happy memories of our children’s performances on stage those heated discussions in the lobby those laughs and jokes in the dinner lines and some flashes of wonderful moments on stage by some of the legendary performers like Pandit Jasraj.  Let’s not destroy this by over commercialization and making the festival a collage of marketing banners as is done in Kolkata these days. Let’s try to keep the Puja our own. The other day one of the Kallol volunteers told me how one of the attendees complained to him saying that he didn’t like anything at this festival - the cultural programs the food the arrangements - nothing I told him that this festival is not a Broadway show or a restaurant. If the person wants to have the best food he should go to a restaurant. If he wants to see a professional show in a comfortable auditorium he should opt for a Broadway show or a similar event.  Having said that I would say the Durga Puja festival is a great bargain with three meals and top level performers a Pandit Jasraj concert would cost a minimum of 40.00 in any city in this country giving their best on stage. There is room for improvement but instead of complaining we should come up with constructive suggestions and help the organizers.  I would like to invite the readers to post their comments click the comments link at the top of this post and provide their feedback. NOTE: Photos in this article are provided by Koushik Bhowal Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  New Jersey Durga Puja 2009 : A Review size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/09/durga-protima.jpg http://nynjbengali.com/wp-content/uploads/2009/09/pandit-jasraj-kallol.jpg http://nynjbengali.com/wp-content/uploads/2009/09/kallol-crowd.jpg http://nynjbengali.com/wp-content/uploads/2009/09/kallol-pujo-dance.jpg http://nynjbengali.com/wp-content/uploads/2009/09/debojit-kallol-2009.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/417#bookmarkify http://nynjbengali.com/archives/417#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/417&amp;Title=New Jersey Durga Puja 2009 : A Review http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/417 http://www.bloglines.com/sub/http://nynjbengali.com/archives/417 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/417 http://www.buddymarks.com/add_bookmark.php?bookmark_title=New Jersey Durga Puja 2009 : A Review&amp;bookmark_url=http://nynjbengali.com/archives/417 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/417 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://co.mments.com/track?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://del.icio.us/post?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.diigo.com/post?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/417 http://www.dzone.com/links/add.html?description=New Jersey Durga Puja 2009 : A Review&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/417 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/417&amp;h=New Jersey Durga Puja 2009 : A Review http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/417&amp;t=New Jersey Durga Puja 2009 : A Review http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=New Jersey Durga Puja 2009 : A Review&amp;url=http://nynjbengali.com/archives/417 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/417&amp;t=New Jersey Durga Puja 2009 : A Review http://www.folkd.com/submit/http://nynjbengali.com/archives/417 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/417&amp;t=New Jersey Durga Puja 2009 : A Review http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.hugg.com/node/add/storylink?edit[title]=New Jersey Durga Puja 2009 : A Review&amp;edit[url]=http://nynjbengali.com/archives/417 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/417 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/417 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/417 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/417&title=New Jersey Durga Puja 2009 : A Review http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/417&amp;bm_description=New Jersey Durga Puja 2009 : A Review http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/417 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/417&amp;t=New Jersey Durga Puja 2009 : A Review http://myweb.yahoo.com/myweb/save?t=New Jersey Durga Puja 2009 : A Review&amp;u=http://nynjbengali.com/archives/417 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/417 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/417&amp;t=New Jersey Durga Puja 2009 : A Review http://www.plugim.com/submit?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/417&amp;T=New Jersey Durga Puja 2009 : A Review http://reddit.com/submit?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/417 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/417 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/417 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://technorati.com/faves?add=http://nynjbengali.com/archives/417 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/417&amp;name=New Jersey Durga Puja 2009 : A Review http://twitter.com/home/?status=New Jersey Durga Puja 2009 : A Review+http://nynjbengali.com/archives/417 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/417 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/417&amp;t=New Jersey Durga Puja 2009 : A Review http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=New Jersey Durga Puja 2009 : A Review&amp;uri=http://nynjbengali.com/archives/417 http://nynjbengali.com/archives/417 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/417&amp;Title=New Jersey Durga Puja 2009 : A Review http://www.bloglines.com/sub/http://nynjbengali.com/archives/417 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/417 http://del.icio.us/post?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/417 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/417&title=New Jersey Durga Puja 2009 : A Review http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/417&amp;bm_description=New Jersey Durga Puja 2009 : A Review http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/417 http://reddit.com/submit?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://technorati.com/faves?add=http://nynjbengali.com/archives/417 http://twitter.com/home/?status=New Jersey Durga Puja 2009 : A Review+http://nynjbengali.com/archives/417 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/417&amp;title=New Jersey Durga Puja 2009 : A Review http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/417&amp;t=New Jersey Durga Puja 2009 : A Review http://www.feedburner.com/fb/a/emailFlare?itemTitle=New Jersey Durga Puja 2009 : A Review&amp;uri=http://nynjbengali.com/archives/417&amp;loc=en_US http://nynjbengali.com/archives/417#bookmarkify Durga Protima Kallol of New Jersey Pandit Jasraj at the Kallol Durga Puja Kallol Pujo Crowd Mili Dancing at the Kallol Pujo Debojit at Kallol Puja 2009 [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Kallol Durga Protima Pandit Jasraj at the Kallol Durga Puja Kallol Pujo Crowd Mili Dancing at the Kallol Pujo Debojit at Kallol Puja 2009 Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'New Jersey Durga Puja 2009 : A Review Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(418, 0, 'Ninety-year-old playback legend Manna Dey - who belted out evergreen songs like “Ae mere pyaare watan” and “Zindagi kaisi hai paheli” - is being honoured with the Dadasaheb Phalke award the highest honour in Indian cinema his family said Wednesday. Born as Prabodh Chandra Dey May 1 1919 to Purna Chandra and Mahamaya Dey the singer was a name to reckon with in the Hindi film industry from the 1950s to the 1970s. He has recorded more than 3 500 songs over the course of his career. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Dadasaheb Phalke Award for Manna Dey size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/09/manna-dey.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/418#bookmarkify http://nynjbengali.com/archives/418#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/418&amp;Title=Dadasaheb Phalke Award for Manna Dey http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/418 http://www.bloglines.com/sub/http://nynjbengali.com/archives/418 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/418 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Dadasaheb Phalke Award for Manna Dey&amp;bookmark_url=http://nynjbengali.com/archives/418 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/418 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://co.mments.com/track?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://del.icio.us/post?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.diigo.com/post?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/418 http://www.dzone.com/links/add.html?description=Dadasaheb Phalke Award for Manna Dey&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/418 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/418&amp;h=Dadasaheb Phalke Award for Manna Dey http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/418&amp;t=Dadasaheb Phalke Award for Manna Dey http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Dadasaheb Phalke Award for Manna Dey&amp;url=http://nynjbengali.com/archives/418 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/418&amp;t=Dadasaheb Phalke Award for Manna Dey http://www.folkd.com/submit/http://nynjbengali.com/archives/418 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/418&amp;t=Dadasaheb Phalke Award for Manna Dey http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.hugg.com/node/add/storylink?edit[title]=Dadasaheb Phalke Award for Manna Dey&amp;edit[url]=http://nynjbengali.com/archives/418 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/418 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/418 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/418 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/418&title=Dadasaheb Phalke Award for Manna Dey http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/418&amp;bm_description=Dadasaheb Phalke Award for Manna Dey http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/418 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/418&amp;t=Dadasaheb Phalke Award for Manna Dey http://myweb.yahoo.com/myweb/save?t=Dadasaheb Phalke Award for Manna Dey&amp;u=http://nynjbengali.com/archives/418 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/418 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/418&amp;t=Dadasaheb Phalke Award for Manna Dey http://www.plugim.com/submit?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/418&amp;T=Dadasaheb Phalke Award for Manna Dey http://reddit.com/submit?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/418 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/418 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/418 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://technorati.com/faves?add=http://nynjbengali.com/archives/418 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/418&amp;name=Dadasaheb Phalke Award for Manna Dey http://twitter.com/home/?status=Dadasaheb Phalke Award for Manna Dey+http://nynjbengali.com/archives/418 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/418 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/418&amp;t=Dadasaheb Phalke Award for Manna Dey http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Dadasaheb Phalke Award for Manna Dey&amp;uri=http://nynjbengali.com/archives/418 http://nynjbengali.com/archives/418 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/418&amp;Title=Dadasaheb Phalke Award for Manna Dey http://www.bloglines.com/sub/http://nynjbengali.com/archives/418 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/418 http://del.icio.us/post?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/418 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/418&title=Dadasaheb Phalke Award for Manna Dey http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/418&amp;bm_description=Dadasaheb Phalke Award for Manna Dey http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/418 http://reddit.com/submit?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://technorati.com/faves?add=http://nynjbengali.com/archives/418 http://twitter.com/home/?status=Dadasaheb Phalke Award for Manna Dey+http://nynjbengali.com/archives/418 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/418&amp;title=Dadasaheb Phalke Award for Manna Dey http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/418&amp;t=Dadasaheb Phalke Award for Manna Dey http://www.feedburner.com/fb/a/emailFlare?itemTitle=Dadasaheb Phalke Award for Manna Dey&amp;uri=http://nynjbengali.com/archives/418&amp;loc=en_US http://nynjbengali.com/archives/418#bookmarkify Manna Dey [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] manna-dey Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Dadasaheb Phalke Award for Manna Dey Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(425, 0, 'NJPA cordially invites you to celebrate Kali Puja on October 10 th at CrossRoads Middle School.Puja will start at 3:00 PM which will be followed by Prasad and Dinner. Nirmalya Roy of Zee-TV Tara TV ETV Saregama fame will present semi-calssical and ghazals and Moumita Chatterjee of Calcutta Door Darshan ETV Tara Music and aAkash Bangla Fame and will present variety songs . For more information please visit http://njpa.net . Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NJPA Kali Puja 2009 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://njpa.net/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/425#bookmarkify http://nynjbengali.com/archives/425#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/425&amp;Title=NJPA Kali Puja 2009 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/425 http://www.bloglines.com/sub/http://nynjbengali.com/archives/425 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/425 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NJPA Kali Puja 2009&amp;bookmark_url=http://nynjbengali.com/archives/425 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/425 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://co.mments.com/track?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://del.icio.us/post?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.diigo.com/post?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/425 http://www.dzone.com/links/add.html?description=NJPA Kali Puja 2009&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/425 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/425&amp;h=NJPA Kali Puja 2009 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/425&amp;t=NJPA Kali Puja 2009 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NJPA Kali Puja 2009&amp;url=http://nynjbengali.com/archives/425 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/425&amp;t=NJPA Kali Puja 2009 http://www.folkd.com/submit/http://nynjbengali.com/archives/425 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/425&amp;t=NJPA Kali Puja 2009 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.hugg.com/node/add/storylink?edit[title]=NJPA Kali Puja 2009&amp;edit[url]=http://nynjbengali.com/archives/425 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/425 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/425 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/425 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/425&title=NJPA Kali Puja 2009 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/425&amp;bm_description=NJPA Kali Puja 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/425 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/425&amp;t=NJPA Kali Puja 2009 http://myweb.yahoo.com/myweb/save?t=NJPA Kali Puja 2009&amp;u=http://nynjbengali.com/archives/425 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/425 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/425&amp;t=NJPA Kali Puja 2009 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/425&amp;T=NJPA Kali Puja 2009 http://reddit.com/submit?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/425 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/425 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/425 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/425 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/425&amp;name=NJPA Kali Puja 2009 http://twitter.com/home/?status=NJPA Kali Puja 2009+http://nynjbengali.com/archives/425 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/425 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/425&amp;t=NJPA Kali Puja 2009 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NJPA Kali Puja 2009&amp;uri=http://nynjbengali.com/archives/425 http://nynjbengali.com/archives/425 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/425&amp;Title=NJPA Kali Puja 2009 http://www.bloglines.com/sub/http://nynjbengali.com/archives/425 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/425 http://del.icio.us/post?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/425 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/425&title=NJPA Kali Puja 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/425&amp;bm_description=NJPA Kali Puja 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/425 http://reddit.com/submit?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/425 http://twitter.com/home/?status=NJPA Kali Puja 2009+http://nynjbengali.com/archives/425 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/425&amp;title=NJPA Kali Puja 2009 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/425&amp;t=NJPA Kali Puja 2009 http://www.feedburner.com/fb/a/emailFlare?itemTitle=NJPA Kali Puja 2009&amp;uri=http://nynjbengali.com/archives/425&amp;loc=en_US http://nynjbengali.com/archives/425#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NJPA Kali Puja 2009 Events Social http://nynjbengali.com/archives/category/events http://nynjbengali.com/archives/category/social View all posts in Events View all posts in Social');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(426, 0, 'If you like any article please Digg it by clicking the Digg button on the top right corner. Digg kind of gives a popularity rating to an article and helps bring in more readers. You may also share the article to your friends on Facebook email Reddit or a bunch or other social bookmarking sites by clicking one of the buttons below the article. Please support this blog Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Digg Please Digg  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/426#bookmarkify http://nynjbengali.com/archives/426#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/426&amp;Title=Digg! Please Digg! http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/426 http://www.bloglines.com/sub/http://nynjbengali.com/archives/426 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/426 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Digg! Please Digg!&amp;bookmark_url=http://nynjbengali.com/archives/426 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/426 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://co.mments.com/track?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://del.icio.us/post?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.diigo.com/post?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/426 http://www.dzone.com/links/add.html?description=Digg! Please Digg!&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/426 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/426&amp;h=Digg! Please Digg! http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/426&amp;t=Digg! Please Digg! http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Digg! Please Digg!&amp;url=http://nynjbengali.com/archives/426 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/426&amp;t=Digg! Please Digg! http://www.folkd.com/submit/http://nynjbengali.com/archives/426 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/426&amp;t=Digg! Please Digg! http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.hugg.com/node/add/storylink?edit[title]=Digg! Please Digg!&amp;edit[url]=http://nynjbengali.com/archives/426 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/426 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/426 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/426 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/426&title=Digg! Please Digg! http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/426&amp;bm_description=Digg! Please Digg! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/426 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/426&amp;t=Digg! Please Digg! http://myweb.yahoo.com/myweb/save?t=Digg! Please Digg!&amp;u=http://nynjbengali.com/archives/426 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg!&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/426 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/426&amp;t=Digg! Please Digg! http://www.plugim.com/submit?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/426&amp;T=Digg! Please Digg! http://reddit.com/submit?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/426 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/426 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/426 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://technorati.com/faves?add=http://nynjbengali.com/archives/426 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/426&amp;name=Digg! Please Digg! http://twitter.com/home/?status=Digg! Please Digg!+http://nynjbengali.com/archives/426 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/426 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/426&amp;t=Digg! Please Digg! http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Digg! Please Digg!&amp;uri=http://nynjbengali.com/archives/426 http://nynjbengali.com/archives/426 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/426&amp;Title=Digg! Please Digg! http://www.bloglines.com/sub/http://nynjbengali.com/archives/426 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/426 http://del.icio.us/post?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/426 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/426&title=Digg! Please Digg! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/426&amp;bm_description=Digg! Please Digg! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/426 http://reddit.com/submit?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://technorati.com/faves?add=http://nynjbengali.com/archives/426 http://twitter.com/home/?status=Digg! Please Digg!+http://nynjbengali.com/archives/426 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/426&amp;title=Digg! Please Digg! http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/426&amp;t=Digg! Please Digg! http://www.feedburner.com/fb/a/emailFlare?itemTitle=Digg! Please Digg!&amp;uri=http://nynjbengali.com/archives/426&amp;loc=en_US http://nynjbengali.com/archives/426#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Digg Please Digg Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(427, 0, 'New Jersey based Que Zara Productions has announced that they are hosting a concert which will showcase the melodies of the 50s era down to the jingles of the 90s. The show is aptly called B2B Legends or Burman to Burman S.D.Burman to R.D.Burman which will be led by original yesteryear super musicians like Ajit Pachegaokar electric and acoustic guitar and Inder Singh I.P.Singh on the piano/keyboards. They will be supported by nine other famous musicians including Sanjay Shah keyboards and vocals Kumar Majmudar accordion Atish Mitra bass guitar Sripad Jail dholak tabla Deepak Gundani rhythm Pappoo octopad Harish B mandolin Kalpesh Patel drums and Ramesh Maraj saxophone of IndiaSax. The show will focus on the genius instrumentation behind the melodies and will feature vocal renditions from Shweta Ranade and Abhijit Pachegaokar. Celebrated talent Dan Skye formerly with Bon Jovi will provide the sound engineering for the show. Additionally it will feature melodies of other legendary music composers from Khaiyyam Laxmikant - Pyarelal Kalyanji Anandji to disco king Bappi Lahiri. Speaking on the occasion Kousik Bhowal and Prabir Mitra Board Advisors for Que Zara agreed “It is like a Yanni show of Indian music an Indian instrument-lead concert to savor and learn how the blockbuster hits were created meet these great musicians in person enjoy world class audio and go home humming your favorite tunes.” Aparna Tandon Prajee chief who will manage the event said “I am simply excited to be a part of all this. Five musical decades in one night eleven expert musicians on one stage what else can a music lover want ” Que Zara has plans to replicate the show in the tri-state area in future months. Dolna Banerjee Que Zara founder partner said “We chose this facility for the excellent acoustics and people capacity. We sincerely hope we can replicate this in other music-loving cities in the US. New Jersey will now experience this unique collage of musicians playing together.” Que Zara has ambitious plans to bring other unique blockbuster shows to the tri-state area. Tickets Show Details are available from:  http://cities.sulekha.com/new-jersey/events/Social/2009/09/b-to-b-legends.htm Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  B2B Legends : A Unique Concert from Que Zara Productions size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.quezara.com http://cities.sulekha.com/new-jersey/events/Social/2009/09/b-to-b-legends.htm http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/427#bookmarkify http://nynjbengali.com/archives/427#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/427&amp;Title=B2B Legends : A Unique Concert from Que Zara Productions http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/427 http://www.bloglines.com/sub/http://nynjbengali.com/archives/427 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/427 http://www.buddymarks.com/add_bookmark.php?bookmark_title=B2B Legends : A Unique Concert from Que Zara Productions&amp;bookmark_url=http://nynjbengali.com/archives/427 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/427 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://co.mments.com/track?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://del.icio.us/post?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.diigo.com/post?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/427 http://www.dzone.com/links/add.html?description=B2B Legends : A Unique Concert from Que Zara Productions&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/427 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/427&amp;h=B2B Legends : A Unique Concert from Que Zara Productions http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/427&amp;t=B2B Legends : A Unique Concert from Que Zara Productions http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=B2B Legends : A Unique Concert from Que Zara Productions&amp;url=http://nynjbengali.com/archives/427 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/427&amp;t=B2B Legends : A Unique Concert from Que Zara Productions http://www.folkd.com/submit/http://nynjbengali.com/archives/427 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/427&amp;t=B2B Legends : A Unique Concert from Que Zara Productions http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.hugg.com/node/add/storylink?edit[title]=B2B Legends : A Unique Concert from Que Zara Productions&amp;edit[url]=http://nynjbengali.com/archives/427 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/427 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/427 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/427 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/427&title=B2B Legends : A Unique Concert from Que Zara Productions http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/427&amp;bm_description=B2B Legends : A Unique Concert from Que Zara Productions http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/427 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/427&amp;t=B2B Legends : A Unique Concert from Que Zara Productions http://myweb.yahoo.com/myweb/save?t=B2B Legends : A Unique Concert from Que Zara Productions&amp;u=http://nynjbengali.com/archives/427 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/427 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/427&amp;t=B2B Legends : A Unique Concert from Que Zara Productions http://www.plugim.com/submit?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/427&amp;T=B2B Legends : A Unique Concert from Que Zara Productions http://reddit.com/submit?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/427 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/427 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/427 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://technorati.com/faves?add=http://nynjbengali.com/archives/427 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/427&amp;name=B2B Legends : A Unique Concert from Que Zara Productions http://twitter.com/home/?status=B2B Legends : A Unique Concert from Que Zara Productions+http://nynjbengali.com/archives/427 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/427 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/427&amp;t=B2B Legends : A Unique Concert from Que Zara Productions http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=B2B Legends : A Unique Concert from Que Zara Productions&amp;uri=http://nynjbengali.com/archives/427 http://nynjbengali.com/archives/427 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/427&amp;Title=B2B Legends : A Unique Concert from Que Zara Productions http://www.bloglines.com/sub/http://nynjbengali.com/archives/427 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/427 http://del.icio.us/post?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/427 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/427&title=B2B Legends : A Unique Concert from Que Zara Productions http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/427&amp;bm_description=B2B Legends : A Unique Concert from Que Zara Productions http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/427 http://reddit.com/submit?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://technorati.com/faves?add=http://nynjbengali.com/archives/427 http://twitter.com/home/?status=B2B Legends : A Unique Concert from Que Zara Productions+http://nynjbengali.com/archives/427 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/427&amp;title=B2B Legends : A Unique Concert from Que Zara Productions http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/427&amp;t=B2B Legends : A Unique Concert from Que Zara Productions http://www.feedburner.com/fb/a/emailFlare?itemTitle=B2B Legends : A Unique Concert from Que Zara Productions&amp;uri=http://nynjbengali.com/archives/427&amp;loc=en_US http://nynjbengali.com/archives/427#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'B2B Legends : A Unique Concert from Que Zara Productions Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(428, 0, 'SATURDAY OCTOBER 10 ALL SCREENINGS AT LOREE IN DOUGLASS COLLEGE 72 Lipman Dr. New Brunswick New Jersey 08901 Time LOR 022 LOR 024 LOR 020 12:00 PM Boomerang Narrative Short/USA/ 2009/ 12min/ English See Film Details BUY TICKETS Karma Calling Narrative Feature/India/ 2008/ 90min/ English-Hindi Sponsored by Sukh Sagar Cuisine of Piscataway See Film Details BUY TICKETS Certain Chapters Narrative Short/Singapore/ 2008/28min/ Tamil-Hokkien-Malay See Film Details BUY TICKETS Dinner for Four Narrative Short/Germany/ 2008/ 14min/ English See Film Details BUY TICKETS Malaamee / Funeral Narrative Short/France-Nepal/ 2008/ 20min/ Nepali See Film Details BUY TICKETS Small Voices Narrative Short/Pakistan/ 2008/16min/ Urdu-English See Film Details BUY TICKETS Who Am I Ek Zindagi Narrative Short/India/ 2009/20min/ Hindi See Film Details BUY TICKETS Banshi Narrative Feature/Bangladesh/ 2007/ 76min/ Bengali See Film Details BUY TICKETS Chinese Whispers Narrative Silent Short/India/ 2007/ 28min/ English-Hindi See Film Details BUY TICKETS 2:15 PM Sarpanaah / Shelter Animated Short/Afghanistan/ 2007/ 6min/ Silent See Film Details BUY TICKETS Loori Narrative Feature/USA/ 2008/ 90min/ Dari-English See Film Details BUY TICKETS 7 Days in Slow Motion Narrative Feature/India/ 2009/ 101min/ English-Hindi Sponsored by The Indian Institute of Performing Arts IIPA See Film Details BUY TICKETS 4:30 PM Barah Aana / Short-changed Narrative Feature/India/ 2009/ 97min/ English-Hindi See Film Details BUY TICKETS THE DAMNED RAIN Gabhricha Paus Narrative Feature/India/ 2008/ 100min/ Marathi See Film Details BUY TICKETS 7:15 PM Akasa Kusum / Flowers of the Sky Narrative Feature/Sri Lanka/ 2008/ 90min/ Sinhala See Film Details BUY TICKETS Gulabi Talkies Narrative Feature/India/ 2008/ 122min/ Kannada See Film Details BUY TICKETS 9:30 PM Swapnodanay / On the Wings of Dreams Narrative FeatureIBangladesh/ 2008/ 88min/ Bengali See Film Details BUY TICKETS Ghosht Story Narrative Short/USA/ 2009/ 19min/ English-Marathi-Hindi See Film Details BUY TICKETS Kala Pul / The Black Bridge Narrative Short/US-Pakistan/ 2008/ 42min/ Urdu-English See Film Details BUY TICKETS Hungry God Narrative Short/India/ 2009/ 8min/ Marathi See Film Details BUY TICKETS Pura Handa Kaluwara / Death on a Full Moon Day Narrative Feature/Sri Lanka/ 1999/ 74min/ Sinhala See Film Details BUY TICKETS Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NJISACF 2009: Day 2 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/428#bookmarkify http://nynjbengali.com/archives/428#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/428&amp;Title=NJISACF 2009: Day 2 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/428 http://www.bloglines.com/sub/http://nynjbengali.com/archives/428 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/428 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NJISACF 2009: Day 2&amp;bookmark_url=http://nynjbengali.com/archives/428 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/428 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://co.mments.com/track?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://del.icio.us/post?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.diigo.com/post?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/428 http://www.dzone.com/links/add.html?description=NJISACF 2009: Day 2&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/428 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/428&amp;h=NJISACF 2009: Day 2 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/428&amp;t=NJISACF 2009: Day 2 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NJISACF 2009: Day 2&amp;url=http://nynjbengali.com/archives/428 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/428&amp;t=NJISACF 2009: Day 2 http://www.folkd.com/submit/http://nynjbengali.com/archives/428 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/428&amp;t=NJISACF 2009: Day 2 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.hugg.com/node/add/storylink?edit[title]=NJISACF 2009: Day 2&amp;edit[url]=http://nynjbengali.com/archives/428 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/428 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/428 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/428 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/428&title=NJISACF 2009: Day 2 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/428&amp;bm_description=NJISACF 2009: Day 2 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/428 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/428&amp;t=NJISACF 2009: Day 2 http://myweb.yahoo.com/myweb/save?t=NJISACF 2009: Day 2&amp;u=http://nynjbengali.com/archives/428 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/428 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/428&amp;t=NJISACF 2009: Day 2 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/428&amp;T=NJISACF 2009: Day 2 http://reddit.com/submit?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/428 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/428 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/428 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://technorati.com/faves?add=http://nynjbengali.com/archives/428 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/428&amp;name=NJISACF 2009: Day 2 http://twitter.com/home/?status=NJISACF 2009: Day 2+http://nynjbengali.com/archives/428 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/428 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/428&amp;t=NJISACF 2009: Day 2 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NJISACF 2009: Day 2&amp;uri=http://nynjbengali.com/archives/428 http://nynjbengali.com/archives/428 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/428&amp;Title=NJISACF 2009: Day 2 http://www.bloglines.com/sub/http://nynjbengali.com/archives/428 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/428 http://del.icio.us/post?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/428 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/428&title=NJISACF 2009: Day 2 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/428&amp;bm_description=NJISACF 2009: Day 2 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/428 http://reddit.com/submit?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://technorati.com/faves?add=http://nynjbengali.com/archives/428 http://twitter.com/home/?status=NJISACF 2009: Day 2+http://nynjbengali.com/archives/428 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/428&amp;title=NJISACF 2009: Day 2 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/428&amp;t=NJISACF 2009: Day 2 http://www.feedburner.com/fb/a/emailFlare?itemTitle=NJISACF 2009: Day 2&amp;uri=http://nynjbengali.com/archives/428&amp;loc=en_US http://nynjbengali.com/archives/428#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NJISACF 2009: Day 2 Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(429, 0, 'SUNDAY OCTOBER 11 ALL SCREENINGS AT BUSCH CAMPUS CENTER 604 Bartholomew Rd Piscataway NJ Time MPR Center Hall 12:00 PM Pura Handa Kaluwara / Death on a Full Moon Day Narrative Feature/Sri Lanka/ 1999/ 74min/ Sinhala See Film Details BUY TICKETS Barah Aana / Short-changed Narrative Feature/India/ 2009/ 97min/ English-Hindi See Film Details BUY TICKETS 2:15 PM A Bristol Pilgrimage Docu Feature/UK-USA-INDIA/ 2008/ 60min/ English See Film Details BUY TICKETS Shared Look - Theatre Life in Kabul Docu Short/Germany-Afghanistan/ 2006/ 43min/ Dari-English See Film Details BUY TICKETS Oru Pennum Randaanum / Climate for Crime Narrative Feature/India/ 2008/ 115min/ Malayalam See Film Details BUY TICKETS Shared Look - Theatre Life in Kabul Docu Short/Germany-Afghanistan/ 2006/ 43min/ Dari-English See Film Details BUY TICKETS 5:15 PM Mohandas Narrative Feature/India/ 2008/ 117min/ Hindi-English See Film Details BUY TICKETS Chaturanga / 4 Chapters Narrative Feature/India/ 2008/ 125min/ Bengali-English Sponsored by Mrittika of New Jersey See Film Details BUY TICKETS Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NJISACF 2009: Day 3 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://njisacf.com/09/film2009 http://njisacf.com/09/tickets http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/429#bookmarkify http://nynjbengali.com/archives/429#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/429&amp;Title=NJISACF 2009: Day 3 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/429 http://www.bloglines.com/sub/http://nynjbengali.com/archives/429 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/429 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NJISACF 2009: Day 3&amp;bookmark_url=http://nynjbengali.com/archives/429 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/429 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://co.mments.com/track?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://del.icio.us/post?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.diigo.com/post?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/429 http://www.dzone.com/links/add.html?description=NJISACF 2009: Day 3&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/429 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/429&amp;h=NJISACF 2009: Day 3 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/429&amp;t=NJISACF 2009: Day 3 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NJISACF 2009: Day 3&amp;url=http://nynjbengali.com/archives/429 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/429&amp;t=NJISACF 2009: Day 3 http://www.folkd.com/submit/http://nynjbengali.com/archives/429 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/429&amp;t=NJISACF 2009: Day 3 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.hugg.com/node/add/storylink?edit[title]=NJISACF 2009: Day 3&amp;edit[url]=http://nynjbengali.com/archives/429 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/429 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/429 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/429 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/429&title=NJISACF 2009: Day 3 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/429&amp;bm_description=NJISACF 2009: Day 3 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/429 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/429&amp;t=NJISACF 2009: Day 3 http://myweb.yahoo.com/myweb/save?t=NJISACF 2009: Day 3&amp;u=http://nynjbengali.com/archives/429 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/429 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/429&amp;t=NJISACF 2009: Day 3 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/429&amp;T=NJISACF 2009: Day 3 http://reddit.com/submit?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/429 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/429 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/429 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://technorati.com/faves?add=http://nynjbengali.com/archives/429 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/429&amp;name=NJISACF 2009: Day 3 http://twitter.com/home/?status=NJISACF 2009: Day 3+http://nynjbengali.com/archives/429 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/429 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/429&amp;t=NJISACF 2009: Day 3 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NJISACF 2009: Day 3&amp;uri=http://nynjbengali.com/archives/429 http://nynjbengali.com/archives/429 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/429&amp;Title=NJISACF 2009: Day 3 http://www.bloglines.com/sub/http://nynjbengali.com/archives/429 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/429 http://del.icio.us/post?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/429 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/429&title=NJISACF 2009: Day 3 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/429&amp;bm_description=NJISACF 2009: Day 3 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/429 http://reddit.com/submit?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://technorati.com/faves?add=http://nynjbengali.com/archives/429 http://twitter.com/home/?status=NJISACF 2009: Day 3+http://nynjbengali.com/archives/429 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/429&amp;title=NJISACF 2009: Day 3 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/429&amp;t=NJISACF 2009: Day 3 http://www.feedburner.com/fb/a/emailFlare?itemTitle=NJISACF 2009: Day 3&amp;uri=http://nynjbengali.com/archives/429&amp;loc=en_US http://nynjbengali.com/archives/429#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NJISACF 2009: Day 3 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(417, 2623, 'sudipta The idol made of fiber-glass is brought all the way from Kolkata - and our priest chants the mantras in pure Sanskrit. http://nynjbengali.com', NULL),
(430, 0, 'Once again an Indian or person of Indian origin wins the Nobel prize. Dr. Venkatraman Ramakrishnan was awarded the 2009 Nobel prize in chemistry for his research on ribosomes. It was in 1930 another Raman Dr. Chandrashekhar Venkata Raman popularly known as C. V. Raman won the Nobel prize in Physics. Dr. Venkataraman of the MRC Laboratory of Molecular Biology in Cambridge England won the award along with Dr. Thomas A. Steitz of Yale University and Dr. Ada E. Yonath of the Weizmann Institute of Science in Rehovot Israel. Dr. Venkatraman was born in Chidambaram Tamil Nadu India in 1952 and obtained his Ph.D. at Ohio University and holds American citizenship. For further details visit http://nobelprize.org/nobel prizes/chemistry/laureates/2009/index.html Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Another Raman Wins Nobel Prize in Chemistry size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/430#bookmarkify http://nynjbengali.com/archives/430#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/430&amp;Title=Another Raman Wins Nobel Prize in Chemistry http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/430 http://www.bloglines.com/sub/http://nynjbengali.com/archives/430 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/430 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Another Raman Wins Nobel Prize in Chemistry&amp;bookmark_url=http://nynjbengali.com/archives/430 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/430 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://co.mments.com/track?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://del.icio.us/post?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.diigo.com/post?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/430 http://www.dzone.com/links/add.html?description=Another Raman Wins Nobel Prize in Chemistry&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/430 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/430&amp;h=Another Raman Wins Nobel Prize in Chemistry http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/430&amp;t=Another Raman Wins Nobel Prize in Chemistry http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Another Raman Wins Nobel Prize in Chemistry&amp;url=http://nynjbengali.com/archives/430 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/430&amp;t=Another Raman Wins Nobel Prize in Chemistry http://www.folkd.com/submit/http://nynjbengali.com/archives/430 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/430&amp;t=Another Raman Wins Nobel Prize in Chemistry http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.hugg.com/node/add/storylink?edit[title]=Another Raman Wins Nobel Prize in Chemistry&amp;edit[url]=http://nynjbengali.com/archives/430 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/430 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/430 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/430 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/430&title=Another Raman Wins Nobel Prize in Chemistry http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/430&amp;bm_description=Another Raman Wins Nobel Prize in Chemistry http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/430 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/430&amp;t=Another Raman Wins Nobel Prize in Chemistry http://myweb.yahoo.com/myweb/save?t=Another Raman Wins Nobel Prize in Chemistry&amp;u=http://nynjbengali.com/archives/430 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/430 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/430&amp;t=Another Raman Wins Nobel Prize in Chemistry http://www.plugim.com/submit?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/430&amp;T=Another Raman Wins Nobel Prize in Chemistry http://reddit.com/submit?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/430 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/430 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/430 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://technorati.com/faves?add=http://nynjbengali.com/archives/430 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/430&amp;name=Another Raman Wins Nobel Prize in Chemistry http://twitter.com/home/?status=Another Raman Wins Nobel Prize in Chemistry+http://nynjbengali.com/archives/430 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/430 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/430&amp;t=Another Raman Wins Nobel Prize in Chemistry http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Another Raman Wins Nobel Prize in Chemistry&amp;uri=http://nynjbengali.com/archives/430 http://nynjbengali.com/archives/430 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/430&amp;Title=Another Raman Wins Nobel Prize in Chemistry http://www.bloglines.com/sub/http://nynjbengali.com/archives/430 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/430 http://del.icio.us/post?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/430 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/430&title=Another Raman Wins Nobel Prize in Chemistry http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/430&amp;bm_description=Another Raman Wins Nobel Prize in Chemistry http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/430 http://reddit.com/submit?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://technorati.com/faves?add=http://nynjbengali.com/archives/430 http://twitter.com/home/?status=Another Raman Wins Nobel Prize in Chemistry+http://nynjbengali.com/archives/430 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/430&amp;title=Another Raman Wins Nobel Prize in Chemistry http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/430&amp;t=Another Raman Wins Nobel Prize in Chemistry http://www.feedburner.com/fb/a/emailFlare?itemTitle=Another Raman Wins Nobel Prize in Chemistry&amp;uri=http://nynjbengali.com/archives/430&amp;loc=en_US http://nynjbengali.com/archives/430#bookmarkify Dr. Venkatraman Ramakrishnan [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Another Raman Wins Nobel Prize in Chemistry Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(432, 0, 'Herta Muller “who with the concentration of poetry and the frankness of prose depicts the landscape of the dispossessed” won the 2009 Nobel Prize in literature. Ms. Müller 56 emigrated to Germany in 1987 after years of persecution and censorship in Romania. She is the first German writer to win the Nobel award since Günter Grass in 1999. Herta Müller was born on August 17 1953 in the German-speaking town Nitzkydorf in Banat Romania. Her parents were members of the German-speaking minority in Romania. Her father had served in the Waffen SS during World War II. Many German Romanians were deported to the Soviet Union in 1945 including Müller’s mother who spent five years in a work camp in present-day Ukraine. Many years later in Atemschaukel 2009 Müller was to depict the exile of the German Romanians in the Soviet Union. From 1973 to 1976 Müller studied German and Romanian literature at the university in Timi oara Temeswar . During this period she was associated with Aktionsgruppe Banat a circle of young German-speaking authors who in opposition to Ceau escu’s dictatorship sought freedom of speech. After completing her studies she worked as a translator at a machine factory from 1977 to 1979. She was dismissed when she refused to be an informant for the secret police. After her dismissal she was harassed by Securitate. Müller made her debut with the collection of short stories Niederungen 1982 which was censored in Romania. Two years later she published the uncensored version in Germany and in the same year Drückender Tango in Romania. In these two works Müller depicts life in a small German-speaking village and the corruption intolerance and repression to be found there. The Romanian national press was very critical of these works while outside of Romania the German press received them very positively. Because Müller had publicly criticized the dictatorship in Romania she was prohibited from publishing in her own country. In 1987 Müller emigrated together with her husband author Richard Wagner. The novels Der Fuchs war damals schon der Jäger 1992 Herztier 1994 The Land of Green Plums 1996 and Heute wär ich mir lieber nicht begegnet 1997 The Appointment 2001 give with chiselled details a portrait of daily life in a stagnated dictatorship. Müller has given guest lectures at universities colleges and other venues in Paderborn Warwick Hamburg Swansea Gainsville Florida Kassel Göttingen Tübingen and Zürich among other places. She lives in Berlin. Since 1995 she has served as a member of Deutsche Akademie für Sprache und Dichtung in Darmstadt. Works in German Niederungen. – Bukarest : Kriterion-Verlag 1982 Berlin : Rotbuch-Verlag 1984 Drückender Tango : Erzählungen. – Bukarest : Kriterion-Verlag 1984 Reinbek bei Hamburg : Rowohlt 1996 Der Mensch ist ein gro er Fasan auf der Welt : Roman. – Berlin : Rotbuch-Verlag 1986 Barfü iger Februar : Prosa. – Berlin : Rotbuch-Verlag 1987 Reisende auf einem Bein. – Berlin : Rotbuch-Verlag 1989 Der Teufel sitzt im Spiegel. – Berlin : Rotbuch-Verlag 1991 Der Fuchs war damals schon der Jäger : Roman. – Reinbek bei Hamburg : Rowohlt 1992 Eine warme Kartoffel ist ein warmes Bett. – Hamburg : Europäische Verlagsanstalt 1992 Der Wächter nimmt seinen Kamm : vom Weggehen und Ausscheren. – Reinbek bei Hamburg : Rowohlt 1993 Herztier : Roman. – Reinbek bei Hamburg : Rowohlt 1994 Hunger und Seide : Essays. – Reinbek bei Hamburg : Rowohlt 1995 In der Falle. – Göttingen : Wallstein-Verlag 1996 Heute wär ich mir lieber nicht begegnet. – Reinbek bei Hamburg : Rowohlt 1997 Der fremde Blick oder Das Leben ist ein Furz in der Laterne. – Göttingen : Wallstein-Verlag 1999 Im Haarknoten wohnt eine Dame. – Reinbek bei Hamburg : Rowohlt 2000 Heimat ist das was gesprochen wird. – Blieskastel : Gollenstein 2001 Der König verneigt sich und tötet. – München : Hanser 2003 Die blassen Herren mit den Mokkatassen. – München : Hanser 2005 Atemschaukel : Roman. – München : Hanser 2009 Works in English The Passport / translated by Martin Chalmers. – London : Serpent’s Tail 1989. – Translation of Der Mensch ist ein großer Fasan auf der Welt The Land of Green Plums / translated by Michael Hofmann. – New York : Metropolitan Books 1996. – Translation of Herztier Traveling on One Leg / translated from the German by Valentina Glajar and André Lefevere. – Evanston Ill. : Northwestern University Press 1998. – Translation of Reisende auf einem Bein The Appointment / translated by Michael Hulse and Philip Boehm. – New York : Metropolitan Books 2001. – Translation of Heute wär ich mir lieber nicht begegnet Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Herta Muller Awarded the 2009 Nobel Prize in Literature size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/10/herta-muller.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/432#bookmarkify http://nynjbengali.com/archives/432#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/432&amp;Title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/432 http://www.bloglines.com/sub/http://nynjbengali.com/archives/432 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/432 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Herta Muller Awarded the 2009 Nobel Prize in Literature&amp;bookmark_url=http://nynjbengali.com/archives/432 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/432 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://co.mments.com/track?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://del.icio.us/post?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.diigo.com/post?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/432 http://www.dzone.com/links/add.html?description=Herta Muller Awarded the 2009 Nobel Prize in Literature&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/432 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/432&amp;h=Herta Muller Awarded the 2009 Nobel Prize in Literature http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/432&amp;t=Herta Muller Awarded the 2009 Nobel Prize in Literature http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Herta Muller Awarded the 2009 Nobel Prize in Literature&amp;url=http://nynjbengali.com/archives/432 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/432&amp;t=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.folkd.com/submit/http://nynjbengali.com/archives/432 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/432&amp;t=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.hugg.com/node/add/storylink?edit[title]=Herta Muller Awarded the 2009 Nobel Prize in Literature&amp;edit[url]=http://nynjbengali.com/archives/432 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/432 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/432 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/432 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/432&title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/432&amp;bm_description=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/432 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/432&amp;t=Herta Muller Awarded the 2009 Nobel Prize in Literature http://myweb.yahoo.com/myweb/save?t=Herta Muller Awarded the 2009 Nobel Prize in Literature&amp;u=http://nynjbengali.com/archives/432 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/432 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/432&amp;t=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.plugim.com/submit?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/432&amp;T=Herta Muller Awarded the 2009 Nobel Prize in Literature http://reddit.com/submit?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/432 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/432 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/432 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://technorati.com/faves?add=http://nynjbengali.com/archives/432 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/432&amp;name=Herta Muller Awarded the 2009 Nobel Prize in Literature http://twitter.com/home/?status=Herta Muller Awarded the 2009 Nobel Prize in Literature+http://nynjbengali.com/archives/432 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/432 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/432&amp;t=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Herta Muller Awarded the 2009 Nobel Prize in Literature&amp;uri=http://nynjbengali.com/archives/432 http://nynjbengali.com/archives/432 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/432&amp;Title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.bloglines.com/sub/http://nynjbengali.com/archives/432 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/432 http://del.icio.us/post?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/432 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/432&title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/432&amp;bm_description=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/432 http://reddit.com/submit?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://technorati.com/faves?add=http://nynjbengali.com/archives/432 http://twitter.com/home/?status=Herta Muller Awarded the 2009 Nobel Prize in Literature+http://nynjbengali.com/archives/432 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/432&amp;title=Herta Muller Awarded the 2009 Nobel Prize in Literature http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/432&amp;t=Herta Muller Awarded the 2009 Nobel Prize in Literature http://www.feedburner.com/fb/a/emailFlare?itemTitle=Herta Muller Awarded the 2009 Nobel Prize in Literature&amp;uri=http://nynjbengali.com/archives/432&amp;loc=en_US http://nynjbengali.com/archives/432#bookmarkify Herta Muller - 2009 Nobel Prize in Literature [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Herta Muller Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Herta Muller Awarded the 2009 Nobel Prize in Literature Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(434, 0, 'Special Event: Bansuri Concert by Steve Gorn with Dibyarka Chatterjee on Tabla Shyama Sangeet Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Anandamandir Celebrates Kali Puja 2009 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/434#bookmarkify http://nynjbengali.com/archives/434#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/434&amp;Title=Anandamandir Celebrates Kali Puja 2009 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/434 http://www.bloglines.com/sub/http://nynjbengali.com/archives/434 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/434 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Anandamandir Celebrates Kali Puja 2009&amp;bookmark_url=http://nynjbengali.com/archives/434 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/434 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://co.mments.com/track?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://del.icio.us/post?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.diigo.com/post?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/434 http://www.dzone.com/links/add.html?description=Anandamandir Celebrates Kali Puja 2009&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/434 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/434&amp;h=Anandamandir Celebrates Kali Puja 2009 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/434&amp;t=Anandamandir Celebrates Kali Puja 2009 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Anandamandir Celebrates Kali Puja 2009&amp;url=http://nynjbengali.com/archives/434 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/434&amp;t=Anandamandir Celebrates Kali Puja 2009 http://www.folkd.com/submit/http://nynjbengali.com/archives/434 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/434&amp;t=Anandamandir Celebrates Kali Puja 2009 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.hugg.com/node/add/storylink?edit[title]=Anandamandir Celebrates Kali Puja 2009&amp;edit[url]=http://nynjbengali.com/archives/434 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/434 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/434 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/434 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/434&title=Anandamandir Celebrates Kali Puja 2009 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/434&amp;bm_description=Anandamandir Celebrates Kali Puja 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/434 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/434&amp;t=Anandamandir Celebrates Kali Puja 2009 http://myweb.yahoo.com/myweb/save?t=Anandamandir Celebrates Kali Puja 2009&amp;u=http://nynjbengali.com/archives/434 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/434 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/434&amp;t=Anandamandir Celebrates Kali Puja 2009 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/434&amp;T=Anandamandir Celebrates Kali Puja 2009 http://reddit.com/submit?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/434 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/434 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/434 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/434 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/434&amp;name=Anandamandir Celebrates Kali Puja 2009 http://twitter.com/home/?status=Anandamandir Celebrates Kali Puja 2009+http://nynjbengali.com/archives/434 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/434 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/434&amp;t=Anandamandir Celebrates Kali Puja 2009 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Anandamandir Celebrates Kali Puja 2009&amp;uri=http://nynjbengali.com/archives/434 http://nynjbengali.com/archives/434 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/434&amp;Title=Anandamandir Celebrates Kali Puja 2009 http://www.bloglines.com/sub/http://nynjbengali.com/archives/434 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/434 http://del.icio.us/post?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/434 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/434&title=Anandamandir Celebrates Kali Puja 2009 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/434&amp;bm_description=Anandamandir Celebrates Kali Puja 2009 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/434 http://reddit.com/submit?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://technorati.com/faves?add=http://nynjbengali.com/archives/434 http://twitter.com/home/?status=Anandamandir Celebrates Kali Puja 2009+http://nynjbengali.com/archives/434 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/434&amp;title=Anandamandir Celebrates Kali Puja 2009 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/434&amp;t=Anandamandir Celebrates Kali Puja 2009 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Anandamandir Celebrates Kali Puja 2009&amp;uri=http://nynjbengali.com/archives/434&amp;loc=en_US http://nynjbengali.com/archives/434#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Anandamandir Celebrates Kali Puja 2009 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(503, 2894, 'Munia Datta Sudipto: Congratulations on getting your book published You make us all so proud - look forward to reading your book. All the best for all your future publications and productions. Munia', NULL),
(226, 2896, 'Yogesh Goel Hi I am Yogesh Goel one from the Amar Durga Puja team. I am here to invite you to participate in the most unique initiative ever on the net on Ma Durga. We have a website AmarDurgaPuja.com and its totally user driven website. We want to bring Ma Durga to everyone’s home. Even to people who can’t be here during pujas. We want to make everyone feel at home and thats why this website. Amar Durga Puja ADP is an attempt by FOURDY Group to take Durga Puja to the world by sharing information and photos to help everyone in experiencing the thrill of Durga Puja. To make this happen we started http://www.amardurgapuja.com in 2009 as a photography competition which received an overwhelming response from the user of various countries like India Bangladesh United States Australia United Kingdom and many more who showed their love for the festival by submitting 1 000 photographs within a span of 6 days – making it the largest Durga Puja gallery online. Later this year we were also recognized by Spanish Magazine – Global Voices www.globalvoices.org . This is a pictorial and video website where users can submit their entire collection and make it seen to the world and also share them. we want to make it a hub which everyone can cherish for life. Do visit and make urself a part of this greatest initiative ever. our website address is- http://www.amardurgapuja.com/ And our facebook page address is- http://www.facebook.com/amardurgapuja Hope to see u participating contributing soon. Do not forget to tell about this to your friends too. Take Care Be well Yogesh Goel For Amar Durga Puja team FOURDY Group http://www.ygoel.com http://www.amardurgapuja.com http://www.amardurgapuja.com/ http://www.facebook.com/amardurgapuja', NULL),
(503, 2891, 'college scholarships Keep posting stuff like this i really like it http://www.collegescholarships-tips.org', NULL),
(506, 0, 'The time of the year is here again. The sky is blue with patches of white clouds floating lazily and the weather is cooling down. Durga Puja is here again in New Jersey. The local Bengali associations are gearing up to welcome Ma Durga with the usual pomp and cultural extravaganza and let me share with you some information about the festivities that has come to my notice. Like previous years Durga Puja festival in New Jersey will be heralded in by the live Mahishashura Mardini Mahalaya performance  at the Ananda Mandir on October 10th at 5.00am in the morning. I have been a regular attendee at this event and I can promise you that if you can take that bold step of getting up from bed that early and drive down to Ananda Mandir you’ll have an experience that you will never regret. This year however Puja starts even earlier in New Jersey with Indian Community Center ICC of Garden State having their Puja on Oct 9th and 10th at the Eisenhower Middle School 47 Eyland Avenue Succasunna. ICC’s cultural program this year will feature the famous Bangla Band KAYA who promises to rock the audience with their folk inspired melodies. Pranab Biswas a noted classical vocalist will be presenting a medley of Bengali and Hindi songs. The program will also present a bunch or events by local artists including an audio play sruti natok “Baad Protibad” written by yours truly. Kallol of New Jersey will be celebrating Durga Puja on Oct 15th 16th and 17th at their usual venue - Ukranian Community Center in Somerset NJ. The cultural events at the Kallol Puja has not been well publicized as yet but the invitation card says that the program will include classical vocal performance by Parthasarathi Desikan disciple and son-in-law of Pt. Ajoy Chakraborty Jolly Mukherjee from Bollywood and Koel Mukherjee of Sa Re Ga Ma Pa fame. The list also includes sarod recital by Anirban Dasgupta son and disciple of Pt. Buddhadev Dasgupta Rabindrasangeet by Sasha Ghoshal and modern songs by Shamit Tyagi and Sumona Banerjee from Kolkata. This year Kallol is introducing few new events : - Chess championship all ages - Bridge championship adults - Quiz show conducted by Dr. Nupur Lahiri. To participate in any of these events contact Sunanda Mitra sunandamitra@yahoo.com or Poushali Sengupta poushali123@yahoo.com .  And no Kallol Pujo is complete without drama performances by the adult and children members of Kallol. The Kallol seniors will present the play “Sorry Wrong Number” directed by Debiprosad Palit and the Kallol juniors will present “Khirer Putul” the all time favorite Bengali fairy tale. There will also be dance recitals by Sunrita Mitra’s young dancers Brinda Guha’s Kalamandir Dance Company and Mitra Purakaysatha’s Rhythms of Dance music. So get ready. Kallol website mentions that online registration will open on Sept 20 2010. Garden State Cultural Association GSCA will be celebrating their Puja on Oct 16 and 17. This year GSCA’s entertainment program includes recitation by Partha Ghosh and Gauri Ghosh Bharatnatyam dance recital by Jhinook Mukherjee from Kolkata vocal music performances by Shounak Chattopadhyay Soumen Adhikari Suchismita Chandrayee Bhattacharya and Gayatri Sharma. Kalamandir Dance Company will present their acclaimed composition Heat. The highlight of GSCA’s presentation this year will be “Ajo Kahini” a hilarious play written by Sudipta Bhawmik and directed by Pinaki Datta produced by ECTA. For further details visit their website. Ananda Mandir and Bharat Sevashram Sangha will also be celebrating Durga Puja from October 13 to 17 2010 as per the Bengali calender.  People who are interested in attending a more traditional Pujo Ananda Mandir and Bharat Sevashram Sangha may be the place for them. I hope like all the previous years Durga Puja this year too will be an enjoyable experience for all of us and pray that the Puja brings in peace and prosperity for all. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Durga Puja 2010 : New Jersey Style size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/506#bookmarkify http://nynjbengali.com/archives/506#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/506&amp;Title=Durga Puja 2010 : New Jersey Style http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/506 http://www.bloglines.com/sub/http://nynjbengali.com/archives/506 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/506 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Durga Puja 2010 : New Jersey Style&amp;bookmark_url=http://nynjbengali.com/archives/506 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/506 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://co.mments.com/track?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://del.icio.us/post?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.diigo.com/post?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/506 http://www.dzone.com/links/add.html?description=Durga Puja 2010 : New Jersey Style&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/506 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/506&amp;h=Durga Puja 2010 : New Jersey Style http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/506&amp;t=Durga Puja 2010 : New Jersey Style http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Durga Puja 2010 : New Jersey Style&amp;url=http://nynjbengali.com/archives/506 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/506&amp;t=Durga Puja 2010 : New Jersey Style http://www.folkd.com/submit/http://nynjbengali.com/archives/506 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/506&amp;t=Durga Puja 2010 : New Jersey Style http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.hugg.com/node/add/storylink?edit[title]=Durga Puja 2010 : New Jersey Style&amp;edit[url]=http://nynjbengali.com/archives/506 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/506 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/506 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/506 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/506&title=Durga Puja 2010 : New Jersey Style http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/506&amp;bm_description=Durga Puja 2010 : New Jersey Style http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/506 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/506&amp;t=Durga Puja 2010 : New Jersey Style http://myweb.yahoo.com/myweb/save?t=Durga Puja 2010 : New Jersey Style&amp;u=http://nynjbengali.com/archives/506 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/506 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/506&amp;t=Durga Puja 2010 : New Jersey Style http://www.plugim.com/submit?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/506&amp;T=Durga Puja 2010 : New Jersey Style http://reddit.com/submit?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/506 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/506 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/506 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://technorati.com/faves?add=http://nynjbengali.com/archives/506 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/506&amp;name=Durga Puja 2010 : New Jersey Style http://twitter.com/home/?status=Durga Puja 2010 : New Jersey Style+http://nynjbengali.com/archives/506 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/506 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/506&amp;t=Durga Puja 2010 : New Jersey Style http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Durga Puja 2010 : New Jersey Style&amp;uri=http://nynjbengali.com/archives/506 http://nynjbengali.com/archives/506 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/506&amp;Title=Durga Puja 2010 : New Jersey Style http://www.bloglines.com/sub/http://nynjbengali.com/archives/506 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/506 http://del.icio.us/post?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/506 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/506&title=Durga Puja 2010 : New Jersey Style http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/506&amp;bm_description=Durga Puja 2010 : New Jersey Style http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/506 http://reddit.com/submit?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://technorati.com/faves?add=http://nynjbengali.com/archives/506 http://twitter.com/home/?status=Durga Puja 2010 : New Jersey Style+http://nynjbengali.com/archives/506 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/506&amp;title=Durga Puja 2010 : New Jersey Style http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/506&amp;t=Durga Puja 2010 : New Jersey Style http://www.feedburner.com/fb/a/emailFlare?itemTitle=Durga Puja 2010 : New Jersey Style&amp;uri=http://nynjbengali.com/archives/506&amp;loc=en_US http://nynjbengali.com/archives/506#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Durga Puja 2010 : New Jersey Style Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(438, 0, 'The three day long 3rd Annual New Jersey Independent South Asian Cine Fest NJISACF concluded on Sunday October 11 2009 at the Rutgers Busch Campus Student Center. The festival does not have the clout that some of the other major films festivals around the World enjoy but it is gradually gaining in momentum. The festival does not boast of stars and glitterati but is more focused on quality films made by artists of South Asian descent. This year the festival showcased around 25 films including full length features and shorts that highlighted the best works of some young and promising film makers as well as veterans like Adoor Gopalakrishnan. I however was able to watch only a handful of films and I’ll discuss those in this ‘attempt of a report’ of mine. I would like to welcome the readers who attended the festival to comment on the films they watched. The festival opened on Friday Oct 9th evening at the Westin Hotel in Princeton with the film “7 days in Slow Motion” by Umakanth Thumrugoti. Before the screening as announced by the organizers there was a small strip of red carpet on which some film makers might have walked while being photographed by the awaiting camera men. I must have missed it cause while I was hanging out in the lobby I didn’t notice anybody on the carpet. The screening started a bit late not because of any logistics related delay but only to accommodate some more people who got stuck on a Friday evening traffic. The film maker Umakanth was introduced before the screening and he also made a few comments about the film. We learnt that he is an art director at Disney films and has worked on many of Disney’s popular animated features. He took a sabbatical for one year to make this film in Hyderabad. The film starts off as a light hearted comedy about a young boy Ravi who along with his friends ventures upon making a film using a “borrowed” camera. The film gradually takes on a more serious tone as the camera starts to capture stories that Ravi had never imagined. The film was well made and had that professional polish that distinguishes it from an amateur art house film to a more Hollywoodish kind not that there is anything wrong with that . The screenplay structure follows the typical three act flow as preached by Hollywood gurus although the story kind of slacked during the second act. The film however made a point of its own - that films are finally made on the editing table. The boy did not have a story to begin with but the story he finally told through his film came about on his editing tool by mostly using footages captured accidentally on his Panasonic camera.  Nonetheless it was an enjoyable film and I brought along my 12 year old son who dabbles with film making now and then to watch the film the following day. The film screening was followed by a short celebration where the famed film maker from India Adoor Gopalakrishnan was felicitated. Adoor is one of the most respected film maker and has received numerous awards and acclaims for his films both in India and abroad. It was indeed a major achievement of the festival committee to bring him and his film at this festival.  A nice dinner followed this event before wrapping up for the day. The next day the venue shifted to Rutgers University Cook-Douglas campus. I was able to watch only two films – “Loori” a film made by Afgan expats and “Barah Anah” a film made by Raja Menon from Mumbai. “Loori” directed by Saeed Orokzai is a film about a young Afgan woman Meena. Meena was brought to USA as a child when her parents died during the Soviet invation. Later   after some troubling incidents in her life Meena develops some serious emotional and mental problems. Finally she finds herself back after some help from an Afgan doctor an Artist and a homeless boy.  The story had a slow soft lyrical quality to it and is loaded with symbolism. However the key problem of this film was its technical quality and the entire production can be regarded as amateurish at best. The acting performances for most was quite poor so was the photography which got further skewed by an inadequate DVD projection system. “Barah Anah” Short Changed is directed by Raja Menon and is produced by  an interesting team of people including an Italian Giulia Achilli an American Raj Yerasi and an Indian Raja Menon . The film tells the tale of three migrant workers in Mumbai who got tired of the continuous indignity and disdain showered upon them by the rising middle class and takes up crime to achieve their goals. They kidnap simple middle class people who having no faith in law enforcement prefers to pay the “micro” ransom demands instead of going to the police. The story in itself is nothing novel and has been told several times. However the film gets its boost from the wonderful performances of its cast members which include none other than the great Nasiruddin Shah and Vijay Raj. The film seem contrived at times with the ending clearly a patch work which is difficult to justify even with a back story of Shukla’s acted by Nasiruddin Shah predicament at the beginning of the film. If a death certificate can get a person out of judicial claws then all criminals would have carried a death certificate of their own. Raja Menon’s answer to this was that he took some artistic license and left it to the audience to figure it out but I think that kind of an excuse is not even used by the regular song-and-dance kind of seventies style Bollywood movie. On Sunday the third and final day of the festival that happened at the Rutgers Busch Campus Students Center I was able to see only one film and possibly the best of the lot I’ve seen so far. “Death on a Full Moon Day” Pura Handa Kaluwara a Sinhalese film directed by Prasanna Vithanage was made in 1997 and was banned by the Sri Lankan Govt. Prasanna fought against the ban and won the case in the Supreme Court who forced the Govt to lift the ban. The film is a wonderful treatise on the de-humanization of common people by war and the reigning authorities.  Old Vannihamy on a full moon day receives the remains of his only son a soldier in the Sri Lankan army in a sealed coffin. But Vannihamy refuses to accept the death of his son and risking the compensation money from the Govt. he opens the casket to vindicate his belief.  The loss of humanity and the general apathy of the people caused by a prolonged war  is dealt with great sensitivity and beauty that only a master film maker can. I am inclined to see more of Prasanna’s films if they are available on DVD. NJISACF brings to us some of the gems of South Asian cinema and exposes us to the rich cultural variety of that region. I hope this modest festival develops into a major international event and helps build bridges between cultures. Kudos to the festival organizers. My only request to the organizers would be to make sure that the projection systems do justice to the films being shown. The film makers take lot of care in composing their shots and arranging color schemes for each frame. But it really gets frustrating for the film makers as well as the audience when a less than adequate DVD player and projection system screws it up. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NJ Independent South Asian Cine Fest 2009: A Brief Report size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/10/oru-pennum-randaanum-srilanka.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/438#bookmarkify http://nynjbengali.com/archives/438#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/438&amp;Title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/438 http://www.bloglines.com/sub/http://nynjbengali.com/archives/438 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/438 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NJ Independent South Asian Cine Fest 2009: A Brief Report&amp;bookmark_url=http://nynjbengali.com/archives/438 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/438 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://co.mments.com/track?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://del.icio.us/post?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.diigo.com/post?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/438 http://www.dzone.com/links/add.html?description=NJ Independent South Asian Cine Fest 2009: A Brief Report&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/438 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/438&amp;h=NJ Independent South Asian Cine Fest 2009: A Brief Report http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/438&amp;t=NJ Independent South Asian Cine Fest 2009: A Brief Report http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NJ Independent South Asian Cine Fest 2009: A Brief Report&amp;url=http://nynjbengali.com/archives/438 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/438&amp;t=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.folkd.com/submit/http://nynjbengali.com/archives/438 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/438&amp;t=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.hugg.com/node/add/storylink?edit[title]=NJ Independent South Asian Cine Fest 2009: A Brief Report&amp;edit[url]=http://nynjbengali.com/archives/438 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/438 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/438 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/438 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/438&title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/438&amp;bm_description=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/438 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/438&amp;t=NJ Independent South Asian Cine Fest 2009: A Brief Report http://myweb.yahoo.com/myweb/save?t=NJ Independent South Asian Cine Fest 2009: A Brief Report&amp;u=http://nynjbengali.com/archives/438 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/438 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/438&amp;t=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.plugim.com/submit?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/438&amp;T=NJ Independent South Asian Cine Fest 2009: A Brief Report http://reddit.com/submit?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/438 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/438 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/438 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://technorati.com/faves?add=http://nynjbengali.com/archives/438 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/438&amp;name=NJ Independent South Asian Cine Fest 2009: A Brief Report http://twitter.com/home/?status=NJ Independent South Asian Cine Fest 2009: A Brief Report+http://nynjbengali.com/archives/438 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/438 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/438&amp;t=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NJ Independent South Asian Cine Fest 2009: A Brief Report&amp;uri=http://nynjbengali.com/archives/438 http://nynjbengali.com/archives/438 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/438&amp;Title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.bloglines.com/sub/http://nynjbengali.com/archives/438 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/438 http://del.icio.us/post?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/438 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/438&title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/438&amp;bm_description=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/438 http://reddit.com/submit?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://technorati.com/faves?add=http://nynjbengali.com/archives/438 http://twitter.com/home/?status=NJ Independent South Asian Cine Fest 2009: A Brief Report+http://nynjbengali.com/archives/438 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/438&amp;title=NJ Independent South Asian Cine Fest 2009: A Brief Report http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/438&amp;t=NJ Independent South Asian Cine Fest 2009: A Brief Report http://www.feedburner.com/fb/a/emailFlare?itemTitle=NJ Independent South Asian Cine Fest 2009: A Brief Report&amp;uri=http://nynjbengali.com/archives/438&amp;loc=en_US http://nynjbengali.com/archives/438#bookmarkify Oru_Pennum_Randaanum_Srilanka [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Oru_Pennum_Randaanum_Srilanka Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NJ Independent South Asian Cine Fest 2009: A Brief Report Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(425, 2637, 'Patrizia Mookherjee I was at the NJPA Kali Puja and I was very happy with the results. My brother Anup Mitra did a magnificent job and he made sure that me and my daughter were well taken care of. The food was delicious and as always I was charmed by all the children especially Mili and I charmed them.', NULL),
(234, 2636, 'Patrizia Mookherjee The Idol did look like as if the Puja was happening in Kolkata. I’m not Bengali but it sure did made me feel like home. i have photographs in which I recieved a dozen comments saying the it looked like Kolkata.', NULL),
(434, 2635, 'Patrizia Mookherjee This is an important celebration/event where everyone looks forward to go and can not be missed.', NULL),
(439, 0, 'Three months ago when I lost my mother I received the following email from a close friend: Tonight at the Sahitya O Alochana meeting I heard the very sad news of your mother’s passing away. I offer my heart-felt condolences to you. I have suffered some losses in my own life and I know first hand the sorrow of having to say good bye to a loved one. I also know that during this time and all through your life you’ll know that she is with you and watching over you because you can feel her presence in your heart. I feel deeply moved by this change from life to after-life that your mom has gone through and I felt compelled to tell you that she is still with you and will always be just as I feel that my son is always with me no matter where I am. With my love and blessings to you and your family The email was from Gayatri Gamarsh who allowed me to call her as Gayatri-di and it really helped me cope with my pain. Little did I know that three months later Gayatri-di herself will move on to “her after-life” leaving us behind mourning her loss. I came to know Gayatri-di mainly through her literary works and her love for anything artistic.  She used to love coming to our plays and appreciated them very much. Several times she has written about our plays in Anandasambad and other magazines. Her appreciation and encouragement meant a lot to me and my team mates.   It is for people like Gayatri-di that makes all the hard work in writing and staging a play worth it. In September she had participated in a workshop on creative Bengali writing conducted by Sunil Gangopadhyay. She had rescheduled her heart surgery just to attend this workshop online. That was the last time I had heard her voice on the phone.  Later after her surgery she had sent me an email asking for an article or cartoon for the “Sambad Bichitra” English section. But I never had the chance to hand it to her. As mentioned by Gayatri-di in her email I’ll believe that she is always with us and will be watching any play we put up or read any article I write or any cartoon I draw. Goodbye Gayatri-di and thank you for all your encouragement and blessings for those will be my source of inspiration for whatever I do in the future. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Loss of a Friend size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/10/gayatri_gamarsh_poet.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/439#bookmarkify http://nynjbengali.com/archives/439#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/439&amp;Title=Loss of a Friend http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/439 http://www.bloglines.com/sub/http://nynjbengali.com/archives/439 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/439 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Loss of a Friend&amp;bookmark_url=http://nynjbengali.com/archives/439 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/439 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://co.mments.com/track?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://del.icio.us/post?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.diigo.com/post?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/439 http://www.dzone.com/links/add.html?description=Loss of a Friend&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/439 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/439&amp;h=Loss of a Friend http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/439&amp;t=Loss of a Friend http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Loss of a Friend&amp;url=http://nynjbengali.com/archives/439 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/439&amp;t=Loss of a Friend http://www.folkd.com/submit/http://nynjbengali.com/archives/439 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/439&amp;t=Loss of a Friend http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.hugg.com/node/add/storylink?edit[title]=Loss of a Friend&amp;edit[url]=http://nynjbengali.com/archives/439 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/439 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/439 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/439 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/439&title=Loss of a Friend http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/439&amp;bm_description=Loss of a Friend http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/439 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/439&amp;t=Loss of a Friend http://myweb.yahoo.com/myweb/save?t=Loss of a Friend&amp;u=http://nynjbengali.com/archives/439 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/439 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/439&amp;t=Loss of a Friend http://www.plugim.com/submit?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/439&amp;T=Loss of a Friend http://reddit.com/submit?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/439 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/439 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/439 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://technorati.com/faves?add=http://nynjbengali.com/archives/439 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/439&amp;name=Loss of a Friend http://twitter.com/home/?status=Loss of a Friend+http://nynjbengali.com/archives/439 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/439 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/439&amp;t=Loss of a Friend http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Loss of a Friend&amp;uri=http://nynjbengali.com/archives/439 http://nynjbengali.com/archives/439 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/439&amp;Title=Loss of a Friend http://www.bloglines.com/sub/http://nynjbengali.com/archives/439 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/439 http://del.icio.us/post?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/439 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/439&title=Loss of a Friend http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/439&amp;bm_description=Loss of a Friend http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/439 http://reddit.com/submit?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://technorati.com/faves?add=http://nynjbengali.com/archives/439 http://twitter.com/home/?status=Loss of a Friend+http://nynjbengali.com/archives/439 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/439&amp;title=Loss of a Friend http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/439&amp;t=Loss of a Friend http://www.feedburner.com/fb/a/emailFlare?itemTitle=Loss of a Friend&amp;uri=http://nynjbengali.com/archives/439&amp;loc=en_US http://nynjbengali.com/archives/439#bookmarkify Gayatri Gamarsh [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Gayatri Gamarsh Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Loss of a Friend Generic Social http://nynjbengali.com/archives/category/generic http://nynjbengali.com/archives/category/social View all posts in Generic View all posts in Social');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(443, 0, 'On November 24th 2009 President Barack Obama  hosted the first state dinner since his inauguration in honor of Dr. Manmohan Singh the honorable Prime Minister of India and his wife Mrs. Gursharan Kaur.  State dinners honoring foreign head of states are huge events and are attended by members of the top echelon of the society. The official White House fact sheet says: The first State Dinner for a foreign head of state was held by President and Mrs. Ulysses S. Grant on December 12 1874 for King David Kalakaua of Hawaii. Since that first dinner many traditions have been added to State and Official Visits – yet the common theme of forging friendships exchanging knowledge and building bridges that last for years to come remain unchanged. As the world’s two largest democracies India and the United States share common ideals and strengths and the United States and India are working together to address a number of global challenges of the 21st Century—from security to the economy to climate change to the health and education of our people. Previous State Dinners at the White House in honor of India include those hosted by the following Presidents and First Ladies: • President George W. Bush and Mrs. Laura Bush in 2005 • President William J. Clinton and Mrs. Hillary Clinton in 2000 • President Ronald Reagan and Mrs. Nancy Reagan in 1985 and 1982 • President Lyndon B. Johnson and Mrs. Lady Bird Johnson in 1966 • President John F. Kennedy and Mrs. Jacqueline Kennedy in 1963 The state dinner for Dr. Singh was held held under a tent on the South Lawn of the White House. The décor reflected the Obamas’ dedication to green and sustainable elements and  featured a garden theme. Tables will be covered in apple green linens.  Deep purple flower arrangements at each table pay homage to the state bird of India the Indian Peacock. The centerpiece bouquets were composed of flowers that are evocative of the classic American garden: hydrangea garden roses and sweet peas in a rich palette of deep plum purple and fuchsia. Arrangements of magnolia branches will surround the walls of the tent.  Magnolias are native to both India and the United States. The magnolia ivy and nandina foliage used for the occasion were locally grown and sustainably harvested. The tables were set with the following china from the White House’s historic collection. Service Plates - Eisenhower :  Porcelain 1955 New Castle Pennsylvania Castleton China Inc. U.S. Government purchase 1955. Service Plates - Clinton State China Service :  China 2000 Trenton New Jersey Lenox Inc. Gift of the White House Historical Association 2000. Commissioned to commemorate the 200th anniversary of the White House. Dinner Plates - George W. Bush State China Service :  China 2008-2009 Kinston North Carolina Lenox Inc. Gift of the White House Acquisition Trust 2009. The dinner was prepared by the award winning guest chef Marcus Samuelsson.  Mrs. Obama worked with Guest Chef Marcus Samuelsson and White House Executive Chef Cristeta Comerford and her team to create a menu that reflects the best of American cuisine continues this White House’s commitment to serving fresh sustainable and regional food and honors the culinary excellence and flavors that are present in Indian cuisine. Herbs and lettuces were harvested from the White House Kitchen Garden. White House Executive Pastry Chef William Yosses and his team created the desserts. The pears were poached in honey from the White House Beehive. Desserts were garnished with mint and lemon verbena grown in the White House Kitchen Garden.  I have attached the dinner menu at the bottom of this article. The dinner entertainment included two Academy Award winning musicians Jennifer Hudson and our own A.R. Rehman. The other performers included eight time Grammy nominee Kurt Elling the National Symphony Orchestra conducted by Marvin Hamlisch and the United States Marine Band. The star studded guest list included celebrities like Steven Spielberg Blair Underwood M. Knight Shyamalan Dr. Sanjay Gupta Kal Penn Bobby Jindal and many others. State Dinner Menu Photo Courtsey: AFP and AP Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  The Green State Dinner size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/11/manmohan_singh_obama.jpg http://nynjbengali.com/wp-content/uploads/2009/11/obama_manmohan_state_dinner.jpg http://www.scribd.com/doc/23072796/State-Dinner-Menu http://www.scribd.com/doc/23072796/State-Dinner-Menu http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/443#bookmarkify http://nynjbengali.com/archives/443#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/443&amp;Title=The Green State Dinner http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/443 http://www.bloglines.com/sub/http://nynjbengali.com/archives/443 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/443 http://www.buddymarks.com/add_bookmark.php?bookmark_title=The Green State Dinner&amp;bookmark_url=http://nynjbengali.com/archives/443 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/443 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://co.mments.com/track?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://del.icio.us/post?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.diigo.com/post?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/443 http://www.dzone.com/links/add.html?description=The Green State Dinner&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/443 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/443&amp;h=The Green State Dinner http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/443&amp;t=The Green State Dinner http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=The Green State Dinner&amp;url=http://nynjbengali.com/archives/443 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/443&amp;t=The Green State Dinner http://www.folkd.com/submit/http://nynjbengali.com/archives/443 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/443&amp;t=The Green State Dinner http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.hugg.com/node/add/storylink?edit[title]=The Green State Dinner&amp;edit[url]=http://nynjbengali.com/archives/443 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/443 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/443 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/443 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/443&title=The Green State Dinner http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/443&amp;bm_description=The Green State Dinner http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/443 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/443&amp;t=The Green State Dinner http://myweb.yahoo.com/myweb/save?t=The Green State Dinner&amp;u=http://nynjbengali.com/archives/443 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/443 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/443&amp;t=The Green State Dinner http://www.plugim.com/submit?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/443&amp;T=The Green State Dinner http://reddit.com/submit?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/443 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/443 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/443 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://technorati.com/faves?add=http://nynjbengali.com/archives/443 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/443&amp;name=The Green State Dinner http://twitter.com/home/?status=The Green State Dinner+http://nynjbengali.com/archives/443 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/443 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/443&amp;t=The Green State Dinner http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=The Green State Dinner&amp;uri=http://nynjbengali.com/archives/443 http://nynjbengali.com/archives/443 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/443&amp;Title=The Green State Dinner http://www.bloglines.com/sub/http://nynjbengali.com/archives/443 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/443 http://del.icio.us/post?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/443 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/443&title=The Green State Dinner http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/443&amp;bm_description=The Green State Dinner http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/443 http://reddit.com/submit?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://technorati.com/faves?add=http://nynjbengali.com/archives/443 http://twitter.com/home/?status=The Green State Dinner+http://nynjbengali.com/archives/443 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/443&amp;title=The Green State Dinner http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/443&amp;t=The Green State Dinner http://www.feedburner.com/fb/a/emailFlare?itemTitle=The Green State Dinner&amp;uri=http://nynjbengali.com/archives/443&amp;loc=en_US http://nynjbengali.com/archives/443#bookmarkify Dr. Manmohan Singh and Pres. Obama at the White House state dinner. The White House State Dinner in Honor of Dr. Manmohan Singh. [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Dr. Manmohan Singh and Pres. Obama. The White House State Dinner in Honor of Dr. Manmohan Singh. View State Dinner Menu on Scribd View State Dinner Menu on Scribd Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'The Green State Dinner Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(446, 0, 'Date : 5th December Saturday. Time: 4 p.m. to 6 p.m. Raag-Rang is presenting a lecture-Demonstration by Arun Rammurthy Violin and Suresh Ramachandran Mrudangam . Suchishmita Dutta is going to start the afternoon with her short rendition of hindustani vocal. Amod Dandawate And Indrani Chakraborty Khare is going to accompany her on Tabla Harmonium. Venue: Upadhyay Residence. 42 Walter Brook Drive Bridgewater NJ 08807. Donation: 5.00 for members and 7.00 for non-members. RSVP will be appreciated as seats are limited. Contact: 908 -429-1120. 908 -707-8582 609 -890-4890. email: bhawmikm@gmail.com mayuresh.khare@gmail.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Raag-Rang Presents Violin Lec-Dem size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/446#bookmarkify http://nynjbengali.com/archives/446#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/446&amp;Title=Raag-Rang Presents Violin Lec-Dem http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/446 http://www.bloglines.com/sub/http://nynjbengali.com/archives/446 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/446 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Raag-Rang Presents Violin Lec-Dem&amp;bookmark_url=http://nynjbengali.com/archives/446 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/446 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://co.mments.com/track?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://del.icio.us/post?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.diigo.com/post?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/446 http://www.dzone.com/links/add.html?description=Raag-Rang Presents Violin Lec-Dem&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/446 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/446&amp;h=Raag-Rang Presents Violin Lec-Dem http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/446&amp;t=Raag-Rang Presents Violin Lec-Dem http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Raag-Rang Presents Violin Lec-Dem&amp;url=http://nynjbengali.com/archives/446 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/446&amp;t=Raag-Rang Presents Violin Lec-Dem http://www.folkd.com/submit/http://nynjbengali.com/archives/446 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/446&amp;t=Raag-Rang Presents Violin Lec-Dem http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.hugg.com/node/add/storylink?edit[title]=Raag-Rang Presents Violin Lec-Dem&amp;edit[url]=http://nynjbengali.com/archives/446 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/446 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/446 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/446 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/446&title=Raag-Rang Presents Violin Lec-Dem http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/446&amp;bm_description=Raag-Rang Presents Violin Lec-Dem http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/446 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/446&amp;t=Raag-Rang Presents Violin Lec-Dem http://myweb.yahoo.com/myweb/save?t=Raag-Rang Presents Violin Lec-Dem&amp;u=http://nynjbengali.com/archives/446 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/446 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/446&amp;t=Raag-Rang Presents Violin Lec-Dem http://www.plugim.com/submit?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/446&amp;T=Raag-Rang Presents Violin Lec-Dem http://reddit.com/submit?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/446 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/446 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/446 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://technorati.com/faves?add=http://nynjbengali.com/archives/446 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/446&amp;name=Raag-Rang Presents Violin Lec-Dem http://twitter.com/home/?status=Raag-Rang Presents Violin Lec-Dem+http://nynjbengali.com/archives/446 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/446 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/446&amp;t=Raag-Rang Presents Violin Lec-Dem http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Raag-Rang Presents Violin Lec-Dem&amp;uri=http://nynjbengali.com/archives/446 http://nynjbengali.com/archives/446 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/446&amp;Title=Raag-Rang Presents Violin Lec-Dem http://www.bloglines.com/sub/http://nynjbengali.com/archives/446 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/446 http://del.icio.us/post?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/446 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/446&title=Raag-Rang Presents Violin Lec-Dem http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/446&amp;bm_description=Raag-Rang Presents Violin Lec-Dem http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/446 http://reddit.com/submit?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://technorati.com/faves?add=http://nynjbengali.com/archives/446 http://twitter.com/home/?status=Raag-Rang Presents Violin Lec-Dem+http://nynjbengali.com/archives/446 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/446&amp;title=Raag-Rang Presents Violin Lec-Dem http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/446&amp;t=Raag-Rang Presents Violin Lec-Dem http://www.feedburner.com/fb/a/emailFlare?itemTitle=Raag-Rang Presents Violin Lec-Dem&amp;uri=http://nynjbengali.com/archives/446&amp;loc=en_US http://nynjbengali.com/archives/446#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Raag-Rang Presents Violin Lec-Dem Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(447, 0, 'The count down to NABC 2010 has started.  In little more than seven months from now Bengalis from all over USA and abroad will converge upon Atlantic City in New Jersey. Kallol of New Jersey the host organization of NABC 2010 is working at a hectic pace to make it a great event. Most of the performers have been lined up registrations pouring in and the committee members are busy working on the final details like scheduling and fund raising. On January 8th 2010 a kickoff meeting/press-conference will be held in Kolkata in the presence of most of the artists and performers. Lets take a look at some of the foreign performers who will grace the Atlantic City convention center stage. I’ll not be able to cover all of them in this article and plan to continue in future posts.  At the 2010 NABC Kallol will be presenting some performers who are relatively unknown to the Bengali crowd in USA. One such group is Sapphire Creations Dance Workshop who will be performing at the opening ceremony.  Sapphire Creations  is a premier experimental dance company based in Kolkata and the only one of its kind in Eastern India performing regularly and popularly in festivals and arts events in India and abroad. Their objective is to integrate in its dance an awareness of tradition a dimension of experimentation an urge to entertain and a purpose to provoke consciousness to inspire us to reach brighter horizons. The group was founded in 1992 but during its early days it had to face huge hurdles in the form of criticism and abuse accusations of sensationalism and ‘bad’ culture. However over the years and after numerous acclaimed performances in most national dance festivals and important international tours Sapphire has been regarded as pioneers of a radical innovative dance idiom. Sapphire delves into the body and its reservoir of movements to discover a basic language of dance that can transgress race color or religion and reach out to the global youth enabling them to find integrity in their otherwise racy urban lives. Here are some of the recent criticisms in the press: Times of India: Kolkata’s dynamic dance troupe Sapphire Creations has broken all barriers of tradition with their very own dance statement. The lead female dancer of the group Paramita epitomizes womanhood in all her portrayals. She is at one time the Bharatiya nari and the modern woman emancipated free and unfettered. Themes such as this or such bold depictions have rarely been witnessed on the Kolkata stage. But their audience has always loved their performance. Why else would their show at Rabindra Sadan draw a full house The Indian Express: The ballet shows a more intellectual treatment of the subject… is based on extensive research charting Indian history in a new interpretative mode. The Statesman: The hard work and research gone in to the project is obvious when one sees the stage performance. The scintillating dance and the flawless steps are matched brilliantly with the sets background voice and the lights. All credits go to Sudarshan Chakravorty for excellent conceptualization and choreography. …sheer professionalism was on display as the artists matched their rhythm with difficult body movements. Artistic-Director Sudarshan Chakraborty leads the group with a vast experience in a multitude of dance forms that include Bharatanatyam Modern Dance Jazz Modern Vietnamese dance and Thangta to Kathakali. Along with Sudarshan the team consists of talented dancers and choreographers like Paramita Saha Co-Director Dibyendu Nath Subhojit Sarkar Moumita Debnath and many others. The following YouTube clip gives a glimpse of one of Sapphire’s presentations. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Countdown to NABC 2010 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_sdt.jpg http://nynjbengali.com/wp-content/uploads/2009/12/sapphire_rituranga.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/447#bookmarkify http://nynjbengali.com/archives/447#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/447&amp;Title=Countdown to NABC 2010 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/447 http://www.bloglines.com/sub/http://nynjbengali.com/archives/447 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/447 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Countdown to NABC 2010&amp;bookmark_url=http://nynjbengali.com/archives/447 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/447 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://co.mments.com/track?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://del.icio.us/post?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.diigo.com/post?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/447 http://www.dzone.com/links/add.html?description=Countdown to NABC 2010&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/447 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/447&amp;h=Countdown to NABC 2010 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/447&amp;t=Countdown to NABC 2010 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Countdown to NABC 2010&amp;url=http://nynjbengali.com/archives/447 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/447&amp;t=Countdown to NABC 2010 http://www.folkd.com/submit/http://nynjbengali.com/archives/447 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/447&amp;t=Countdown to NABC 2010 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.hugg.com/node/add/storylink?edit[title]=Countdown to NABC 2010&amp;edit[url]=http://nynjbengali.com/archives/447 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/447 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/447 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/447 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/447&title=Countdown to NABC 2010 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/447&amp;bm_description=Countdown to NABC 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/447 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/447&amp;t=Countdown to NABC 2010 http://myweb.yahoo.com/myweb/save?t=Countdown to NABC 2010&amp;u=http://nynjbengali.com/archives/447 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/447 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/447&amp;t=Countdown to NABC 2010 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/447&amp;T=Countdown to NABC 2010 http://reddit.com/submit?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/447 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/447 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/447 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/447 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/447&amp;name=Countdown to NABC 2010 http://twitter.com/home/?status=Countdown to NABC 2010+http://nynjbengali.com/archives/447 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/447 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/447&amp;t=Countdown to NABC 2010 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Countdown to NABC 2010&amp;uri=http://nynjbengali.com/archives/447 http://nynjbengali.com/archives/447 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/447&amp;Title=Countdown to NABC 2010 http://www.bloglines.com/sub/http://nynjbengali.com/archives/447 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/447 http://del.icio.us/post?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/447 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/447&title=Countdown to NABC 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/447&amp;bm_description=Countdown to NABC 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/447 http://reddit.com/submit?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/447 http://twitter.com/home/?status=Countdown to NABC 2010+http://nynjbengali.com/archives/447 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/447&amp;title=Countdown to NABC 2010 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/447&amp;t=Countdown to NABC 2010 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Countdown to NABC 2010&amp;uri=http://nynjbengali.com/archives/447&amp;loc=en_US http://nynjbengali.com/archives/447#bookmarkify Sapphire Creations Dance Workshop Sapphire Creations Rituranga [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Sapphire Creations Sapphire Creations Rituranga Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Countdown to NABC 2010 Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(505, 0, 'On August 10 2010 at the Paschimbanga Bangla Academy an interesting event took place along with my book launch ceremony. As a part of the book launch Saptarshi Prakashan arranged for a discussion from a panel of contemporary playwrights which included Ujjal Chattopadhyay Tirthankar Chanda Sudipto Chatterjee and myself. The panel was moderated by Satya Bhaduri the editor of the well known theater journal SAS. The topic of discussion was “Exchange of Ideas”. Ujjal and Tirthankar being Kolkata residents and both Sudipto and me being expatriates the moderator essentially wanted  to get the panelists view point as to how contemporary Bengali playwrights living all around the globe can exchange their thoughts and ideas discuss and debate their plays and finally produce plays that enrich Bengali theater on the whole. The panelists spoke about their own ideas and convictions which may not have found a perfect answer to Satya Bhaduri’s question but it did raise some good issues that we the playwrights and theater lovers ought to ponder on. The following video clips from the panel discussion will give you a better understanding of the proceedings of that meeting. Enjoy and don’t forget to add your thoughts below as comments. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  A Panel of Bengali Playwrights size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/505#bookmarkify http://nynjbengali.com/archives/505#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/505&amp;Title=A Panel of Bengali Playwrights http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/505 http://www.bloglines.com/sub/http://nynjbengali.com/archives/505 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/505 http://www.buddymarks.com/add_bookmark.php?bookmark_title=A Panel of Bengali Playwrights&amp;bookmark_url=http://nynjbengali.com/archives/505 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/505 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://co.mments.com/track?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://del.icio.us/post?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.diigo.com/post?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/505 http://www.dzone.com/links/add.html?description=A Panel of Bengali Playwrights&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/505 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/505&amp;h=A Panel of Bengali Playwrights http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/505&amp;t=A Panel of Bengali Playwrights http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=A Panel of Bengali Playwrights&amp;url=http://nynjbengali.com/archives/505 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/505&amp;t=A Panel of Bengali Playwrights http://www.folkd.com/submit/http://nynjbengali.com/archives/505 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/505&amp;t=A Panel of Bengali Playwrights http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.hugg.com/node/add/storylink?edit[title]=A Panel of Bengali Playwrights&amp;edit[url]=http://nynjbengali.com/archives/505 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/505 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/505 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/505 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/505&title=A Panel of Bengali Playwrights http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/505&amp;bm_description=A Panel of Bengali Playwrights http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/505 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/505&amp;t=A Panel of Bengali Playwrights http://myweb.yahoo.com/myweb/save?t=A Panel of Bengali Playwrights&amp;u=http://nynjbengali.com/archives/505 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/505 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/505&amp;t=A Panel of Bengali Playwrights http://www.plugim.com/submit?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/505&amp;T=A Panel of Bengali Playwrights http://reddit.com/submit?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/505 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/505 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/505 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://technorati.com/faves?add=http://nynjbengali.com/archives/505 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/505&amp;name=A Panel of Bengali Playwrights http://twitter.com/home/?status=A Panel of Bengali Playwrights+http://nynjbengali.com/archives/505 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/505 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/505&amp;t=A Panel of Bengali Playwrights http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=A Panel of Bengali Playwrights&amp;uri=http://nynjbengali.com/archives/505 http://nynjbengali.com/archives/505 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/505&amp;Title=A Panel of Bengali Playwrights http://www.bloglines.com/sub/http://nynjbengali.com/archives/505 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/505 http://del.icio.us/post?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/505 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/505&title=A Panel of Bengali Playwrights http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/505&amp;bm_description=A Panel of Bengali Playwrights http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/505 http://reddit.com/submit?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://technorati.com/faves?add=http://nynjbengali.com/archives/505 http://twitter.com/home/?status=A Panel of Bengali Playwrights+http://nynjbengali.com/archives/505 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/505&amp;title=A Panel of Bengali Playwrights http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/505&amp;t=A Panel of Bengali Playwrights http://www.feedburner.com/fb/a/emailFlare?itemTitle=A Panel of Bengali Playwrights&amp;uri=http://nynjbengali.com/archives/505&amp;loc=en_US http://nynjbengali.com/archives/505#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'A Panel of Bengali Playwrights Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(452, 0, 'Few months ago I wrote my wish list about the kind of performers I’d like to see at the 2010 NABC in Atlantic City and the one artist I mentioned specifically was Sahaj-Ma. When NABC 2010 committee announced the name of their foreign performers I was delighted to see Sahaj-Ma and Utpal-Faqir’s name on the list. I am not sure whether the committee members actually read my post and felt inspired to invite the duo or whether it was a sheer co-incidence - I am glad and thankful to the decision makers for giving us a chance to watch these amazing performers on stage. I heard Sahaj-Ma first on ETV-Bangla on a show called “Baranday Roddur” conducted by the famous Bangla Band Bhoomi. It was kind of a mix of a musical and talk show and Sahaj-Ma mostly talked about her musical journey. She mentioned about her early training in classical music from her mother and then from Pundit M.R. Gautam and Srimati Sunanda Pattanaik.  And when she performed it was mesmerizing. She has a unique style and tonal quality that is very rare in a female Bengali singer. The next time I listened to her music was in another ETV-Bangla show “Dada Didir Ganer Lorai”. In this show whenever she went up to perform it was almost magical. Although she mostly performs Baul and folk songs but in this show she proved that she has mastery over all forms of Indian music. During her talk with Bhoomi she mentioned about how she became Sahaj-Ma from Sharmistha. When she and her husband Utpal went to Sadan Das Bairagya to receive “Dikhsa” spiritual initiation he said the name Sharmistha doesn’t go well with the Baul traditions. He then named her Sahaj-Ma saying that I am giving you a great responsibility - to become Sahaj or “Simple” in this complex world. Sahaj Ma and Utpal Faqir are not only house hold names in Kolkata but also getting popular amongst the music lovers around the world. Her music a collaborative fusion album with Bikram Ghosh now plays on MTV. The attached video will give you a glimpse of Sahaj-Ma’s performance singing her famous number “Allah Meherban”. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NABC 2010: Sahaj-Ma and Utpal Faqir size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/07/sahaj-ma.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/452#bookmarkify http://nynjbengali.com/archives/452#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/452&amp;Title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/452 http://www.bloglines.com/sub/http://nynjbengali.com/archives/452 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/452 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NABC 2010: Sahaj-Ma and Utpal Faqir&amp;bookmark_url=http://nynjbengali.com/archives/452 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/452 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://co.mments.com/track?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://del.icio.us/post?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.diigo.com/post?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/452 http://www.dzone.com/links/add.html?description=NABC 2010: Sahaj-Ma and Utpal Faqir&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/452 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/452&amp;h=NABC 2010: Sahaj-Ma and Utpal Faqir http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/452&amp;t=NABC 2010: Sahaj-Ma and Utpal Faqir http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NABC 2010: Sahaj-Ma and Utpal Faqir&amp;url=http://nynjbengali.com/archives/452 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/452&amp;t=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.folkd.com/submit/http://nynjbengali.com/archives/452 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/452&amp;t=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.hugg.com/node/add/storylink?edit[title]=NABC 2010: Sahaj-Ma and Utpal Faqir&amp;edit[url]=http://nynjbengali.com/archives/452 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/452 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/452 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/452 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/452&title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/452&amp;bm_description=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/452 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/452&amp;t=NABC 2010: Sahaj-Ma and Utpal Faqir http://myweb.yahoo.com/myweb/save?t=NABC 2010: Sahaj-Ma and Utpal Faqir&amp;u=http://nynjbengali.com/archives/452 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/452 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/452&amp;t=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.plugim.com/submit?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/452&amp;T=NABC 2010: Sahaj-Ma and Utpal Faqir http://reddit.com/submit?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/452 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/452 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/452 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://technorati.com/faves?add=http://nynjbengali.com/archives/452 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/452&amp;name=NABC 2010: Sahaj-Ma and Utpal Faqir http://twitter.com/home/?status=NABC 2010: Sahaj-Ma and Utpal Faqir+http://nynjbengali.com/archives/452 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/452 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/452&amp;t=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NABC 2010: Sahaj-Ma and Utpal Faqir&amp;uri=http://nynjbengali.com/archives/452 http://nynjbengali.com/archives/452 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/452&amp;Title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.bloglines.com/sub/http://nynjbengali.com/archives/452 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/452 http://del.icio.us/post?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/452 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/452&title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/452&amp;bm_description=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/452 http://reddit.com/submit?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://technorati.com/faves?add=http://nynjbengali.com/archives/452 http://twitter.com/home/?status=NABC 2010: Sahaj-Ma and Utpal Faqir+http://nynjbengali.com/archives/452 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/452&amp;title=NABC 2010: Sahaj-Ma and Utpal Faqir http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/452&amp;t=NABC 2010: Sahaj-Ma and Utpal Faqir http://www.feedburner.com/fb/a/emailFlare?itemTitle=NABC 2010: Sahaj-Ma and Utpal Faqir&amp;uri=http://nynjbengali.com/archives/452&amp;loc=en_US http://nynjbengali.com/archives/452#bookmarkify Sahaj Maa [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] sahaj-ma.jpg Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NABC 2010: Sahaj-Ma and Utpal Faqir Cartoons Generic http://nynjbengali.com/archives/category/cartoons http://nynjbengali.com/archives/category/generic View all posts in Cartoons View all posts in Generic'),
(447, 2691, 'sudipta No I am not http://', NULL),
(453, 0, 'After a gap of two years I was back again in Kolkata this winter and whenever I had some spare time I utilized it watching a theater. Although most people in Kolkata were flocking the multiplexes for “3 Idiots” or “Avatar” I thought it would be prudent to capture as many Bengali plays as possible since I won’t be able to see them back in New Jersey.  The day I landed in Kolkata also happened to be the opening ceremony of Nandikar’s National Theater Festival and Satya-da Satya Bhaduri editor of the theater magazine SAS invited me to attend the show with him. That evening the festival opened with Bangladesh Dhaka Drama’s staging of Selim-al-Din’s “Dhabaman”.  “Dhabaman” is an allegorical folk tale of a young buffalo who wanted to be free. The play was presented in a traditional folk form with elaborate choreography and physical acting. This kind of play does not depend on traditional dialogues but on descriptive narratives which works almost like a commentary of the happenings on stage. It was a pleasant experience overall especially when you get to watch a play in a form that is rarely used in Bengali theater these days. The next play I saw at the Aneek Theater Festival was Natya Anan’s musical “Hirak Rajar Deshe” based on the popular film by Satyajit Ray. The play directed by my good friend Chandan Sen was well attended Rabindra Sadan was almost full and seemed to be well enjoyed by the young viewers. Musicals are a neglected genre in Bengali theater and I am glad that Chandan and his team showed the courage to stage something like this. However remaking of a classic is always a challenge and Natya-Anan had to face an uphill task to stand up against a wonderful film that still lingers in the memories of every Bengali film goer. Besides the current political situation in Bengal makes the content quite relevant. The music was different but quite good. Although I would have preferred the songs to be performed live on stage rather than the loud pre-recorded  playback. The actors did a decent job however the choreography could have been more imaginative.  The play used some special effects with lights and sound which looked nice if you don’t try to compare with any Broadway production . Overall I’d recommend the play to anybody especially the kids. At the same festival the next play I saw was Bohurupi’s “Birja Sulka” a play based on the story of Shikandi of Mahabharata. Shikhandi’s tale has always fascinated me but frankly speaking this play disappointed me. The structure of the play  was seriously flawed and failed to capture the attention of its audience. The director Tulika Das may have been motivated by the spirit of  woman’s liberation but failed to deliver. The actors had serious problems with the dialogs in verse and the  poor structure of the play added to their despair.  I expected a better quality from a group like Bohurupi. On 28th Dec I saw the best play of this season - Theater Workshop’s latest production “Juddha Paristhiti”. “Juddha Paristhiti” is adapted from Nabarun Bhattacharya’s novel by the veteran thespian Ashok Mukhopadhyay who also directed the play. The play is about a middle aged institutionalized schizophrenic man who lost his mind due to police brutality during the political turmoil of the seventies.  Often he escapes from his asylum and roams the streets of Kolkata searching for his hidden arms - his instruments of liberation.  The play demonstrated how a well crafted play can keep the audience glued to their seats and how an imaginative director can transform a stage using simple structures.  The actors did an excellent job in presenting the play although  the excessive use of the fourth wall could have been minimized also true for many of the other plays I saw. The playing of the “International” during the curtain call seemed to be too dramatic and overimposed. This time I also happened to see the production of my play “Jadiyo Galpo” by Theater Workshop directed by Ashok Mukhopadhyay staged at the historic Minerva Theater.  Since I have a personal attachment with this play I’ll refrain from going into the details. The audience  seemed to like the play and the two actors on stage Ashok Mukhopadhyay and Krishnagati Chatterjee were able to hold their attention even with an intermission break. Another Bohurupi production that I happened to chance upon was “Mr. Kakatua” and was pleasantly surprised to see that this old play can still draw the crowds. The play directed by Kumar Ray is a comedy that not only entertains but also makes you think. Unlike “Brija Shulka” this play was firmly placed on a solid structure and the actors went all the way to enliven the stage under the brilliant direction of the veteran Kumar Ray. The last play that I happened to watch was Bratyajan’s “Ruddha Sangeet” the celebrated and sensational play written an directed by Bratya Basu. It was a call show organized by a bank at the Mahajati Sadan and when I got the news I took my chances and showed up at the theater back stage. My good friend Bratya was kind enough to arrange a seat for me for a show that was for invited guests only.  The play is kind of a biopic on the life of the popular singer Debabrata or George Biswas and is loosely based on his memoirs “Bratyajaner Ruddhasangeet”.  The play became an instant hit in Kolkata especially at a time when the city intellectuals artists writers actors have been alienating themselves from the ruling left party and joining the ranks of the opposition.  The play talks about a similar time in history   when the communist party in Bengal tried to stifle the voice of the free spirited artists and performers.  The play brings on stage some of the most popular and famous Bengali personalities of the last century and some very dramatic moments. However dramatic moments alone cannot make drama. The play was too anecdotal in nature and lacked any plot line. This might have been intentional but it fails to keep the audience interest going.  This became quite evident when I heard people behind me getting restless and some of them leaving the auditorium early.  The lack of a clear story line and definitive action on the part of the protagonist except at the end when George Biswas fights against the ban on his songs makes it a docu-drama at best but not a play.  As a director Bratya did a commendable job in managing a huge cast in a well choreographed manner on stage.  The stage was sparse which was alright however a little more imagination might have helped to make it more pleasing visually. Debshankar Haldar as George Biswas was excellent and so was Satrajit in the role of Ritwick Ghatak - but this kind of created a wide gap between the quality of characterization between them and the other actors. My overall impression has been that despite all the rumors I hear Kolkata theater is still thriving. People are going to the theaters new plays are being produced. The quality of production in all branches has lot of room for improvement but that can only happen when the theater goers demand for it. I wanted to see few more plays like “Patal Babu Filmstar” by Purba Pashcim “Darjiparar Marjinara” by Swapno Sandhani written by Bratya Basu “Shonali Sarak” by Ganakrishti and many others but my time was limited this year. Better luck next time. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Kolkata Theater : A Personal Snapshot size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/453#bookmarkify http://nynjbengali.com/archives/453#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/453&amp;Title=Kolkata Theater : A Personal Snapshot http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/453 http://www.bloglines.com/sub/http://nynjbengali.com/archives/453 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/453 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Kolkata Theater : A Personal Snapshot&amp;bookmark_url=http://nynjbengali.com/archives/453 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/453 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://co.mments.com/track?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://del.icio.us/post?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.diigo.com/post?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/453 http://www.dzone.com/links/add.html?description=Kolkata Theater : A Personal Snapshot&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/453 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/453&amp;h=Kolkata Theater : A Personal Snapshot http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/453&amp;t=Kolkata Theater : A Personal Snapshot http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Kolkata Theater : A Personal Snapshot&amp;url=http://nynjbengali.com/archives/453 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/453&amp;t=Kolkata Theater : A Personal Snapshot http://www.folkd.com/submit/http://nynjbengali.com/archives/453 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/453&amp;t=Kolkata Theater : A Personal Snapshot http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.hugg.com/node/add/storylink?edit[title]=Kolkata Theater : A Personal Snapshot&amp;edit[url]=http://nynjbengali.com/archives/453 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/453 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/453 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/453 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/453&title=Kolkata Theater : A Personal Snapshot http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/453&amp;bm_description=Kolkata Theater : A Personal Snapshot http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/453 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/453&amp;t=Kolkata Theater : A Personal Snapshot http://myweb.yahoo.com/myweb/save?t=Kolkata Theater : A Personal Snapshot&amp;u=http://nynjbengali.com/archives/453 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/453 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/453&amp;t=Kolkata Theater : A Personal Snapshot http://www.plugim.com/submit?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/453&amp;T=Kolkata Theater : A Personal Snapshot http://reddit.com/submit?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/453 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/453 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/453 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://technorati.com/faves?add=http://nynjbengali.com/archives/453 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/453&amp;name=Kolkata Theater : A Personal Snapshot http://twitter.com/home/?status=Kolkata Theater : A Personal Snapshot+http://nynjbengali.com/archives/453 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/453 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/453&amp;t=Kolkata Theater : A Personal Snapshot http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Kolkata Theater : A Personal Snapshot&amp;uri=http://nynjbengali.com/archives/453 http://nynjbengali.com/archives/453 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/453&amp;Title=Kolkata Theater : A Personal Snapshot http://www.bloglines.com/sub/http://nynjbengali.com/archives/453 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/453 http://del.icio.us/post?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/453 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/453&title=Kolkata Theater : A Personal Snapshot http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/453&amp;bm_description=Kolkata Theater : A Personal Snapshot http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/453 http://reddit.com/submit?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://technorati.com/faves?add=http://nynjbengali.com/archives/453 http://twitter.com/home/?status=Kolkata Theater : A Personal Snapshot+http://nynjbengali.com/archives/453 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/453&amp;title=Kolkata Theater : A Personal Snapshot http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/453&amp;t=Kolkata Theater : A Personal Snapshot http://www.feedburner.com/fb/a/emailFlare?itemTitle=Kolkata Theater : A Personal Snapshot&amp;uri=http://nynjbengali.com/archives/453&amp;loc=en_US http://nynjbengali.com/archives/453#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Kolkata Theater : A Personal Snapshot Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(454, 0, 'One of the guest performers at the upcoming NABC 2010 is Abdul Bari Siddiqui of Dhaka Bangladesh. Although Bari is a relatively new name to the Bengali music lovers in this part of the world he is a well known and sought after musician and composer in Bangladesh.   Trained as a classical flutist Bari finds his passion both in the classical ragas as well as the folk tunes and Baul music of Bengal and has created his own genre of folk fusion by fusing North Indian Classical Music with Baul music. Bari born 15th November 1954 started his initial lessons in classical vocal music at the age of twelve under Gopal Dutta of Netrokona. Later in 1981 he was taken under the wings of Ustad Aminur Rahman a direct disciple of Pandit Panna Lal Ghosh the famous flutist and Beenkar Ustad Dabir Khan. Ustad Aminur Rahman spotted Bari during a concert and offered to tutor him. For the next six years Bari trained under Rahman. Bari also received extensive training from Pandit V G Karnad in Pune. Since 2000 besides playing the flute Bari started to perform vocal music and his first album “Srabon Megher Din” was an instant hit and won him several awards. With this passion for around four decades Bari reserves that the difference between the Indian and European music is that “Indian music comes from silence whereas the European music comes from sound.” Bari maintains that the Indian way is more melodious with the “Miir” and more natural with the typical natural bamboo flute. As of his Gurus he believes in praying through his tunes and devotes all his creation to eternity. Bari has performed in countries like India Pakistan Singapore Indonesia Thailand Burma USA England Switzerland France and many other European countries. In 1999 at the World Flute Conference in Geneva where representatives from seventy countries took part Bari Siddiqui was the only representative from the Indian subcontinent. He received many awards for his performances at Fajar Music Festival award in Iran World Flute Conference Award in Geneva International Film Movement Association Award and Bachshash Award. To listen to some of his tunes visit Bari’s website at http://www.barisiddiqui.net/ . Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NABC 2010: Abdul Bari Siddiqui - The Flutist Baul size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/01/bari_siddiqui.jpg http://www.barisiddiqui.net/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/454#bookmarkify http://nynjbengali.com/archives/454#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/454&amp;Title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/454 http://www.bloglines.com/sub/http://nynjbengali.com/archives/454 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/454 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul&amp;bookmark_url=http://nynjbengali.com/archives/454 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/454 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://co.mments.com/track?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://del.icio.us/post?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.diigo.com/post?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/454 http://www.dzone.com/links/add.html?description=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/454 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/454&amp;h=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/454&amp;t=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul&amp;url=http://nynjbengali.com/archives/454 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/454&amp;t=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.folkd.com/submit/http://nynjbengali.com/archives/454 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/454&amp;t=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.hugg.com/node/add/storylink?edit[title]=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul&amp;edit[url]=http://nynjbengali.com/archives/454 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/454 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/454 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/454 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/454&title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/454&amp;bm_description=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/454 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/454&amp;t=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://myweb.yahoo.com/myweb/save?t=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul&amp;u=http://nynjbengali.com/archives/454 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/454 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/454&amp;t=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.plugim.com/submit?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/454&amp;T=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://reddit.com/submit?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/454 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/454 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/454 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://technorati.com/faves?add=http://nynjbengali.com/archives/454 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/454&amp;name=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://twitter.com/home/?status=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul+http://nynjbengali.com/archives/454 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/454 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/454&amp;t=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul&amp;uri=http://nynjbengali.com/archives/454 http://nynjbengali.com/archives/454 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/454&amp;Title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.bloglines.com/sub/http://nynjbengali.com/archives/454 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/454 http://del.icio.us/post?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/454 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/454&title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/454&amp;bm_description=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/454 http://reddit.com/submit?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://technorati.com/faves?add=http://nynjbengali.com/archives/454 http://twitter.com/home/?status=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul+http://nynjbengali.com/archives/454 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/454&amp;title=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/454&amp;t=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul http://www.feedburner.com/fb/a/emailFlare?itemTitle=NABC 2010: Abdul Bari Siddiqui - The Flutist Baul&amp;uri=http://nynjbengali.com/archives/454&amp;loc=en_US http://nynjbengali.com/archives/454#bookmarkify Abdul Bari Siddiqui [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] bari_siddiqui Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NABC 2010: Abdul Bari Siddiqui - The Flutist Baul Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(177, 0, 'These are some of the feeds from various sources that I read often: Times of India Bar criminals from fighting polls: Sonia Gandhi - Mon 25 Jan 2010 The Election Commission s diamond jubilee celebrations saw a rare convergence among political parties over checking criminalisation of politics with Congress chief Sonia Gandhi calling for a consensus on barring candidates with criminal backgrounds. Kabul Pakistan ready to talk with Taliban - Mon 25 Jan 2010 A plan to reach out to Taliban insurgents is likely to dominate talks between Afghan president Hamid Karzai and Pakistani president Asif Ali Zardari ahead of a London conference. No hint by govt to shun Pak players: Chidambaram - Mon 25 Jan 2010 Home minister P Chidambaram on Monday strongly refuted suggestions that there had been a  hint or a nudge from the government to keep the Pakistani cricketers out of the T20 tourney. Special Coverage: Indian Republic Soaring@60 - Fri 22 Jan 2010 The Indian Republic is a shining exception in a turbulent neighbourhood. But what is the alchemy that has enabled democracy to thrive here even as it struggles to survive in our vicinity Shane Warne to help ease Australia-India tension - Mon 25 Jan 2010 The Cricket legend has been recruited to try and help soothe tensions between Australia and India over a series of violent attacks on Indian students in Melbourne. Venkat Aamir among 130 Padma awardees - Mon 25 Jan 2010 The government has however not found anyone for the highest civilian award Bharat Ratna. Hindustan Times House panel slams Air India merger Marathi must for cab drivers Indian Premier League surrenders on Line of Control 641 babus squat on prime property End of a long march Airport radar crash: 60 mins on brink of disaster India Today Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Feeds size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://timesofindia.indiatimes.com/india/Bar-criminals-from-fighting-polls-Sonia-Gandhi/articleshow/5500537.cms http://timesofindia.indiatimes.com/world/south-asia/Kabul-Pakistan-ready-to-talk-with-Taliban/articleshow/5500591.cms http://timesofindia.indiatimes.com/india/No-hint-by-govt-to-shun-Pak-players-Chidambaram/articleshow/5500541.cms http://timesofindia.indiatimes.com/specialcoverage/5487899.cms http://timesofindia.indiatimes.com/world/rest-of-world/Shane-Warne-to-help-ease-Australia-India-tension/articleshow/5500217.cms http://timesofindia.indiatimes.com/india/Venkat-Aamir-among-130-Padma-awardees/articleshow/5500598.cms http://epaper.hindustantimes.com/blog/2010/01/house-panel-slams-air-india-merger.html http://epaper.hindustantimes.com/blog/2010/01/marathi-must-for-cab-drivers.html http://epaper.hindustantimes.com/blog/2010/01/indian-premier-league-surrenders-on.html http://epaper.hindustantimes.com/blog/2010/01/641-babus-squat-on-prime-property.html http://epaper.hindustantimes.com/blog/2010/01/end-of-long-march.html http://epaper.hindustantimes.com/blog/2010/01/airport-radar-crash-60-mins-on-brink-of.html http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/feeds#bookmarkify http://nynjbengali.com/feeds#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/feeds&amp;title=Feeds http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/feeds&amp;Title=Feeds http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/feeds http://www.bloglines.com/sub/http://nynjbengali.com/feeds http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/feeds http://www.buddymarks.com/add_bookmark.php?bookmark_title=Feeds&amp;bookmark_url=http://nynjbengali.com/feeds http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/feeds http://www.citeulike.org/posturl?url=http://nynjbengali.com/feeds&amp;title=Feeds http://co.mments.com/track?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/feeds&amp;title=Feeds http://del.icio.us/post?url=http://nynjbengali.com/feeds&amp;title=Feeds http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.diigo.com/post?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.dropjack.com/submit.php?url=http://nynjbengali.com/feeds http://www.dzone.com/links/add.html?description=Feeds&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.facebook.com/share.php?u=http://nynjbengali.com/feeds http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/feeds&amp;h=Feeds http://faves.com/Authoring.aspx?u=http://nynjbengali.com/feeds&amp;t=Feeds http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Feeds&amp;url=http://nynjbengali.com/feeds http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/feeds&amp;t=Feeds http://www.folkd.com/submit/http://nynjbengali.com/feeds http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/feeds&amp;t=Feeds http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/feeds&amp;title=Feeds http://www.hugg.com/node/add/storylink?edit[title]=Feeds&amp;edit[url]=http://nynjbengali.com/feeds http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/feeds http://www.jeqq.com/submit.php?url==http://nynjbengali.com/feeds&amp;title=Feeds http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/feeds http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/feeds http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/feeds&title=Feeds http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/feeds&amp;title=Feeds http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/feeds&amp;bm_description=Feeds http://www.mixx.com/submit?page_url=http://nynjbengali.com/feeds http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/feeds&amp;t=Feeds http://myweb.yahoo.com/myweb/save?t=Feeds&amp;u=http://nynjbengali.com/feeds http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/feeds&amp;title=Feeds&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/feeds http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/feeds&amp;title=Feeds http://www.onlywire.com/submit?u=http://nynjbengali.com/feeds&amp;t=Feeds http://www.plugim.com/submit?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.propeller.com/submit/?U=http://nynjbengali.com/feeds&amp;T=Feeds http://reddit.com/submit?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/feeds http://segnalo.com/post.html.php?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/feeds http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/feeds&amp;title=Feeds http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/feeds&amp;title=Feeds http://sphinn.com/submit.php?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.spurl.net/spurl.php?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/feeds http://www.stumbleupon.com/submit?url=http://nynjbengali.com/feeds&amp;title=Feeds http://technorati.com/faves?add=http://nynjbengali.com/feeds http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/feeds&amp;name=Feeds http://twitter.com/home/?status=Feeds+http://nynjbengali.com/feeds http://webride.org/discuss/split.php?uri=http://nynjbengali.com/feeds&amp;title=Feeds https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/feeds http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/feeds&amp;t=Feeds http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Feeds&amp;uri=http://nynjbengali.com/feeds http://nynjbengali.com/feeds http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/feeds&amp;Title=Feeds http://www.bloglines.com/sub/http://nynjbengali.com/feeds http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/feeds http://del.icio.us/post?url=http://nynjbengali.com/feeds&amp;title=Feeds http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.facebook.com/share.php?u=http://nynjbengali.com/feeds http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/feeds&amp;title=Feeds http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/feeds&title=Feeds http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/feeds&amp;bm_description=Feeds http://www.mixx.com/submit?page_url=http://nynjbengali.com/feeds http://reddit.com/submit?url=http://nynjbengali.com/feeds&amp;title=Feeds http://www.stumbleupon.com/submit?url=http://nynjbengali.com/feeds&amp;title=Feeds http://technorati.com/faves?add=http://nynjbengali.com/feeds http://twitter.com/home/?status=Feeds+http://nynjbengali.com/feeds https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/feeds&amp;title=Feeds http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/feeds&amp;t=Feeds http://www.feedburner.com/fb/a/emailFlare?itemTitle=Feeds&amp;uri=http://nynjbengali.com/feeds&amp;loc=en_US http://nynjbengali.com/feeds#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Feeds Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(456, 0, 'Ask a Bengali what in his/her bookcase does he/she treasure most  And the answer will be - the sixteen volume set of Rabindra Rachanabali that is the complete works of Rabindranath Tagore. Over the years the works of Tagore has been one of the key source of revenue for Bishwabharati. However after the expiry of the extended copyright publishers were free to reprint Tagore without having to pay any royalty to Bishwabharati. The Society for Natural Language Technology Research SNLTR grabbed this opportunity and made the entire published works of Tagore Rabindra Rachanabali available online through their website http://rabindra-rachanabali.nltr.org . No longer do you have to carry along with you the heavy volumes neither do you have to spend money to buy them. Online Rabindra-Rachanabali is free.  The website was released to the public on 27th January 2010 at the Kolkata Bookfair. According to Prof. Anupam Basu the director of SNLTR who spearheaded this project Rabindranath should be accessible to anybody and everybody who wants to read in Bangla.  A professor at the department of Computer Science and Engineering of IIT Kharagpur Anupam leads a series of projects to enable computing in Bangla. He and his team has developed Baishakhi a unicode compliant keyboard that enables one to type in Bangla and also enable web browsers to render Bangla in a clean and uncluttered manner.  The entire Rabindra rachanabali project has been developed using Baishakhi and has been implemented by MAT3 Impex of Kolkata. The project had an initial seed funding from the Govt. of West Bengal and had also received support from several organizations like IIT Kharagpur ISI Kolkata Jadavpur University BESU C-DAC IBM and Microsoft Research India. The Rabindra-Rachanabali site organizes the works of Tagore several categories like poetry songs novels short stories plays essays etc. It also provides an alphabetical index to search for a specific article. However the best feature is the in-built Bangla search engine named Anweshan. It allows the reader to search Tagores writings using Bangla keywords. Keywords can be entered either using the Baishakhi keyboard if you have one installed on your Windows PC or you can use the virtual keyboard provided along with the search engine. I tried it few times and it works like a charm. Click the link on the left side bar titled “Anushandhan” and you can search to your heart’s content. The font Bangla Academy or Vidya layout and the text is also very pleasing to read.  If you don’t have the fonts you may download and install them by clicking the button on the left sidebar. One can move from one page to the other using easy to use navigation buttons. The site also allows you to report any typographical mistakes or any other issues via web based email. The site however   does not allow you to print a whole story as a single file and you’ll have page one page after other. I’d like to request the developers to look into this useful feature.  Another issue is that the articles poems stories does not have the dates associated with them like the way we see them on the printed volumes. Some links are not active yet like “Prakalpa Sammandhe” or “Jogajog” but I think they’ll be active soon. Kudos to Anupam Basu and his team at SNLTR for giving us this wonderful gift in this new year. Next year being the 150th birth anniversary of Tagore this is a very well timed offering to the Bengalis all over the world. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  The Complete Works of Tagore Now Online size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://rabindra-rachanabali.nltr.org http://rabindra-rachanabali.nltr.org http://nltr.org http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/456#bookmarkify http://nynjbengali.com/archives/456#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/456&amp;Title=The Complete Works of Tagore Now Online http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/456 http://www.bloglines.com/sub/http://nynjbengali.com/archives/456 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/456 http://www.buddymarks.com/add_bookmark.php?bookmark_title=The Complete Works of Tagore Now Online&amp;bookmark_url=http://nynjbengali.com/archives/456 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/456 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://co.mments.com/track?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://del.icio.us/post?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.diigo.com/post?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/456 http://www.dzone.com/links/add.html?description=The Complete Works of Tagore Now Online&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/456 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/456&amp;h=The Complete Works of Tagore Now Online http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/456&amp;t=The Complete Works of Tagore Now Online http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=The Complete Works of Tagore Now Online&amp;url=http://nynjbengali.com/archives/456 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/456&amp;t=The Complete Works of Tagore Now Online http://www.folkd.com/submit/http://nynjbengali.com/archives/456 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/456&amp;t=The Complete Works of Tagore Now Online http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.hugg.com/node/add/storylink?edit[title]=The Complete Works of Tagore Now Online&amp;edit[url]=http://nynjbengali.com/archives/456 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/456 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/456 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/456 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/456&title=The Complete Works of Tagore Now Online http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/456&amp;bm_description=The Complete Works of Tagore Now Online http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/456 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/456&amp;t=The Complete Works of Tagore Now Online http://myweb.yahoo.com/myweb/save?t=The Complete Works of Tagore Now Online&amp;u=http://nynjbengali.com/archives/456 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/456 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/456&amp;t=The Complete Works of Tagore Now Online http://www.plugim.com/submit?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/456&amp;T=The Complete Works of Tagore Now Online http://reddit.com/submit?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/456 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/456 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/456 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://technorati.com/faves?add=http://nynjbengali.com/archives/456 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/456&amp;name=The Complete Works of Tagore Now Online http://twitter.com/home/?status=The Complete Works of Tagore Now Online+http://nynjbengali.com/archives/456 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/456 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/456&amp;t=The Complete Works of Tagore Now Online http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=The Complete Works of Tagore Now Online&amp;uri=http://nynjbengali.com/archives/456 http://nynjbengali.com/archives/456 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/456&amp;Title=The Complete Works of Tagore Now Online http://www.bloglines.com/sub/http://nynjbengali.com/archives/456 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/456 http://del.icio.us/post?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/456 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/456&title=The Complete Works of Tagore Now Online http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/456&amp;bm_description=The Complete Works of Tagore Now Online http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/456 http://reddit.com/submit?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://technorati.com/faves?add=http://nynjbengali.com/archives/456 http://twitter.com/home/?status=The Complete Works of Tagore Now Online+http://nynjbengali.com/archives/456 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/456&amp;title=The Complete Works of Tagore Now Online http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/456&amp;t=The Complete Works of Tagore Now Online http://www.feedburner.com/fb/a/emailFlare?itemTitle=The Complete Works of Tagore Now Online&amp;uri=http://nynjbengali.com/archives/456&amp;loc=en_US http://nynjbengali.com/archives/456#bookmarkify Rabindranath Tagore [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'The Complete Works of Tagore Now Online Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(457, 0, 'Please join Urhalpool Magazine’s 2nd Annual Award Ceremony on Wednesday. January 27th @6:30PM in Collaboration with: Rabindranath Tagore center ICCR American Center Kolkata Shakti Chattopadhyay Lifetime Bengali Literary Achievement Award Rs25 000 :   Sunil Gangopadhyay Nirmal Chandra Gangopadhyay Bengali Literary Award for an Young writer Rs15 000 :    Mandakranta Sen Dr. Sishir Kumar Das Award for research in Bengali Literature: Rs 20 000 :  Dr. Sibaji Bandyopadhyay Pushpa Little Magazine Award: Rs10 000 :    Bibhab Urhalpool www. urhalpool .com January Issue focusing on Mexican poets/writers has been released. Bengali section: Poems-Sankha Ghosh Sunil Gangopadhyay many others/  Golpo- Yashodhara Roychoudhury Mexican writer Liliana Blum Ivy Chatterjee Tridib Chatterjee and others Special Article on Translation by Goutam Datta English Section: 2010 Kolkata Book Fair visiting poets Anne Waldman Meena Alexander’s essays   Many Mexican writers poets. Special article by Father of Contemporary American Poetry Jerome Rothenberg: POETS TRICKSTERS: INNOVATION DISRUPTION IN RITUAL MYTH Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  2010 Urhalpool Awards size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.urhalpool.com/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/457#bookmarkify http://nynjbengali.com/archives/457#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/457&amp;Title=2010 Urhalpool Awards http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/457 http://www.bloglines.com/sub/http://nynjbengali.com/archives/457 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/457 http://www.buddymarks.com/add_bookmark.php?bookmark_title=2010 Urhalpool Awards&amp;bookmark_url=http://nynjbengali.com/archives/457 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/457 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://co.mments.com/track?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://del.icio.us/post?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.diigo.com/post?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/457 http://www.dzone.com/links/add.html?description=2010 Urhalpool Awards&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/457 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/457&amp;h=2010 Urhalpool Awards http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/457&amp;t=2010 Urhalpool Awards http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=2010 Urhalpool Awards&amp;url=http://nynjbengali.com/archives/457 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/457&amp;t=2010 Urhalpool Awards http://www.folkd.com/submit/http://nynjbengali.com/archives/457 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/457&amp;t=2010 Urhalpool Awards http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.hugg.com/node/add/storylink?edit[title]=2010 Urhalpool Awards&amp;edit[url]=http://nynjbengali.com/archives/457 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/457 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/457 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/457 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/457&title=2010 Urhalpool Awards http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/457&amp;bm_description=2010 Urhalpool Awards http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/457 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/457&amp;t=2010 Urhalpool Awards http://myweb.yahoo.com/myweb/save?t=2010 Urhalpool Awards&amp;u=http://nynjbengali.com/archives/457 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/457 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/457&amp;t=2010 Urhalpool Awards http://www.plugim.com/submit?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/457&amp;T=2010 Urhalpool Awards http://reddit.com/submit?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/457 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/457 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/457 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://technorati.com/faves?add=http://nynjbengali.com/archives/457 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/457&amp;name=2010 Urhalpool Awards http://twitter.com/home/?status=2010 Urhalpool Awards+http://nynjbengali.com/archives/457 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/457 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/457&amp;t=2010 Urhalpool Awards http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=2010 Urhalpool Awards&amp;uri=http://nynjbengali.com/archives/457 http://nynjbengali.com/archives/457 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/457&amp;Title=2010 Urhalpool Awards http://www.bloglines.com/sub/http://nynjbengali.com/archives/457 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/457 http://del.icio.us/post?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/457 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/457&title=2010 Urhalpool Awards http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/457&amp;bm_description=2010 Urhalpool Awards http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/457 http://reddit.com/submit?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://technorati.com/faves?add=http://nynjbengali.com/archives/457 http://twitter.com/home/?status=2010 Urhalpool Awards+http://nynjbengali.com/archives/457 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/457&amp;title=2010 Urhalpool Awards http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/457&amp;t=2010 Urhalpool Awards http://www.feedburner.com/fb/a/emailFlare?itemTitle=2010 Urhalpool Awards&amp;uri=http://nynjbengali.com/archives/457&amp;loc=en_US http://nynjbengali.com/archives/457#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', '2010 Urhalpool Awards Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(456, 2725, 'sudipta | http://', NULL),
(458, 0, 'Are you looking for the right Bengali meaning for a English word Do you often hunt for Bengali words and their spellings when you know the exact English equivalents. Look no further. Try out http://doroja.com .  The developers of this site has taken an ingenious approach. They have scanned an entire English to Bengali dictionary broken it up into pieces for each word and created a searchable database which links up the words you type in with the appropriate snippet. Thanks to  Raishul Islam Russell for developing this useful site. Give it a try when you can. The Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Online English to Bengali Dictionary size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://doroja.com http://www.facebook.com/raishul http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/458#bookmarkify http://nynjbengali.com/archives/458#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/458&amp;Title=Online English to Bengali Dictionary http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/458 http://www.bloglines.com/sub/http://nynjbengali.com/archives/458 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/458 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Online English to Bengali Dictionary&amp;bookmark_url=http://nynjbengali.com/archives/458 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/458 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://co.mments.com/track?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://del.icio.us/post?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.diigo.com/post?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/458 http://www.dzone.com/links/add.html?description=Online English to Bengali Dictionary&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/458 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/458&amp;h=Online English to Bengali Dictionary http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/458&amp;t=Online English to Bengali Dictionary http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Online English to Bengali Dictionary&amp;url=http://nynjbengali.com/archives/458 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/458&amp;t=Online English to Bengali Dictionary http://www.folkd.com/submit/http://nynjbengali.com/archives/458 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/458&amp;t=Online English to Bengali Dictionary http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.hugg.com/node/add/storylink?edit[title]=Online English to Bengali Dictionary&amp;edit[url]=http://nynjbengali.com/archives/458 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/458 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/458 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/458 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/458&title=Online English to Bengali Dictionary http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/458&amp;bm_description=Online English to Bengali Dictionary http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/458 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/458&amp;t=Online English to Bengali Dictionary http://myweb.yahoo.com/myweb/save?t=Online English to Bengali Dictionary&amp;u=http://nynjbengali.com/archives/458 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/458 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/458&amp;t=Online English to Bengali Dictionary http://www.plugim.com/submit?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/458&amp;T=Online English to Bengali Dictionary http://reddit.com/submit?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/458 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/458 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/458 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://technorati.com/faves?add=http://nynjbengali.com/archives/458 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/458&amp;name=Online English to Bengali Dictionary http://twitter.com/home/?status=Online English to Bengali Dictionary+http://nynjbengali.com/archives/458 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/458 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/458&amp;t=Online English to Bengali Dictionary http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Online English to Bengali Dictionary&amp;uri=http://nynjbengali.com/archives/458 http://nynjbengali.com/archives/458 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/458&amp;Title=Online English to Bengali Dictionary http://www.bloglines.com/sub/http://nynjbengali.com/archives/458 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/458 http://del.icio.us/post?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/458 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/458&title=Online English to Bengali Dictionary http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/458&amp;bm_description=Online English to Bengali Dictionary http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/458 http://reddit.com/submit?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://technorati.com/faves?add=http://nynjbengali.com/archives/458 http://twitter.com/home/?status=Online English to Bengali Dictionary+http://nynjbengali.com/archives/458 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/458&amp;title=Online English to Bengali Dictionary http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/458&amp;t=Online English to Bengali Dictionary http://www.feedburner.com/fb/a/emailFlare?itemTitle=Online English to Bengali Dictionary&amp;uri=http://nynjbengali.com/archives/458&amp;loc=en_US http://nynjbengali.com/archives/458#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Online English to Bengali Dictionary Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(459, 0, 'Once again we are looking for Bengali speaking male actors for ECTA’s upcoming new play to be staged in June and July of 2010. The character is that of a middle aged man. Previous acting experience is desirable but not a must. Must be willing to commit to ECTA’s rehearsal schedule. Rehearsals will be held in central New Jersey. Interested people must contact me at the earliest. To know more about ECTA and its productions please visit http://ectainc.org . Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Looking for Actors size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://ectainc.org http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/459#bookmarkify http://nynjbengali.com/archives/459#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/459&amp;Title=Looking for Actors http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/459 http://www.bloglines.com/sub/http://nynjbengali.com/archives/459 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/459 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Looking for Actors&amp;bookmark_url=http://nynjbengali.com/archives/459 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/459 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://co.mments.com/track?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://del.icio.us/post?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.diigo.com/post?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/459 http://www.dzone.com/links/add.html?description=Looking for Actors&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/459 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/459&amp;h=Looking for Actors http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/459&amp;t=Looking for Actors http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Looking for Actors&amp;url=http://nynjbengali.com/archives/459 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/459&amp;t=Looking for Actors http://www.folkd.com/submit/http://nynjbengali.com/archives/459 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/459&amp;t=Looking for Actors http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.hugg.com/node/add/storylink?edit[title]=Looking for Actors&amp;edit[url]=http://nynjbengali.com/archives/459 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/459 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/459 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/459 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/459&title=Looking for Actors http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/459&amp;bm_description=Looking for Actors http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/459 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/459&amp;t=Looking for Actors http://myweb.yahoo.com/myweb/save?t=Looking for Actors&amp;u=http://nynjbengali.com/archives/459 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/459 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/459&amp;t=Looking for Actors http://www.plugim.com/submit?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/459&amp;T=Looking for Actors http://reddit.com/submit?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/459 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/459 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/459 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://technorati.com/faves?add=http://nynjbengali.com/archives/459 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/459&amp;name=Looking for Actors http://twitter.com/home/?status=Looking for Actors+http://nynjbengali.com/archives/459 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/459&amp;title=Looking for Actors https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/459 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/459&amp;t=Looking for Actors http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Looking for Actors&amp;uri=http://nynjbengali.com/archives/459 http://nynjbengali.com/archives/459 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/459&amp;Title=Looking for Actors http://www.bloglines.com/sub/http://nynjbengali.com/archives/459 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/459 http://del.icio.us/post?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/459 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/459&title=Looking for Actors http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/459&amp;bm_description=Looking for Actors http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/459 http://reddit.com/submit?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://technorati.com/faves?add=http://nynjbengali.com/archives/459 http://twitter.com/home/?status=Looking for Actors+http://nynjbengali.com/archives/459 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/459&amp;title=Looking for Actors http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/459&amp;t=Looking for Actors http://www.feedburner.com/fb/a/emailFlare?itemTitle=Looking for Actors&amp;uri=http://nynjbengali.com/archives/459&amp;loc=en_US http://nynjbengali.com/archives/459#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Looking for Actors Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(460, 0, 'Natyabharati presents “RON” in Hindi and English a play by Sudipta Bhawmik Hindi translation by Kaushik Datta and Stuti Banerjee Directed by Suma Muralidhar April 3 2010 at F. Scott Fitzgerald Auditorium Rockville Civic Center  Rockville MD. Cast:  Jay Tipnis Suresh Kodolikar Meera Narasimhan Rajiv Paul Madhuri Subramaniam Subhojit Sen Pranav Pandya and Chetna Gola Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  RON to be Staged by Natyabharati of Maryland size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/460#bookmarkify http://nynjbengali.com/archives/460#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/460&amp;Title=RON to be Staged by Natyabharati of Maryland http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/460 http://www.bloglines.com/sub/http://nynjbengali.com/archives/460 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/460 http://www.buddymarks.com/add_bookmark.php?bookmark_title=RON to be Staged by Natyabharati of Maryland&amp;bookmark_url=http://nynjbengali.com/archives/460 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/460 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://co.mments.com/track?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://del.icio.us/post?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.diigo.com/post?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/460 http://www.dzone.com/links/add.html?description=RON to be Staged by Natyabharati of Maryland&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/460 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/460&amp;h=RON to be Staged by Natyabharati of Maryland http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/460&amp;t=RON to be Staged by Natyabharati of Maryland http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=RON to be Staged by Natyabharati of Maryland&amp;url=http://nynjbengali.com/archives/460 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/460&amp;t=RON to be Staged by Natyabharati of Maryland http://www.folkd.com/submit/http://nynjbengali.com/archives/460 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/460&amp;t=RON to be Staged by Natyabharati of Maryland http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.hugg.com/node/add/storylink?edit[title]=RON to be Staged by Natyabharati of Maryland&amp;edit[url]=http://nynjbengali.com/archives/460 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/460 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/460 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/460 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/460&title=RON to be Staged by Natyabharati of Maryland http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/460&amp;bm_description=RON to be Staged by Natyabharati of Maryland http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/460 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/460&amp;t=RON to be Staged by Natyabharati of Maryland http://myweb.yahoo.com/myweb/save?t=RON to be Staged by Natyabharati of Maryland&amp;u=http://nynjbengali.com/archives/460 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/460 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/460&amp;t=RON to be Staged by Natyabharati of Maryland http://www.plugim.com/submit?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/460&amp;T=RON to be Staged by Natyabharati of Maryland http://reddit.com/submit?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/460 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/460 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/460 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://technorati.com/faves?add=http://nynjbengali.com/archives/460 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/460&amp;name=RON to be Staged by Natyabharati of Maryland http://twitter.com/home/?status=RON to be Staged by Natyabharati of Maryland+http://nynjbengali.com/archives/460 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/460 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/460&amp;t=RON to be Staged by Natyabharati of Maryland http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=RON to be Staged by Natyabharati of Maryland&amp;uri=http://nynjbengali.com/archives/460 http://nynjbengali.com/archives/460 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/460&amp;Title=RON to be Staged by Natyabharati of Maryland http://www.bloglines.com/sub/http://nynjbengali.com/archives/460 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/460 http://del.icio.us/post?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/460 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/460&title=RON to be Staged by Natyabharati of Maryland http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/460&amp;bm_description=RON to be Staged by Natyabharati of Maryland http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/460 http://reddit.com/submit?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://technorati.com/faves?add=http://nynjbengali.com/archives/460 http://twitter.com/home/?status=RON to be Staged by Natyabharati of Maryland+http://nynjbengali.com/archives/460 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/460&amp;title=RON to be Staged by Natyabharati of Maryland http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/460&amp;t=RON to be Staged by Natyabharati of Maryland http://www.feedburner.com/fb/a/emailFlare?itemTitle=RON to be Staged by Natyabharati of Maryland&amp;uri=http://nynjbengali.com/archives/460&amp;loc=en_US http://nynjbengali.com/archives/460#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'RON to be Staged by Natyabharati of Maryland Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(461, 0, 'Want to write in Bengali Google now offers transliteration service from several Indian languages including Bengali. Visit http://google.com/transliterate and set up the language to Bengali using the drop down menu on the upper left corner. Then start typing in Bangla using your roman keyboard.  For example type in “manush” and hit space button and the transliteration software will convert it to its corresponding Bangla in a unicode compliant font. To switch from Bangle to English or vice versa just press Ctrl G in Windows or Cmd G in Mac OS .  If the transliteration engine does not generate the word you want just press the “back” or “delete” button and it will provide you with multiple choices. The tool also offers you a dictionary that can provide you Bangla word equivalents for most English words. You can select the correct word and insert in the document. However this system is still in its infancy and has several limitations. For example you cannot save the documents you create using this system. Currently Google transliteration is offered only in Gmail Blogger Knol and Bookmarklet. Even Google docs is not supported let alone Microsoft Word or any other word processor. Choice of fonts is also limited. I hope Google is working on these issues and make transliteration a truly useful system. Till then we’ll have to work within these limitations. Thanks Google Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Google Bengali Transliteration size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://google.com/transliterate http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/461#bookmarkify http://nynjbengali.com/archives/461#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/461&amp;Title=Google Bengali Transliteration http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/461 http://www.bloglines.com/sub/http://nynjbengali.com/archives/461 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/461 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Google Bengali Transliteration&amp;bookmark_url=http://nynjbengali.com/archives/461 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/461 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://co.mments.com/track?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://del.icio.us/post?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.diigo.com/post?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/461 http://www.dzone.com/links/add.html?description=Google Bengali Transliteration&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/461 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/461&amp;h=Google Bengali Transliteration http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/461&amp;t=Google Bengali Transliteration http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Google Bengali Transliteration&amp;url=http://nynjbengali.com/archives/461 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/461&amp;t=Google Bengali Transliteration http://www.folkd.com/submit/http://nynjbengali.com/archives/461 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/461&amp;t=Google Bengali Transliteration http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.hugg.com/node/add/storylink?edit[title]=Google Bengali Transliteration&amp;edit[url]=http://nynjbengali.com/archives/461 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/461 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/461 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/461 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/461&title=Google Bengali Transliteration http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/461&amp;bm_description=Google Bengali Transliteration http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/461 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/461&amp;t=Google Bengali Transliteration http://myweb.yahoo.com/myweb/save?t=Google Bengali Transliteration&amp;u=http://nynjbengali.com/archives/461 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/461 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/461&amp;t=Google Bengali Transliteration http://www.plugim.com/submit?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/461&amp;T=Google Bengali Transliteration http://reddit.com/submit?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/461 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/461 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/461 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://technorati.com/faves?add=http://nynjbengali.com/archives/461 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/461&amp;name=Google Bengali Transliteration http://twitter.com/home/?status=Google Bengali Transliteration+http://nynjbengali.com/archives/461 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/461 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/461&amp;t=Google Bengali Transliteration http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Google Bengali Transliteration&amp;uri=http://nynjbengali.com/archives/461 http://nynjbengali.com/archives/461 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/461&amp;Title=Google Bengali Transliteration http://www.bloglines.com/sub/http://nynjbengali.com/archives/461 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/461 http://del.icio.us/post?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/461 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/461&title=Google Bengali Transliteration http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/461&amp;bm_description=Google Bengali Transliteration http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/461 http://reddit.com/submit?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://technorati.com/faves?add=http://nynjbengali.com/archives/461 http://twitter.com/home/?status=Google Bengali Transliteration+http://nynjbengali.com/archives/461 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/461&amp;title=Google Bengali Transliteration http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/461&amp;t=Google Bengali Transliteration http://www.feedburner.com/fb/a/emailFlare?itemTitle=Google Bengali Transliteration&amp;uri=http://nynjbengali.com/archives/461&amp;loc=en_US http://nynjbengali.com/archives/461#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Google Bengali Transliteration Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(462, 0, 'Kirana Gharana holds a very special place amongst the traditional styles of North Indian Classical vocal music. Widely recognized to be founded by Ustad Abdul Karim Khan although opinions differ amongst the musicologists from the village of Kirana or Kairana near Muzaffarnagar in Uttar Pradesh Kirana gharana has given us several excellent performers of the Khayal style of singing including masters like Pandit Bhimshen Joshi Pandit Rasiklal Andheria Ustad Amir Khan Ustad Mashkoor Ali Khan and many others.  In July 2010 at the North America Bengali Conference NABC 2010 Kallol of New Jersey will be presenting yet another exponent of the Kirana Gharana Pandit Kaivalya Kumar Gurav. Kaivalya Kumar’s grandfather Pt. Ganapatrao Gurav was a first batch disciple of Ustad Abdul Karim Khan. Kaivalyakumar’s father and guru Pt. Sangameshwar trained by Pt. Ganpatrao was well known for singing in the true Kirana tradition. And Pt. Sangameshwar in turn has groomed Pt.Kaivalyakumar into an outstanding vocalist of the current times. Ironically during the early part of his life Kaivalya Kumar tried hard to avoid a career in music. Discouraged by his father’s moderate success in the profession Kaivalya educated himself for a career in business and engineering. When none of these gave him the satisfaction he was looking for Kaivalya Kumar turned to his roots in classical music and surrendered himself to rigorous training under his father. And within a short period of time Kaivalya established himself as a grade “A” artist of All India Radio and Doordarshan at an age of only 35. Now Kaivalya Kumar is one of the most sought after artists in India. A great singer of Khayal Pt.Kaivalyakumar also renders Marathi Natya Sangeet and Abhang Bhajans Kannada Vachana and Dasara Pada with equal finesse and all of which has won him the acclaim of listeners and critics alike all over India and abroad. Attached is a small clip performing Raga Shankara from one of his concerts: Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NABC 2010: Kaivalya Kumar Gurav the Pride of Kirana Gharana size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/02/kaivalya_kumar_gurav.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/462#bookmarkify http://nynjbengali.com/archives/462#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/462&amp;Title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/462 http://www.bloglines.com/sub/http://nynjbengali.com/archives/462 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/462 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana&amp;bookmark_url=http://nynjbengali.com/archives/462 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/462 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://co.mments.com/track?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://del.icio.us/post?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.diigo.com/post?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/462 http://www.dzone.com/links/add.html?description=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/462 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/462&amp;h=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/462&amp;t=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana&amp;url=http://nynjbengali.com/archives/462 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/462&amp;t=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.folkd.com/submit/http://nynjbengali.com/archives/462 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/462&amp;t=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.hugg.com/node/add/storylink?edit[title]=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana&amp;edit[url]=http://nynjbengali.com/archives/462 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/462 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/462 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/462 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/462&title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/462&amp;bm_description=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/462 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/462&amp;t=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://myweb.yahoo.com/myweb/save?t=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana&amp;u=http://nynjbengali.com/archives/462 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/462 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/462&amp;t=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.plugim.com/submit?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/462&amp;T=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://reddit.com/submit?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/462 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/462 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/462 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://technorati.com/faves?add=http://nynjbengali.com/archives/462 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/462&amp;name=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://twitter.com/home/?status=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana+http://nynjbengali.com/archives/462 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/462 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/462&amp;t=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana&amp;uri=http://nynjbengali.com/archives/462 http://nynjbengali.com/archives/462 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/462&amp;Title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.bloglines.com/sub/http://nynjbengali.com/archives/462 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/462 http://del.icio.us/post?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/462 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/462&title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/462&amp;bm_description=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/462 http://reddit.com/submit?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://technorati.com/faves?add=http://nynjbengali.com/archives/462 http://twitter.com/home/?status=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana+http://nynjbengali.com/archives/462 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/462&amp;title=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/462&amp;t=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana http://www.feedburner.com/fb/a/emailFlare?itemTitle=NABC 2010: Kaivalya Kumar Gurav, the Pride of Kirana Gharana&amp;uri=http://nynjbengali.com/archives/462&amp;loc=en_US http://nynjbengali.com/archives/462#bookmarkify Pt. Kaivalya Kumar Gurav [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] kaivalya_kumar_gurav Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NABC 2010: Kaivalya Kumar Gurav the Pride of Kirana Gharana Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(500, 2884, 'Arunabha Guha i completely agree with the observations. i had a chance to talk to a few baltimore organizers about this. maybe they will be able to come up with ways to do better. but if the trend continues we will be slowly losing the next generation’s participation i am already beginning to see that in my kids.', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(504, 0, 'Few weeks ago I had written about the plight of domestic performers at the North America Bengali Conferences. I had also mentioned that the current CAB president Kajal Sarkar promised to look into this issue and try to resolve the matter in future NABC meets. He also asked the domestic performers to come up with a consolidated list of “10 most important things need to be implemented in future Banga Sammelan for performance related to local artists / groups”.  I volunteered to co-ordinate the effort and came up with a list based on inputs from several domestic performers at the NABC 2010. I would like to share the list with you all and maybe you can put in your comments too. I hope all Bengali organizations who plan to host NABC in the future would read this and take this as an important feedback from the local/domestic performers and groups. 1. All domestic performers/groups should be invited just like the overseas performers. These days there is no dearth of talent in USA amongst first generation and second generation Bengali Americans. Many performers are either professionals or of professional quality. Scout for them just the way you do for overseas talent solicit proposals and then select them with the help of a “culturally aware” group of people using a rigorous selection process using past credentials and recommendations. Focus on quality and not on quantity. 2. The domestic performers/groups selected through the above process should be treated as invited performers and should not be charged any group registration fee. Professional performers/groups may also have to be paid some token honorarium. The domestic performers should also be offered food coupons for the day of their show as part of the hospitality and preferred hotel reservations. Individual registrations may be charged to the domestic performers if the individual plans to attend the entire convention. 3. The NABC organizer should publicize the local performers and their performances at the same level as they would for overseas performers in brochures posters etc. Websites should highlight the selected local performers their credentials etc. NABC has an obligation to promote the local performers. 4. “Star” performers overseas or domestic should not be scheduled to perform in parallel to any other performer domestic or overseas . Only another “Star” can perform in parallel to a “Star” or none at all. No stage should be given the status of the main stage with all the “Star” performers scheduled to perform on that stage only. Scheduling should be distributed such that the audience do not stick to one hall only. 5. Encourage audience to watch domestic programs by scheduling at such a time that would allow viewers to watch domestic programs without sacrificing performers from Kolkata. This would include periodic announcement by the anchor during any program in any auditorium which would remind people about which show is going on in other auditoriums. 6. If multiple halls/auditoriums are used the halls should be equipped and decorated at the same levels. Each hall entrance must display the current program and the upcoming programs to be performed in that hall as well as schedules for the other halls. 7. The stage light and sound should be adequate and appropriate for the shows to be performed. The groups should be allowed enough time to set up their light cues check the sound and at least have a feel for the stage if not a full stage rehearsal. Time slots should be scheduled for this purpose well in advance. 8. Help should be provided to all performing groups to load/unload their sets/props/equipments if any and to setup stage and strike-down. This will minimize the time lost in setting up the stage. Also NABC organizers should offer some level of support for sets and props chairs sofa table etc such that the performers do not have bring those heavy stuff with them. This service is typically provided for overseas performers and should also be extended to domestic performers. 9. All stages should be equipped with drinking water bottles tea/coffee and a first aid kit. The dressing rooms should have adequate lights and mirrors. 10. Treat all performers and groups domestic or overseas with respect and honor they deserve. After all they are bringing value to the NABC and should not be treated like dirt. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Top Ten Requests from NABC Domestic Performers size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/504#bookmarkify http://nynjbengali.com/archives/504#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/504&amp;Title=Top Ten Requests from NABC Domestic Performers http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/504 http://www.bloglines.com/sub/http://nynjbengali.com/archives/504 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/504 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Top Ten Requests from NABC Domestic Performers&amp;bookmark_url=http://nynjbengali.com/archives/504 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/504 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://co.mments.com/track?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://del.icio.us/post?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.diigo.com/post?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/504 http://www.dzone.com/links/add.html?description=Top Ten Requests from NABC Domestic Performers&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/504 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/504&amp;h=Top Ten Requests from NABC Domestic Performers http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/504&amp;t=Top Ten Requests from NABC Domestic Performers http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Top Ten Requests from NABC Domestic Performers&amp;url=http://nynjbengali.com/archives/504 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/504&amp;t=Top Ten Requests from NABC Domestic Performers http://www.folkd.com/submit/http://nynjbengali.com/archives/504 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/504&amp;t=Top Ten Requests from NABC Domestic Performers http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.hugg.com/node/add/storylink?edit[title]=Top Ten Requests from NABC Domestic Performers&amp;edit[url]=http://nynjbengali.com/archives/504 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/504 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/504 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/504 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/504&title=Top Ten Requests from NABC Domestic Performers http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/504&amp;bm_description=Top Ten Requests from NABC Domestic Performers http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/504 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/504&amp;t=Top Ten Requests from NABC Domestic Performers http://myweb.yahoo.com/myweb/save?t=Top Ten Requests from NABC Domestic Performers&amp;u=http://nynjbengali.com/archives/504 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/504 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/504&amp;t=Top Ten Requests from NABC Domestic Performers http://www.plugim.com/submit?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/504&amp;T=Top Ten Requests from NABC Domestic Performers http://reddit.com/submit?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/504 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/504 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/504 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://technorati.com/faves?add=http://nynjbengali.com/archives/504 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/504&amp;name=Top Ten Requests from NABC Domestic Performers http://twitter.com/home/?status=Top Ten Requests from NABC Domestic Performers+http://nynjbengali.com/archives/504 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/504 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/504&amp;t=Top Ten Requests from NABC Domestic Performers http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Top Ten Requests from NABC Domestic Performers&amp;uri=http://nynjbengali.com/archives/504 http://nynjbengali.com/archives/504 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/504&amp;Title=Top Ten Requests from NABC Domestic Performers http://www.bloglines.com/sub/http://nynjbengali.com/archives/504 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/504 http://del.icio.us/post?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/504 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/504&title=Top Ten Requests from NABC Domestic Performers http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/504&amp;bm_description=Top Ten Requests from NABC Domestic Performers http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/504 http://reddit.com/submit?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://technorati.com/faves?add=http://nynjbengali.com/archives/504 http://twitter.com/home/?status=Top Ten Requests from NABC Domestic Performers+http://nynjbengali.com/archives/504 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/504&amp;title=Top Ten Requests from NABC Domestic Performers http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/504&amp;t=Top Ten Requests from NABC Domestic Performers http://www.feedburner.com/fb/a/emailFlare?itemTitle=Top Ten Requests from NABC Domestic Performers&amp;uri=http://nynjbengali.com/archives/504&amp;loc=en_US http://nynjbengali.com/archives/504#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Top Ten Requests from NABC Domestic Performers Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(465, 0, 'Sahitya O Alochana will be held on Friday February 19 2010 8.00pm at Ananda Mandir. Topic for this session is “Barnomay Jibananda” featuring a discussion on Jibananda Das’s works including poem short stories fictions etc. Ms. Dhriti Bagchi will be the discussion leader for this session. Active participation from the attendees in the discussion including reading of Jibabananda’s poetry or prose is highly encouraged. Please also note that the topics for the next two sessions March and April will likely be the following: 1 Jhumpa Lahiri’s work - discussion leader To Be Declared 2 Bengali Drama in North America - discussion leader Sudipta Bhawmik Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Sahitya O Alochona : Barnomoy Jibanananda size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/465#bookmarkify http://nynjbengali.com/archives/465#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/465&amp;Title=Sahitya O Alochona : Barnomoy Jibanananda http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/465 http://www.bloglines.com/sub/http://nynjbengali.com/archives/465 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/465 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Sahitya O Alochona : Barnomoy Jibanananda&amp;bookmark_url=http://nynjbengali.com/archives/465 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/465 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://co.mments.com/track?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://del.icio.us/post?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.diigo.com/post?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/465 http://www.dzone.com/links/add.html?description=Sahitya O Alochona : Barnomoy Jibanananda&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/465 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/465&amp;h=Sahitya O Alochona : Barnomoy Jibanananda http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/465&amp;t=Sahitya O Alochona : Barnomoy Jibanananda http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Sahitya O Alochona : Barnomoy Jibanananda&amp;url=http://nynjbengali.com/archives/465 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/465&amp;t=Sahitya O Alochona : Barnomoy Jibanananda http://www.folkd.com/submit/http://nynjbengali.com/archives/465 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/465&amp;t=Sahitya O Alochona : Barnomoy Jibanananda http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.hugg.com/node/add/storylink?edit[title]=Sahitya O Alochona : Barnomoy Jibanananda&amp;edit[url]=http://nynjbengali.com/archives/465 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/465 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/465 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/465 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/465&title=Sahitya O Alochona : Barnomoy Jibanananda http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/465&amp;bm_description=Sahitya O Alochona : Barnomoy Jibanananda http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/465 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/465&amp;t=Sahitya O Alochona : Barnomoy Jibanananda http://myweb.yahoo.com/myweb/save?t=Sahitya O Alochona : Barnomoy Jibanananda&amp;u=http://nynjbengali.com/archives/465 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/465 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/465&amp;t=Sahitya O Alochona : Barnomoy Jibanananda http://www.plugim.com/submit?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/465&amp;T=Sahitya O Alochona : Barnomoy Jibanananda http://reddit.com/submit?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/465 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/465 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/465 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://technorati.com/faves?add=http://nynjbengali.com/archives/465 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/465&amp;name=Sahitya O Alochona : Barnomoy Jibanananda http://twitter.com/home/?status=Sahitya O Alochona : Barnomoy Jibanananda+http://nynjbengali.com/archives/465 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/465 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/465&amp;t=Sahitya O Alochona : Barnomoy Jibanananda http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Sahitya O Alochona : Barnomoy Jibanananda&amp;uri=http://nynjbengali.com/archives/465 http://nynjbengali.com/archives/465 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/465&amp;Title=Sahitya O Alochona : Barnomoy Jibanananda http://www.bloglines.com/sub/http://nynjbengali.com/archives/465 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/465 http://del.icio.us/post?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/465 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/465&title=Sahitya O Alochona : Barnomoy Jibanananda http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/465&amp;bm_description=Sahitya O Alochona : Barnomoy Jibanananda http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/465 http://reddit.com/submit?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://technorati.com/faves?add=http://nynjbengali.com/archives/465 http://twitter.com/home/?status=Sahitya O Alochona : Barnomoy Jibanananda+http://nynjbengali.com/archives/465 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/465&amp;title=Sahitya O Alochona : Barnomoy Jibanananda http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/465&amp;t=Sahitya O Alochona : Barnomoy Jibanananda http://www.feedburner.com/fb/a/emailFlare?itemTitle=Sahitya O Alochona : Barnomoy Jibanananda&amp;uri=http://nynjbengali.com/archives/465&amp;loc=en_US http://nynjbengali.com/archives/465#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Sahitya O Alochona : Barnomoy Jibanananda Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(466, 0, 'Bidhyak Bhattacharya’s classic play “Tahar Namti Ranjana” was made into a famous radio play by the legendary duo Sambhu Mitra and Tripti Mitra. Now Listen to this wonderful drama online at the following link: http://www.raaga.com/channels/bengali/moviedetail.asp mid B0000126 It is available in 3 parts. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Tahar Naamti Ranjana size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.raaga.com/channels/bengali/moviedetail.asp?mid=B0000126 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/466#bookmarkify http://nynjbengali.com/archives/466#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/466&amp;Title=Tahar Naamti Ranjana http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/466 http://www.bloglines.com/sub/http://nynjbengali.com/archives/466 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/466 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Tahar Naamti Ranjana&amp;bookmark_url=http://nynjbengali.com/archives/466 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/466 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://co.mments.com/track?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://del.icio.us/post?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.diigo.com/post?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/466 http://www.dzone.com/links/add.html?description=Tahar Naamti Ranjana&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/466 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/466&amp;h=Tahar Naamti Ranjana http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/466&amp;t=Tahar Naamti Ranjana http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Tahar Naamti Ranjana&amp;url=http://nynjbengali.com/archives/466 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/466&amp;t=Tahar Naamti Ranjana http://www.folkd.com/submit/http://nynjbengali.com/archives/466 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/466&amp;t=Tahar Naamti Ranjana http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.hugg.com/node/add/storylink?edit[title]=Tahar Naamti Ranjana&amp;edit[url]=http://nynjbengali.com/archives/466 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/466 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/466 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/466 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/466&title=Tahar Naamti Ranjana http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/466&amp;bm_description=Tahar Naamti Ranjana http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/466 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/466&amp;t=Tahar Naamti Ranjana http://myweb.yahoo.com/myweb/save?t=Tahar Naamti Ranjana&amp;u=http://nynjbengali.com/archives/466 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/466 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/466&amp;t=Tahar Naamti Ranjana http://www.plugim.com/submit?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/466&amp;T=Tahar Naamti Ranjana http://reddit.com/submit?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/466 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/466 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/466 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://technorati.com/faves?add=http://nynjbengali.com/archives/466 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/466&amp;name=Tahar Naamti Ranjana http://twitter.com/home/?status=Tahar Naamti Ranjana+http://nynjbengali.com/archives/466 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/466 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/466&amp;t=Tahar Naamti Ranjana http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Tahar Naamti Ranjana&amp;uri=http://nynjbengali.com/archives/466 http://nynjbengali.com/archives/466 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/466&amp;Title=Tahar Naamti Ranjana http://www.bloglines.com/sub/http://nynjbengali.com/archives/466 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/466 http://del.icio.us/post?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/466 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/466&title=Tahar Naamti Ranjana http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/466&amp;bm_description=Tahar Naamti Ranjana http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/466 http://reddit.com/submit?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://technorati.com/faves?add=http://nynjbengali.com/archives/466 http://twitter.com/home/?status=Tahar Naamti Ranjana+http://nynjbengali.com/archives/466 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/466&amp;title=Tahar Naamti Ranjana http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/466&amp;t=Tahar Naamti Ranjana http://www.feedburner.com/fb/a/emailFlare?itemTitle=Tahar Naamti Ranjana&amp;uri=http://nynjbengali.com/archives/466&amp;loc=en_US http://nynjbengali.com/archives/466#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Tahar Naamti Ranjana Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(467, 0, 'ECTA has launched the pre-production work on their new play “Ekti Ganye Thaki” We Live in a Village . The name of the play has been borrowed from one of Rabindranath Tagore’s famous poems “Ek Ganye”. Currently the team is going through workshop sessions and theater games before delving into the rehearsal process that will start from March. The play will be staged during the months of June and July 2010. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Ekti Ganye Thaki size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/467#bookmarkify http://nynjbengali.com/archives/467#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/467&amp;Title=Ekti Ganye Thaki http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/467 http://www.bloglines.com/sub/http://nynjbengali.com/archives/467 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/467 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Ekti Ganye Thaki&amp;bookmark_url=http://nynjbengali.com/archives/467 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/467 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://co.mments.com/track?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://del.icio.us/post?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.diigo.com/post?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/467 http://www.dzone.com/links/add.html?description=Ekti Ganye Thaki&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/467 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/467&amp;h=Ekti Ganye Thaki http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/467&amp;t=Ekti Ganye Thaki http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Ekti Ganye Thaki&amp;url=http://nynjbengali.com/archives/467 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/467&amp;t=Ekti Ganye Thaki http://www.folkd.com/submit/http://nynjbengali.com/archives/467 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/467&amp;t=Ekti Ganye Thaki http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.hugg.com/node/add/storylink?edit[title]=Ekti Ganye Thaki&amp;edit[url]=http://nynjbengali.com/archives/467 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/467 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/467 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/467 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/467&title=Ekti Ganye Thaki http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/467&amp;bm_description=Ekti Ganye Thaki http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/467 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/467&amp;t=Ekti Ganye Thaki http://myweb.yahoo.com/myweb/save?t=Ekti Ganye Thaki&amp;u=http://nynjbengali.com/archives/467 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/467 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/467&amp;t=Ekti Ganye Thaki http://www.plugim.com/submit?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/467&amp;T=Ekti Ganye Thaki http://reddit.com/submit?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/467 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/467 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/467 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://technorati.com/faves?add=http://nynjbengali.com/archives/467 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/467&amp;name=Ekti Ganye Thaki http://twitter.com/home/?status=Ekti Ganye Thaki+http://nynjbengali.com/archives/467 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/467 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/467&amp;t=Ekti Ganye Thaki http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Ekti Ganye Thaki&amp;uri=http://nynjbengali.com/archives/467 http://nynjbengali.com/archives/467 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/467&amp;Title=Ekti Ganye Thaki http://www.bloglines.com/sub/http://nynjbengali.com/archives/467 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/467 http://del.icio.us/post?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/467 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/467&title=Ekti Ganye Thaki http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/467&amp;bm_description=Ekti Ganye Thaki http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/467 http://reddit.com/submit?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://technorati.com/faves?add=http://nynjbengali.com/archives/467 http://twitter.com/home/?status=Ekti Ganye Thaki+http://nynjbengali.com/archives/467 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/467&amp;title=Ekti Ganye Thaki http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/467&amp;t=Ekti Ganye Thaki http://www.feedburner.com/fb/a/emailFlare?itemTitle=Ekti Ganye Thaki&amp;uri=http://nynjbengali.com/archives/467&amp;loc=en_US http://nynjbengali.com/archives/467#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Ekti Ganye Thaki Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(468, 0, 'Raag Rang Presents “Kal Ke Kalakar” on 20th March Saturday 2010. Time 3-30 p.m. to 5-30 p.m. Ariaki Dandawate on vocal Getiara Zaidi on Sitar and Brinda Guha’s Kathak presentation. Venue: Universal Unitarian Congragation of Princeton Fahs Theater 50 Cherry Hill Road Princeton NJ 08540 Admission: NonMembers: 12 Kids below 10 Years: 7 RaagRang Members: 10 Kids below 10 Years: 5 RSVP will be appreciated. For details Contact: 908-429-1120 609-890-4890 908-240-8289. Email: bhawmikm@gmail.com mayuresh.khare@gmail.com devang42@yahoo.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Kal Ke Kalakar size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/468#bookmarkify http://nynjbengali.com/archives/468#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/468&amp;Title=Kal Ke Kalakar http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/468 http://www.bloglines.com/sub/http://nynjbengali.com/archives/468 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/468 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Kal Ke Kalakar&amp;bookmark_url=http://nynjbengali.com/archives/468 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/468 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://co.mments.com/track?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://del.icio.us/post?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.diigo.com/post?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/468 http://www.dzone.com/links/add.html?description=Kal Ke Kalakar&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/468 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/468&amp;h=Kal Ke Kalakar http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/468&amp;t=Kal Ke Kalakar http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Kal Ke Kalakar&amp;url=http://nynjbengali.com/archives/468 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/468&amp;t=Kal Ke Kalakar http://www.folkd.com/submit/http://nynjbengali.com/archives/468 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/468&amp;t=Kal Ke Kalakar http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.hugg.com/node/add/storylink?edit[title]=Kal Ke Kalakar&amp;edit[url]=http://nynjbengali.com/archives/468 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/468 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/468 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/468 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/468&title=Kal Ke Kalakar http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/468&amp;bm_description=Kal Ke Kalakar http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/468 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/468&amp;t=Kal Ke Kalakar http://myweb.yahoo.com/myweb/save?t=Kal Ke Kalakar&amp;u=http://nynjbengali.com/archives/468 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/468 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/468&amp;t=Kal Ke Kalakar http://www.plugim.com/submit?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/468&amp;T=Kal Ke Kalakar http://reddit.com/submit?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/468 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/468 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/468 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://technorati.com/faves?add=http://nynjbengali.com/archives/468 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/468&amp;name=Kal Ke Kalakar http://twitter.com/home/?status=Kal Ke Kalakar+http://nynjbengali.com/archives/468 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/468 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/468&amp;t=Kal Ke Kalakar http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Kal Ke Kalakar&amp;uri=http://nynjbengali.com/archives/468 http://nynjbengali.com/archives/468 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/468&amp;Title=Kal Ke Kalakar http://www.bloglines.com/sub/http://nynjbengali.com/archives/468 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/468 http://del.icio.us/post?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/468 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/468&title=Kal Ke Kalakar http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/468&amp;bm_description=Kal Ke Kalakar http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/468 http://reddit.com/submit?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://technorati.com/faves?add=http://nynjbengali.com/archives/468 http://twitter.com/home/?status=Kal Ke Kalakar+http://nynjbengali.com/archives/468 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/468&amp;title=Kal Ke Kalakar http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/468&amp;t=Kal Ke Kalakar http://www.feedburner.com/fb/a/emailFlare?itemTitle=Kal Ke Kalakar&amp;uri=http://nynjbengali.com/archives/468&amp;loc=en_US http://nynjbengali.com/archives/468#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Kal Ke Kalakar Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(508, 0, 'She has already been tagged as the rising star of Indian playback and may hold the most expensive concert ticket next year. Folks who attended NABC 2010 and left dazed by her singing prowess but still desired that she had sung those magical Hindi renditions of Lata Asha Shreya and Sunidhi numbers - the wait is over. Anwesha will be back in NJ only show in NY-NJ to perform in a concert “Anwesha Live in NJ” hosted by Que Zara Productions at the conveniently located North Brunswick School Auditorium Exit 9 from NJ Turnpike and 40 minutes from NYC on Oct 17 4 7 p.m. From Salil Chowdhury R.D.Burman Shankar Mahadevan to her latest hits she will enchant in a 3 hour musical concert. The sound engineering will be done by Jack Lowrie of Strike Sound. She is coming in with Zee Bangla fame Trijoy and soulful Bandita along with five top notch musicians from the Indian film industry. Tickets and Show Promo video: www.quezara.com A special post concert elaborate dinner has been arranged by Moghul Caterers for the musical team. You may email Abhy - abhy m@hotmail.com to purchase the VIP Dinner tickets or for any additional details. You may like to get hold of your tickets which understandably are running fast. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Bijoya Celebrations in NJ with Anwesha size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/508#bookmarkify http://nynjbengali.com/archives/508#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/508&amp;Title=Bijoya Celebrations in NJ with Anwesha http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/508 http://www.bloglines.com/sub/http://nynjbengali.com/archives/508 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/508 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Bijoya Celebrations in NJ with Anwesha&amp;bookmark_url=http://nynjbengali.com/archives/508 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/508 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://co.mments.com/track?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://del.icio.us/post?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.diigo.com/post?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/508 http://www.dzone.com/links/add.html?description=Bijoya Celebrations in NJ with Anwesha&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/508 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/508&amp;h=Bijoya Celebrations in NJ with Anwesha http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/508&amp;t=Bijoya Celebrations in NJ with Anwesha http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Bijoya Celebrations in NJ with Anwesha&amp;url=http://nynjbengali.com/archives/508 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/508&amp;t=Bijoya Celebrations in NJ with Anwesha http://www.folkd.com/submit/http://nynjbengali.com/archives/508 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/508&amp;t=Bijoya Celebrations in NJ with Anwesha http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.hugg.com/node/add/storylink?edit[title]=Bijoya Celebrations in NJ with Anwesha&amp;edit[url]=http://nynjbengali.com/archives/508 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/508 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/508 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/508 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/508&title=Bijoya Celebrations in NJ with Anwesha http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/508&amp;bm_description=Bijoya Celebrations in NJ with Anwesha http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/508 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/508&amp;t=Bijoya Celebrations in NJ with Anwesha http://myweb.yahoo.com/myweb/save?t=Bijoya Celebrations in NJ with Anwesha&amp;u=http://nynjbengali.com/archives/508 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/508 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/508&amp;t=Bijoya Celebrations in NJ with Anwesha http://www.plugim.com/submit?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/508&amp;T=Bijoya Celebrations in NJ with Anwesha http://reddit.com/submit?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/508 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/508 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/508 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://technorati.com/faves?add=http://nynjbengali.com/archives/508 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/508&amp;name=Bijoya Celebrations in NJ with Anwesha http://twitter.com/home/?status=Bijoya Celebrations in NJ with Anwesha+http://nynjbengali.com/archives/508 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/508 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/508&amp;t=Bijoya Celebrations in NJ with Anwesha http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Bijoya Celebrations in NJ with Anwesha&amp;uri=http://nynjbengali.com/archives/508 http://nynjbengali.com/archives/508 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/508&amp;Title=Bijoya Celebrations in NJ with Anwesha http://www.bloglines.com/sub/http://nynjbengali.com/archives/508 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/508 http://del.icio.us/post?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/508 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/508&title=Bijoya Celebrations in NJ with Anwesha http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/508&amp;bm_description=Bijoya Celebrations in NJ with Anwesha http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/508 http://reddit.com/submit?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://technorati.com/faves?add=http://nynjbengali.com/archives/508 http://twitter.com/home/?status=Bijoya Celebrations in NJ with Anwesha+http://nynjbengali.com/archives/508 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/508&amp;title=Bijoya Celebrations in NJ with Anwesha http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/508&amp;t=Bijoya Celebrations in NJ with Anwesha http://www.feedburner.com/fb/a/emailFlare?itemTitle=Bijoya Celebrations in NJ with Anwesha&amp;uri=http://nynjbengali.com/archives/508&amp;loc=en_US http://nynjbengali.com/archives/508#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Bijoya Celebrations in NJ with Anwesha Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(474, 0, 'Supriyo Samajdar Prologue Let us start with me my relationship with theatre in general and with open theatre in particular. I might be digressing from the central issue when I discuss these additional and presumably “irrelevant” personal stories. I could have constructed this explanation like a theoretical manifesto or just made a compilation of various people’s experience of undergoing this process. But that doesn’t adequately answer the question of how and where who first laid down the initial few precepts of open theatre. Under what socio-political and economic conditions did they say these things what were their relations to their immediate environment while thinking about open theatre I tried to structure this article to the best of my abilities but eventually I realized that open theatre can’t be defined under certain compartmentalized topics rather I will try to reproduce the stream of consciousness that gave birth to them. In recounting my thoughts I will talk about my group Bibhaban 1 but let me question why I ventured into theatre in the first place. At the beginning of my tryst with theatre I was confronted with this fundamental question to which my answer was out of a social responsibility to the times I exist in. Looking back into the distant past I realize that the entire scenario society wise might have changed with time but my reason still holds true. Experience makes us weary of the language we use we tend to understand the various shades of a word and the meaning it connotes. Today if I were to rephrase my fundamental query or the answer to it I would think twice before talking about any social responsibility. What is my standing in the power structure which we label as society Back then the logic might have been questioned but the emotion with which I uttered those words are true to this day. Now that we have tried to answer why and are moving onto the how let us look into the origins of a thought process. A thought is said to be born out of a conflict a dispute between what I see and what I can accept as the truth. When a disparity occurs between the two an idea is born. Now the question remains why am I thinking in the first place What was the conflict I faced Private Investigations In 1993 I started my conscious journey as a Theatre Activist by acting in a Proscenium play in the Malda district of North Bengal. Some more one act plays passed in between and I eventually joined the cosmopolitan stream of Kolkata. Out of a voluntary impulse I started my researches in theatre worked with different groups and spawned my own Bibhaban. Between 1993 and 1996 I gradually started receiving recognition for my work all the while developing a conscience geographically removed from my loved ones. As I started coming to terms with my existential reality a time came when I had to deal with the dismantling of the group that I worked with. Monetary concerns brought us to a premature halt. In an urban sphere there are generally two types of actors in progress. One who work with financially well off groups in lavish productions and the other only gets the opportunity to take part in minimal expenditure competitions. While this dichotomy wreaked havoc on my fragile mind I managed to witness a staging of “Michil ” The Procession by the group Satabdi. It changed the way I conceived the absolute rules and glories of proscenium theatre. In the meantime I received a letter from the Alternative Theatre group to take part in a workshop in Madhyamgram dealing with alternative theatre methodologies. Having attended that I resumed my theatre studies at the Rabindrabharati University. Somewhere around this time I formed Bibhaban along with a couple of close friends primarily to take part in One Act play competitions. We had decided never to incur debts while running a theatre group. The two staging of Bikalpa The Alternative which we undertook in a proscenium setting came to a stop when we failed to meet the expenses. Eventually the open space in front of the Sangeet Bhavan of Rabindrabharati University Jorasanka Kolkata Bibhaban staged its open air theatre “Tarpor” The Next on April 12 th 1997. Some months down the line we staged “Swapno” Dream on 15 th August 1997. Due to natural calamities we had to hold the staging in a closed space and that was my first brush with Intimate Space Theatre. Later when we had done it in an open air theatre certain equations started being questioned. I saw how the audience-actor relationship dramatically changed in the two different venues. After all theatre thrives on the heartland of interaction. Feedback procedures are so dynamic in an intimate space that I started toying with the idea back then. I can’t exactly define how but I felt I saw Open Theatre being born at that point of time. Watching Open Theatre Mukta Natya in progress and the target “audience” I started rethinking the ways in which theatre serves its objective of communicating its message to an audience. Most groups fail to question these finer sensibilities of staging a production why do people come to watch theatres and what do they take back with them How do you transfer emotions and ideas seamlessly into their thought processes and attune them with your message Every genre has its takers whether it is proscenium or street theatre. A friend once joked that if instead of a street theatre I put up a trivial game show like a monkey dance a literal translation of the term bandor naach people will crowd to witness it. Everybody loves to be entertained and if that form of entertainment comes for free all the better. Human beings are a crazy breed they tend to have widely disparate likings things which even question their moral standings. Bengalis more so are known for their multicultural habits. Finding an audience can’t be too difficult. However we can’t expect the entire human race to be conscious enough to try and create an artifact which lives beyond its time and which addresses the question of greater good. Generally we tend to accept the conditions we have been thrown into refusing to question those tenets which are imposed by our irrational beliefs and superstitions. Our State boasts of millions of teeming theatre groups each with its own targeted audience. How do we then create our own space and make ourselves heard Philosophical Deliberations Who is a philosopher but a common man who confronts reality asks questions regarding its validity and then establishes certain life guiding principles based on his experiences If Philosophy is a way to reconcile with the incidences we encounter in a lifetime Open Theatre is an amalgamation of this experience. Just like every cooked food item has its recipe similarly theatre forms also have its own distinctive methodology. We are aware of the fact that theatre is a culmination of the various performing arts music dance and acting for a live audience. Arguably one might surmise that theatre was born out of the need to appease the sovereign deities and purge one’s self of his daily sins. We know that theatre evolved out of the hunting experiences of the first man one who drew these scenes on the walls of caves. In theatre a person tries to channel his thoughts into a character and communicate it to a wider audience which is willing to accept these and question them before accepting. A process of mimesis is being talked about here where we present to the audience a sequence of well accepted signifiers to drive home an idea. This is but one school of thought. On the other hand there might be a process of theatre where the duende 2 happens when the audience emotionally and intellectually engages with the existence of the character in performance. In that manner a completely new dimension of theatre and its communicative strategies open up to us. Theatre deals with living beings and living beings are not immune to changes in philosophies nor do they remain inert to change. Society functions by transforming one person’s weakness into the other’s strengths and cohabiting for the sake of common welfare. Anthropological studies show us that when a technologically progressive nation passes through a state of political upheaval actors on stage try to bring out the times’ reflection by refining their abilities to portray their respective characters faithfully. However Open Theatre tries something different. It calls forth an integration of the actor’s emotional state with reality so that he comprehends it better. Open Theatre seeks a solitary refuge away from this machine driven society a place for man’s own thoughts. What does one live for He can’t survive for his own well being the implicit rules of society always bind him into an interminable contract of give and take. We are always surrounded by social political and economic changes which relatively determine our life force. Every instant I am forced to question my wants since it doesn’t depend on me alone anymore. Advertising has ruined my ability to take a clear cut decision about my day-to-day life leading to a suffocated sphere where man fails to develop his intellectual faculties. This is where the concept of Open Theatre had it roots. Influences at the Germinal Stages Stanislavski wrote his phenomenal treatise An Actor Prepares elaborating the key processes an actor undergoes and he stressed the importance of affective memory in it. He later revised his ideas to incorporate a method of Physical Actions something which was furthered by Jerzy Grotowski in his seminal treatise on Para Theatre Towards a Poor Theatre . Antonin Artaud’s “Theatre of Cruelty” as enunciated in his book The Theater and its Double remains an over arching presence on our ideologies. In India theatrical procedures have been defined in the age old treatise called The Natyashastra which again doesn’t talk further beyond the creation of the spectacle. We always wanted a psychological basis for the theatrical process we underwent and hence searched for a medium of enhanced public feedback response system. After dabbling in an intimate form of theatre with Swapno Dream in 1997 besides from our performance I started my conscious experiments with Open Theatre form since2002 with the concept “Journey” on which Bibhaban continues to build. Presently through this research we are now trying to develop a work called “Approach to Silence” started in 2009. We are trying to evolve a space where we can redefine our daily existence in a more intimate manner unaware of the presence of a removed audience. In trying to pay tribute to the work of Mr. Jerzy Grotowski we have accommodated our own societal standings into our art. Without you I am not am I There have been groups in the past which talked about open theatre or called themselves Open theatre groups. Unlike them we aren’t a group rather a concept. Here anyone and everyone can take part in the process to develop his or her own line of action and thoughts. We must first shed the notion of an actor-audience dichotomy existing in an open theatre space. The basic mantra/line of our work is -“Without you I am not am I ” No one is an audience no one is an actor and everyone can be everything or nothing. There are no fixed identities. Rather the term visitor seems more apt to describe a friend who has come to be a part of the process. You have to free yourself from the notions of any kind of audience. You have to rethink the entire equation you have with people who come to witness you in performance. The Process Can you reveal a naked truth to them uninhibitedly a truth which you hide even from your closest friends First of all you need a fairly large room which is free from all kind of furniture and other cluttering. Those who will take part in it are requested to develop a common ground of thought or a common frame of reference along which they will align their respective bodies and minds. Once the common topic has been established you are asked to analyze your experiences against it. Once your common motif has been decided upon you will exercise your individual artistic abilities music dance art and performance poetry to elaborate it. You will try to accommodate the other participants into your respective spaces allowing room for an interaction to take place energy to flow through all members of the group. Once everyone starts feeling comfortable with his or her own modes of expression and interaction you will invite another new member to join in your process. In this process of Open Theatre you have to rethink the idea of a group. Will this be a daily affair where the participants need to sit in every day take part in physical or mental workshops to make themselves inhibition free Or should you allow it to be a long standing even a life long alliance punctuated by momentary interludes of silence It is in silence that we organize ourselves to present “us” to society once again. Silence affords that necessary break when we question the first principles. Supriyo Samajdar Born in 1969 in India. Theatre director and practitioner. Studied Directing at the Rabindra Bharati University in Kolkata. Founded Bibhaban an experimental theatre company in 1996 and has been directing writing plays and leading it since. Since 2002 Samajdar is running his research project on Mukta Natya Open Theatre exploring the communication between a spectator and a performer Through this research work ‘Journey’ with Open Theatre presently he is working on a project called- Approach To Silence participated in Regular contra Regulam research project of Teatro La Madrugada in Brzezinka Poland in 2008.His research paper in search of a new form -open theatre was selected for a international symposium-“Language s of Theatre” organized by Jawaharlal Nehru University New Delhi and the Indian Society for Theatre Research ISTR . in January 2009 and Grotowski - Alongside - Around - Ahead at the University of Kent in Canterbury England in June 2009. Bibhaban: 37Baguiati 4h lane Kolkata-700028 India Email:bibhaban@hotmail.com cell: 919830034978 This article was originally written in Bengali and later translated into English by Samik Dasgupta 1 According to the Samsad Bengali-English Dictionary the term Bibhaban literally means the process of exciting magnanimity sorrow surprise resentment terror love mirth disgust or quietism in a person. 2 El duende is the spirit of evocation. It comes from inside as physical/emotional response to music or dance. It is what gives you chills makes you smile or cry as a bodily reaction to an artistic performance that is particularly expressive. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Without you I am not am I  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/03/supriyo-samajdar.jpg #_ftn1_1860 #_ftn2_1860 http://nynjbengali.com/wp-content/uploads/2010/03/bibhaban.jpg mailto:Email-bibhaban@hotmail.com #_ftnref1_1860 #_ftnref2_1860 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/474#bookmarkify http://nynjbengali.com/archives/474#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/474&amp;Title=Without you , I am not , am I? http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/474 http://www.bloglines.com/sub/http://nynjbengali.com/archives/474 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/474 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Without you , I am not , am I?&amp;bookmark_url=http://nynjbengali.com/archives/474 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/474 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://co.mments.com/track?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://del.icio.us/post?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.diigo.com/post?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/474 http://www.dzone.com/links/add.html?description=Without you , I am not , am I?&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/474 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/474&amp;h=Without you , I am not , am I? http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/474&amp;t=Without you , I am not , am I? http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Without you , I am not , am I?&amp;url=http://nynjbengali.com/archives/474 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/474&amp;t=Without you , I am not , am I? http://www.folkd.com/submit/http://nynjbengali.com/archives/474 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/474&amp;t=Without you , I am not , am I? http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.hugg.com/node/add/storylink?edit[title]=Without you , I am not , am I?&amp;edit[url]=http://nynjbengali.com/archives/474 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/474 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/474 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/474 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/474&title=Without you , I am not , am I? http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/474&amp;bm_description=Without you , I am not , am I? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/474 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/474&amp;t=Without you , I am not , am I? http://myweb.yahoo.com/myweb/save?t=Without you , I am not , am I?&amp;u=http://nynjbengali.com/archives/474 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I?&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/474 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/474&amp;t=Without you , I am not , am I? http://www.plugim.com/submit?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/474&amp;T=Without you , I am not , am I? http://reddit.com/submit?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/474 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/474 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/474 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://technorati.com/faves?add=http://nynjbengali.com/archives/474 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/474&amp;name=Without you , I am not , am I? http://twitter.com/home/?status=Without you , I am not , am I?+http://nynjbengali.com/archives/474 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/474 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/474&amp;t=Without you , I am not , am I? http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Without you , I am not , am I?&amp;uri=http://nynjbengali.com/archives/474 http://nynjbengali.com/archives/474 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/474&amp;Title=Without you , I am not , am I? http://www.bloglines.com/sub/http://nynjbengali.com/archives/474 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/474 http://del.icio.us/post?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/474 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/474&title=Without you , I am not , am I? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/474&amp;bm_description=Without you , I am not , am I? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/474 http://reddit.com/submit?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://technorati.com/faves?add=http://nynjbengali.com/archives/474 http://twitter.com/home/?status=Without you , I am not , am I?+http://nynjbengali.com/archives/474 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/474&amp;title=Without you , I am not , am I? http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/474&amp;t=Without you , I am not , am I? http://www.feedburner.com/fb/a/emailFlare?itemTitle=Without you , I am not , am I?&amp;uri=http://nynjbengali.com/archives/474&amp;loc=en_US http://nynjbengali.com/archives/474#bookmarkify supriyo_samajdar Bibhaban [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] supriyo_samajdar Bibhaban Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Without you I am not am I Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(475, 0, 'Last Sunday Feb 28th 2010 the noted Bengali theater personality Kumar Roy died in Kolkata after a protracted heart ailment at the age of 84. Kumar-da was long associated with the theater group Bohurupee which he joined in 1949 and was a close associate of late Sambhu Mitra. He was a director playwright and also an actor. He had done roles in several plays like ‘Gallileo’ ‘Rakta karabi’ ‘Baki Itihas’ Bisarjan and ‘Nabanna’ among others besides acting in films. He also worked as a professor at the Rabindra Bharati University. Kumar Roy also headed the Paschim Banga Natya Academy for quite some time. He had also penned many books. He was awarded the Sanget Natak Akademi award in 1983. Although I never had the opportunity of meeting him in person but had the good fortune of speaking to him few times. It was he who published my play “Ron” in “Bohurupi” of which Kumar-da was the editor the well known theater journal of Kolkata. He said how much he liked the play and thought it was an important addition to the repertoire of plays that Bohurupi has published over the years. Later he also published another play of mine “Satyameva”. He had asked me to meet him when I was in Kolkata. Unfortunately I never had the opportunity and I will repent it all my life. I hope and pray that his soul rests in peace. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Kumar Roy Passes Away size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/03/kumar_roy.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/475#bookmarkify http://nynjbengali.com/archives/475#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/475&amp;Title=Kumar Roy Passes Away http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/475 http://www.bloglines.com/sub/http://nynjbengali.com/archives/475 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/475 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Kumar Roy Passes Away&amp;bookmark_url=http://nynjbengali.com/archives/475 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/475 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://co.mments.com/track?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://del.icio.us/post?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.diigo.com/post?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/475 http://www.dzone.com/links/add.html?description=Kumar Roy Passes Away&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/475 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/475&amp;h=Kumar Roy Passes Away http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/475&amp;t=Kumar Roy Passes Away http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Kumar Roy Passes Away&amp;url=http://nynjbengali.com/archives/475 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/475&amp;t=Kumar Roy Passes Away http://www.folkd.com/submit/http://nynjbengali.com/archives/475 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/475&amp;t=Kumar Roy Passes Away http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.hugg.com/node/add/storylink?edit[title]=Kumar Roy Passes Away&amp;edit[url]=http://nynjbengali.com/archives/475 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/475 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/475 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/475 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/475&title=Kumar Roy Passes Away http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/475&amp;bm_description=Kumar Roy Passes Away http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/475 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/475&amp;t=Kumar Roy Passes Away http://myweb.yahoo.com/myweb/save?t=Kumar Roy Passes Away&amp;u=http://nynjbengali.com/archives/475 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/475 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/475&amp;t=Kumar Roy Passes Away http://www.plugim.com/submit?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/475&amp;T=Kumar Roy Passes Away http://reddit.com/submit?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/475 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/475 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/475 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://technorati.com/faves?add=http://nynjbengali.com/archives/475 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/475&amp;name=Kumar Roy Passes Away http://twitter.com/home/?status=Kumar Roy Passes Away+http://nynjbengali.com/archives/475 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/475 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/475&amp;t=Kumar Roy Passes Away http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Kumar Roy Passes Away&amp;uri=http://nynjbengali.com/archives/475 http://nynjbengali.com/archives/475 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/475&amp;Title=Kumar Roy Passes Away http://www.bloglines.com/sub/http://nynjbengali.com/archives/475 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/475 http://del.icio.us/post?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/475 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/475&title=Kumar Roy Passes Away http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/475&amp;bm_description=Kumar Roy Passes Away http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/475 http://reddit.com/submit?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://technorati.com/faves?add=http://nynjbengali.com/archives/475 http://twitter.com/home/?status=Kumar Roy Passes Away+http://nynjbengali.com/archives/475 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/475&amp;title=Kumar Roy Passes Away http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/475&amp;t=Kumar Roy Passes Away http://www.feedburner.com/fb/a/emailFlare?itemTitle=Kumar Roy Passes Away&amp;uri=http://nynjbengali.com/archives/475&amp;loc=en_US http://nynjbengali.com/archives/475#bookmarkify Kumar Roy [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] kumar_roy Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Kumar Roy Passes Away Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(500, 2862, 'A C I have never understood the need by these local performers to pay to perform. There are a few dance or music “teachers” who use this opportunity to advertise their names. In any event they make their students pick up the tab. But the rest specially the drama groups who are doing this for the love of the art should not bother.', NULL),
(502, 2861, 'Brinda Guha I agree I definitely thought Kallol paid more attention to the local talent this year than they do in any Durga Puja or past Bongo Sammelon experiences. Comparatively we did a lot better with highlighting all the groups we have around us and for that I am very happy since that was my biggest complaint since 2005 . The only thing that I thought needed work was the Youth program and Youth talent show. Who is going to run this Bongo Sammelon thing in 50-60 years WE ARE. If not run the program at least hope to play a part in it. There has to be a way to keep my generation interested and stuffing a youth talent show in a small meeting room with no stage and a bad sound system is not going to hold anyone’s interested. Hall A was the perfect place to hold a proper community kids talent show where the participants would have a proper stage the scope of a bigger audience and higher quality acts. But in a small room like the one we were given No one is going to care about which talented teenager is doing what. Great review -Brinda Guha Kalamandir Dance Company kalamandirdanceco.webs.com Kalamandir of NJ njkalamandir.webs.com http://www.brinda.cjb.net', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(503, 0, 'Plays are meant to be staged. At least that’s what a playwright expects when he or she writes a play. A play or drama finds its fullest expression through the interpretations of its director and the actors. So what good is it to publish a book of plays   Mostly people who produce direct and act in plays are typically interested in the text of the play and hence would likely be interested in a book of plays.  Although it is true that some non-theater people do love to read plays just as much as some like to read stories and novels but isn’t such a group a minority Is it worth publishing a book for such a limited audience These were the questions I was grappling with before I decided to go for a publication of an anthology of my plays. For quite some time many of my friends and well wishers were pushing me to publish the collection. My mother was one of them. She thought  that my plays would find a larger audience through this publication than they would from our limited number of productions. Several of my friends in different parts of the country also wanted to see my plays in print. I too thought that maybe I should offer my readers an unadulterated view of my plays. Whenever a play is staged the audience is offered an interpretation of the text as made by the director and the actors. A play in print offers the reader to make his own interpretation - the reader becomes the director and the actor.  The reader has the complete freedom to identify with the characters in his or her own way.  As Edward Albee once said it is better to read the play than to watch a bad production of it. Then my mentor Ashok Mukhopadhyay also insisted that it is time to publish a collection through a reputable publisher. Although some of my plays have been published in theater magazines in Kolkata he felt that a printed collection is a better form to reach out to the drama readers.  Sensing my inhibition as a newcomer to the Kolkata theater world he assured me “Don’t worry Your name is well known in the theater circles. Your book will not go unnoticed.” He then took me to his publisher Saptarshi Prakashan who in recent years have earned the distinction of one of the fastest growing publishers and have bagged quite a few awards like Sahitya Academy and Ananda Purashkar. And hence my first book of plays. On 10th of August 2010 the book was formally launched by Bibhas Chakraborty the noted theater personality at the Paschimbanga Bangla Academy in Kolkata watch the attached video clip in front of a large group of theater lovers of Kolkata. The book includes seven plays - Phera The Return Kaalsuddhi The Redemption Durghatana Accident Ron Satyameva Truth Only Musical Chair and Taconic Parkway. Now that the book is out in the market it needs readers. Those who have seen my plays and liked them you may want to have a copy to revisit the plays once more. For those who have not seen them this may be your chance to enjoy them in print.  If you like the book please spread the word.  Let your friends and family know that a book of plays is out in print that tells the stories of our existence as immigrant Indians in our adopted homeland. And don’t forget to give me your feedback. The book is available in USA at most online book stores and at alibris.com click on the cover picture on the right sidebar . In Kolkata the book is available at Saptarshi Prakashan 69 Sitaram Ghosh St Kolkata 9 ph: 9830371467 Dey’s Dey Book Store Book Friend Chakraborty and Chatterjee Adi Nath Brothers Naba Grantha Kutir Lokenath Brothers Balaka. Also available at Subarnarekha in Santinekatan Prantor in Durgapur Annapurna Book House in Balurghat Books and New Central Book House in Siliguri. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Why a Book of Plays  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.alibris.com/booksearch.detail?invid=10365798844&amp;noworks=1&amp;query=natak+samagra&amp;qsort=&amp;page=1 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/503#bookmarkify http://nynjbengali.com/archives/503#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/503&amp;Title=Why a Book of Plays? http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/503 http://www.bloglines.com/sub/http://nynjbengali.com/archives/503 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/503 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Why a Book of Plays?&amp;bookmark_url=http://nynjbengali.com/archives/503 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/503 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://co.mments.com/track?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://del.icio.us/post?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.diigo.com/post?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/503 http://www.dzone.com/links/add.html?description=Why a Book of Plays?&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/503 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/503&amp;h=Why a Book of Plays? http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/503&amp;t=Why a Book of Plays? http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Why a Book of Plays?&amp;url=http://nynjbengali.com/archives/503 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/503&amp;t=Why a Book of Plays? http://www.folkd.com/submit/http://nynjbengali.com/archives/503 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/503&amp;t=Why a Book of Plays? http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.hugg.com/node/add/storylink?edit[title]=Why a Book of Plays?&amp;edit[url]=http://nynjbengali.com/archives/503 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/503 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/503 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/503 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/503&title=Why a Book of Plays? http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/503&amp;bm_description=Why a Book of Plays? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/503 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/503&amp;t=Why a Book of Plays? http://myweb.yahoo.com/myweb/save?t=Why a Book of Plays?&amp;u=http://nynjbengali.com/archives/503 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays?&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/503 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/503&amp;t=Why a Book of Plays? http://www.plugim.com/submit?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/503&amp;T=Why a Book of Plays? http://reddit.com/submit?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/503 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/503 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/503 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://technorati.com/faves?add=http://nynjbengali.com/archives/503 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/503&amp;name=Why a Book of Plays? http://twitter.com/home/?status=Why a Book of Plays?+http://nynjbengali.com/archives/503 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/503 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/503&amp;t=Why a Book of Plays? http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Why a Book of Plays?&amp;uri=http://nynjbengali.com/archives/503 http://nynjbengali.com/archives/503 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/503&amp;Title=Why a Book of Plays? http://www.bloglines.com/sub/http://nynjbengali.com/archives/503 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/503 http://del.icio.us/post?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/503 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/503&title=Why a Book of Plays? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/503&amp;bm_description=Why a Book of Plays? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/503 http://reddit.com/submit?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://technorati.com/faves?add=http://nynjbengali.com/archives/503 http://twitter.com/home/?status=Why a Book of Plays?+http://nynjbengali.com/archives/503 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/503&amp;title=Why a Book of Plays? http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/503&amp;t=Why a Book of Plays? http://www.feedburner.com/fb/a/emailFlare?itemTitle=Why a Book of Plays?&amp;uri=http://nynjbengali.com/archives/503&amp;loc=en_US http://nynjbengali.com/archives/503#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Why a Book of Plays Cartoons Generic http://nynjbengali.com/archives/category/cartoons http://nynjbengali.com/archives/category/generic View all posts in Cartoons View all posts in Generic'),
(478, 0, 'Sararattir - Play by Badal Sircar Saturday 8th May 3PM Saturday 8th May 6PM Sunday 9th May 1PM Sunday 9th May 4PM Ticket Price - 25.00 LOCATION Livingston Student Center 84 Joyce Kilmer Avenue Piscataway NJ 08854 http://www.sararattir.info Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Sararattir - A Play by Badal Sircar size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.sararattir.info http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/478#bookmarkify http://nynjbengali.com/archives/478#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/478&amp;Title=Sararattir - A Play by Badal Sircar http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/478 http://www.bloglines.com/sub/http://nynjbengali.com/archives/478 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/478 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Sararattir - A Play by Badal Sircar&amp;bookmark_url=http://nynjbengali.com/archives/478 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/478 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://co.mments.com/track?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://del.icio.us/post?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.diigo.com/post?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/478 http://www.dzone.com/links/add.html?description=Sararattir - A Play by Badal Sircar&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/478 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/478&amp;h=Sararattir - A Play by Badal Sircar http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/478&amp;t=Sararattir - A Play by Badal Sircar http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Sararattir - A Play by Badal Sircar&amp;url=http://nynjbengali.com/archives/478 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/478&amp;t=Sararattir - A Play by Badal Sircar http://www.folkd.com/submit/http://nynjbengali.com/archives/478 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/478&amp;t=Sararattir - A Play by Badal Sircar http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.hugg.com/node/add/storylink?edit[title]=Sararattir - A Play by Badal Sircar&amp;edit[url]=http://nynjbengali.com/archives/478 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/478 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/478 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/478 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/478&title=Sararattir - A Play by Badal Sircar http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/478&amp;bm_description=Sararattir - A Play by Badal Sircar http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/478 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/478&amp;t=Sararattir - A Play by Badal Sircar http://myweb.yahoo.com/myweb/save?t=Sararattir - A Play by Badal Sircar&amp;u=http://nynjbengali.com/archives/478 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/478 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/478&amp;t=Sararattir - A Play by Badal Sircar http://www.plugim.com/submit?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/478&amp;T=Sararattir - A Play by Badal Sircar http://reddit.com/submit?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/478 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/478 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/478 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://technorati.com/faves?add=http://nynjbengali.com/archives/478 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/478&amp;name=Sararattir - A Play by Badal Sircar http://twitter.com/home/?status=Sararattir - A Play by Badal Sircar+http://nynjbengali.com/archives/478 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/478 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/478&amp;t=Sararattir - A Play by Badal Sircar http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Sararattir - A Play by Badal Sircar&amp;uri=http://nynjbengali.com/archives/478 http://nynjbengali.com/archives/478 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/478&amp;Title=Sararattir - A Play by Badal Sircar http://www.bloglines.com/sub/http://nynjbengali.com/archives/478 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/478 http://del.icio.us/post?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/478 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/478&title=Sararattir - A Play by Badal Sircar http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/478&amp;bm_description=Sararattir - A Play by Badal Sircar http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/478 http://reddit.com/submit?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://technorati.com/faves?add=http://nynjbengali.com/archives/478 http://twitter.com/home/?status=Sararattir - A Play by Badal Sircar+http://nynjbengali.com/archives/478 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/478&amp;title=Sararattir - A Play by Badal Sircar http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/478&amp;t=Sararattir - A Play by Badal Sircar http://www.feedburner.com/fb/a/emailFlare?itemTitle=Sararattir - A Play by Badal Sircar&amp;uri=http://nynjbengali.com/archives/478&amp;loc=en_US http://nynjbengali.com/archives/478#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Sararattir - A Play by Badal Sircar Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(479, 0, 'AN EVENING OF TAGORE SONGS WITH REZWANA CHOWDHURI BANNYA Sunday MARCH 14 2010 AT 6PM AT HOME OF NUPUR LAHIRI 4343 RT 27 PRINCETON NJ 08540 ORGANIZED BY SURER DHARA NJ SCHOOL OF MUSIC SUGGESTED DONATION 15.00 PER PERSON’ LIGHT DINNER WILL BE SERVED MUST RSVP SPACE LIMITED NARAYAN ROY 908 561 9766 BHASWATI BHADRA 732 821 2545 NUPUR LAHIRI 732 821 3949 FOR PARKING: PLEASE TRY TO CAR POOL LIMITED PARKING AT THE HOUSE FOR ABOUT 12 CARS. DRIVE DOWN RT 27 SOUTH. 1 MILE PARK ACROSS DURGA MONDIR IN PUBLIC LOT CALL FOR RIDE OR CAR POOL Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Bannya in Concert size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/479#bookmarkify http://nynjbengali.com/archives/479#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/479&amp;Title=Bannya in Concert http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/479 http://www.bloglines.com/sub/http://nynjbengali.com/archives/479 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/479 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Bannya in Concert&amp;bookmark_url=http://nynjbengali.com/archives/479 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/479 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://co.mments.com/track?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://del.icio.us/post?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.diigo.com/post?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/479 http://www.dzone.com/links/add.html?description=Bannya in Concert&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/479 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/479&amp;h=Bannya in Concert http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/479&amp;t=Bannya in Concert http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Bannya in Concert&amp;url=http://nynjbengali.com/archives/479 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/479&amp;t=Bannya in Concert http://www.folkd.com/submit/http://nynjbengali.com/archives/479 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/479&amp;t=Bannya in Concert http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.hugg.com/node/add/storylink?edit[title]=Bannya in Concert&amp;edit[url]=http://nynjbengali.com/archives/479 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/479 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/479 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/479 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/479&title=Bannya in Concert http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/479&amp;bm_description=Bannya in Concert http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/479 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/479&amp;t=Bannya in Concert http://myweb.yahoo.com/myweb/save?t=Bannya in Concert&amp;u=http://nynjbengali.com/archives/479 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/479 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/479&amp;t=Bannya in Concert http://www.plugim.com/submit?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/479&amp;T=Bannya in Concert http://reddit.com/submit?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/479 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/479 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/479 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://technorati.com/faves?add=http://nynjbengali.com/archives/479 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/479&amp;name=Bannya in Concert http://twitter.com/home/?status=Bannya in Concert+http://nynjbengali.com/archives/479 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/479 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/479&amp;t=Bannya in Concert http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Bannya in Concert&amp;uri=http://nynjbengali.com/archives/479 http://nynjbengali.com/archives/479 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/479&amp;Title=Bannya in Concert http://www.bloglines.com/sub/http://nynjbengali.com/archives/479 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/479 http://del.icio.us/post?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/479 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/479&title=Bannya in Concert http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/479&amp;bm_description=Bannya in Concert http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/479 http://reddit.com/submit?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://technorati.com/faves?add=http://nynjbengali.com/archives/479 http://twitter.com/home/?status=Bannya in Concert+http://nynjbengali.com/archives/479 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/479&amp;title=Bannya in Concert http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/479&amp;t=Bannya in Concert http://www.feedburner.com/fb/a/emailFlare?itemTitle=Bannya in Concert&amp;uri=http://nynjbengali.com/archives/479&amp;loc=en_US http://nynjbengali.com/archives/479#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Bannya in Concert Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(480, 0, 'One of the greatest challenge of any NABC is to come up with events and programs that can attract and engage the the next generation of young Bengalis. Most of the cultural events that happen on the stages of NABC are of little interest to them. They need their own kind of entertainment and engagement else they have nothing to do except hang out around the convention center with a long faces while their parents have all the fun. However the trend seems to be changing over the last few years. The NABC organizing committees are making a conscious effort to come up with events that are targeted towards the young Bengalis of USA. The youth committee of the 2010 North American Bengali Conference NABC has chosen the theme of “Fun Culture and the Future ” to represent this year’s youth program. Conveners are working hard to make sure that the youth-oriented events are relevant engaging and fun for our young people. The list of events include live stand-up comedy show by an up and coming comedian from the Indian community. A film and video show plans to encourage our young film makers to showcase their talent. Do you have an idea for a seminar workshop or panel discussion that would be interesting The Youth Committee formally invites you - anyone regardless of age or background - to submit a proposal for a seminar session. Topic choices are wide open from social dating social media parental relationships to cultural educational environmental and even job hunting and job resumes. Other topics are also invited. To read more and create a proposal for consideration go to http://www.nabc2010.org/Youth Seminar Invitation v5.pdf . Several other events are being planned and worked on including dance party fashion and talent shows games and many many more. For information on the broader Youth Program go to http://www.nabc2010.org/youthactivities.html . The future of Bengali culture in the North America is in the hands of our young people So join in  and make this event a memorable one. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NABC 2010: Youth Programs size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.nabc2010.org/Youth Seminar Invitation v5.pdf http://www.nabc2010.org/youthactivities.html http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/480#bookmarkify http://nynjbengali.com/archives/480#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/480&amp;Title=NABC 2010: Youth Programs http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/480 http://www.bloglines.com/sub/http://nynjbengali.com/archives/480 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/480 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NABC 2010: Youth Programs&amp;bookmark_url=http://nynjbengali.com/archives/480 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/480 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://co.mments.com/track?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://del.icio.us/post?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.diigo.com/post?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/480 http://www.dzone.com/links/add.html?description=NABC 2010: Youth Programs&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/480 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/480&amp;h=NABC 2010: Youth Programs http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/480&amp;t=NABC 2010: Youth Programs http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NABC 2010: Youth Programs&amp;url=http://nynjbengali.com/archives/480 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/480&amp;t=NABC 2010: Youth Programs http://www.folkd.com/submit/http://nynjbengali.com/archives/480 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/480&amp;t=NABC 2010: Youth Programs http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.hugg.com/node/add/storylink?edit[title]=NABC 2010: Youth Programs&amp;edit[url]=http://nynjbengali.com/archives/480 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/480 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/480 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/480 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/480&title=NABC 2010: Youth Programs http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/480&amp;bm_description=NABC 2010: Youth Programs http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/480 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/480&amp;t=NABC 2010: Youth Programs http://myweb.yahoo.com/myweb/save?t=NABC 2010: Youth Programs&amp;u=http://nynjbengali.com/archives/480 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/480 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/480&amp;t=NABC 2010: Youth Programs http://www.plugim.com/submit?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/480&amp;T=NABC 2010: Youth Programs http://reddit.com/submit?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/480 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/480 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/480 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://technorati.com/faves?add=http://nynjbengali.com/archives/480 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/480&amp;name=NABC 2010: Youth Programs http://twitter.com/home/?status=NABC 2010: Youth Programs+http://nynjbengali.com/archives/480 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/480 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/480&amp;t=NABC 2010: Youth Programs http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NABC 2010: Youth Programs&amp;uri=http://nynjbengali.com/archives/480 http://nynjbengali.com/archives/480 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/480&amp;Title=NABC 2010: Youth Programs http://www.bloglines.com/sub/http://nynjbengali.com/archives/480 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/480 http://del.icio.us/post?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/480 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/480&title=NABC 2010: Youth Programs http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/480&amp;bm_description=NABC 2010: Youth Programs http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/480 http://reddit.com/submit?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://technorati.com/faves?add=http://nynjbengali.com/archives/480 http://twitter.com/home/?status=NABC 2010: Youth Programs+http://nynjbengali.com/archives/480 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/480&amp;title=NABC 2010: Youth Programs http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/480&amp;t=NABC 2010: Youth Programs http://www.feedburner.com/fb/a/emailFlare?itemTitle=NABC 2010: Youth Programs&amp;uri=http://nynjbengali.com/archives/480&amp;loc=en_US http://nynjbengali.com/archives/480#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NABC 2010: Youth Programs Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(481, 0, 'New York ’s distinguished and dynamic theater group Dhaka Drama is celebrating the World Theater Day this year on Sunday   March 28   2010 at ‘club Sanm ’  in Astoria New York. To commemorate the occasion Dhaka Drama has arranged an interesting and exciting line of events such as a panel discussion a talent competition for our young actors and a showcasing of one-act plays by different theater groups from the tri-state area. A panel of prominent theater practitioners from the Indian sub-continent would share their thoughts and reflections on Bangla Theater and its form practice and the role of directors in the Bengali diaspora. A number of noteworthy theater groups and performers have accepted invitations to present their work on this day. As a fitting finale to the occasion Dhaka Drama will be staging their latest production “Etao Thik Otao Thik” This is Right and That Too written and directed by Golam Sarwar Harun. The grand sponsor of the event is Club Sanm. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Dhaka Drama Celebrates World Theater Day in New York size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/481#bookmarkify http://nynjbengali.com/archives/481#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/481&amp;Title=Dhaka Drama Celebrates World Theater Day in New York http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/481 http://www.bloglines.com/sub/http://nynjbengali.com/archives/481 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/481 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Dhaka Drama Celebrates World Theater Day in New York&amp;bookmark_url=http://nynjbengali.com/archives/481 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/481 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://co.mments.com/track?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://del.icio.us/post?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.diigo.com/post?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/481 http://www.dzone.com/links/add.html?description=Dhaka Drama Celebrates World Theater Day in New York&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/481 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/481&amp;h=Dhaka Drama Celebrates World Theater Day in New York http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/481&amp;t=Dhaka Drama Celebrates World Theater Day in New York http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Dhaka Drama Celebrates World Theater Day in New York&amp;url=http://nynjbengali.com/archives/481 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/481&amp;t=Dhaka Drama Celebrates World Theater Day in New York http://www.folkd.com/submit/http://nynjbengali.com/archives/481 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/481&amp;t=Dhaka Drama Celebrates World Theater Day in New York http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.hugg.com/node/add/storylink?edit[title]=Dhaka Drama Celebrates World Theater Day in New York&amp;edit[url]=http://nynjbengali.com/archives/481 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/481 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/481 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/481 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/481&title=Dhaka Drama Celebrates World Theater Day in New York http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/481&amp;bm_description=Dhaka Drama Celebrates World Theater Day in New York http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/481 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/481&amp;t=Dhaka Drama Celebrates World Theater Day in New York http://myweb.yahoo.com/myweb/save?t=Dhaka Drama Celebrates World Theater Day in New York&amp;u=http://nynjbengali.com/archives/481 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/481 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/481&amp;t=Dhaka Drama Celebrates World Theater Day in New York http://www.plugim.com/submit?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/481&amp;T=Dhaka Drama Celebrates World Theater Day in New York http://reddit.com/submit?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/481 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/481 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/481 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://technorati.com/faves?add=http://nynjbengali.com/archives/481 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/481&amp;name=Dhaka Drama Celebrates World Theater Day in New York http://twitter.com/home/?status=Dhaka Drama Celebrates World Theater Day in New York+http://nynjbengali.com/archives/481 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/481 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/481&amp;t=Dhaka Drama Celebrates World Theater Day in New York http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Dhaka Drama Celebrates World Theater Day in New York&amp;uri=http://nynjbengali.com/archives/481 http://nynjbengali.com/archives/481 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/481&amp;Title=Dhaka Drama Celebrates World Theater Day in New York http://www.bloglines.com/sub/http://nynjbengali.com/archives/481 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/481 http://del.icio.us/post?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/481 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/481&title=Dhaka Drama Celebrates World Theater Day in New York http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/481&amp;bm_description=Dhaka Drama Celebrates World Theater Day in New York http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/481 http://reddit.com/submit?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://technorati.com/faves?add=http://nynjbengali.com/archives/481 http://twitter.com/home/?status=Dhaka Drama Celebrates World Theater Day in New York+http://nynjbengali.com/archives/481 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/481&amp;title=Dhaka Drama Celebrates World Theater Day in New York http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/481&amp;t=Dhaka Drama Celebrates World Theater Day in New York http://www.feedburner.com/fb/a/emailFlare?itemTitle=Dhaka Drama Celebrates World Theater Day in New York&amp;uri=http://nynjbengali.com/archives/481&amp;loc=en_US http://nynjbengali.com/archives/481#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Dhaka Drama Celebrates World Theater Day in New York Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(482, 0, 'by Amitava Sen On one of our earlier visits to Calcutta we met her at a dinner party. She was sitting in a corner somewhat aloof. As we entered the party was in full swing with whisky flowing freely. After we were duly introduced the party got back to its boisterous self and everybody went back to loudly vocalizing their opinion on all subjects under the sun and in the process ignoring everybody else’s Bengali style. The forlorn looking lady in the corner unobtrusively got up and stood behind us. Do you live outside the country ” She asked. She knew the answer for that she did not have to be clairvoyant. We just arrived a few days ago not long enough for the sun and dust to work on our faces. She pulled a chair and sat down next to us. First thing I noticed that she was not at ease with the environment but not because of other people around her were not accepting her or were not friendly. The detachment appeared to be by choice on her part but her marked openness with us also was hard not to be noticed. We talked about the amazing varieties of fish in Gariahat market about sarees in Park Street about a couple of common acquaintances we discovered we shared subjects of America did not come up at all. She was waiting to tell us her story outside the earshot of others in the party at the dinner time when we congregated in small groups. After having lived in the United States for twenty-seven years she and her husband returned to India with the intention of living here permanently about six months ago. Both of them had their parents in Calcutta and they wanted to be closer to the family. It didn’t work out quite that way. The lady did not particularly miss the comfort and amenities of living in the United States at least so she said. That was fine with her. What made her depressed was the company of the people she was made to keep. “I feel suffocated can’t adjust and as a result I am resented and that in turn makes me nostalgic about my life back in America.” She got teary eyed. I inquired what was bothering her. Was it the traffic the filth the pollution health care issues “Not so much only if I have had people to talk to. Sister-in laws suddenly arrive at the doorstep unannounced and when they come they walk right into my bedroom. And I do not know what to talk to them about in the intimate setting of the bedroom.” It appeared that she was living with relatives in Calcutta she could not relate to and it was amusing that she had been living among the people whose collective passion was to talk and argue endlessly but she had no one to talk to. With us she was behaving like at long last she found other humanoids in the planet Krypton. We exchanged telephone numbers with a promise to keep in touch. We here in the United States and possibly in other Diasporas around the world have relationship between us which defies the conventional definition of family if not linguistically but emotively. But I will keep my narrative here confined to us we Bengalees because I am not sure the people with different cultural and social disposition feel the same way. It is interesting if not perplexing how we act with our friends and acquaintances in the new world and react with our relatives and old friends from our past. Family in a conventional sense is collection of set of relatives. “A person who is connected with another or others by blood or marriage” this is how the Random House dictionary defines the word “relative”. Samsad Bangla Abhidan and Chalantika of Rajsekhar Bosu define the Bengali word “Atmiya” literally: relative more broadly: “one’s own person or a person close to another-self Atman .” Etymologically the English dictionary definition is too restrictive the word relative is derived from the word relate and should mean a person you can relate to. On the other hand whatever the derivative definition of Atmiya is use-wise it means relation by birth or marriage. But the words in both languages have same connotation. By extension we may choose to define family as a collection of a set of people who we can relate to and who are close to our “self” by birth marriage proximity or mentality. My musings ceased to be an abstraction and hit home when a week later a friend from America called soon after he landed in Calcutta. “Come over or I can come.” We just saw each other a month ago in USA indeed there we did not meet that often so what was the rush and really what was the point But curiously it dawned on me that I was eager to meet him too. To talk about what Weather in New Jersey Sarah Palin Not really indeed the subject of America may not come up in our talk when we meet. I realized that it’s not the word it’s the vibe that mattered. Communication is not only words it has nuances too. I doubt that the bonding or relationship is solely a matter of love or blood. It is more to do with our personal comfort level and need to be understood in our daily lives. Then during our last visit there was this woman one morning on Tara TV program where renowned singers were invited to sing and be interviewed. She was splendid indeed equal or better than any of the locally famous singers I had watched on this daily morning show. My cousin who was sitting next to me was impressed and indeed surprised. “Does she really live in America ” That was how he expressed his amazement “Of course she does. Her name is Mitali Bhawmik a friend” I gloated. . My claim of friendship was a little stretch I hardly had ever spoken to her. She made me proud and I wanted to add a personal touch to it. But the feeling of kinship was genuine at that moment. The lady in the party did not quite know why she had a feeling of closeness to us either and why she was feeling like an alien in her own home. She did not think it was the absence of the material stuff but in a way it was at least partly. It was not only her relatives and friends that got under her skin I surmised unbeknown to her the traffic the pollution the decaying infrastructure and the uncertain health care were factors too contributing to her aversion towards life in India. But at the same time for many returnees the cultural and family ties that draw them back may feel strained by local human dynamics that may feel foreign and may be frustrating. The general absence of ethical behavior and lack of openness in daily interaction do not help in establishing meaningful relationship or even reviving the old ones. Chandra Ghosh of London who I met in a record store was a case in point. “Do you feel people your friends your relatives are a little strange here ” Chandra Babu inquired at one point. “My brother has a big house. I put up with him for a couple of days. My brother and his family were very nice and quite caring. I had no complaint. But I felt I was intruding. More importantly we were uncomfortable an uneasy and unfamiliar environment really. But now I find it more relaxing and enjoyable in Ramakrishna Mission Institute at Golpark. We have met a family from Manchester who are staying here and we are having fun time together.” It sounded like his brother had no problem the problem was with Chandra Babu the NRI. “So who is strange here ” I interjected “You or your brother ” Is this alienation due to a long absence has the attitude towards our relatives in India and our old friends changed for losing touch over a period of time But that cannot explain the bond and fondness we feel for our Diaspora-friends and the affinity we have developed between us. The fact of the matter is that we have adopted the foreign land as our home and adapted ourselves to that society while we have been exiled from our birth country. We have chosen soul over blood which surfaces in stark relief when we are back in our old country. We discover that we have a new family. Indeed Chandra Babu had not known his new found friend back in England and the relationship I had with my friend who wanted to meet me promptly after his arrival could hardly be called close or Mitali Bhawmik was not a friend in a real sense of the word. What has brought us together is the backdrop of our “Desh” a now- alien land and its now-alien culture. P.S. Six months after we had met her back home in USA we received a call from Boston the lady at the party and her husband were back with no plans of returning to India to live there in foreseeable future. Amitava Sen Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  FAMILY-REDUX size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/482#bookmarkify http://nynjbengali.com/archives/482#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/482&amp;Title=FAMILY-REDUX http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/482 http://www.bloglines.com/sub/http://nynjbengali.com/archives/482 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/482 http://www.buddymarks.com/add_bookmark.php?bookmark_title=FAMILY-REDUX&amp;bookmark_url=http://nynjbengali.com/archives/482 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/482 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://co.mments.com/track?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://del.icio.us/post?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.diigo.com/post?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/482 http://www.dzone.com/links/add.html?description=FAMILY-REDUX&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/482 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/482&amp;h=FAMILY-REDUX http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/482&amp;t=FAMILY-REDUX http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=FAMILY-REDUX&amp;url=http://nynjbengali.com/archives/482 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/482&amp;t=FAMILY-REDUX http://www.folkd.com/submit/http://nynjbengali.com/archives/482 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/482&amp;t=FAMILY-REDUX http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.hugg.com/node/add/storylink?edit[title]=FAMILY-REDUX&amp;edit[url]=http://nynjbengali.com/archives/482 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/482 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/482 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/482 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/482&title=FAMILY-REDUX http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/482&amp;bm_description=FAMILY-REDUX http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/482 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/482&amp;t=FAMILY-REDUX http://myweb.yahoo.com/myweb/save?t=FAMILY-REDUX&amp;u=http://nynjbengali.com/archives/482 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/482 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/482&amp;t=FAMILY-REDUX http://www.plugim.com/submit?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/482&amp;T=FAMILY-REDUX http://reddit.com/submit?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/482 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/482 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/482 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://technorati.com/faves?add=http://nynjbengali.com/archives/482 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/482&amp;name=FAMILY-REDUX http://twitter.com/home/?status=FAMILY-REDUX+http://nynjbengali.com/archives/482 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/482 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/482&amp;t=FAMILY-REDUX http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=FAMILY-REDUX&amp;uri=http://nynjbengali.com/archives/482 http://nynjbengali.com/archives/482 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/482&amp;Title=FAMILY-REDUX http://www.bloglines.com/sub/http://nynjbengali.com/archives/482 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/482 http://del.icio.us/post?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/482 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/482&title=FAMILY-REDUX http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/482&amp;bm_description=FAMILY-REDUX http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/482 http://reddit.com/submit?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://technorati.com/faves?add=http://nynjbengali.com/archives/482 http://twitter.com/home/?status=FAMILY-REDUX+http://nynjbengali.com/archives/482 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/482&amp;title=FAMILY-REDUX http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/482&amp;t=FAMILY-REDUX http://www.feedburner.com/fb/a/emailFlare?itemTitle=FAMILY-REDUX&amp;uri=http://nynjbengali.com/archives/482&amp;loc=en_US http://nynjbengali.com/archives/482#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'FAMILY-REDUX Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(483, 0, 'GAUHATI India AP - The Indian military has a new weapon against terrorism: the world’s hottest chili. After conducting tests the military has decided to use the thumb-sized “bhut jolokia ” or “ghost chili ” to make tear gas-like hand grenades to immobilize suspects defense officials said Tuesday. The bhut jolokia was accepted by Guinness World Records in 2007 as the world’s spiciest chili. It is grown and eaten in India’s northeast for its taste as a cure for stomach troubles and a way to fight the crippling summer heat. It has more than 1 000 000 Scoville units the scientific measurement of a chili’s spiciness. Classic Tabasco sauce ranges from 2 500 to 5 000 Scoville units while jalapeno peppers measure anywhere from 2 500 to 8 000. “The chili grenade has been found fit for use after trials in Indian defense laboratories a fact confirmed by scientists at the Defense Research and Development Organization ” Col. R. Kalia a defense spokesman in the northeastern state of Assam told The Associated Press. “This is definitely going to be an effective nontoxic weapon because its pungent smell can choke terrorists and force them out of their hide-outs ” R. B. Srivastava the director of the Life Sciences Department at the New Delhi headquarters of the DRDO said. Srivastava who led a defense research laboratory in Assam said trials are also on to produce bhut jolokia-based aerosol sprays to be used by women against attackers and for the police to control and disperse mobs Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Bhoot Jolokia - World’s Hottest Chili Pepper size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/483#bookmarkify http://nynjbengali.com/archives/483#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/483&amp;Title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/483 http://www.bloglines.com/sub/http://nynjbengali.com/archives/483 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/483 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper&amp;bookmark_url=http://nynjbengali.com/archives/483 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/483 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://co.mments.com/track?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://del.icio.us/post?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.diigo.com/post?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/483 http://www.dzone.com/links/add.html?description=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/483 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/483&amp;h=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/483&amp;t=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper&amp;url=http://nynjbengali.com/archives/483 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/483&amp;t=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.folkd.com/submit/http://nynjbengali.com/archives/483 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/483&amp;t=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.hugg.com/node/add/storylink?edit[title]=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper&amp;edit[url]=http://nynjbengali.com/archives/483 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/483 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/483 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/483 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/483&title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/483&amp;bm_description=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/483 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/483&amp;t=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://myweb.yahoo.com/myweb/save?t=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper&amp;u=http://nynjbengali.com/archives/483 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/483 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/483&amp;t=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.plugim.com/submit?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/483&amp;T=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://reddit.com/submit?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/483 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/483 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/483 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://technorati.com/faves?add=http://nynjbengali.com/archives/483 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/483&amp;name=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://twitter.com/home/?status=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper+http://nynjbengali.com/archives/483 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/483 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/483&amp;t=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper&amp;uri=http://nynjbengali.com/archives/483 http://nynjbengali.com/archives/483 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/483&amp;Title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.bloglines.com/sub/http://nynjbengali.com/archives/483 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/483 http://del.icio.us/post?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/483 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/483&title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/483&amp;bm_description=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/483 http://reddit.com/submit?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://technorati.com/faves?add=http://nynjbengali.com/archives/483 http://twitter.com/home/?status=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper+http://nynjbengali.com/archives/483 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/483&amp;title=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/483&amp;t=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper http://www.feedburner.com/fb/a/emailFlare?itemTitle=Bhoot Jolokia - World&#8217;s Hottest Chili Pepper&amp;uri=http://nynjbengali.com/archives/483&amp;loc=en_US http://nynjbengali.com/archives/483#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Bhoot Jolokia - World’s Hottest Chili Pepper Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(482, 2768, 'Anindyo Sarkar Wow What a painful writeup That lady who came back would not acknowledge the actual reasons why she came back…. “sister in law walking in..” absolutely hilarious What do you expect That is the culture we all grew up in and she should have had that expectation when she went back. She changed here. Why will the world change just for her As far as close relationships are concerned expats worldwide form close relationships. Lot of people develop close bonds by living in a prison cell for a bunch of years too But that does not make it something great or unique. Ask that lady to stop blaming India and focus on herself. Let her stay and vegetate here than over there.', NULL),
(482, 2767, 'Aditi Sen It is somewhat unfortunate that this lady couldn’t establish her social circle in Calcutta and had to come back to Boston. It is somewhat selfish to expect that one will go back to India and expect everyone else to adopt to their norms instead of the other way round. I wonder what age bracket she belongs to Mr. Amitava Sen doesn’t allude to that in the article. But I have several friends who have made the transition very well and are actually glad that they went back home. They have a much fuller life with all the good things that Indian affluent societies have to offer. They travel lot more than us they party lot more than us they work lot less than us. I have to mention that we all grew up in Calcutta and are in their mid 40’s and are professionals. They are all involved in multiple social causes. It is not the contrast between ‘new world’ and ‘familiar world’ it is about ‘creating my world’. Somewhere that got lost with Ms. Boston.', NULL),
(482, 2765, 'Jennifer Lancey I’ve been reading along for a while now. I just wanted to drop you a comment to say keep up the good work. http://www.why-outsource.com', NULL),
(378, 2764, 'shipra somani I enjoy attending NABC conference. The organizers put lot of hard work and sacrifice but it is always well done and enjoyable to the attendees. I am looking forward to attend it in July at Atlantic City NJ. Shipra Somani', NULL),
(502, 0, 'by Amitava Sen Kallol has done it again a very successful and thoroughly enjoyable Banga Sammelan and Kallol deserves our gratitude. We needed it a three days’ escape from humdrum of the life and for some of us from depressing economic uncertainty. Do not forget that this is a very difficult economic time in America never encountered since thirties. It is never far from our minds. To venture into such a huge undertaking at this difficult time takes courage and boldness Kallol accepted the challenge and succeeded under the very able leadership of Timir Hore Sudhir Nag and Soumen Roy. Thank you. In contrast with all other places around the country space and accommodations are at a premium in this New York metropolitan neighborhood holding a convention here is hugely costly proposition. Compared to other years the attendance was sparse. No surprise. Foresight and wisdom on the part of the organizers contained the event to a manageable and economically viable limit. Discipline and skill of management were noticeable even before the convention started. No e-mail was un-answered no inquiry was un-responded. The hotel check-in and the registration were uneventful and flawless. All it required was the presentation of a letter issued by Kallol in advance to the reception at hotel desk. Chaotic check-in lost registration has so far been the rule in most Banga Sammelans. Innovative ideas were noticeable in many other areas food service for example. Self-service was a new concept it eliminated the vendor’s inclination to spoon out skimpy amount with the intention of limiting supply saving money and leaving our stomach half full after paying full price. Morning program started late morning giving the attendees time to sleep off their late night adda exhaustion. Very considerate on the part of the organizers. Selection of overseas performers was well thought of. Who knew about Sahaj Ma Wasn’t she a breeze of fresh air She carried the day on her own. Her unique stage presence delightful personality penetrating music have never been experienced by many or most of us before. Aneek Dhar is an established singer we have heard before but here he made it like a one to one connection with individual listener. His subtle intimacy with the audience touched our heart. It speaks well of the judgment and cultural taste of the organizers to get artist like Bari Siddique. The emcee Biswanath Basu was a disappointment though. He sounded more like a court jester with his dull commentary and tasteless stale jokes. Usually Banga Sammelan authorities in different states invite a drama group from Calcutta they at times adopt out of touch scripts from ancient times fifties sixties or seventies or some times they choose relatively contemporary plays or shall I say riddles the main purpose of which is to leave the audience confused and befuddled. That is what in Bengalee parlance is called “intellectual” stuff. General idea is unless the group is imported from Calcutta Banga Sammelan crowd will not be attracted. The 2010 Banga Sammelan committee made a bold exception. They recognized that there was talents right here under our nose. More intelligent more entertaining more thought provoking plays are being produced locally. Our own Sudipta Bhawmik is one such talent. His production We Live in a Village was well accepted and appreciated by all who saw it and if I may add a much superior production to what I have seen in commercial stage of Calcutta. The movie section of the Sammelan was well organized under the leadership of Ajit Rakhit. The combination of movies and documentaries were selected thoughtfully. We had the opportunity to watch certain films which we would not normally come across during our trips to Calcutta. The screenings were nicely and systematically organized without a glitch. In most Banga Sammelan distinguished award comes dime a dozen. Kallol authorities decided to make it worth its name. They awarded it to one single rightly deserving person. The rest were recognition for their services to the communities through Kallol or their services to Kallol. This I think is the right model. To give this award the prestige and dignity that it deserves Cultural Association’s central administration may ponder over it in their award choices. In all the CAB award plaques the operative word was “demonstrated” achievement. In the list of the recipients from CAB there were not too many demonstrated talents. The list in part sounded like a mutual appreciation vehicle. It is possible that their list contained potential achievers but it is not the same as demonstrated. Whenever I attend a Banga Sammelan one person is never far from my thought the architect of Banga Sammelan and still the force behind it Prabir Roy. As a Bengalee I acknowledge the monumental task he has accomplished building up a stable and continuing institution which adds to the quality of life of the entire Bengali population of North America and has grown to be a part of their lives. On the financial side of the event living in the United States the richest country in the world and being a part of the most affluent Bengali Diaspora among all the other countries of the world it is quite anomalous that we have to depend on economic assistance from Calcutta. Besides this is not sustainable over long period of time. Response to vendors from Calcutta has been poor this time. Some of them complained loudly. I doubt many of them will keep coming back. Real estate demand from US residents of Bengali origin has peaked out. With gold at 1 100.00 it is hard to believe that jewelry sale is flourishing either. We have to pay our own way. Depending on the projected cost the registration fees can be raised and why not Many of us pay 200.00 for three hours A.R. Rahman concert. The slogan “Bengali culture in the world court” of this Sammelan has somewhat been tarnished by the highlight of the event Bollywood mega-music by Abhijeet. It is plausible that Bombay artists enhance the attendance. But do the authorities have a scientific study to prove that premise Indeed it will be quite in order for the Banga Sammelan authority to appoint a blue-ribbon committee to study survey and report on the basic ideas and values of the convention and its mechanics. A guideline can be laid out for the future meets as to why people come to meet old acquaintances How much weightage on Bollywood singer how much on Calcutta artist Do they come for a vacation with friends for fun and frolics How many attend literary seminars how many for business forums and how many for art and crafts. Or how many people have read the literary journal that every Banga Sammelan brings out at a considerable cost That will establish the cost effectiveness of each section. How far they are willing to travel and what amount they are willing to spend Choices of food Bengali food Mughlai food Chinese or American There are many other issues. It is a job for a professional to design the survey and ask the right questions. God speed to Banga Sammelan. Amitava Sen Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Banga Sammelan 2010: A Review and Some Views size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/502#bookmarkify http://nynjbengali.com/archives/502#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/502&amp;Title=Banga Sammelan 2010: A Review and Some Views http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/502 http://www.bloglines.com/sub/http://nynjbengali.com/archives/502 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/502 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Banga Sammelan 2010: A Review and Some Views&amp;bookmark_url=http://nynjbengali.com/archives/502 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/502 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://co.mments.com/track?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://del.icio.us/post?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.diigo.com/post?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/502 http://www.dzone.com/links/add.html?description=Banga Sammelan 2010: A Review and Some Views&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/502 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/502&amp;h=Banga Sammelan 2010: A Review and Some Views http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/502&amp;t=Banga Sammelan 2010: A Review and Some Views http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Banga Sammelan 2010: A Review and Some Views&amp;url=http://nynjbengali.com/archives/502 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/502&amp;t=Banga Sammelan 2010: A Review and Some Views http://www.folkd.com/submit/http://nynjbengali.com/archives/502 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/502&amp;t=Banga Sammelan 2010: A Review and Some Views http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.hugg.com/node/add/storylink?edit[title]=Banga Sammelan 2010: A Review and Some Views&amp;edit[url]=http://nynjbengali.com/archives/502 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/502 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/502 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/502 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/502&title=Banga Sammelan 2010: A Review and Some Views http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/502&amp;bm_description=Banga Sammelan 2010: A Review and Some Views http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/502 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/502&amp;t=Banga Sammelan 2010: A Review and Some Views http://myweb.yahoo.com/myweb/save?t=Banga Sammelan 2010: A Review and Some Views&amp;u=http://nynjbengali.com/archives/502 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/502 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/502&amp;t=Banga Sammelan 2010: A Review and Some Views http://www.plugim.com/submit?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/502&amp;T=Banga Sammelan 2010: A Review and Some Views http://reddit.com/submit?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/502 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/502 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/502 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://technorati.com/faves?add=http://nynjbengali.com/archives/502 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/502&amp;name=Banga Sammelan 2010: A Review and Some Views http://twitter.com/home/?status=Banga Sammelan 2010: A Review and Some Views+http://nynjbengali.com/archives/502 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/502 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/502&amp;t=Banga Sammelan 2010: A Review and Some Views http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Banga Sammelan 2010: A Review and Some Views&amp;uri=http://nynjbengali.com/archives/502 http://nynjbengali.com/archives/502 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/502&amp;Title=Banga Sammelan 2010: A Review and Some Views http://www.bloglines.com/sub/http://nynjbengali.com/archives/502 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/502 http://del.icio.us/post?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/502 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/502&title=Banga Sammelan 2010: A Review and Some Views http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/502&amp;bm_description=Banga Sammelan 2010: A Review and Some Views http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/502 http://reddit.com/submit?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://technorati.com/faves?add=http://nynjbengali.com/archives/502 http://twitter.com/home/?status=Banga Sammelan 2010: A Review and Some Views+http://nynjbengali.com/archives/502 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/502&amp;title=Banga Sammelan 2010: A Review and Some Views http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/502&amp;t=Banga Sammelan 2010: A Review and Some Views http://www.feedburner.com/fb/a/emailFlare?itemTitle=Banga Sammelan 2010: A Review and Some Views&amp;uri=http://nynjbengali.com/archives/502&amp;loc=en_US http://nynjbengali.com/archives/502#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Banga Sammelan 2010: A Review and Some Views Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(485, 0, 'Mark your calendars for ECTA’s latest productions to be staged on June 12 and June 13 2010 at Edison Valley Playhouse Edison NJ. Each evening you’ll see two plays of different flavors. “Musical Chair” - a short play by Sudipta Bhawmik Directed by Keka Sirkar “Five women of different ages and social backgrounds get into a game of Musical chair. They circle around the chairs with the sole objective of winning their prize seats at any cost. But when the music stops one has to lose and leave the game. But the game keeps going on and on…..” “Ekti Gnaye Thaki” Written and directed by Sudipta Bhawmik The play tells the story about the eternal bond between a brother and sister that bridges all kinds of divisions distances and conflicts. The play highlights the fact that we all can live together in universal love and brotherhood irrespective of the differences between us if we so desire. The name of the play is borrowed from the poem “Ek Ganye” by Rabindranath Tagore and was made famous by Sombhu Mitra and Tripti Mitra in Bidhayak Bhattacharya’s well known radio play “Tahar Naamti Ranjana”. As you know Edison Valley Playhouse has limited seating. So please book your tickets in advance. Tickets are 20.00 for two plays and as always members get a 20 discount. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  ECTA Presents Two Plays size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/485#bookmarkify http://nynjbengali.com/archives/485#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/485&amp;Title=ECTA Presents Two Plays http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/485 http://www.bloglines.com/sub/http://nynjbengali.com/archives/485 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/485 http://www.buddymarks.com/add_bookmark.php?bookmark_title=ECTA Presents Two Plays&amp;bookmark_url=http://nynjbengali.com/archives/485 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/485 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://co.mments.com/track?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://del.icio.us/post?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.diigo.com/post?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/485 http://www.dzone.com/links/add.html?description=ECTA Presents Two Plays&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/485 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/485&amp;h=ECTA Presents Two Plays http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/485&amp;t=ECTA Presents Two Plays http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=ECTA Presents Two Plays&amp;url=http://nynjbengali.com/archives/485 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/485&amp;t=ECTA Presents Two Plays http://www.folkd.com/submit/http://nynjbengali.com/archives/485 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/485&amp;t=ECTA Presents Two Plays http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.hugg.com/node/add/storylink?edit[title]=ECTA Presents Two Plays&amp;edit[url]=http://nynjbengali.com/archives/485 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/485 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/485 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/485 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/485&title=ECTA Presents Two Plays http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/485&amp;bm_description=ECTA Presents Two Plays http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/485 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/485&amp;t=ECTA Presents Two Plays http://myweb.yahoo.com/myweb/save?t=ECTA Presents Two Plays&amp;u=http://nynjbengali.com/archives/485 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/485 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/485&amp;t=ECTA Presents Two Plays http://www.plugim.com/submit?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/485&amp;T=ECTA Presents Two Plays http://reddit.com/submit?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/485 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/485 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/485 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://technorati.com/faves?add=http://nynjbengali.com/archives/485 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/485&amp;name=ECTA Presents Two Plays http://twitter.com/home/?status=ECTA Presents Two Plays+http://nynjbengali.com/archives/485 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/485 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/485&amp;t=ECTA Presents Two Plays http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=ECTA Presents Two Plays&amp;uri=http://nynjbengali.com/archives/485 http://nynjbengali.com/archives/485 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/485&amp;Title=ECTA Presents Two Plays http://www.bloglines.com/sub/http://nynjbengali.com/archives/485 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/485 http://del.icio.us/post?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/485 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/485&title=ECTA Presents Two Plays http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/485&amp;bm_description=ECTA Presents Two Plays http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/485 http://reddit.com/submit?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://technorati.com/faves?add=http://nynjbengali.com/archives/485 http://twitter.com/home/?status=ECTA Presents Two Plays+http://nynjbengali.com/archives/485 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/485&amp;title=ECTA Presents Two Plays http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/485&amp;t=ECTA Presents Two Plays http://www.feedburner.com/fb/a/emailFlare?itemTitle=ECTA Presents Two Plays&amp;uri=http://nynjbengali.com/archives/485&amp;loc=en_US http://nynjbengali.com/archives/485#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'ECTA Presents Two Plays Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(486, 0, 'I wrote the play “Musical Chair” couple of years ago for a local magazine. That time I had no intention of staging the play rather it was written more as a piece to be read rather than acted. The theatrical format did consider the staging related logistics but the play demanded a lot from the actors and the director. Keka Sircar took up the challenge and we decided to stage the play along with “Ekti Gnaye Thaki”.  A women director can bring to a play a perspective that is unique and for a play like “Musical Chair” it is almost essential.  Since all the speaking characters in this play are women   the actors too can present the material in a form that we are not accustomed to in a male dominated stage. The way the play gets interpreted and presented by the women actors can never be achieved from a male perspective. Jayeeta Ganguly performs one of the key role in this play and this is what she had to say about the play. “Musical Chair” intricately weaves the lives of five women who are in the game for winning something more than the prize. Life has dished out a fair slice of unfairness to each one of them and today they are prepared to get even with it. They are all very different- different when it comes to their age and their social economic and intellectual stature however one thing is common to all five- their battle with insecurities. So be it a gnawing fear of fading youth and degeneration or the constant throttling of spririt by an overbearing husband or the disloyalty and rejection by a fickle partner they are all victims of circumstances beyond their control. And this despair and dejection lashes out in a passion to win the “chair”. The “chair” ofcourse means different things to each of them. While one sees in it the path to beat the young and to takeover the other sees in it a medium to regain her lost self-esteem. Two of them even see the chair as their object of desire as an answer to their power-struggle over one man. But the best part is that the picture of all these struggles and battles is painted hilariously and that the characters are extremely real. One can identify a Konkona Malini or a Suchismita in every social group. Coming back to the game and the chair round and round the characters walk eyeing the chair closely and waiting for the music to stop. The chair is ruthless just like Life. Only the fittest person will survive… In the coming weeks I wish to bring to you some more view points from the actors and the director. I am waiting eagerly to see the play during its staging at the Edison Valley Playhouse on the 12th and 13th of June. I hope you are waiting too. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Musical Chair : An Actor’s Perspective size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://ectainc.org http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/486#bookmarkify http://nynjbengali.com/archives/486#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/486&amp;Title=Musical Chair : An Actor&#8217;s Perspective http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/486 http://www.bloglines.com/sub/http://nynjbengali.com/archives/486 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/486 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Musical Chair : An Actor&#8217;s Perspective&amp;bookmark_url=http://nynjbengali.com/archives/486 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/486 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://co.mments.com/track?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://del.icio.us/post?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.diigo.com/post?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/486 http://www.dzone.com/links/add.html?description=Musical Chair : An Actor&#8217;s Perspective&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/486 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/486&amp;h=Musical Chair : An Actor&#8217;s Perspective http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/486&amp;t=Musical Chair : An Actor&#8217;s Perspective http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Musical Chair : An Actor&#8217;s Perspective&amp;url=http://nynjbengali.com/archives/486 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/486&amp;t=Musical Chair : An Actor&#8217;s Perspective http://www.folkd.com/submit/http://nynjbengali.com/archives/486 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/486&amp;t=Musical Chair : An Actor&#8217;s Perspective http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.hugg.com/node/add/storylink?edit[title]=Musical Chair : An Actor&#8217;s Perspective&amp;edit[url]=http://nynjbengali.com/archives/486 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/486 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/486 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/486 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/486&title=Musical Chair : An Actor&#8217;s Perspective http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/486&amp;bm_description=Musical Chair : An Actor&#8217;s Perspective http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/486 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/486&amp;t=Musical Chair : An Actor&#8217;s Perspective http://myweb.yahoo.com/myweb/save?t=Musical Chair : An Actor&#8217;s Perspective&amp;u=http://nynjbengali.com/archives/486 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/486 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/486&amp;t=Musical Chair : An Actor&#8217;s Perspective http://www.plugim.com/submit?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/486&amp;T=Musical Chair : An Actor&#8217;s Perspective http://reddit.com/submit?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/486 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/486 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/486 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://technorati.com/faves?add=http://nynjbengali.com/archives/486 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/486&amp;name=Musical Chair : An Actor&#8217;s Perspective http://twitter.com/home/?status=Musical Chair : An Actor&#8217;s Perspective+http://nynjbengali.com/archives/486 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/486 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/486&amp;t=Musical Chair : An Actor&#8217;s Perspective http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Musical Chair : An Actor&#8217;s Perspective&amp;uri=http://nynjbengali.com/archives/486 http://nynjbengali.com/archives/486 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/486&amp;Title=Musical Chair : An Actor&#8217;s Perspective http://www.bloglines.com/sub/http://nynjbengali.com/archives/486 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/486 http://del.icio.us/post?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/486 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/486&title=Musical Chair : An Actor&#8217;s Perspective http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/486&amp;bm_description=Musical Chair : An Actor&#8217;s Perspective http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/486 http://reddit.com/submit?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://technorati.com/faves?add=http://nynjbengali.com/archives/486 http://twitter.com/home/?status=Musical Chair : An Actor&#8217;s Perspective+http://nynjbengali.com/archives/486 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/486&amp;title=Musical Chair : An Actor&#8217;s Perspective http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/486&amp;t=Musical Chair : An Actor&#8217;s Perspective http://www.feedburner.com/fb/a/emailFlare?itemTitle=Musical Chair : An Actor&#8217;s Perspective&amp;uri=http://nynjbengali.com/archives/486&amp;loc=en_US http://nynjbengali.com/archives/486#bookmarkify Musical Chair [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Musical Chair : An Actor’s Perspective Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(490, 0, 'Simanti Dasgupta Many of us will intuitively link the title of the play to Rabindranath Tagore’s well know poem “Ek Gnaye” and correctly so. Sambhu Mitra and Tripti Mitra particularly immortalized the poem in their rendition of it in Bidhayak Bhattacharya’s celebrated radio play “Tahar Naamti Ranjana”. “Ekti Gnaye Thaki” written and directed by Sudipta Bhawmik is the story of a sister Ranjana and her brother Rajat reuniting after fourteen years. Rajat immigrates to the US with his family after Ranjana sponsors their green cards. The reunion is marked by its usual excitement followed by nostalgia for their “gnya” they left both behind. Rajat becomes a critical link for Ranjana to relive her past while Ranjana helps him come to terms with his decision to abandon his familiar world in Gobindapur. Ranjana is also ill and Rajat’s presence offers a long-awaited emollient. As the brother and the sister often slip into the past the rest of the characters are excited at the prospects of their future in the US especially Rajat’s son Rajib. Life gradually settles down and a quotidian harmony evolves. Yet from the beginning the script occasionally and quite subliminally alludes to an underlying subplot that threatens the apparent calm between the two families. Eventually through a set of related incidents the undisclosed piece- a rather disconcerting one- is revealed. The disclosure as one would expect tears the growing assurance of the families’ suburban life. It also and more importantly sets in motion a drift into the past that interrogates those relationships that were deemed normal. Though this interrogation fractures a happy picture however it is through this fracture we are invited to revisit something more important: the attachment between human beings. The play above all irrespective of its specificities of time and place is a commentary on what it means to be a human being in relation to those we hold dear in our lives. Sudipta Bhawmik an auteurist playwright and director has long dealt with issues that inflect our condition of parabaas in several modes. Like his other plays this play too explores life our lives in this country as a muddle of time that simply refuses to leave the past behind even when we have crossed thousands of miles. Most of us who live in the US two continents and two oceans away from India journey back and forth between the two counties. However the journey is not necessarily always physical or has to be so. Rather it is more often than not in our imagination as we brew the morning cup of tea or have machher jhol for dinner or pine for a phuchkawala while returning from work. Whether one has a temporary visa a green card or even citizenship in the US the journey never ceases. It is a drift: a going away to gather new things but also treasuring what we had when we first began. In fact the drift constitutes our parabaas . It is never complete. We inhabit this drift as a continual negotiation but we seldom reach a resolution especially in the realm of values since we in effect reference two cultural systems. However there comes a time when like all drifts we too pause to assess what we gathered over time. “Ekti Gnaye Thaki” is one such pause one which we may not have all experienced but will nonetheless recognize. It is a pause that makes us realize that apparent differences and distances that seem insurmountable are in fact not so and neither should they be. As the script reveals the refusal to let differences alone inform our values makes our parabaas more humane. It is possibly in this refusal that we reinvent ourselves as human beings who cannot be limited territorially through our passports and green cards. The title of this play is a wonderful reminder that in belonging to the heritage of Tagore in the end we belong to “Ek Gnaye” somewhere which like his philosophy folds in the universe even in its contradictions. The play will be staged on June 12 and 13 2010 at the Edison Valley Playhouse 2196 Oak Tree Road Edison NJ. Visit http://ectainc.org for details. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  “Ekti Gnaye Thaki” : A Preview size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/05/ektignaye-norm.jpg http://ectainc.org http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/490#bookmarkify http://nynjbengali.com/archives/490#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/490&amp;Title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/490 http://www.bloglines.com/sub/http://nynjbengali.com/archives/490 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/490 http://www.buddymarks.com/add_bookmark.php?bookmark_title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview&amp;bookmark_url=http://nynjbengali.com/archives/490 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/490 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://co.mments.com/track?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://del.icio.us/post?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.diigo.com/post?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/490 http://www.dzone.com/links/add.html?description=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/490 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/490&amp;h=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/490&amp;t=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview&amp;url=http://nynjbengali.com/archives/490 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/490&amp;t=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.folkd.com/submit/http://nynjbengali.com/archives/490 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/490&amp;t=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.hugg.com/node/add/storylink?edit[title]=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview&amp;edit[url]=http://nynjbengali.com/archives/490 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/490 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/490 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/490 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/490&title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/490&amp;bm_description=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/490 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/490&amp;t=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://myweb.yahoo.com/myweb/save?t=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview&amp;u=http://nynjbengali.com/archives/490 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/490 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/490&amp;t=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.plugim.com/submit?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/490&amp;T=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://reddit.com/submit?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/490 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/490 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/490 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://technorati.com/faves?add=http://nynjbengali.com/archives/490 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/490&amp;name=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://twitter.com/home/?status=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview+http://nynjbengali.com/archives/490 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/490 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/490&amp;t=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview&amp;uri=http://nynjbengali.com/archives/490 http://nynjbengali.com/archives/490 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/490&amp;Title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.bloglines.com/sub/http://nynjbengali.com/archives/490 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/490 http://del.icio.us/post?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/490 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/490&title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/490&amp;bm_description=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/490 http://reddit.com/submit?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://technorati.com/faves?add=http://nynjbengali.com/archives/490 http://twitter.com/home/?status=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview+http://nynjbengali.com/archives/490 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/490&amp;title=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/490&amp;t=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview http://www.feedburner.com/fb/a/emailFlare?itemTitle=&ldquo;Ekti Gnaye Thaki&rdquo; : A Preview&amp;uri=http://nynjbengali.com/archives/490&amp;loc=en_US http://nynjbengali.com/archives/490#bookmarkify ektignaye_norm [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] ektignaye_norm Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', '“Ekti Gnaye Thaki” : A Preview Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(491, 0, 'Harrice Miller Entertainment Presents A Hindustani Classical Jugalbandi Featuring Vocalist Mitali Banerjee Bhawmik and Flutist Steve Gorn Performing together for the first time. Tabla accompaniment by Dibyarka Chatterjee Sunday June 6 2010 7.00pm Nadia Jinnah Gallery 500 West 52nd Street at 10th Avenue New York NY 10019 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Hindustani Vocal and Bansuri Jugalbandi size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/491#bookmarkify http://nynjbengali.com/archives/491#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/491&amp;Title=Hindustani Vocal and Bansuri Jugalbandi http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/491 http://www.bloglines.com/sub/http://nynjbengali.com/archives/491 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/491 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Hindustani Vocal and Bansuri Jugalbandi&amp;bookmark_url=http://nynjbengali.com/archives/491 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/491 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://co.mments.com/track?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://del.icio.us/post?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.diigo.com/post?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/491 http://www.dzone.com/links/add.html?description=Hindustani Vocal and Bansuri Jugalbandi&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/491 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/491&amp;h=Hindustani Vocal and Bansuri Jugalbandi http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/491&amp;t=Hindustani Vocal and Bansuri Jugalbandi http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Hindustani Vocal and Bansuri Jugalbandi&amp;url=http://nynjbengali.com/archives/491 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/491&amp;t=Hindustani Vocal and Bansuri Jugalbandi http://www.folkd.com/submit/http://nynjbengali.com/archives/491 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/491&amp;t=Hindustani Vocal and Bansuri Jugalbandi http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.hugg.com/node/add/storylink?edit[title]=Hindustani Vocal and Bansuri Jugalbandi&amp;edit[url]=http://nynjbengali.com/archives/491 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/491 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/491 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/491 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/491&title=Hindustani Vocal and Bansuri Jugalbandi http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/491&amp;bm_description=Hindustani Vocal and Bansuri Jugalbandi http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/491 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/491&amp;t=Hindustani Vocal and Bansuri Jugalbandi http://myweb.yahoo.com/myweb/save?t=Hindustani Vocal and Bansuri Jugalbandi&amp;u=http://nynjbengali.com/archives/491 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/491 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/491&amp;t=Hindustani Vocal and Bansuri Jugalbandi http://www.plugim.com/submit?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/491&amp;T=Hindustani Vocal and Bansuri Jugalbandi http://reddit.com/submit?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/491 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/491 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/491 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://technorati.com/faves?add=http://nynjbengali.com/archives/491 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/491&amp;name=Hindustani Vocal and Bansuri Jugalbandi http://twitter.com/home/?status=Hindustani Vocal and Bansuri Jugalbandi+http://nynjbengali.com/archives/491 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/491 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/491&amp;t=Hindustani Vocal and Bansuri Jugalbandi http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Hindustani Vocal and Bansuri Jugalbandi&amp;uri=http://nynjbengali.com/archives/491 http://nynjbengali.com/archives/491 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/491&amp;Title=Hindustani Vocal and Bansuri Jugalbandi http://www.bloglines.com/sub/http://nynjbengali.com/archives/491 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/491 http://del.icio.us/post?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/491 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/491&title=Hindustani Vocal and Bansuri Jugalbandi http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/491&amp;bm_description=Hindustani Vocal and Bansuri Jugalbandi http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/491 http://reddit.com/submit?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://technorati.com/faves?add=http://nynjbengali.com/archives/491 http://twitter.com/home/?status=Hindustani Vocal and Bansuri Jugalbandi+http://nynjbengali.com/archives/491 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/491&amp;title=Hindustani Vocal and Bansuri Jugalbandi http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/491&amp;t=Hindustani Vocal and Bansuri Jugalbandi http://www.feedburner.com/fb/a/emailFlare?itemTitle=Hindustani Vocal and Bansuri Jugalbandi&amp;uri=http://nynjbengali.com/archives/491&amp;loc=en_US http://nynjbengali.com/archives/491#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Hindustani Vocal and Bansuri Jugalbandi Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(492, 0, 'Music and NABC go hand in hand together. Most of the events that happen at any NABC are related to music and NABC 2010 is no exception either. A slew of musicians like Abhijeet Monomoy Anik Anwesha Indrani Sen Sahaj Ma Utpal Fakir and many others will be performing at the 2010 NABC at the Atlantic City Convention center. Each performer will enchant the audiences with their solo performances on the grand stages of the convention center. However this year the host organization Kallol of New Jersey is planning something special with these popular and talented musicians. Named as “Surer Ei Jhar Jhar Jharna” this program will bring on stage all the musicians together to perform some of the most popular songs over the last fifty years of Bengali music. Starting with the haunting melodies of the sixties to the band music of the contemporary Bengali youth the program will take its audience through an audio-visual journey that has never been experienced before. Planned and designed by Pinaki Datta the program for the first time opens the choice of songs to the music loving Bengalis of the World by offering them an option to vote for their favorite tune through the internet. Visit the NABC 2010 website at  http://www.nabc2010.org/anurodher-ashor.html and vote for your favorite song. The musicians will perform those which gets the highest vote. And if the song you vote becomes the most popular choice you may even win a prize. The performers will include Indrani Sen Monomoy Anik Dhar Anwesha Sahaj Ma Utpal Phakir and Nirmalya. This program will undoubtedly be one of the most popular attractions at the NABC 2010. The songs on the list are: 2001- 2010 1991- 2000 1981- 1990 1971- 1980 1961- 1970 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NABC 2010: A Novel Musical Program size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.nabc2010.org/anurodher-ashor.html http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/492#bookmarkify http://nynjbengali.com/archives/492#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/492&amp;Title=NABC 2010: A Novel Musical Program http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/492 http://www.bloglines.com/sub/http://nynjbengali.com/archives/492 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/492 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NABC 2010: A Novel Musical Program&amp;bookmark_url=http://nynjbengali.com/archives/492 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/492 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://co.mments.com/track?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://del.icio.us/post?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.diigo.com/post?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/492 http://www.dzone.com/links/add.html?description=NABC 2010: A Novel Musical Program&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/492 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/492&amp;h=NABC 2010: A Novel Musical Program http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/492&amp;t=NABC 2010: A Novel Musical Program http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NABC 2010: A Novel Musical Program&amp;url=http://nynjbengali.com/archives/492 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/492&amp;t=NABC 2010: A Novel Musical Program http://www.folkd.com/submit/http://nynjbengali.com/archives/492 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/492&amp;t=NABC 2010: A Novel Musical Program http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.hugg.com/node/add/storylink?edit[title]=NABC 2010: A Novel Musical Program&amp;edit[url]=http://nynjbengali.com/archives/492 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/492 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/492 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/492 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/492&title=NABC 2010: A Novel Musical Program http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/492&amp;bm_description=NABC 2010: A Novel Musical Program http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/492 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/492&amp;t=NABC 2010: A Novel Musical Program http://myweb.yahoo.com/myweb/save?t=NABC 2010: A Novel Musical Program&amp;u=http://nynjbengali.com/archives/492 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/492 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/492&amp;t=NABC 2010: A Novel Musical Program http://www.plugim.com/submit?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/492&amp;T=NABC 2010: A Novel Musical Program http://reddit.com/submit?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/492 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/492 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/492 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://technorati.com/faves?add=http://nynjbengali.com/archives/492 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/492&amp;name=NABC 2010: A Novel Musical Program http://twitter.com/home/?status=NABC 2010: A Novel Musical Program+http://nynjbengali.com/archives/492 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/492 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/492&amp;t=NABC 2010: A Novel Musical Program http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NABC 2010: A Novel Musical Program&amp;uri=http://nynjbengali.com/archives/492 http://nynjbengali.com/archives/492 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/492&amp;Title=NABC 2010: A Novel Musical Program http://www.bloglines.com/sub/http://nynjbengali.com/archives/492 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/492 http://del.icio.us/post?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/492 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/492&title=NABC 2010: A Novel Musical Program http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/492&amp;bm_description=NABC 2010: A Novel Musical Program http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/492 http://reddit.com/submit?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://technorati.com/faves?add=http://nynjbengali.com/archives/492 http://twitter.com/home/?status=NABC 2010: A Novel Musical Program+http://nynjbengali.com/archives/492 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/492&amp;title=NABC 2010: A Novel Musical Program http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/492&amp;t=NABC 2010: A Novel Musical Program http://www.feedburner.com/fb/a/emailFlare?itemTitle=NABC 2010: A Novel Musical Program&amp;uri=http://nynjbengali.com/archives/492&amp;loc=en_US http://nynjbengali.com/archives/492#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NABC 2010: A Novel Musical Program Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture'),
(494, 0, 'Since 1989 I have been involved with Bangla Theater in USA. Over the years I have worked with several groups several associations and have been involved with several theater productions. My theater journey in this country started with the theater group Sansaptak with their production “Sabda Moho Bandhane”. The play was directed by Sakti Sengupta.  Being involved with theater since my childhood I was a bit skeptic about the theater scenario in USA when I first arrived in this country.  But my first experience was not only a pleasant surprise but an extremely enjoyable one.  All the stereo typical notions of expatriate Bengali theater were shattered with that production.  Sakti-da took us through a complete production development process of a new play. The script was developed based on Shirshendu Mukherjee’s short stories Sunil Ganguly and Sakti Chattopadhyay’s poems.  It was not a simple narrative but rather a complex collage of character’s their relationships their dreams and disillusionment. The play was not an easy one and we had to struggle to develop the characters. Sakti-da worked hard with us tried to help us understand the characters and their motivations. Since the play was continuously evolving the characters too were evolving and that made the task more difficult.  The show was well appreciated by the audience but for many it was quite tough nut to crack.   The play was staged at the Parish Player’s theater in Plainfield and we staged three shows. The cast included Dhriti Bagchi Omkar Goswami Kasturi Dasgupta Sadhan Mondol Soumendu Bhattacharya and myself. Unfortunately after this play Sakti Sengupta stopped doing Bengali plays for a while and his theater group Sansaptak became kind of defunct. Many of the cast members are still involved with theater. Omkar Goswami went back to India. Sakti-da came back to Bengali theater after many years but unfortunately I did not have the pleasure of working with him again.  I hope someday we’ll be able to collaborate on a new play together. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Bengali Theater in North America : My First Experience size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/494#bookmarkify http://nynjbengali.com/archives/494#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/494&amp;Title=Bengali Theater in North America : My First Experience http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/494 http://www.bloglines.com/sub/http://nynjbengali.com/archives/494 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/494 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Bengali Theater in North America : My First Experience&amp;bookmark_url=http://nynjbengali.com/archives/494 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/494 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://co.mments.com/track?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://del.icio.us/post?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.diigo.com/post?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/494 http://www.dzone.com/links/add.html?description=Bengali Theater in North America : My First Experience&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/494 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/494&amp;h=Bengali Theater in North America : My First Experience http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/494&amp;t=Bengali Theater in North America : My First Experience http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Bengali Theater in North America : My First Experience&amp;url=http://nynjbengali.com/archives/494 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/494&amp;t=Bengali Theater in North America : My First Experience http://www.folkd.com/submit/http://nynjbengali.com/archives/494 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/494&amp;t=Bengali Theater in North America : My First Experience http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.hugg.com/node/add/storylink?edit[title]=Bengali Theater in North America : My First Experience&amp;edit[url]=http://nynjbengali.com/archives/494 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/494 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/494 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/494 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/494&title=Bengali Theater in North America : My First Experience http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/494&amp;bm_description=Bengali Theater in North America : My First Experience http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/494 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/494&amp;t=Bengali Theater in North America : My First Experience http://myweb.yahoo.com/myweb/save?t=Bengali Theater in North America : My First Experience&amp;u=http://nynjbengali.com/archives/494 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/494 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/494&amp;t=Bengali Theater in North America : My First Experience http://www.plugim.com/submit?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/494&amp;T=Bengali Theater in North America : My First Experience http://reddit.com/submit?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/494 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/494 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/494 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://technorati.com/faves?add=http://nynjbengali.com/archives/494 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/494&amp;name=Bengali Theater in North America : My First Experience http://twitter.com/home/?status=Bengali Theater in North America : My First Experience+http://nynjbengali.com/archives/494 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/494 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/494&amp;t=Bengali Theater in North America : My First Experience http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Bengali Theater in North America : My First Experience&amp;uri=http://nynjbengali.com/archives/494 http://nynjbengali.com/archives/494 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/494&amp;Title=Bengali Theater in North America : My First Experience http://www.bloglines.com/sub/http://nynjbengali.com/archives/494 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/494 http://del.icio.us/post?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/494 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/494&title=Bengali Theater in North America : My First Experience http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/494&amp;bm_description=Bengali Theater in North America : My First Experience http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/494 http://reddit.com/submit?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://technorati.com/faves?add=http://nynjbengali.com/archives/494 http://twitter.com/home/?status=Bengali Theater in North America : My First Experience+http://nynjbengali.com/archives/494 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/494&amp;title=Bengali Theater in North America : My First Experience http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/494&amp;t=Bengali Theater in North America : My First Experience http://www.feedburner.com/fb/a/emailFlare?itemTitle=Bengali Theater in North America : My First Experience&amp;uri=http://nynjbengali.com/archives/494&amp;loc=en_US http://nynjbengali.com/archives/494#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Bengali Theater in North America : My First Experience Arts-Culture http://nynjbengali.com/archives/category/arts-culture View all posts in Arts-Culture');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(493, 0, 'Raag - Rang presents an afternoon of Hindustani Classical vocal music by Ustad Mashkoor Ali Khan. Shree Dibyarka Chatterjee will accompany him on tabla and Shree Madhu Vora will accompany him on Harmonium. Concert will start with a short vocal rendition by Smt Anindita Sikidar Venue: Balaji Temple Bridgewater. Donation : 15.00 for non-members 12.00 for members. 10.00 for the kids non-member 7.00 for members. RSVP will be appreciated. Contact details: 908 -429-1120 609 -890-4890 908 -707-8582. Or email at bhawmikm@gmail.com mayuresh.khare@gmail.com devang42@yahoo.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Raag-Rang Presents Ustad Mashkoor Ali Khan size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:bhawmikm@gmail.com mailto:mayuresh.khare@gmail.com mailto:devang42@yahoo.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/493#bookmarkify http://nynjbengali.com/archives/493#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/493&amp;Title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/493 http://www.bloglines.com/sub/http://nynjbengali.com/archives/493 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/493 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Raag-Rang Presents Ustad Mashkoor Ali Khan&amp;bookmark_url=http://nynjbengali.com/archives/493 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/493 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://co.mments.com/track?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://del.icio.us/post?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.diigo.com/post?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/493 http://www.dzone.com/links/add.html?description=Raag-Rang Presents Ustad Mashkoor Ali Khan&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/493 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/493&amp;h=Raag-Rang Presents Ustad Mashkoor Ali Khan http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/493&amp;t=Raag-Rang Presents Ustad Mashkoor Ali Khan http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Raag-Rang Presents Ustad Mashkoor Ali Khan&amp;url=http://nynjbengali.com/archives/493 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/493&amp;t=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.folkd.com/submit/http://nynjbengali.com/archives/493 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/493&amp;t=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.hugg.com/node/add/storylink?edit[title]=Raag-Rang Presents Ustad Mashkoor Ali Khan&amp;edit[url]=http://nynjbengali.com/archives/493 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/493 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/493 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/493 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/493&title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/493&amp;bm_description=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/493 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/493&amp;t=Raag-Rang Presents Ustad Mashkoor Ali Khan http://myweb.yahoo.com/myweb/save?t=Raag-Rang Presents Ustad Mashkoor Ali Khan&amp;u=http://nynjbengali.com/archives/493 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/493 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/493&amp;t=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.plugim.com/submit?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/493&amp;T=Raag-Rang Presents Ustad Mashkoor Ali Khan http://reddit.com/submit?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/493 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/493 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/493 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://technorati.com/faves?add=http://nynjbengali.com/archives/493 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/493&amp;name=Raag-Rang Presents Ustad Mashkoor Ali Khan http://twitter.com/home/?status=Raag-Rang Presents Ustad Mashkoor Ali Khan+http://nynjbengali.com/archives/493 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/493 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/493&amp;t=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Raag-Rang Presents Ustad Mashkoor Ali Khan&amp;uri=http://nynjbengali.com/archives/493 http://nynjbengali.com/archives/493 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/493&amp;Title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.bloglines.com/sub/http://nynjbengali.com/archives/493 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/493 http://del.icio.us/post?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/493 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/493&title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/493&amp;bm_description=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/493 http://reddit.com/submit?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://technorati.com/faves?add=http://nynjbengali.com/archives/493 http://twitter.com/home/?status=Raag-Rang Presents Ustad Mashkoor Ali Khan+http://nynjbengali.com/archives/493 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/493&amp;title=Raag-Rang Presents Ustad Mashkoor Ali Khan http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/493&amp;t=Raag-Rang Presents Ustad Mashkoor Ali Khan http://www.feedburner.com/fb/a/emailFlare?itemTitle=Raag-Rang Presents Ustad Mashkoor Ali Khan&amp;uri=http://nynjbengali.com/archives/493&amp;loc=en_US http://nynjbengali.com/archives/493#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Raag-Rang Presents Ustad Mashkoor Ali Khan Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(495, 0, 'Saturday July 10 6.00pm at Banga Mancha Hall A Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NABC 2010: Ekti Gnaye Thaki Promo Video size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/495#bookmarkify http://nynjbengali.com/archives/495#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/495&amp;Title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/495 http://www.bloglines.com/sub/http://nynjbengali.com/archives/495 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/495 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NABC 2010: Ekti Gnaye Thaki Promo Video&amp;bookmark_url=http://nynjbengali.com/archives/495 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/495 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://co.mments.com/track?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://del.icio.us/post?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.diigo.com/post?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/495 http://www.dzone.com/links/add.html?description=NABC 2010: Ekti Gnaye Thaki Promo Video&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/495 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/495&amp;h=NABC 2010: Ekti Gnaye Thaki Promo Video http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/495&amp;t=NABC 2010: Ekti Gnaye Thaki Promo Video http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NABC 2010: Ekti Gnaye Thaki Promo Video&amp;url=http://nynjbengali.com/archives/495 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/495&amp;t=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.folkd.com/submit/http://nynjbengali.com/archives/495 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/495&amp;t=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.hugg.com/node/add/storylink?edit[title]=NABC 2010: Ekti Gnaye Thaki Promo Video&amp;edit[url]=http://nynjbengali.com/archives/495 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/495 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/495 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/495 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/495&title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/495&amp;bm_description=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/495 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/495&amp;t=NABC 2010: Ekti Gnaye Thaki Promo Video http://myweb.yahoo.com/myweb/save?t=NABC 2010: Ekti Gnaye Thaki Promo Video&amp;u=http://nynjbengali.com/archives/495 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/495 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/495&amp;t=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.plugim.com/submit?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/495&amp;T=NABC 2010: Ekti Gnaye Thaki Promo Video http://reddit.com/submit?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/495 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/495 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/495 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://technorati.com/faves?add=http://nynjbengali.com/archives/495 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/495&amp;name=NABC 2010: Ekti Gnaye Thaki Promo Video http://twitter.com/home/?status=NABC 2010: Ekti Gnaye Thaki Promo Video+http://nynjbengali.com/archives/495 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/495 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/495&amp;t=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NABC 2010: Ekti Gnaye Thaki Promo Video&amp;uri=http://nynjbengali.com/archives/495 http://nynjbengali.com/archives/495 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/495&amp;Title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.bloglines.com/sub/http://nynjbengali.com/archives/495 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/495 http://del.icio.us/post?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/495 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/495&title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/495&amp;bm_description=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/495 http://reddit.com/submit?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://technorati.com/faves?add=http://nynjbengali.com/archives/495 http://twitter.com/home/?status=NABC 2010: Ekti Gnaye Thaki Promo Video+http://nynjbengali.com/archives/495 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/495&amp;title=NABC 2010: Ekti Gnaye Thaki Promo Video http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/495&amp;t=NABC 2010: Ekti Gnaye Thaki Promo Video http://www.feedburner.com/fb/a/emailFlare?itemTitle=NABC 2010: Ekti Gnaye Thaki Promo Video&amp;uri=http://nynjbengali.com/archives/495&amp;loc=en_US http://nynjbengali.com/archives/495#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NABC 2010: Ekti Gnaye Thaki Promo Video Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(496, 0, 'Databazar Media Ventures presents a special screening of “The Japanese Wife” A Film by Aparna Sen Big Cinemas Movie City 8 1655 Oak Tree Road Edison NJ 08820 July 3 2010 4.00pm Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  The Japanese Wife size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/496#bookmarkify http://nynjbengali.com/archives/496#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/496&amp;Title=The Japanese Wife http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/496 http://www.bloglines.com/sub/http://nynjbengali.com/archives/496 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/496 http://www.buddymarks.com/add_bookmark.php?bookmark_title=The Japanese Wife&amp;bookmark_url=http://nynjbengali.com/archives/496 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/496 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://co.mments.com/track?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://del.icio.us/post?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.diigo.com/post?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/496 http://www.dzone.com/links/add.html?description=The Japanese Wife&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/496 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/496&amp;h=The Japanese Wife http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/496&amp;t=The Japanese Wife http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=The Japanese Wife&amp;url=http://nynjbengali.com/archives/496 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/496&amp;t=The Japanese Wife http://www.folkd.com/submit/http://nynjbengali.com/archives/496 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/496&amp;t=The Japanese Wife http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.hugg.com/node/add/storylink?edit[title]=The Japanese Wife&amp;edit[url]=http://nynjbengali.com/archives/496 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/496 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/496 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/496 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/496&title=The Japanese Wife http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/496&amp;bm_description=The Japanese Wife http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/496 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/496&amp;t=The Japanese Wife http://myweb.yahoo.com/myweb/save?t=The Japanese Wife&amp;u=http://nynjbengali.com/archives/496 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/496 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/496&amp;t=The Japanese Wife http://www.plugim.com/submit?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/496&amp;T=The Japanese Wife http://reddit.com/submit?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/496 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/496 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/496 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://technorati.com/faves?add=http://nynjbengali.com/archives/496 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/496&amp;name=The Japanese Wife http://twitter.com/home/?status=The Japanese Wife+http://nynjbengali.com/archives/496 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/496 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/496&amp;t=The Japanese Wife http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=The Japanese Wife&amp;uri=http://nynjbengali.com/archives/496 http://nynjbengali.com/archives/496 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/496&amp;Title=The Japanese Wife http://www.bloglines.com/sub/http://nynjbengali.com/archives/496 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/496 http://del.icio.us/post?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/496 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/496&title=The Japanese Wife http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/496&amp;bm_description=The Japanese Wife http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/496 http://reddit.com/submit?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://technorati.com/faves?add=http://nynjbengali.com/archives/496 http://twitter.com/home/?status=The Japanese Wife+http://nynjbengali.com/archives/496 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/496&amp;title=The Japanese Wife http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/496&amp;t=The Japanese Wife http://www.feedburner.com/fb/a/emailFlare?itemTitle=The Japanese Wife&amp;uri=http://nynjbengali.com/archives/496&amp;loc=en_US http://nynjbengali.com/archives/496#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'The Japanese Wife Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(497, 0, 'On the Occasion of NABC2010 Kallol of NJ presents “EKTI GNAYE THAKI” We Live in a Village A Play by Sudipta Bhawmik Cast: Abhijit Neogy Sankar Ghoshal Lilabati Majumdar Indranil Mukherjee Aparajita Das Raja Roy Debiprosad Palit Music: Samya Goswami Lights: Subhodev Das Chandan Sen Synopsis: “Ekti Gnaye Thaki” is the story of Ranjana and her brother Rajat reuniting after fourteen years. Rajat immigrates to the US with his family after Ranjana sponsors their green cards. The reunion is marked by its usual excitement followed by nostalgia for their hometown Gobindapur they both left behind. Rajat becomes a critical link for Ranjana to relive her past while Ranjana helps him come to terms with his decision to abandon his familiar world in Gobindapur. Ranjana is also ill and Rajat’s presence offers a long-awaited emollient. As the brother and the sister often slip into the past the rest of the characters are excited at the prospects of their future in the US especially Rajat’s son Rajib. Life gradually settles down and a quotidian harmony evolves. Yet from the beginning the play occasionally and quite subliminally alludes to an underlying subplot that threatens the apparent calm between the two families. Eventually through a set of related incidents the undisclosed piece - a rather disconcerting one - is revealed. The disclosure tears apart the growing assurance of the families’ suburban life and more importantly sets in motion a drift into the past that interrogates those relationships that were deemed normal. Though this interrogation fractures a happy picture however it is through this fracture we areinvited to revisit something more important - the attachment betweenhuman beings. The play above all irrespective of its specificities of time and place is a commentary on what it means to be a human being in relation to those we hold dear in our lives. Hall A - Banga Mancha Atlantic City Convention Center 6.00pm Saturday July 10 2010 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NABC 2010: “Ekti Gnaye Thaki” size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/497#bookmarkify http://nynjbengali.com/archives/497#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/497&amp;Title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/497 http://www.bloglines.com/sub/http://nynjbengali.com/archives/497 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/497 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;&amp;bookmark_url=http://nynjbengali.com/archives/497 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/497 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://co.mments.com/track?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://del.icio.us/post?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.diigo.com/post?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/497 http://www.dzone.com/links/add.html?description=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/497 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/497&amp;h=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/497&amp;t=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;&amp;url=http://nynjbengali.com/archives/497 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/497&amp;t=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.folkd.com/submit/http://nynjbengali.com/archives/497 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/497&amp;t=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.hugg.com/node/add/storylink?edit[title]=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;&amp;edit[url]=http://nynjbengali.com/archives/497 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/497 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/497 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/497 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/497&title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/497&amp;bm_description=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/497 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/497&amp;t=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://myweb.yahoo.com/myweb/save?t=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;&amp;u=http://nynjbengali.com/archives/497 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/497 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/497&amp;t=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.plugim.com/submit?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/497&amp;T=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://reddit.com/submit?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/497 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/497 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/497 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://technorati.com/faves?add=http://nynjbengali.com/archives/497 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/497&amp;name=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://twitter.com/home/?status=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;+http://nynjbengali.com/archives/497 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/497 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/497&amp;t=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;&amp;uri=http://nynjbengali.com/archives/497 http://nynjbengali.com/archives/497 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/497&amp;Title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.bloglines.com/sub/http://nynjbengali.com/archives/497 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/497 http://del.icio.us/post?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/497 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/497&title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/497&amp;bm_description=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/497 http://reddit.com/submit?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://technorati.com/faves?add=http://nynjbengali.com/archives/497 http://twitter.com/home/?status=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;+http://nynjbengali.com/archives/497 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/497&amp;title=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/497&amp;t=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221; http://www.feedburner.com/fb/a/emailFlare?itemTitle=NABC 2010: &#8220;Ekti Gnaye Thaki&#8221;&amp;uri=http://nynjbengali.com/archives/497&amp;loc=en_US http://nynjbengali.com/archives/497#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NABC 2010: “Ekti Gnaye Thaki” Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(498, 0, 'Last Friday night a horrific incident took place in an otherwise decent neighborhood in Old Bridge New Jersey. Dr. Divyendu Sinha a forty nine year old Computer scientist was having a walk outside his house with his wife and two sons when five teenagers came out of their car and started beating Dr. Sinha for no apparent reason. Dr. Sinha was severely injured and was later taken to the hospital where he died on Sunday morning. The brutality of this incident shocked not only the entire Indian American community but also the society at large. The local law enforcement have arrested all the five perpetrators and have charged them with murder although their names have been withheld due to their age between 16 and 17 . Early reports classified this as a random incident but according to recent statements from the County Prosecutor Bruce Kaplan bias crime charges will not be ruled out. In a recent meeting with the township officials the Asian Indian community members have expressed that they have been harassed regularly by the local teenagers and this is not a random incident at all. The township officials have instructed the community members that they should inform the police whenever they experience such behavior. I hope that the legal process takes due action and the criminals pay the highest price for their dastardly act. But this will not bring back the father of two young boys who had to undergo the trauma of watching their father being brutally assaulted by five thugs. Nor it will bring back the husband of a woman who saw how her entire life was shattered by some cruel and mindless criminals. My heart goes out to them. Divyendu was one of us. He was a graduate from IIT Kharagpur 1982 Computer Science Nehru Hall the college where I graduated from and I must have crossed paths with him several times in the campus. My sons are of the same age as his. It could have happened to me or to anybody for that matter. What kind of hatred and rage was burning within these five kids who could kill a man with their bare hands What’s happening to this society Are we losing all civility What are our schools teaching to our kids It is true that all schools have few rotten apples but how could they muster so much courage as to beat up and murder any man on the street they like We should all wake up now and realize that we can no longer afford to stay isolated and mind our own business. We should get involved in our communities school boards and local administration and policy making bodies. We must make a conscious attempt to inculcate our values and ideals within our community and make a positive impact to the society. Let’s make sure that we don’t lose any other Divyendu in the future. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Divyendu Sinha : A Life Lost to Teenage Brutality size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/498#bookmarkify http://nynjbengali.com/archives/498#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/498&amp;Title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/498 http://www.bloglines.com/sub/http://nynjbengali.com/archives/498 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/498 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Divyendu Sinha : A Life Lost to Teenage Brutality&amp;bookmark_url=http://nynjbengali.com/archives/498 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/498 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://co.mments.com/track?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://del.icio.us/post?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.diigo.com/post?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/498 http://www.dzone.com/links/add.html?description=Divyendu Sinha : A Life Lost to Teenage Brutality&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/498 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/498&amp;h=Divyendu Sinha : A Life Lost to Teenage Brutality http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/498&amp;t=Divyendu Sinha : A Life Lost to Teenage Brutality http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Divyendu Sinha : A Life Lost to Teenage Brutality&amp;url=http://nynjbengali.com/archives/498 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/498&amp;t=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.folkd.com/submit/http://nynjbengali.com/archives/498 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/498&amp;t=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.hugg.com/node/add/storylink?edit[title]=Divyendu Sinha : A Life Lost to Teenage Brutality&amp;edit[url]=http://nynjbengali.com/archives/498 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/498 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/498 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/498 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/498&title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/498&amp;bm_description=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/498 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/498&amp;t=Divyendu Sinha : A Life Lost to Teenage Brutality http://myweb.yahoo.com/myweb/save?t=Divyendu Sinha : A Life Lost to Teenage Brutality&amp;u=http://nynjbengali.com/archives/498 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/498 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/498&amp;t=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.plugim.com/submit?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/498&amp;T=Divyendu Sinha : A Life Lost to Teenage Brutality http://reddit.com/submit?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/498 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/498 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/498 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://technorati.com/faves?add=http://nynjbengali.com/archives/498 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/498&amp;name=Divyendu Sinha : A Life Lost to Teenage Brutality http://twitter.com/home/?status=Divyendu Sinha : A Life Lost to Teenage Brutality+http://nynjbengali.com/archives/498 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/498 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/498&amp;t=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Divyendu Sinha : A Life Lost to Teenage Brutality&amp;uri=http://nynjbengali.com/archives/498 http://nynjbengali.com/archives/498 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/498&amp;Title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.bloglines.com/sub/http://nynjbengali.com/archives/498 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/498 http://del.icio.us/post?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/498 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/498&title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/498&amp;bm_description=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/498 http://reddit.com/submit?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://technorati.com/faves?add=http://nynjbengali.com/archives/498 http://twitter.com/home/?status=Divyendu Sinha : A Life Lost to Teenage Brutality+http://nynjbengali.com/archives/498 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/498&amp;title=Divyendu Sinha : A Life Lost to Teenage Brutality http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/498&amp;t=Divyendu Sinha : A Life Lost to Teenage Brutality http://www.feedburner.com/fb/a/emailFlare?itemTitle=Divyendu Sinha : A Life Lost to Teenage Brutality&amp;uri=http://nynjbengali.com/archives/498&amp;loc=en_US http://nynjbengali.com/archives/498#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Divyendu Sinha : A Life Lost to Teenage Brutality Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(498, 2851, 'Vinny I hope the punks are given the punishment they deserve.', NULL),
(498, 2850, 'Concerned citizen Dear Author I am a mother of a teen age daughter living in Princeton. As an Indian I am horrified by the incident and am trying to understand what could have possibly motivated such young kids at least to me they are kids because they are my child’s age to commit such a terrible crime. Like you mention how can we allow this to happen in our so called civilized society. Shouldnt schools do a screening for youngs thugs and watch out for disturbing behavior and take some action It looks like OB residents have put up with a lot and what has the township done about it How did things come to such a terrible trajic situation Losing one Sinha is one too much already. Yes these criminals should be brought to justice but we absolutely need to have the system catch these disturbed minds much earlier.', NULL),
(498, 2852, 'Dave Makkar Attorney General should investigate Sinha Murder The brutal murder of Dr Sinha out side his own home by few teenagers of his own town has shaken the Indian Community all over America . The sense of security among the community members has vanished over night. Then reports of racial bias towards Indian community members as narrated during the meeting with Mayor Philips on 6-29-10 has further compounded the fear factor. All investigations related to the brutal murder of Dr Sinha must be handled by AG office. Parents of the teenagers for bad parenting school teachers principle for not reporting abnormal behavior of these teenagers to law enforcement and above all 104 Police Officers of Old Bridge must be investigated to find out what went wrong in enforcing law order. Impartial investigations by AG office will send right message on the street that there is accountability for crimes committed against minorities and it is safe for minorities to raise their families in NJ BRUCE KAPLAN IS A KNOWN INDIAN HATER Rajnikant was brutally beaten under Racial Bias by Michael Dotro in front of 30-40 Indians. Kaplan refused to take their testimony by saying they are not credible witnesses because every body is saying same thing. Later on Parikh was deported in violation of US laws human rights. State ICE spent more than 100 000.00 kept Parikh in Jail for over 8 months and still denied him Fair Open Trail just to save a WHITE cop Dotro whom Paikh accused of Police Brutality under Racial Bias. http://www.profilingrace.blogspot.com Schwartz led Police Union members supporters family members called “Indians are cockroaches animals illiterates and illegal go home.” These are the worst ever called Racial Slurs for any community in over 200 years history of America . Police Dept Mayor Twp of Edison has yet to give verbal or written apology because community leaders like Upendra Chivukula feels these Slurs are Compliments for the community http://www.citizensfordemocracynj.org http://www.profilingrace.blogspot.com', NULL),
(498, 2857, 'Dave Makkar Dear Every one: Please send letters to Gov. Christie by going directly on his official web site to Attorney General Paula Dow after making required changes for State investigation into the brutal murder of Mr. Sinha in racial attack on 6-25-10 as per the attached letter sent to Gov. Christie. Please do not send information about Middlesex County Prosecutor Bruce Kaplan. Local authorities are trying to cover up this incident as stray incident. It is more than 1 week they have yet to release the names of the attackers of Dr Sinha who happens to be the residents of same town as Dr Sinha. Gov. Chris Christie http://www.state.nj.us/governor/ AG Paula Dow http://www.nj.gov/oag/dcj/obccr/contact.htm OBCCR@njdcj.org JUSTICE FOR DIVYENDU FAMILY http:// justicefordivyendufamily. wordpress.com/ PLEASE SIGN A PETITION http://www.petitiononline . com/divyendu/petition.html Via Facsimile E-mail Regular Mail July 6 2010 Gov. Chris Christie State Of New Jersey Fax: 609 292 3454 Re: Brutal Murder of Dr. Divyendu Sinha due to a racial attack on June 25 2010 Hon. Chris Christie: The brutal murder of 49 yrs old eminent professor Dr Diveyndu Sinha out side his own home in Old Bridge by few teenagers of the town has shaken the Indian Community all over America with revived fear for their safety. The sense of security among the community members has vanished over night. Then the report of racial bias towards the Old Bridge Indian community as narrated by the members during the meeting with Mayor Philips on 6-29-10 has further compounded the fear factor along with outrage. We request your honor that all investigations related to the brutal murder of Dr Sinha under racial bias must be handled by Bias Crime Unit of Attorney General’s Office. The sham investigations by Old Bridge Police under a known Indian Hater Middlesex County Prosecutor Bruce Kaplan is an insult to the victims Late Dr Sinha his 2 children age 12 16 wife entire community of Indian origin living in New Jersey and America. There should be prosecution of the parents of the teenagers for bad parenting school teachers principle for not reporting abnormal behavior of these teenagers involved in the murder to law enforcement agencies. Above all 104 Police Officers of Old Bridge Twp must be investigated and interrogated separately to find out what went wrong in ensuring law order including neighborhood patrolling to prevent such crimes. All of them can not take a stand that they were unaware what the teenagers were doing in the town. The Police Chief of Old Bridge must be fired immediately and charged with failure to perform his fiduciary duties. Those found guilty out of the 104 Officers must be discharged from the force and prosecuted for failure to perform their duties and for aiding the brutal murder of Dr Sinha in a racial attack due to their negligence. This incident has brought so many India American families of NJ like my family under constant fear especially when they are aware of the fact that majority in their town’s Police departments treat Indians with contempt and racial bias. Impartial investigations by Attorney General’s office will send the right message on the street that there is accountability for crimes committed against minorities and it is safe for the minorities to raise their families in New Jersey. Further residents of New Jersey must be assured that the Police Departments of the towns are for Law Enforcement and prevention of crimes only. Police Departments in conjunction with corrupt Municipal Courts are not merely revenue generating entities for the townships to implement traffic summons quota designed by the Politicians to generate revenues. These Traffic Summons Quota are primarily being used against minorities and diverting the Police Force from their primary job of Law Enforcement and Prevention of serious crimes. Sincerely Devendra ‘Dave’ Makkar http://www.citizensfordemocracynj.org http://www.state.nj.us/governor/ http://www.nj.gov/oag/dcj/obccr/contact.htm mailto:OBCCR@njdcj.org http:// http://www.petitiononline', NULL),
(157, 2855, 'Dev Kar My comment unfortunately is a negative one. The most important thing on this website is the PROGRAM. It’s extremely difficult to find. That should not be the case. Please note the other topics are not that important. The convention’s program should be the most prominent and easiest to find. This website is very badly designed.', NULL),
(498, 2853, 'Aditi Sen My condolences to the Sinha family. This is a tragedy that can happen to any one of us. I agree that we should get involved in the local community and get to the know the people who run the towns. The best way to fight bigotry and hatred is to be inclusive and open up our hearts and minds to the local people. Our kids can be a good place to start. Elementary and middle schools are usually ideal places to get involved. They appreciate any help the parents can give during the countless events during the school year.', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(499, 0, 'Check the following video coverage of NABC 2010 and our play “Ekti Gnaye Thaki” by Banglapodcast.com. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Banglapodcast Coverage of NABC 2010 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/499#bookmarkify http://nynjbengali.com/archives/499#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/499&amp;Title=Banglapodcast Coverage of NABC 2010 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/499 http://www.bloglines.com/sub/http://nynjbengali.com/archives/499 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/499 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Banglapodcast Coverage of NABC 2010&amp;bookmark_url=http://nynjbengali.com/archives/499 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/499 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://co.mments.com/track?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://del.icio.us/post?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.diigo.com/post?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/499 http://www.dzone.com/links/add.html?description=Banglapodcast Coverage of NABC 2010&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/499 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/499&amp;h=Banglapodcast Coverage of NABC 2010 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/499&amp;t=Banglapodcast Coverage of NABC 2010 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Banglapodcast Coverage of NABC 2010&amp;url=http://nynjbengali.com/archives/499 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/499&amp;t=Banglapodcast Coverage of NABC 2010 http://www.folkd.com/submit/http://nynjbengali.com/archives/499 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/499&amp;t=Banglapodcast Coverage of NABC 2010 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.hugg.com/node/add/storylink?edit[title]=Banglapodcast Coverage of NABC 2010&amp;edit[url]=http://nynjbengali.com/archives/499 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/499 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/499 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/499 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/499&title=Banglapodcast Coverage of NABC 2010 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/499&amp;bm_description=Banglapodcast Coverage of NABC 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/499 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/499&amp;t=Banglapodcast Coverage of NABC 2010 http://myweb.yahoo.com/myweb/save?t=Banglapodcast Coverage of NABC 2010&amp;u=http://nynjbengali.com/archives/499 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/499 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/499&amp;t=Banglapodcast Coverage of NABC 2010 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/499&amp;T=Banglapodcast Coverage of NABC 2010 http://reddit.com/submit?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/499 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/499 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/499 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/499 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/499&amp;name=Banglapodcast Coverage of NABC 2010 http://twitter.com/home/?status=Banglapodcast Coverage of NABC 2010+http://nynjbengali.com/archives/499 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/499 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/499&amp;t=Banglapodcast Coverage of NABC 2010 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Banglapodcast Coverage of NABC 2010&amp;uri=http://nynjbengali.com/archives/499 http://nynjbengali.com/archives/499 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/499&amp;Title=Banglapodcast Coverage of NABC 2010 http://www.bloglines.com/sub/http://nynjbengali.com/archives/499 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/499 http://del.icio.us/post?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/499 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/499&title=Banglapodcast Coverage of NABC 2010 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/499&amp;bm_description=Banglapodcast Coverage of NABC 2010 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/499 http://reddit.com/submit?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://technorati.com/faves?add=http://nynjbengali.com/archives/499 http://twitter.com/home/?status=Banglapodcast Coverage of NABC 2010+http://nynjbengali.com/archives/499 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/499&amp;title=Banglapodcast Coverage of NABC 2010 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/499&amp;t=Banglapodcast Coverage of NABC 2010 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Banglapodcast Coverage of NABC 2010&amp;uri=http://nynjbengali.com/archives/499&amp;loc=en_US http://nynjbengali.com/archives/499#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Banglapodcast Coverage of NABC 2010 Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(500, 0, 'Finally the 2010 NABC came to an end on Sunday July 11th at the Atlantic City convention center in New Jersey with a “blow out” performance by Abhijeet. Although his mockery of Bengali culture was not well appreciated by many Bengalees who slowly drifted away from the hall which was not liked by the singer at all his performance was just what was expected of a Bollywood performer - entertaining but nothing extraordinary. However people who came to the conference went back with memories - some of which may not be very pleasant but I would think most of them would be happy memories. Memories of the wonderful performances by  Sahaj-ma and Utpal Fakir Kaivalya Kumar and few others memories of meeting friends those long adda sessions and the World Cup finals. But the people who went back with a bad taste in their mouth no I am not talking about the food served by Shahnawaz were the people who came all the way to showcase their talent through dance drama and music.  These people paid group registration for their show paid individual registration fees for their entire troupe and spend big dollars to bring their show with the hope to share with their Bengali friends who came from around  the country. ‘Really felt like nobody cared about our program only about our registration dollars ” says Bharati Mitra director of Tagore’s “Arupratan” a show that was presented in Hall A or Banga Mancha. And this is not only her feelings. Most of the performers especially those who performed in Hall A echoed the sentiment as noted by Keya Sen “I echo the sentiments that those of us who were assigned to perform on Hall A felt irrelevant and inconsequential.” Meena Basu Nag an award winning choreographer dancer and director of Nritya Creations says  ”The most important take away for me is that NABC is no longer a place to showcase “domestic” rising talent in our own Bengali North American Community and a place for second generation and third generation Bengali choreographers/artists like myself to showcase their work and talent.” The concern primarily is against the hall assignment and scheduling of the programs. Most of the domestic performances in Hall A were pitted against the star performers in Hall C Bishwa Mancha the main stage of the conference. This caused the audience to stick to Hall C since none of the domestic performers had the star power to pull them off from their seats to Hall A. Even when Hall C had some dull and boring lectures going on stage the audience hung on to their seats to ensure that they have a good view of their star who would be performing next. Hall A was a secondary hall in all respects. It did not have adequate lights the stage was ill-designed and built it was located far from the action center and there were no notices anywhere as to what is happening where except for the program schedule printed in extremely small fonts . Meena Basu Nag complains “Nritya Creations was allocated a time slot competing with Artists from India in a secondary hall where lighting was suboptimal.” She goes on to add “I spent over 4000 registering 25 of our best senior Indian Bengali and non Indian students for this program expecting we will be given a fair platform based on our merits past achievements and proven success. Instead we performed to a an audience of 300 in Hall A while Hall C sat over 6000 people at the same time for overseas artists such as Anwesha and Bikram Ghosh’s performances. The audience members who saw our program expressed deep concerns that why such a very high caliber and professionally executed show like ours was presented in a secondary hall and competing with Artists from India…” Mabhin Ghosh Datta from Canada had the same frustration “We 9 performers went to join NABC 2010 from Ottawa Canada and most of my students are not Bengali. We spent all the money for artist’s registration/hotel trip on top of group registration just to perform there. Our performance started late and was almost at the time of Aneek Dhar so no one there for our performances…” Prabir Das who brought his drama team all the from Cincinnati is more pragmatic. Although his play Sikhandi was competing against two major shows on stage C Bikram Ghosh’s percussion band followed by a star studded “Surer Jharna” but that was not his primary complaint - “As far as I am concerned I really don’t expect that 5000 people would attend my show. I really don’t. People have every right to pick and choose which program they would want to watch. However that does not mean purposely placing two or more auditoriums in such an unrealistic strategic locations that would confuse people and would not even want them to consider to come to the other auditorium.” He too like many others was totally disappointed with the technical aspects of stage A “Was that a stage for any kind of performance other than some band Was that any kind of theatrical lighting ” And the list goes on and on. Some of the key organizers have been heard to say that it was the fault of domestic performers that they could not attract the audience. But the organizers fail to understand that unless people experience the domestic shows they would never know the quality of their presentation. The handful of audiences who saw some to the good domestic shows have told explicitly that they were no inferior to many of the overseas productions they have seen. The domestic groups do not have stars to pull in the crowd in large numbers. How can they be expected to compete with Aneek Anwesha Monomoy or Indrani Sen. Even between the stars their exists a popularity hierarchy. If Aneek was pitted against Indrani Sen in Hall A I can bet that she would have had only a handful of audience just as it would have happened to Aneek if he was competing with Abhijeet. I have raised this issue with several of the organizers of NABC 2011 and based on the past record the Baltimore organizers will hopefully handle these issues in a better way. The new president of CAB Kajal Sarkar has taken up this issue seriously and has ensured that in the future NABC events he will make sure that such step-motherly treatment towards the domestic performers never happens. He has asked for suggestions and we all gave him our best ideas. Despite all the good intentions of CAB and the NABC organizing committee members the fact remains that the domestic performers will have to struggle to get their audience although it is not impossible. The first and foremost thing that we domestic performers should do is to improve our performances and raise it to the levels that an audience expects from a professional group. Secondly we need to accumulate accolades awards reviews and all other appropriate and recognized credentials which a selection committee can use to decide which groups to invite. And yes domestic groups should no longer pay money to participate at NABC. If you have to spend money then spend it on your production rent a theater space and show case your talent to your local audience. The cost of such a production will not be any more expensive than what you all spend to come to NABC to perform. I am not saying that you should not come to NABC. Please do come enjoy the shows from overseas performers have fun and adda with friends and go back happy. I think the time has passed for NABC to milk the domestic performers just to give them a slot on the stage for their money. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NABC 2010 : The Plight of the Domestic Performers size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/07/anwesha_abhijeet.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/500#bookmarkify http://nynjbengali.com/archives/500#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/500&amp;Title=NABC 2010 : The Plight of the Domestic Performers http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/500 http://www.bloglines.com/sub/http://nynjbengali.com/archives/500 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/500 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NABC 2010 : The Plight of the Domestic Performers&amp;bookmark_url=http://nynjbengali.com/archives/500 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/500 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://co.mments.com/track?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://del.icio.us/post?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.diigo.com/post?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/500 http://www.dzone.com/links/add.html?description=NABC 2010 : The Plight of the Domestic Performers&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/500 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/500&amp;h=NABC 2010 : The Plight of the Domestic Performers http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/500&amp;t=NABC 2010 : The Plight of the Domestic Performers http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NABC 2010 : The Plight of the Domestic Performers&amp;url=http://nynjbengali.com/archives/500 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/500&amp;t=NABC 2010 : The Plight of the Domestic Performers http://www.folkd.com/submit/http://nynjbengali.com/archives/500 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/500&amp;t=NABC 2010 : The Plight of the Domestic Performers http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.hugg.com/node/add/storylink?edit[title]=NABC 2010 : The Plight of the Domestic Performers&amp;edit[url]=http://nynjbengali.com/archives/500 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/500 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/500 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/500 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/500&title=NABC 2010 : The Plight of the Domestic Performers http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/500&amp;bm_description=NABC 2010 : The Plight of the Domestic Performers http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/500 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/500&amp;t=NABC 2010 : The Plight of the Domestic Performers http://myweb.yahoo.com/myweb/save?t=NABC 2010 : The Plight of the Domestic Performers&amp;u=http://nynjbengali.com/archives/500 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/500 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/500&amp;t=NABC 2010 : The Plight of the Domestic Performers http://www.plugim.com/submit?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/500&amp;T=NABC 2010 : The Plight of the Domestic Performers http://reddit.com/submit?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/500 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/500 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/500 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://technorati.com/faves?add=http://nynjbengali.com/archives/500 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/500&amp;name=NABC 2010 : The Plight of the Domestic Performers http://twitter.com/home/?status=NABC 2010 : The Plight of the Domestic Performers+http://nynjbengali.com/archives/500 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/500 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/500&amp;t=NABC 2010 : The Plight of the Domestic Performers http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NABC 2010 : The Plight of the Domestic Performers&amp;uri=http://nynjbengali.com/archives/500 http://nynjbengali.com/archives/500 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/500&amp;Title=NABC 2010 : The Plight of the Domestic Performers http://www.bloglines.com/sub/http://nynjbengali.com/archives/500 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/500 http://del.icio.us/post?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/500 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/500&title=NABC 2010 : The Plight of the Domestic Performers http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/500&amp;bm_description=NABC 2010 : The Plight of the Domestic Performers http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/500 http://reddit.com/submit?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://technorati.com/faves?add=http://nynjbengali.com/archives/500 http://twitter.com/home/?status=NABC 2010 : The Plight of the Domestic Performers+http://nynjbengali.com/archives/500 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/500&amp;title=NABC 2010 : The Plight of the Domestic Performers http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/500&amp;t=NABC 2010 : The Plight of the Domestic Performers http://www.feedburner.com/fb/a/emailFlare?itemTitle=NABC 2010 : The Plight of the Domestic Performers&amp;uri=http://nynjbengali.com/archives/500&amp;loc=en_US http://nynjbengali.com/archives/500#bookmarkify Anwesha and Abhijeet at NABC 2010 [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] anwesha_abhijeet Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NABC 2010 : The Plight of the Domestic Performers Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(516, 2929, 'Garden State Cultural Association Durga Puja 2010 | NY/NJ Bengali ... here: Garden State Cultural Association Durga Puja 2010 | NY/NJ Bengali marketing This entry was posted in Onimia and tagged association classical classical-dance ... http://onimia.com/ p 4243', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(517, 0, 'South Asian Women Filmmakers Reshaping Their Identities 9 Women Filmmakers 16 Extraordinary Films From 7 Countries 1 North America Premiere 6 East Coast premieres 4 NJ Premieres Opening Night film  MIRCH A STAR-STUDDED MASTERWORK with Konkona Sen Sharma Raima Sen Boman Irani NOT TO BE MISSED WATCH IT FOR FREE ONLY AT NJISACF Festival Centerpiece  LIFE GOES ON Memorable performances by Sharmila Tagore Soha Ali Khan Om Puri Girish Karnad WATCH IT FOR FREE ONLY AT NJISACF Closing Night film COOKING WITH STELLA A Delicious Comedy written by DE EPA MEHTA A BRAVURA PERFORMANCE BY  SEEMA BISWAS OF THE BANDIT QUEEN FAME WATCH IT FOR FREE ONLY AT NJISACF YASMIN An award-winning performance by the Emmy award winner ARCHIE PANJABI the primetime TV serial THE GOOD WIFE WATCH IT FOR FREE ONLY AT NJISACF New Jersey Independent South Asian Cine Fest NJISACF 2010 is all about women their lives journeys and achievements. This precocious spectacle presents South Asia’s most radical crucial and underrepresented voices. The festival features a mélange of avant-garde documentaries mindboggling shorts and a dynamic selection of feature films that evince exuberance resilience and imperium of the South Asian cinema. NJISACF 2010 through its dynamic ensemble of movies wants to bring to the fore a new perspective about South Asian women in cinema who are breaking free from the shambles of culture religion and sexuality these women are challenging common perceptions and converging towards an affirmation of identity and rights. Quote : Sakti Sengupta Director NJISACF : “There exists a body of recent films by women filmmakers and screenwriters working in the UK Canada and the US and representing South Asian communities and subjectivity in the West. It is a culturally hybrid cinema which actively locates itself between Hollywood and Bollywood. The diasporic South Asians are not merely assimilating to their host cultures but they are also actively reshaping them through their own new voices bringing new definitions of identity.” This year NJISACF 2010 brings a cinematic extravaganza from nine women filmmakers with 16 features shorts and docs from seven countries on October 29 and 30 at Big Cinemas 1655 OAK TREE ROAD Edison New Jersey . For more information visit: www.NJISACF.org . On Friday October 29 the festival opens with the New Jersey premiere of the new yet-to-be-released film “Mirch” a masterwork and collage of four short stories about women’s empowerment and rights and gender equality starring Indian heartthrobs Konkona Sen Sharma and Raima Sen . Come join us also on Saturday October 30 as we showcase the New Jersey premiere of yet another unreleased film “Life Goes On” starring Sharmila Tagore Satyajit Ray’s much-celebrated heroine from the Apu Trilogy East Coast premiere of “Cooking with Stella” co-scripted by the Oscar-nominated for her film “Water” Canadian woman filmmaker Deepa Mehta and “Yasmin” where Archie Panjabi Emmy Award winning actress from the primetime series The Good Wife shows what it’s like being a Muslim and an Asian woman in a post 9/11 world and documentaries like “Beyond Women’s Stereotypes” featuring Booker Prize winning author of GODS OF SMALLL THINGS Arundhati Roy “Dishonored” the heart-rending story of the gang-raped Pakistani woman Mukhtar Mai she won the Woman of the Year Glamour magazine award in 2005 . Where thought leaders filmmakers film personalities and scholars meet exchange of ground breaking discussions ensue. NJISACF 2010 will host two panel discussions Changing Representations of Women in South Asian Cinema and South Asian Women reshaping their identity: A discussion on South Asian diasporic women filmmakers along with Q A sessions after each film screening. Women filmmakers and especially South Asian women filmmakers from South Asia and the South Asian Diaspora are one of the most under-represented in the history of cinema at film festivals and at all other exhibition venues. Women’s film festivals are only about 2 of more than 5 000 film festivals held in North America. And how many South Asian Women’s film festivals are there in North America We counted about 3 only The NJISACF is presented by the Asian American Film and theater Project a 501 c 3 tax exempt non-profit arts organization. The organization promotes and recognizes the talents of the new the established the underrepresented the best and the brightest Independent South Asian filmmakers from across the globe. Pls contact: Sakti Sengupta Festival Director asamfilmtheater@yahoo.com 732-310-0236 OR Neha Mahajan Marketing Co-ordinator nehamaha@gmail.com 732-500-8844 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://njisacf.org mailto:asamfilmtheater@yahoo.com mailto:nehamaha@gmail.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/517#bookmarkify http://nynjbengali.com/archives/517#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/517&amp;Title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/517 http://www.bloglines.com/sub/http://nynjbengali.com/archives/517 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/517 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities&amp;bookmark_url=http://nynjbengali.com/archives/517 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/517 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://co.mments.com/track?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://del.icio.us/post?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.diigo.com/post?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/517 http://www.dzone.com/links/add.html?description=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/517 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/517&amp;h=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/517&amp;t=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities&amp;url=http://nynjbengali.com/archives/517 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/517&amp;t=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.folkd.com/submit/http://nynjbengali.com/archives/517 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/517&amp;t=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.hugg.com/node/add/storylink?edit[title]=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities&amp;edit[url]=http://nynjbengali.com/archives/517 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/517 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/517 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/517 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/517&title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/517&amp;bm_description=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/517 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/517&amp;t=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://myweb.yahoo.com/myweb/save?t=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities&amp;u=http://nynjbengali.com/archives/517 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/517 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/517&amp;t=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.plugim.com/submit?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/517&amp;T=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://reddit.com/submit?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/517 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/517 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/517 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://technorati.com/faves?add=http://nynjbengali.com/archives/517 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/517&amp;name=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://twitter.com/home/?status=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities+http://nynjbengali.com/archives/517 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/517 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/517&amp;t=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities&amp;uri=http://nynjbengali.com/archives/517 http://nynjbengali.com/archives/517 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/517&amp;Title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.bloglines.com/sub/http://nynjbengali.com/archives/517 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/517 http://del.icio.us/post?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/517 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/517&title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/517&amp;bm_description=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/517 http://reddit.com/submit?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://technorati.com/faves?add=http://nynjbengali.com/archives/517 http://twitter.com/home/?status=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities+http://nynjbengali.com/archives/517 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/517&amp;title=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/517&amp;t=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities http://www.feedburner.com/fb/a/emailFlare?itemTitle=NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities&amp;uri=http://nynjbengali.com/archives/517&amp;loc=en_US http://nynjbengali.com/archives/517#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NJISACF 2010 : South Asian Women Filmmakers Reshaping Their Identities Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(520, 0, 'by Pronoy Chatterjee Gayatri Memorial Awards have been established by Ananda Mandir Somerset NJ to recognize authors who have demonstrated excellence in writing through their published essays poems short stories or plays. The awards have been made possible through a significant contribution from Jerry GaMarsh husband of late Gayatri GaMarsh. Gayatri was an accomplished author and artist – and a key member of the editorial team of Ananda Sangbad and Anandalipi publications of Ananda Mandir. The Gayatri Award is administered through the Awards Recognition Subcommittee of Ananda Mandir. Two cash awards will be given each year to recognize outstanding works published in North America-based literary magazines within the last five years. One award will be given to an author of Bengali works and another will be given to an author in English. Each award will consist of 400 in cash and a certificate. An author may nominate himself/herself — or may be nominated by third parties using the Nomination Form shown below . The nomination must be supported by photocopies of two and only two essays poems short stories or plays published in North America-based Bengali or English magazines. The two supporting publications can be of the same type or of different types eg. one poem and one short story . Unpublished works of literature will not be accepted. Full publication references must be submitted for the articles submitted with each nomination. Articles published in magazines outside of North America will not be considered. Nominated authors must be 18 years or older. Each of their published articles prose or poems submitted with their nominations should be relatively short no more than 5 or 6 printed pages in length . Nominations should include short biographies of the authors. Judging however will be based primarily on the two supporting publications. Judges’ decisions will be final. Members of the Awards Recognition Subcommittee and the judges cannot submit nominations for themselves nor can they be nominated by third parties. Deadline for nominations with supporting documents for the 2010 awards: March 31 2011. Awards will be announced and presented in Fall 2011. Please send nominations with supporting documents to Pronoy Chatterjee 6 Marcin Court Spotswood NJ 08884 In case of questions contact Pronoy Chatterjee pkc usa@yahoo.com or Debajyoti Chatterji debsmee@comcast.net NOMINATION FORM FOR GAYATRI GAMARSH MEMORIAL AWARDS Full Name of Author Being Nominated: 2. Is the Nominated Author 18 Years of Age or Older If no please do not submit the nomination Full Address of the Nominated Author: Phone Number of the Nominated Author: Email Address of the Nominated Author: If the nomination is being submitted by a third party please provide the full name and contact details of the third party. Also please confirm that you have the author’s approval to submit the nomination on his behalf. Please attach a short one page maximum biography of the author highlighting the author’s literary interests and accomplishments. Please attach PHOTOCOPIES of TWO AND ONLY TWO of the author’s works of literature. For each work PROVIDE FULL PUBLICATION DETAILS name of magazine publisher’s name/address and date/year of publication . Nominating Person’s Statement: “I have read the terms and conditions of the Gayatri Award and agree to abide by them.” Signature of the Author/Nominating Party: Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Gayatri GaMarsh Memorial Awards For Literary Excellence size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/10/gayatri-gamarsh-poet.jpg mailto:pkc_usa@yahoo.com mailto:debsmee@comcast.net http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/520#bookmarkify http://nynjbengali.com/archives/520#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/520&amp;Title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/520 http://www.bloglines.com/sub/http://nynjbengali.com/archives/520 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/520 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Gayatri GaMarsh Memorial Awards For Literary Excellence&amp;bookmark_url=http://nynjbengali.com/archives/520 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/520 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://co.mments.com/track?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://del.icio.us/post?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.diigo.com/post?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/520 http://www.dzone.com/links/add.html?description=Gayatri GaMarsh Memorial Awards For Literary Excellence&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/520 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/520&amp;h=Gayatri GaMarsh Memorial Awards For Literary Excellence http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/520&amp;t=Gayatri GaMarsh Memorial Awards For Literary Excellence http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Gayatri GaMarsh Memorial Awards For Literary Excellence&amp;url=http://nynjbengali.com/archives/520 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/520&amp;t=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.folkd.com/submit/http://nynjbengali.com/archives/520 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/520&amp;t=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.hugg.com/node/add/storylink?edit[title]=Gayatri GaMarsh Memorial Awards For Literary Excellence&amp;edit[url]=http://nynjbengali.com/archives/520 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/520 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/520 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/520 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/520&title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/520&amp;bm_description=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/520 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/520&amp;t=Gayatri GaMarsh Memorial Awards For Literary Excellence http://myweb.yahoo.com/myweb/save?t=Gayatri GaMarsh Memorial Awards For Literary Excellence&amp;u=http://nynjbengali.com/archives/520 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/520 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/520&amp;t=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.plugim.com/submit?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/520&amp;T=Gayatri GaMarsh Memorial Awards For Literary Excellence http://reddit.com/submit?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/520 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/520 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/520 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://technorati.com/faves?add=http://nynjbengali.com/archives/520 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/520&amp;name=Gayatri GaMarsh Memorial Awards For Literary Excellence http://twitter.com/home/?status=Gayatri GaMarsh Memorial Awards For Literary Excellence+http://nynjbengali.com/archives/520 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/520 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/520&amp;t=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Gayatri GaMarsh Memorial Awards For Literary Excellence&amp;uri=http://nynjbengali.com/archives/520 http://nynjbengali.com/archives/520 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/520&amp;Title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.bloglines.com/sub/http://nynjbengali.com/archives/520 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/520 http://del.icio.us/post?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/520 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/520&title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/520&amp;bm_description=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/520 http://reddit.com/submit?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://technorati.com/faves?add=http://nynjbengali.com/archives/520 http://twitter.com/home/?status=Gayatri GaMarsh Memorial Awards For Literary Excellence+http://nynjbengali.com/archives/520 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/520&amp;title=Gayatri GaMarsh Memorial Awards For Literary Excellence http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/520&amp;t=Gayatri GaMarsh Memorial Awards For Literary Excellence http://www.feedburner.com/fb/a/emailFlare?itemTitle=Gayatri GaMarsh Memorial Awards For Literary Excellence&amp;uri=http://nynjbengali.com/archives/520&amp;loc=en_US http://nynjbengali.com/archives/520#bookmarkify gayatri_gamarsh_poet [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] gayatri_gamarsh_poet Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Gayatri GaMarsh Memorial Awards For Literary Excellence Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(523, 0, 'by Sharmila Sen This year Kallol celebrated Durga Pujo with a new committee and with a class structure. Unfortunately some of the enforcers of this class system had none of their own. As one long time member expressed disappointedly “Green tag gulo holo citizender jonno aar aamra bakira holam bratyo.” Life members other members and those who attend the Pujo celebrations at Kallol regularly were treated with disdain and contempt if they had not paid up for the venerable “green card.” One attendee asked “Amaar 150er kono daam nei ” There was no answer. In addition to this several rows in the front were cordoned off with yellow “caution” tape - “caution” to the plebeians to stay away from the elite. One woman dared to cross over to wish a friend “Subho Bijoya” and was halted peremptorily “Odike keno jachchen Apnar odike jaorar katha na.” Interestingly as this woman’s badge was in her purse this volunteer only needed his perception of status Or was this caused by gender to justify his insolence. Interestingly about 1/4 of these privileged rows except for the very first row on the left were mostly occupied by orange cardholders not the color de rigueur About 1/2 the seats in the orange section bespoke of ownership with strewn shawls bits of paper and brochures. An interesting note: most of the vacant seats in both the elite section and the orange section went unclaimed through the 3 days of celebration despite the yellow tape and the visual claims of ownership The indignity of being tagged “orange ” was intensified by the fact that in conjunction with the yellow cautionary tape orange signified “Danger Be careful of these unimportant people ” In addition the lighting system was placed in the midst of the outcasts after the elite seats. Three chairs marked off the lighting system three chairs that went unoccupied as the light man stood erect the entire time fiddling with the various knobs as a child would with a new toy and aiming the lights at all and sundry frequently missing the real subject. The fact that he was not transparent and clearly obstructed most of the people behind him did not seem to concern him as he obstreperously defied all requests to sit down. The last night of celebration at Kallol has been for the last few years one of greeting contemplation and classical music. This year the penultimate program was one of songs and sarode. As the artists on the stage announced their last presentation one of Kallol’s volunteers shooed them off the stage dismissing requests and protests from the audience. Even the boos from the audience both citizens and non did not pause the proclamation “We are running late and there’s another program.” Several people complained about the rude crude and obnoxious behavior on display through out the festivities. Most of the complainants were either women or visiting parents. While the former group is not unexpected as other women in other contexts have spoken about the misogyny that infests Kallol the revelation from the latter came as a surprise. It is worthy to note at this point that it was Durga who was being celebrated the Sacred Feminine Shakti. To borrow loosely from a noted writer oh how the borders of our belief of a celebration shrank back in the hands of a few of Kallol’s officious officials As someone remarked sadly “Kollol’e beno jol dhuke geche onek etai dukher byapar.” The bottom line is some of us were deliberately slighted insulted and mistreated. What a nice way to mark bangalider shrestho celebration NOTE: OPINIONS EXPRESSED IN THIS ARTICLE ARE THOSE OF THE AUTHOR ONLY. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Aamaader Durga Pujo size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/10/dsc-0770.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/523#bookmarkify http://nynjbengali.com/archives/523#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/523&amp;Title=Aamaader Durga Pujo http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/523 http://www.bloglines.com/sub/http://nynjbengali.com/archives/523 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/523 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Aamaader Durga Pujo&amp;bookmark_url=http://nynjbengali.com/archives/523 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/523 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://co.mments.com/track?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://del.icio.us/post?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.diigo.com/post?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/523 http://www.dzone.com/links/add.html?description=Aamaader Durga Pujo&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/523 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/523&amp;h=Aamaader Durga Pujo http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/523&amp;t=Aamaader Durga Pujo http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Aamaader Durga Pujo&amp;url=http://nynjbengali.com/archives/523 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/523&amp;t=Aamaader Durga Pujo http://www.folkd.com/submit/http://nynjbengali.com/archives/523 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/523&amp;t=Aamaader Durga Pujo http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.hugg.com/node/add/storylink?edit[title]=Aamaader Durga Pujo&amp;edit[url]=http://nynjbengali.com/archives/523 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/523 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/523 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/523 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/523&title=Aamaader Durga Pujo http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/523&amp;bm_description=Aamaader Durga Pujo http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/523 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/523&amp;t=Aamaader Durga Pujo http://myweb.yahoo.com/myweb/save?t=Aamaader Durga Pujo&amp;u=http://nynjbengali.com/archives/523 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/523 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/523&amp;t=Aamaader Durga Pujo http://www.plugim.com/submit?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/523&amp;T=Aamaader Durga Pujo http://reddit.com/submit?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/523 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/523 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/523 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://technorati.com/faves?add=http://nynjbengali.com/archives/523 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/523&amp;name=Aamaader Durga Pujo http://twitter.com/home/?status=Aamaader Durga Pujo+http://nynjbengali.com/archives/523 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/523 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/523&amp;t=Aamaader Durga Pujo http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Aamaader Durga Pujo&amp;uri=http://nynjbengali.com/archives/523 http://nynjbengali.com/archives/523 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/523&amp;Title=Aamaader Durga Pujo http://www.bloglines.com/sub/http://nynjbengali.com/archives/523 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/523 http://del.icio.us/post?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/523 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/523&title=Aamaader Durga Pujo http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/523&amp;bm_description=Aamaader Durga Pujo http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/523 http://reddit.com/submit?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://technorati.com/faves?add=http://nynjbengali.com/archives/523 http://twitter.com/home/?status=Aamaader Durga Pujo+http://nynjbengali.com/archives/523 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/523&amp;title=Aamaader Durga Pujo http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/523&amp;t=Aamaader Durga Pujo http://www.feedburner.com/fb/a/emailFlare?itemTitle=Aamaader Durga Pujo&amp;uri=http://nynjbengali.com/archives/523&amp;loc=en_US http://nynjbengali.com/archives/523#bookmarkify DSC_0770 [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] DSC_0770 Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Aamaader Durga Pujo Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(524, 0, 'by Brinda Guha Durga Puja is one of the most beloved times in our community - every year we get together tempted to see all the people we haven’t seen in recent months sometimes even years. I still remember coming to Puja since I was 4 and 5 years old hoping to see all the Mashi’s and Kaku’s finding every corner of the Ukrainian Center with friends to find the perfect place to play games. Then being rushed out by my parents to make sure I gave anjali even though I had no clue what it was — I knew it made my folks feel good to know that they were giving me their blessings for another prosperous year. It was by far the most exciting time for the entire Indian community that I called “my sphere”. Over the years it’s slowly been slipping away. As a young dance student in the community I always looked forward to dancing at Kallol Durga Puja. I still enjoy it. We performed on Friday of Durga Puja this year with my new dance company KALAMANDIR and our fellow dancers and our director couldn’t be more grateful and happy about the opportunity. We were invited to perform a few selections from our most current repertoire. However I can’t say the feelings were the same for all of the community-inspired groups at Kallol Durga Puja 2010. I was thoroughly and completely disgusted by the behavior of the cultural committee with one specific evening Sunday evening and I’d be cheating myself if I didn’t bring this situation to the light at least to make my feelings heard however accepted or not accepted . The people I was with including MANY other people in the audience were hoping to see Zafar Billah’s musical program come to its intended finish until the Kallol representatives entered the stage mid-narration by the singers and hurried them to get off for the next program. The excuse that was given was that the Ukrainian Center had to be vacated before 11pm — nevermind the fact that a commercial act finished the evening off at 11:40pm as per the time on the clock when people were ready to leave. Zafar Billah Renee Dutta Purba Mukherjee Anirban Dasgupta and Dibarkya Chatterjee were performing and coming to the conclusion of their performance with Dutta even saying “This will be our last number” and still there were on-stage representatives shooing them off. It was unprofessional extremely rude and completely uncalled for. Not only are Dasgupta and Chatterjee professional musicians who put in a lot of time traveled from a far distance and delivered an excellent performance but our very own extremely talented community artists - Billah Dutta and Mukherjee - put in the same amount of time to bring their program together. As a dancer and eternal student of the arts I am frankly appalled. Every show that we as art-lovers commit to involves traveling rehearsal space rental and time away from our friends and family. Each show that is performed involves a certain thought process a certain agenda to speak to the audience in a personal way in our way. I mean isn’t that what performing for the community is about Its how we cultivate the special attention love and support from the years into our performance that we present and it made me completely sick to see our very own someone I consider my inspirational “didi” Renee Dutta be cut off in the middle of her sentence in the middle of her show Especially considering the fact that it wasn’t their program that was running late but it was Kallol’s lineup that was pushed back. A much classier way to deal with the situation because I do believe that it was pressing and understandbly hard to manage would have been to come speak to one of the artists BETWEEN songs and ask them nicely to wrap it up because they were running short of time. Personally I know that the artists involved in that program were traveling from central Jersey to Manhattan multiple times a week to rent studio time in Midtown Manhattan for the successful collaboration and it’s so strange that the people who are in charge of putting on a cultural lineup are not sensitive the amount of commitment shown by the artists. I am by no means saying that Kallol Durga Puja wasn’t successful. I am extremely happy with the tender care given towards our dance company by the cultural committee themselves to perform in a prime slot of the lineup on Friday evening. I thought there were many aspects of Durga Puja that were even better this year than previous years because of the organizing capabilities of the new administrators. And most of all I will always be grateful on a personal level for all the love and support shown by my community for my new endeavors and dreams.  But I cannot stay quiet to such insensitivity to our fellow artists. When Kallol members and non-members pay a hefty amount to celebrate Puja with their family and friends we expect the intended lineup not a complete disregard of the work put in to making the best show possible. I noticed that there may be a few things Kallol could think about when running the next big Durga Puja celebration at least in my opinion. When performing the following night Saturday at Garden State Cultural Association I noticed many aspects of their program that made it easier for the artists and the audience to enjoy the artistic lineup of performances. The main aspect was the venue: it was in a school where there was an isolated auditorium for people to enjoy the performances. The kids were running around playing but outside of the performance space not disturbing audience members. The food and idols were set up in a separate spot for people to engage in proper “adda” the good stuff we all look forward to when going to Durga Puja. There was a magic show for all the kids to participate in right before the cultural show for the evening giving the children an opportunity to spend some of their pent-up energy. Maybe we can all learn from that and find a way to improve the setting for Kallol Durga Puja for years to come. The only reason I’m writing is because Kallol is my home and has always been so. If it wasn’t for Kallol I might not have been able to take dance as seriously as I take it now. I am grateful for that. But if we cannot learn from these past mistakes we cannot improve and we will lose people’s loyalty and appreciation slowly but surely. I hope it doesn’t come to that. NOTE: OPINIONS EXPRESSED IN THIS ARTICLE ARE THOSE OF THE AUTHOR ONLY. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  My sphere My Community My Durga Puja size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/05/kathak-kalamandir.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/524#bookmarkify http://nynjbengali.com/archives/524#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/524&amp;Title=My sphere, My Community, My Durga Puja http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/524 http://www.bloglines.com/sub/http://nynjbengali.com/archives/524 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/524 http://www.buddymarks.com/add_bookmark.php?bookmark_title=My sphere, My Community, My Durga Puja&amp;bookmark_url=http://nynjbengali.com/archives/524 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/524 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://co.mments.com/track?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://del.icio.us/post?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.diigo.com/post?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/524 http://www.dzone.com/links/add.html?description=My sphere, My Community, My Durga Puja&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/524 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/524&amp;h=My sphere, My Community, My Durga Puja http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/524&amp;t=My sphere, My Community, My Durga Puja http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=My sphere, My Community, My Durga Puja&amp;url=http://nynjbengali.com/archives/524 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/524&amp;t=My sphere, My Community, My Durga Puja http://www.folkd.com/submit/http://nynjbengali.com/archives/524 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/524&amp;t=My sphere, My Community, My Durga Puja http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.hugg.com/node/add/storylink?edit[title]=My sphere, My Community, My Durga Puja&amp;edit[url]=http://nynjbengali.com/archives/524 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/524 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/524 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/524 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/524&title=My sphere, My Community, My Durga Puja http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/524&amp;bm_description=My sphere, My Community, My Durga Puja http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/524 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/524&amp;t=My sphere, My Community, My Durga Puja http://myweb.yahoo.com/myweb/save?t=My sphere, My Community, My Durga Puja&amp;u=http://nynjbengali.com/archives/524 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/524 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/524&amp;t=My sphere, My Community, My Durga Puja http://www.plugim.com/submit?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/524&amp;T=My sphere, My Community, My Durga Puja http://reddit.com/submit?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/524 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/524 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/524 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://technorati.com/faves?add=http://nynjbengali.com/archives/524 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/524&amp;name=My sphere, My Community, My Durga Puja http://twitter.com/home/?status=My sphere, My Community, My Durga Puja+http://nynjbengali.com/archives/524 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/524 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/524&amp;t=My sphere, My Community, My Durga Puja http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=My sphere, My Community, My Durga Puja&amp;uri=http://nynjbengali.com/archives/524 http://nynjbengali.com/archives/524 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/524&amp;Title=My sphere, My Community, My Durga Puja http://www.bloglines.com/sub/http://nynjbengali.com/archives/524 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/524 http://del.icio.us/post?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/524 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/524&title=My sphere, My Community, My Durga Puja http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/524&amp;bm_description=My sphere, My Community, My Durga Puja http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/524 http://reddit.com/submit?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://technorati.com/faves?add=http://nynjbengali.com/archives/524 http://twitter.com/home/?status=My sphere, My Community, My Durga Puja+http://nynjbengali.com/archives/524 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/524&amp;title=My sphere, My Community, My Durga Puja http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/524&amp;t=My sphere, My Community, My Durga Puja http://www.feedburner.com/fb/a/emailFlare?itemTitle=My sphere, My Community, My Durga Puja&amp;uri=http://nynjbengali.com/archives/524&amp;loc=en_US http://nynjbengali.com/archives/524#bookmarkify Kathak by Kalamandir Students [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] kathak-kalamandir Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'My sphere My Community My Durga Puja Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(524, 3027, 'AMITAVA SEN If the piece by Brinda is indicative of the extent of interest and involvement of our children in our culture it is definitely encouraging. But unfortunately such can not be generally said our so called second generation is not into Durga Puja and sundry other Bengali cultural stuff. I am pleasantly surprised and indeed gratified that one of the members of that generation keeps track of the Bengali socio-cultural scene and takes part in it. Her opinion and her article articulate lucid thoughtful and most of all respectful deserves attention and should engender steps to address her concerns. If we mean what we profess about the second generation’s participation we better not ignore her. But I recognize that there may be a cultural communication problem too. The standard of decency and decorum of the likes of Renee and Brida who have grown up in thia country may be in clash with the one and a half generational internet crowd’s. The perceived rudeness and the lack of propriety may quite be acceptable and common place with the environment they grew up in. Brinda you are an excellent dancer and performer we all have taken notice of you since you’re a child. But you know what You write well too you should do it more often about Bengaliness of your generation and your views about our heritage. Sudipta Bhowmik offers a great vehicle for expressing yourself. http://nynjbengali.com', NULL),
(524, 3026, 'sunanda mitra This account of the Anirban - Jaffar Billah incident is not completely true. Before the start of the show Anirban was requested to conclude in 50 minutes. 27 minutes before the curtain down one of the cultural committee members walked on stage to request Anirban to wrap up in 15 minutes.', NULL),
(524, 3031, 'Sujoy Menon Although not a privileged “second generation” and hence at the risk of not been taken seriously I too congratulate the organizers of the 2010 Durga puja for an awesome event. But then again I am not a ” second generation” who cares what I think. Our inherent bengaliness precludes us from taking anything seriously from someone who does not have a “foreign accent”. All hail the “second generation” who contributed sooooooo much to the event or did we get taken for a ride for some stage time……..', NULL),
(524, 3039, 'Brinda Guha There is no need to be sarcastic about how much the “second generation” does or does not participate in community activities. I can name approximately 100 off the top of my head maybe not in this Durga Puja but in other major community functions and events that do a lot to participate myself included. And also yes we are privileged for living a life in this country as a result of my parent’s hard work through education and immigration but that doesn’t mean we sit around and don’t care. The question that I have is why isn’t our generation interested in Durga Puja anymore on a general level We have to ask ourselves why just a few years ago a large amount of people who came to Durga Puja fell within the 10-25 year old age group and now that has slowly been slinking away. The program that I mentioned above in my take on Sunday’s lineup included two “privileged second generation” artists who worked very hard to put a program together and were rudely interrupted AND kicked off stage. As a “privileged second generation” member myself I can say that we definitely could take a step in towards producing events ourselves but it is also very hard to relate to ‘our inherent bengaliness’ as we are American children as well as Indian ones. For the many people in my age group and my older brother’s age group who participate in community functions it takes a lot including parental support but also inner curiosity to perform in classical/creative dance numbers bengali plays hindi theater vocals etc. That needs to be recognized. And by most people who have children who are involved in the community it is recognized which makes it easier for the children to continue in those kinds of activities. Anyway enough rambling. What do we privileged second generation kids know anyway right http://www.kalamandirdanceco.com', NULL),
(524, 3034, 'badmash I just signed up to your blogs rss feed. Will you post more on this subject', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(525, 0, 'All Free Screenings Seats are available Meet Seema Biswas in person Details at www.NJISACF.org Watch 16 films from 7 countries by 9 women filmmakers Opening night film MIRCH starring Konkona Sen Sharma Raima Sen Boman Irani on October 29th at 8:00 PM Festival Centerpiece LIFE GOES ON starring Sharmila Tagore Soha Ali Khan Om Puri and Girish Karnad on October 30th at 2:15 PM Closing night film COOKING WITH STELLA starring Seema Biswas co-written by Deepa Mehta on October 30th at 8:20 PM. YASMIN starring Emmy award-winning Archie Panjabi on October 30th at Noon Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NJISACF 2010 Seats Available size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/525#bookmarkify http://nynjbengali.com/archives/525#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/525&amp;Title=NJISACF 2010 Seats Available http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/525 http://www.bloglines.com/sub/http://nynjbengali.com/archives/525 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/525 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NJISACF 2010 Seats Available&amp;bookmark_url=http://nynjbengali.com/archives/525 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/525 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://co.mments.com/track?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://del.icio.us/post?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.diigo.com/post?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/525 http://www.dzone.com/links/add.html?description=NJISACF 2010 Seats Available&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/525 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/525&amp;h=NJISACF 2010 Seats Available http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/525&amp;t=NJISACF 2010 Seats Available http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NJISACF 2010 Seats Available&amp;url=http://nynjbengali.com/archives/525 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/525&amp;t=NJISACF 2010 Seats Available http://www.folkd.com/submit/http://nynjbengali.com/archives/525 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/525&amp;t=NJISACF 2010 Seats Available http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.hugg.com/node/add/storylink?edit[title]=NJISACF 2010 Seats Available&amp;edit[url]=http://nynjbengali.com/archives/525 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/525 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/525 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/525 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/525&title=NJISACF 2010 Seats Available http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/525&amp;bm_description=NJISACF 2010 Seats Available http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/525 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/525&amp;t=NJISACF 2010 Seats Available http://myweb.yahoo.com/myweb/save?t=NJISACF 2010 Seats Available&amp;u=http://nynjbengali.com/archives/525 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/525 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/525&amp;t=NJISACF 2010 Seats Available http://www.plugim.com/submit?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/525&amp;T=NJISACF 2010 Seats Available http://reddit.com/submit?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/525 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/525 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/525 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://technorati.com/faves?add=http://nynjbengali.com/archives/525 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/525&amp;name=NJISACF 2010 Seats Available http://twitter.com/home/?status=NJISACF 2010 Seats Available+http://nynjbengali.com/archives/525 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/525 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/525&amp;t=NJISACF 2010 Seats Available http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NJISACF 2010 Seats Available&amp;uri=http://nynjbengali.com/archives/525 http://nynjbengali.com/archives/525 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/525&amp;Title=NJISACF 2010 Seats Available http://www.bloglines.com/sub/http://nynjbengali.com/archives/525 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/525 http://del.icio.us/post?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/525 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/525&title=NJISACF 2010 Seats Available http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/525&amp;bm_description=NJISACF 2010 Seats Available http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/525 http://reddit.com/submit?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://technorati.com/faves?add=http://nynjbengali.com/archives/525 http://twitter.com/home/?status=NJISACF 2010 Seats Available+http://nynjbengali.com/archives/525 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/525&amp;title=NJISACF 2010 Seats Available http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/525&amp;t=NJISACF 2010 Seats Available http://www.feedburner.com/fb/a/emailFlare?itemTitle=NJISACF 2010 Seats Available&amp;uri=http://nynjbengali.com/archives/525&amp;loc=en_US http://nynjbengali.com/archives/525#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NJISACF 2010 Seats Available Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(341, 3052, 'Dipak Bagchi Does etv Bangla Team have any expertise to fix the problem of Program Schedule we are experiencing for a long time The program shown does not match the program list shown by direcTV in the USA. Or is it that the etv Bangla team does not care about its subscribers. Bagchi', NULL),
(512, 3051, 'Arindam Chakraborty Thank you so much for posting this… you have brought back so many old sweet memories…', NULL),
(526, 0, 'Raag-Rang presents a magical afternoon of instrumental music by Shree Anirban Dasgupta Sarod son disciple of renowned Sarod maestro Pt Buddhadev Dasgupta. Shree Amod Dandawate will accompany him on tabla. There will be a short vocal recital by a talented young artist Shree Chinmay Paranjape. Date-4th December. Time- 3:30pm –6pm. Venue: Universal Unitarian Congregation of Princeton Fahs Theater 50 Cherry Hill Road Princeton NJ 08540 Admission: Non Members: 20 Kids between 5 to10 Years 10 RaagRang Members: 15 Kids between 5 to 10 Years 7 For details Contact: 908-429-1120 609-890-4890 908-240-8289. RSVP will be appreciated. Email: bhawmikm@gmail.com mayuresh.khare@gmail.com devang42@yahoo.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Raag-Rang Presents Anirban Dasgupta on Sarod size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:bhawmikm@gmail.com mailto:mayuresh.khare@gmail.com mailto:devang42@yahoo.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/526#bookmarkify http://nynjbengali.com/archives/526#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/526&amp;Title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/526 http://www.bloglines.com/sub/http://nynjbengali.com/archives/526 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/526 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Raag-Rang Presents Anirban Dasgupta on Sarod&amp;bookmark_url=http://nynjbengali.com/archives/526 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/526 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://co.mments.com/track?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://del.icio.us/post?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.diigo.com/post?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/526 http://www.dzone.com/links/add.html?description=Raag-Rang Presents Anirban Dasgupta on Sarod&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/526 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/526&amp;h=Raag-Rang Presents Anirban Dasgupta on Sarod http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/526&amp;t=Raag-Rang Presents Anirban Dasgupta on Sarod http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Raag-Rang Presents Anirban Dasgupta on Sarod&amp;url=http://nynjbengali.com/archives/526 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/526&amp;t=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.folkd.com/submit/http://nynjbengali.com/archives/526 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/526&amp;t=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.hugg.com/node/add/storylink?edit[title]=Raag-Rang Presents Anirban Dasgupta on Sarod&amp;edit[url]=http://nynjbengali.com/archives/526 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/526 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/526 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/526 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/526&title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/526&amp;bm_description=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/526 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/526&amp;t=Raag-Rang Presents Anirban Dasgupta on Sarod http://myweb.yahoo.com/myweb/save?t=Raag-Rang Presents Anirban Dasgupta on Sarod&amp;u=http://nynjbengali.com/archives/526 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/526 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/526&amp;t=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.plugim.com/submit?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/526&amp;T=Raag-Rang Presents Anirban Dasgupta on Sarod http://reddit.com/submit?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/526 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/526 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/526 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://technorati.com/faves?add=http://nynjbengali.com/archives/526 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/526&amp;name=Raag-Rang Presents Anirban Dasgupta on Sarod http://twitter.com/home/?status=Raag-Rang Presents Anirban Dasgupta on Sarod+http://nynjbengali.com/archives/526 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/526 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/526&amp;t=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Raag-Rang Presents Anirban Dasgupta on Sarod&amp;uri=http://nynjbengali.com/archives/526 http://nynjbengali.com/archives/526 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/526&amp;Title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.bloglines.com/sub/http://nynjbengali.com/archives/526 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/526 http://del.icio.us/post?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/526 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/526&title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/526&amp;bm_description=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/526 http://reddit.com/submit?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://technorati.com/faves?add=http://nynjbengali.com/archives/526 http://twitter.com/home/?status=Raag-Rang Presents Anirban Dasgupta on Sarod+http://nynjbengali.com/archives/526 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/526&amp;title=Raag-Rang Presents Anirban Dasgupta on Sarod http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/526&amp;t=Raag-Rang Presents Anirban Dasgupta on Sarod http://www.feedburner.com/fb/a/emailFlare?itemTitle=Raag-Rang Presents Anirban Dasgupta on Sarod&amp;uri=http://nynjbengali.com/archives/526&amp;loc=en_US http://nynjbengali.com/archives/526#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Raag-Rang Presents Anirban Dasgupta on Sarod Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(527, 0, 'Friday Nov 19 2010 8.00pm Sahitya - o - Alochona at Ananda Mandir to feature “Probashe Natoker Boshe” A discussion on Bengali Diaspora Theatre. The discussion will be led by Sudipta Bhawmik and will delve into the issues of why how and what of Bengali theatre in USA. We will trace the history and talk about the latest trends of our theatre. All are welcome. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  “Probashe Natoker Boshe” - A Discussion on Bengali Diaspora Theatre size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/527#bookmarkify http://nynjbengali.com/archives/527#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/527&amp;Title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/527 http://www.bloglines.com/sub/http://nynjbengali.com/archives/527 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/527 http://www.buddymarks.com/add_bookmark.php?bookmark_title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre&amp;bookmark_url=http://nynjbengali.com/archives/527 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/527 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://co.mments.com/track?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://del.icio.us/post?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.diigo.com/post?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/527 http://www.dzone.com/links/add.html?description=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/527 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/527&amp;h=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/527&amp;t=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre&amp;url=http://nynjbengali.com/archives/527 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/527&amp;t=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.folkd.com/submit/http://nynjbengali.com/archives/527 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/527&amp;t=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.hugg.com/node/add/storylink?edit[title]=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre&amp;edit[url]=http://nynjbengali.com/archives/527 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/527 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/527 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/527 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/527&title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/527&amp;bm_description=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/527 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/527&amp;t=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://myweb.yahoo.com/myweb/save?t=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre&amp;u=http://nynjbengali.com/archives/527 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/527 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/527&amp;t=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.plugim.com/submit?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/527&amp;T=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://reddit.com/submit?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/527 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/527 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/527 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://technorati.com/faves?add=http://nynjbengali.com/archives/527 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/527&amp;name=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://twitter.com/home/?status=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre+http://nynjbengali.com/archives/527 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/527 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/527&amp;t=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre&amp;uri=http://nynjbengali.com/archives/527 http://nynjbengali.com/archives/527 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/527&amp;Title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.bloglines.com/sub/http://nynjbengali.com/archives/527 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/527 http://del.icio.us/post?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/527 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/527&title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/527&amp;bm_description=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/527 http://reddit.com/submit?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://technorati.com/faves?add=http://nynjbengali.com/archives/527 http://twitter.com/home/?status=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre+http://nynjbengali.com/archives/527 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/527&amp;title=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/527&amp;t=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre http://www.feedburner.com/fb/a/emailFlare?itemTitle=&#8220;Probashe Natoker Boshe&#8221; - A Discussion on Bengali Diaspora Theatre&amp;uri=http://nynjbengali.com/archives/527&amp;loc=en_US http://nynjbengali.com/archives/527#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', '“Probashe Natoker Boshe” - A Discussion on Bengali Diaspora Theatre Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(528, 0, 'by Amitava Sen My Sales Manager came running to my office. “What’s my Good Name ” he asked urgently. I did not understand his question. Indeed I liked his name. I did not think it was a bad name and how was I supposed to know whether he had a better name Honestly I did not care what his name was. Did Shakespeare not write somewhere that a rose smells the same despite the name you call it by Richard Schwartz my sales manager explained that there was a call from an Indian company who was interested in our filtration product. Richard was loath to give an incorrect answer and lose the prospect of an order for the product simply because his parents neglected to give him a better name. Suddenly it dawned on me that this man from India was asking for his Subh Naam which translated to Good Name. “Go and tell him your name is Richard Schwartz and I will explain the whole thing to you later.” I advised my sales manager. We Bengalees usually do not use this term “Subh Naam ” literally translated it means Auspicious Name. In some parts of India it is considered rude to ask anyone the names in his face to sound polite people ask for “Good Name.” That was decades ago. I had almost forgotten the term Good Name. So I was somewhat taken aback when I heard some one calling me from behind one day as I was taking a stroll in the neighborhood. “What’s your Good Name Sir I am Sam.” As I turned around I saw him. It was rather difficult for me to accept an Indian man long past his prime years just as Sam it sounded incongruous. The name did not fit him at all. I introduced myself and asked “So what’s YOUR good name ” “I am B.K. Somasundaram Allepei Chellum.” I chose not to ask him to elaborate on B.K. I was a little embarrassed that I myself did not even have one middle name. “Glad to know you Mr.Chellum” I said. It turns out that Chellum is not his last name either he is really Mr.Chettier Chettier is his family name. “My son does not want me to tell people my real name he kind of rechristened me. He thinks Sam is more acceptable in this country” “I have no problem calling you Somasundaram if you let me.” “So you’re a Bengali my daughter-in-law is also a Bengali. Won’t you come inside Please do.” He almost begged. I have not known this man but I have seen him walking in the neighborhood with a woman who I assume is his wife and a dog on a leash. Even with my limited knowledge of dogs this dog was unmistakably a Rottweiler or some such frightening species. I was not particularly keen on going close to a person with a Rottweiler and the dog did not appear to be overly friendly. But the couple looked at me every time I saw them from my driveway while they were walking the street in front of my house expecting to introduce them to me. I ignored them. But finally I am trapped I have no choice now. This man was insisting that I should come in and now that he has announced that his daughter in law is a Bengali he feels I have an obligation to befriend him. Inside the house his wife was feeding his infant grandson and was genuinely happy to see me. I looked around and asked with trepidation “Your dog ” “Sundays my son and his wife take the dog to the park in the afternoon for walk and play” he replied and then added that they would be back soon. “I have to leave sooner ” I told myself. A few days later the doorbell rang and I instantly knew who it would be. Sure enough Mr. and Mrs. Chettier were there with a distressed look writ large over their faces. After sitting down on my couch they got straight to the point. Can I help them to purchase two tickets to India They have been here for the past seven years when their first grandchild a son was born. After he grew up his son and the daughter-in-law decided to have another baby and they insisted that their parents stay longer. They were stuck. Meanwhile they have only been to India once two years ago. Any time they had expressed their desire to go back to India his son became depressed and begged them to stay another year. If they go back it will be the end of the daughter in law’s career and their American dream would fall by the wayside. His wife does not trust day care or a baby sitter and besides his son argues he is the only child of Mr. and Mrs. Chettier they should stay with their son at least for some time. The father explained that without their son’s acquiescence and cooperation they could not return to India. Furthermore Mr. Chettier would not want to hurt his son’s feelings. It was in fact Mrs. Chettier’s insistence that brought them to me. Mrs. Chettier became hysterical and started crying. She never cooked or washed dishes while she lived in India. Here in America she cleans cooks does dishes and laundry and baby-sits all day. “That’s not really true ” the husband protested “My son tells you repeatedly to leave all household chores for them ” Only asks that his parents walk the dog and look after the children. “How can I do that It is easily said than done Being a woman I cannot stand to see all the work piling up and left for the weekend. After all my son will end up doing most of the chores.” Mrs. Chettier said between her tears. “And I can not live my life in my own way here my daughter in law even objects to my using water after going to the bathroom” She is ashamed of the sight of a water jug in the bathroom that her friends may visit sometime. Mr. Chettier assured me that he does not need any monetary help from me they have saved enough money for their passage. Having lived here for seven years they have green cards they receive Medicaid and SSI money from the government. His son does not let them spend any of their savings. Mr. Chettier would stay longer if he had a choice but he was afraid that his wife would breakdown soon emotionally. After listening to them I realized that I was quite familiar with this very situation I heard it all before. One of my friend’s mother in law similarly escaped with the help of a neighbor. I heard that she died shortly after reaching Calcutta. I really had sympathy for Mrs.Chettier’s situation but I declined I was afraid of any legal situation arising out of my action. I explained it to them and Mr. Chettier readily understood. Since this time we became quite friendly and we would talk whenever we passed each other in the neighborhood. Two or three months passed and I realized that I did not see them for a week may be two. I stopped by their house the following weekend and rang the bell. The son whom I had seen a few times but was never introduced to answered the door. His parents departed for India a few weeks earlier. I did not ask how or why. The news relieved my conscience and made my day. I kept thinking about how commonplace this situation is for so many of my Bengali friends whose parents particularly for the widowed mother who lived with them. To put it harshly many of them are virtually prisoners in this country in their children’s home where in most situations husband and wife both work outside of the homes during the day. It is true that in most cases they are not really treated badly by their children or the children’s spouses. The grand mother is left behind to take care of children all day or at least for the time after the children come back from school. During the school hours the lives for the grandparents are more depressing and lonely. When the grandma is home her children expect their food will be ready when they return from work so she cooks washes dishes and does laundry. It is not that her children impose the chores on her she does it voluntarily and at least that is what she would like to think. If she is the wife’s mother she talks to her daughter when the daughter comes back from work but refrains from talking too much as she is afraid of intruding into the time between her daughter and her husband. If she happens to be son’s mother the communication is not as open with the daughter in law and her son is usually on computer doing his stuff. The grandparents do not drive they look forward to the weekends when they may be lucky to see the outside world for a while. But their children’s dinner invitations or a necessary visit to Home Depot interferes with the plan of taking grandparents out or limits it to a supermarket visit. Parents are often invited to the weekend dinners but they do not always fit in amongst their children’s friends. When they join the parties they look for another set of parents if they can find one. Curiously the age is not a factor in this class divide. Being the parents of the first generation and having come here at late age they are just considered seniors to be called Kakus and Meshomasais while some among us who are their contemporary or even older are addressed as Dadas. Sometimes it is obvious from their demeanor that either the husband or the wife is not quite pleased with the situation where they have to carry each other’s in laws as an appendage to every party. And that makes the parents feel uneasy if not unwelcome. Shorter stay limited to a few months by a grandmother during a childbirth is not a breeze either. In addition to caring for the newborn there is the cooking and all the other daily chores and of course there are sleepless nights. With helps galore most of these grandmothers are accustomed to an easy and comfortable if not lazy life back home in India for many years. In an existential world the mothers from India have no option they just can not say no to their children’s call for help. But it turns out to be a torturous adjustment to make at this stage of life. There is a difference between circumstances of the mothers who are here for a single child birth and plight of many other women who are compelled by circumstances or have made a choice of moving to and living with their children in America. For the former there is light at the end of the tunnel with a looming escape in sight. Sometimes though it may turn out to be a temporary parole till the next child is due. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Mothers on Call size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/528#bookmarkify http://nynjbengali.com/archives/528#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/528&amp;Title=Mothers on Call http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/528 http://www.bloglines.com/sub/http://nynjbengali.com/archives/528 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/528 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Mothers on Call&amp;bookmark_url=http://nynjbengali.com/archives/528 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/528 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://co.mments.com/track?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://del.icio.us/post?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.diigo.com/post?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/528 http://www.dzone.com/links/add.html?description=Mothers on Call&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/528 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/528&amp;h=Mothers on Call http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/528&amp;t=Mothers on Call http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Mothers on Call&amp;url=http://nynjbengali.com/archives/528 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/528&amp;t=Mothers on Call http://www.folkd.com/submit/http://nynjbengali.com/archives/528 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/528&amp;t=Mothers on Call http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.hugg.com/node/add/storylink?edit[title]=Mothers on Call&amp;edit[url]=http://nynjbengali.com/archives/528 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/528 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/528 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/528 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/528&title=Mothers on Call http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/528&amp;bm_description=Mothers on Call http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/528 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/528&amp;t=Mothers on Call http://myweb.yahoo.com/myweb/save?t=Mothers on Call&amp;u=http://nynjbengali.com/archives/528 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/528 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/528&amp;t=Mothers on Call http://www.plugim.com/submit?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/528&amp;T=Mothers on Call http://reddit.com/submit?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/528 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/528 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/528 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://technorati.com/faves?add=http://nynjbengali.com/archives/528 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/528&amp;name=Mothers on Call http://twitter.com/home/?status=Mothers on Call+http://nynjbengali.com/archives/528 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/528&amp;title=Mothers on Call https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/528 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/528&amp;t=Mothers on Call http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Mothers on Call&amp;uri=http://nynjbengali.com/archives/528 http://nynjbengali.com/archives/528 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/528&amp;Title=Mothers on Call http://www.bloglines.com/sub/http://nynjbengali.com/archives/528 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/528 http://del.icio.us/post?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/528 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/528&title=Mothers on Call http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/528&amp;bm_description=Mothers on Call http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/528 http://reddit.com/submit?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://technorati.com/faves?add=http://nynjbengali.com/archives/528 http://twitter.com/home/?status=Mothers on Call+http://nynjbengali.com/archives/528 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/528&amp;title=Mothers on Call http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/528&amp;t=Mothers on Call http://www.feedburner.com/fb/a/emailFlare?itemTitle=Mothers on Call&amp;uri=http://nynjbengali.com/archives/528&amp;loc=en_US http://nynjbengali.com/archives/528#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Mothers on Call Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(529, 0, 'Recently I had the opportunity to watch the play “Broken Images” written by Girish Karnad directed by Alyque Padamsee and performed by the famous film and stage actor Ms. Shabana Azmi.  Girish Karnad is one of the foremost playwrights of modern India hence any play from him raises expectations.  “Broken Images” is certainly not one of his best plays although it did make its point quite strongly. It tells the story of the confessions of a mediocre Hindi writer who has become an internationally acclaimed English language celebrity author through deceit.  It also tells that the image we often create to impress the outer world gets shattered inside when it is not projected in the light of truth. The play being directed by the veteran theater persona Alyque Padamsee adds another dimension to it. But the strongest attraction for most theater goers was to see Shabana Azmi on stage.  The North Brunswick High School auditorium in New Jersey was packed with her cheerful fans although they had to wait well past the show time in long lines outside the theater.  And it seemed they were not disappointed.  They got to see their favorite actress not only in person but also on screen.  It was Shabana acting on stage with Shabana on a big screen television mounted on stage.  It was a bit tricky act to perform especially when she had to synchronize not only the timing of her dialogues but also her position on stage to match the eye movement of the character on screen.  It kind of restricted her freedom on stage in many ways. But the major problem came not from the timing or blocking but from the difference in the two media. Acting on television differs greatly from the the acting styles on stage. The big close up of Shabana on a big screen TV on stage carried subtle nuances and facial expressions which Shabana on stage had to compensate with her physical movements. This caused a discord in acting styles which was a bit discomforting to me. The technique looked more gimmicky rather than an absolute necessity. In many one person shows the actor often has to play multiple roles and the audience accepts the illusion quite happily. If the play demands another character on stage I’d think it is better to use another actor rather than use some convoluted technique like that used in this production.  Ms. Azmi is a powerful actor and I am quite convinced that she could have handled both the characters on stage with equal ease.  Maybe Mr. Padamsee can think of this play in a more conventional way and deal with the challenge without taking recourse to modern technology. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Shabana’s Broken Images size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/12/shabana_azmi.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/529#bookmarkify http://nynjbengali.com/archives/529#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/529&amp;Title=Shabana&#8217;s Broken Images http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/529 http://www.bloglines.com/sub/http://nynjbengali.com/archives/529 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/529 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Shabana&#8217;s Broken Images&amp;bookmark_url=http://nynjbengali.com/archives/529 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/529 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://co.mments.com/track?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://del.icio.us/post?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.diigo.com/post?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/529 http://www.dzone.com/links/add.html?description=Shabana&#8217;s Broken Images&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/529 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/529&amp;h=Shabana&#8217;s Broken Images http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/529&amp;t=Shabana&#8217;s Broken Images http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Shabana&#8217;s Broken Images&amp;url=http://nynjbengali.com/archives/529 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/529&amp;t=Shabana&#8217;s Broken Images http://www.folkd.com/submit/http://nynjbengali.com/archives/529 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/529&amp;t=Shabana&#8217;s Broken Images http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.hugg.com/node/add/storylink?edit[title]=Shabana&#8217;s Broken Images&amp;edit[url]=http://nynjbengali.com/archives/529 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/529 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/529 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/529 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/529&title=Shabana&#8217;s Broken Images http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/529&amp;bm_description=Shabana&#8217;s Broken Images http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/529 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/529&amp;t=Shabana&#8217;s Broken Images http://myweb.yahoo.com/myweb/save?t=Shabana&#8217;s Broken Images&amp;u=http://nynjbengali.com/archives/529 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/529 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/529&amp;t=Shabana&#8217;s Broken Images http://www.plugim.com/submit?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/529&amp;T=Shabana&#8217;s Broken Images http://reddit.com/submit?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/529 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/529 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/529 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://technorati.com/faves?add=http://nynjbengali.com/archives/529 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/529&amp;name=Shabana&#8217;s Broken Images http://twitter.com/home/?status=Shabana&#8217;s Broken Images+http://nynjbengali.com/archives/529 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/529 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/529&amp;t=Shabana&#8217;s Broken Images http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Shabana&#8217;s Broken Images&amp;uri=http://nynjbengali.com/archives/529 http://nynjbengali.com/archives/529 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/529&amp;Title=Shabana&#8217;s Broken Images http://www.bloglines.com/sub/http://nynjbengali.com/archives/529 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/529 http://del.icio.us/post?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/529 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/529&title=Shabana&#8217;s Broken Images http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/529&amp;bm_description=Shabana&#8217;s Broken Images http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/529 http://reddit.com/submit?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://technorati.com/faves?add=http://nynjbengali.com/archives/529 http://twitter.com/home/?status=Shabana&#8217;s Broken Images+http://nynjbengali.com/archives/529 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/529&amp;title=Shabana&#8217;s Broken Images http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/529&amp;t=Shabana&#8217;s Broken Images http://www.feedburner.com/fb/a/emailFlare?itemTitle=Shabana&#8217;s Broken Images&amp;uri=http://nynjbengali.com/archives/529&amp;loc=en_US http://nynjbengali.com/archives/529#bookmarkify Shabana Azmi in Broken Images [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Shabana Azmi Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Shabana’s Broken Images Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(529, 3067, 'Sushmita Dutta Sudipta Thanks for this lovely review on Broken Images. I am completely in agreement with you that -The technique looked more gimmicky rather than an absolute necessity… Reflecting on theater productions today that incorporate modern communication technologies I wonder if the trend is purposeful or just an attempt to break away from the 2 dimensional monotony of theater that we have lived through for years and now seek a variation. Alyque Padamsee’s one of the early commercial shows I had seen Evita also had very strikingly different useage of lights and stage crafts to create an illusionary effect. It didn’t appear gimmicky in fact the effects blended well with the play and also retained the purity of theater experience. In this production he could have had two levels of platforms a higher level for the larger than life character and Shabana could have acted both roles live on stage. But Alyque proffered a technological device though he is an absolutely dedicated theater person. I wonder why. Any other comments Best Sushmita http://www.novel-ebiz.com', NULL),
(523, 3065, 'K. Purohit Nothing to be concerned or worth writing home. This is Bongo berathar.', NULL),
(506, 3070, 'Patrizia Mookherjee As always big kudos to Kallol. I loved the Bombay Spice food stall which was located to the left side as entering the building: it was so convenient by selling jasmin flowers for the women to wear and bengali sweets for Bijoya. It was as if that stall was giving aid to make the puja as if in Kolkata. i hope they will be back next year. http://none', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(531, 0, 'Whenever I go to Kolkata I make it a point to see as many theaters as possible within the short breaks that I can manage from the hectic schedule. This summer too I had the opportunity of watching two plays in Kolkata “Kaachher Manush” by Gandhar and “Srinwantu Comrades” by Nandipat. “Kaachher Manush” is based on a Marathi play by Dr. Sirish Athwale translated by Kamal Sanyal and directed by Gautam Haldar. The play tells the story about how two people from different social backgrounds can come close together through a metaphoric process of healing.  Dadaseheb a Marathi Brahmin played by Debshankar Haldar is suffering from a paralysis of his right side resulting from a head injury and needs physiotherapy and occupational therapy to recover. Savitribai a senior dalit lady performed by Bijoy Lakshmi Burman has been appointed as a nurse to provide him with his daily therapy and help him during the day with his household chores. Dadasaheb initially opposed to this arrangement especially to be under the constant supervision of a lower caste lady but had to accept reluctantly.  And predictably enough Dadasaheb’s physical condition improves under the strict regimen of Savitribai and at one point the widower Dadasheb even proposes her hand in marriage. Dadasheb is finally cured within a week’s time when his NRI daughter threatens to come and take him with her to USA.  The play is very well acted by Debshankar and Bijoy Lakshmi. Debshankar’s boisterous characterization of Dadasaheb has been well complemented by the cool and composed Savitribai of Bijoylakhsmi.  Parthasarathi Mukhopadhyay as the son was just appropriate. However the character of Dadasaheb’s NRI daughter Maitrayee has been made into a stereotypical non-resident haughty woman whose concern for her father was made into a comical farce.  The director and the playwright should have paid some attention to modern physical and occupational therapy  techniques for the elderly where safety and fall prevention is one of the key objectives.  The days of challenging the patient to walk on his own without any safety precautions is long gone with the days of black and while romantic films of Uttam and Suchitra.  Scenes like these help the actor to show a good deal of physical acting and even helps build audience tension but is not practical at all and should have come with the notice - “Don’t try this at home with your parents.” Incidentally Kachher Manush was staged at the 2010 Bangamela held in Nashville TN and then it toured some of the mid-west cities although it did not come to the US east coast. The other play “Srinwantu Comrades” Comrades Lend me your ears is directed by the veteran thespian Bibhas Chakraborty.  The play originally written by the Russian playwright Satrov in 1977 tells the story about a day in the life of Vladimir I Lenin in 1920 when he was recuperating from an assassination attempt with two bullets in his body.   As the day progresses Lenin receives visitors from his party the government the bureaucrats the labourers the farmers and even the socialites. And gradually Lenin realizes how his thoughts and philosophy for creating a classless proletariat society is getting distorted. The party the govt and the bureaucrats are bent upon forcing socialism down the throats of the people and choking their voice in the process. While watching the play one would invariably draw parallels with the current left front govt of West Bengal and their actions in the name of  Marxism although at the very beginning of the play it was announced that the translator and director did not make any changes to the original text to make it sound more relevant. The play did not have any story line for that matter and was almost like a staged documentary. It requires a lot of attention on the audience’s part to stay focused on the play as the play turns out to be talking heads for the most part. One good thing I noticed was that on both days the audience turn out was quite good. The common complaint that I hear about the lack of audience was not evident at least for these two shows. I’d recommend both the plays to anybody who wants to watch good theater. NOTE: This article was previously published in Ananda Sambad. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Two Plays in Kolkata size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/12/kaachher-manush.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/531#bookmarkify http://nynjbengali.com/archives/531#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/531&amp;Title=Two Plays in Kolkata http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/531 http://www.bloglines.com/sub/http://nynjbengali.com/archives/531 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/531 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Two Plays in Kolkata&amp;bookmark_url=http://nynjbengali.com/archives/531 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/531 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://co.mments.com/track?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://del.icio.us/post?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.diigo.com/post?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/531 http://www.dzone.com/links/add.html?description=Two Plays in Kolkata&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/531 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/531&amp;h=Two Plays in Kolkata http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/531&amp;t=Two Plays in Kolkata http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Two Plays in Kolkata&amp;url=http://nynjbengali.com/archives/531 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/531&amp;t=Two Plays in Kolkata http://www.folkd.com/submit/http://nynjbengali.com/archives/531 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/531&amp;t=Two Plays in Kolkata http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.hugg.com/node/add/storylink?edit[title]=Two Plays in Kolkata&amp;edit[url]=http://nynjbengali.com/archives/531 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/531 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/531 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/531 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/531&title=Two Plays in Kolkata http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/531&amp;bm_description=Two Plays in Kolkata http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/531 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/531&amp;t=Two Plays in Kolkata http://myweb.yahoo.com/myweb/save?t=Two Plays in Kolkata&amp;u=http://nynjbengali.com/archives/531 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/531 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/531&amp;t=Two Plays in Kolkata http://www.plugim.com/submit?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/531&amp;T=Two Plays in Kolkata http://reddit.com/submit?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/531 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/531 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/531 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://technorati.com/faves?add=http://nynjbengali.com/archives/531 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/531&amp;name=Two Plays in Kolkata http://twitter.com/home/?status=Two Plays in Kolkata+http://nynjbengali.com/archives/531 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/531 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/531&amp;t=Two Plays in Kolkata http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Two Plays in Kolkata&amp;uri=http://nynjbengali.com/archives/531 http://nynjbengali.com/archives/531 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/531&amp;Title=Two Plays in Kolkata http://www.bloglines.com/sub/http://nynjbengali.com/archives/531 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/531 http://del.icio.us/post?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/531 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/531&title=Two Plays in Kolkata http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/531&amp;bm_description=Two Plays in Kolkata http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/531 http://reddit.com/submit?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://technorati.com/faves?add=http://nynjbengali.com/archives/531 http://twitter.com/home/?status=Two Plays in Kolkata+http://nynjbengali.com/archives/531 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/531&amp;title=Two Plays in Kolkata http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/531&amp;t=Two Plays in Kolkata http://www.feedburner.com/fb/a/emailFlare?itemTitle=Two Plays in Kolkata&amp;uri=http://nynjbengali.com/archives/531&amp;loc=en_US http://nynjbengali.com/archives/531#bookmarkify Kaachher Manush [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Kaachher Manush Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Two Plays in Kolkata Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(533, 0, 'The Naga Viper is the latest claimant to the world’s-hottest-pepper title beating its predecessor the Bhoot Jolokia by more than 300 000 Scoville units of tongue-scorching chili hotness. Researchers at Warwick University testing the Naga Viper found that it measures 1 359 000 on the Scoville scale which rates heat by tracking the presence of a chemical compound. In comparison most varieties of jalapeño peppers measure in the 2 500 to 5 000 range. Bhoot Jolokia scored 1 000 000 Scoville units. But Naga Viper is not a produce of Nagaland. The new pepper is actually a creation of Gerald Fowler a British chili farmer and pub owner who crossed three of the hottest peppers known to man including the Bhoot Jolokia. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Naga Viper Beats Bhoot Jolokia size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/533#bookmarkify http://nynjbengali.com/archives/533#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/533&amp;Title=Naga Viper Beats Bhoot Jolokia http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/533 http://www.bloglines.com/sub/http://nynjbengali.com/archives/533 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/533 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Naga Viper Beats Bhoot Jolokia&amp;bookmark_url=http://nynjbengali.com/archives/533 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/533 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://co.mments.com/track?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://del.icio.us/post?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.diigo.com/post?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/533 http://www.dzone.com/links/add.html?description=Naga Viper Beats Bhoot Jolokia&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/533 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/533&amp;h=Naga Viper Beats Bhoot Jolokia http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/533&amp;t=Naga Viper Beats Bhoot Jolokia http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Naga Viper Beats Bhoot Jolokia&amp;url=http://nynjbengali.com/archives/533 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/533&amp;t=Naga Viper Beats Bhoot Jolokia http://www.folkd.com/submit/http://nynjbengali.com/archives/533 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/533&amp;t=Naga Viper Beats Bhoot Jolokia http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.hugg.com/node/add/storylink?edit[title]=Naga Viper Beats Bhoot Jolokia&amp;edit[url]=http://nynjbengali.com/archives/533 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/533 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/533 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/533 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/533&title=Naga Viper Beats Bhoot Jolokia http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/533&amp;bm_description=Naga Viper Beats Bhoot Jolokia http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/533 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/533&amp;t=Naga Viper Beats Bhoot Jolokia http://myweb.yahoo.com/myweb/save?t=Naga Viper Beats Bhoot Jolokia&amp;u=http://nynjbengali.com/archives/533 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/533 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/533&amp;t=Naga Viper Beats Bhoot Jolokia http://www.plugim.com/submit?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/533&amp;T=Naga Viper Beats Bhoot Jolokia http://reddit.com/submit?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/533 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/533 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/533 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://technorati.com/faves?add=http://nynjbengali.com/archives/533 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/533&amp;name=Naga Viper Beats Bhoot Jolokia http://twitter.com/home/?status=Naga Viper Beats Bhoot Jolokia+http://nynjbengali.com/archives/533 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/533 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/533&amp;t=Naga Viper Beats Bhoot Jolokia http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Naga Viper Beats Bhoot Jolokia&amp;uri=http://nynjbengali.com/archives/533 http://nynjbengali.com/archives/533 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/533&amp;Title=Naga Viper Beats Bhoot Jolokia http://www.bloglines.com/sub/http://nynjbengali.com/archives/533 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/533 http://del.icio.us/post?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/533 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/533&title=Naga Viper Beats Bhoot Jolokia http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/533&amp;bm_description=Naga Viper Beats Bhoot Jolokia http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/533 http://reddit.com/submit?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://technorati.com/faves?add=http://nynjbengali.com/archives/533 http://twitter.com/home/?status=Naga Viper Beats Bhoot Jolokia+http://nynjbengali.com/archives/533 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/533&amp;title=Naga Viper Beats Bhoot Jolokia http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/533&amp;t=Naga Viper Beats Bhoot Jolokia http://www.feedburner.com/fb/a/emailFlare?itemTitle=Naga Viper Beats Bhoot Jolokia&amp;uri=http://nynjbengali.com/archives/533&amp;loc=en_US http://nynjbengali.com/archives/533#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Naga Viper Beats Bhoot Jolokia Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(506, 3076, 'ananya hello all i wud leave a request to the family of late sri braja dulal mookherjee to kindly contact me…he was the eldest brother of my father ashokankur mookherjee and my late uncle regards ananya', NULL),
(534, 0, 'I often have this dilemma is it okay to criticize Often people ask me how did I like a book or a play or a movie - and I find it very difficult to answer. First of all if it is my opinion they are asking for I can possibly try to answer quite diplomatically. My answer would also depend on who is asking me and about what my opinion is sought for. But expressing an opinion and making a criticism of some work are two entirely different ball games. Opinions are personal but criticism should be based on a solid foundation of theoretical and practical understanding of the craft. We often tend to confuse between the two and sometimes give too much weight to personal opinions as valued commentary of a piece of artistic or literary work. And this is where I feel awkward to express my opinions because I fear that my opinions may be considered as criticisms and be given more value than it is worth. Secondly being involved in some artistic pursuits myself I feel it is not for me to judge the creation of a fellow artist. For when I put myself in their shoes I know how hard it is to create something - how much love dedication passion and hard work has gone into it. I can never trivialize someones work whatever others may feel about it. Yes I do often see half baked immature ill conceived pieces of work being presented by many of my colleagues and friends. But I still find it very difficult to comment on them. But as friends and colleagues they do ask my comments ask my feedback. I can offer my feedback only as a fellow artist and never as a critic. Similarly when I write about a play that I have seen or a book that I have read recently I express only my opinion and not criticism. The art and maybe science of criticism has developed considerably over the ages. Several philosophers and literary theorists and I’ll not drop any names have worked on this subject and several frameworks for criticisms are now in place. A true critic should arm himself/herself with this knowledge as well as knowledge about the craft in question before making their commentary. A critic has his/her place in the world of art and literature. They help us appreciate the art form better and gives us clues to look for in the work to find hidden treasures. They also help the creators detect their flaws and improve their work. But good critics are hard to find. Most of them only express their opinions and just put in their ranking in letter grades or stars and claim themselves as critics. But in this day of social media marketing it is the opinions of the social influencers that matters the most. I have no complaints about that but we need to appreciate that these are opinions only and not criticisms. Do not base your appreciation of any work or any artist based on these opinions. If you need help find a good critic and read their criticisms. Else form your own opinion. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  To Criticize or Not to Criticize That is a Question  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/534#bookmarkify http://nynjbengali.com/archives/534#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/534&amp;Title=To Criticize or Not to Criticize, That is a Question! http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/534 http://www.bloglines.com/sub/http://nynjbengali.com/archives/534 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/534 http://www.buddymarks.com/add_bookmark.php?bookmark_title=To Criticize or Not to Criticize, That is a Question!&amp;bookmark_url=http://nynjbengali.com/archives/534 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/534 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://co.mments.com/track?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://del.icio.us/post?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.diigo.com/post?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/534 http://www.dzone.com/links/add.html?description=To Criticize or Not to Criticize, That is a Question!&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/534 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/534&amp;h=To Criticize or Not to Criticize, That is a Question! http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/534&amp;t=To Criticize or Not to Criticize, That is a Question! http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=To Criticize or Not to Criticize, That is a Question!&amp;url=http://nynjbengali.com/archives/534 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/534&amp;t=To Criticize or Not to Criticize, That is a Question! http://www.folkd.com/submit/http://nynjbengali.com/archives/534 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/534&amp;t=To Criticize or Not to Criticize, That is a Question! http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.hugg.com/node/add/storylink?edit[title]=To Criticize or Not to Criticize, That is a Question!&amp;edit[url]=http://nynjbengali.com/archives/534 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/534 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/534 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/534 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/534&title=To Criticize or Not to Criticize, That is a Question! http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/534&amp;bm_description=To Criticize or Not to Criticize, That is a Question! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/534 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/534&amp;t=To Criticize or Not to Criticize, That is a Question! http://myweb.yahoo.com/myweb/save?t=To Criticize or Not to Criticize, That is a Question!&amp;u=http://nynjbengali.com/archives/534 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question!&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/534 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/534&amp;t=To Criticize or Not to Criticize, That is a Question! http://www.plugim.com/submit?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/534&amp;T=To Criticize or Not to Criticize, That is a Question! http://reddit.com/submit?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/534 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/534 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/534 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://technorati.com/faves?add=http://nynjbengali.com/archives/534 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/534&amp;name=To Criticize or Not to Criticize, That is a Question! http://twitter.com/home/?status=To Criticize or Not to Criticize, That is a Question!+http://nynjbengali.com/archives/534 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/534 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/534&amp;t=To Criticize or Not to Criticize, That is a Question! http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=To Criticize or Not to Criticize, That is a Question!&amp;uri=http://nynjbengali.com/archives/534 http://nynjbengali.com/archives/534 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/534&amp;Title=To Criticize or Not to Criticize, That is a Question! http://www.bloglines.com/sub/http://nynjbengali.com/archives/534 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/534 http://del.icio.us/post?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/534 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/534&title=To Criticize or Not to Criticize, That is a Question! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/534&amp;bm_description=To Criticize or Not to Criticize, That is a Question! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/534 http://reddit.com/submit?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://technorati.com/faves?add=http://nynjbengali.com/archives/534 http://twitter.com/home/?status=To Criticize or Not to Criticize, That is a Question!+http://nynjbengali.com/archives/534 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/534&amp;title=To Criticize or Not to Criticize, That is a Question! http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/534&amp;t=To Criticize or Not to Criticize, That is a Question! http://www.feedburner.com/fb/a/emailFlare?itemTitle=To Criticize or Not to Criticize, That is a Question!&amp;uri=http://nynjbengali.com/archives/534&amp;loc=en_US http://nynjbengali.com/archives/534#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'To Criticize or Not to Criticize That is a Question Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(534, 3080, 'Best Indian Bloggers posts for weekend read ... : Sudipta Bhawmik What : To Criticize or Not to Criticize That is a Question Spicy: Criticism is one thing which pricks everyone but also helps you grow at the same time. ... http://blog.blogadda.com/2010/12/18/best-indian-bloggers-saiyona-lakshmi-sudipta-vibhuti-smita', NULL),
(534, 3083, 'Vibhuti B This is a wonderful piece here. Thanks to BlogAdda I discovered a good writer too. As a writer I have always longed for a free and frank blogger dost to guide me if Im slipping up in my writing some where. There are a few fellowbloggers who have the guts to come forth and express their opinions their choices and I respect and look forward to their comments. But yes a critic here has to stick to a bit of diplomacy too so as not to break hearts..:D Thanks for sharing Sudipta.. Cheers http://klishmaklaver.blogspot.com', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(535, 0, 'Time magazine chose Mark Zuckerberg as the 2010 person of the year. A film on the life of Mark Zuckerberg is a strong contender for Oscars next February. He is twenty six years old and is worth 7 billion dollars. He drives an Acura TSX and rents a house. And he is the creator of the phenomenon called “Facebook”. Yes Facebook is no longer a website it is a phenomenon. Social networking sites are nothing new. People on the internet started to commune together since the early days through bulletin boards news groups etc. long before MySpace LinkedIn Orkut and Facebook came into existence.  Newsgroups were there remember soc.cult.etc.etc even before web browsers and web servers were invented. People have always tried to use the internet to connect and to share. Social networking sites like Facebook has given the people the ideal vehicle to connect and share. And of all the social networking sites Facebook has become the most popular platform primarily because of its ability to evolve continuously.  People have been able to connect with their friends after ages they share their thoughts their likes and dislikes their photos and memories. It allows many to get their moments of fame and recognition from their friends and peers that was never possible before.  It has become such a powerful attraction to many that some psychiatrists are considering Facebook addition as a diagnosable ailment. But Facebook addiction is only one of the complaints against this 21st century phenomenon. Many people complain that Facebook doesn’t care for their privacy. They feel shocked to learn that some apparently unknown person has been able to read their profiles or when they see personal comments from some unknown people floating in on their walls. However before making any such complaints one should think that Facebook is not a place for private people. You join Facebook to share to get others to know you. I do not mean that just because you are on Facebook one has the right to know about all your secrets. All I mean to say is that people only know what you want them to know. When you make someone your friend there has to be an element of trust between you two. Also you should note that when you comment on a post by your friend it is most likely that his/her friends get to see your comment too. So the first principle in Facebook or any such social network platform is not to make a comment or statement that you wouldn’t want to share with many. If there is something that you’d like to share with your friend in private there are several other vehicles to do it including the messaging feature of Facebook. Another common complaint “Why do I have too see all the garbage  that my friends and their friends keep on posting.” Well since you have accepted somebody as your friend it is presumed that you’d like to read what they have to say. But if someone makes and excessive amount of postings you have the option of politely hiding their posts such that they don’t appear on your news feed. Your friend does not even get to know that you have turned him off without rejecting him as a friend. Facebook is a powerful platform and it is transforming the way people use the internet. It is empowering the internet users in ways that was never thought to be possible.  Marketing organizations are paying special attention to these platforms because this is where their customers are flocking.  But Facebook allows not only the big corporations but also the smaller organizations to reach out to the people for whatever cause they want their attention.  Features like groups and pages allow people to create common areas of interest to work and share on. But when all this becomes easily available to everybody lot of junk gets created too. One must be extremely careful in selecting the right groups and pages to join. Facebook is becoming an integral part of our online existence. Even if you are not on Facebook today if you are a netizen you’ll soon have to join because all your friends will expect you to be on Facebook. It is an enjoyable experience   but just like any other piece of technology it must be used responsibly.  Note that Facebook is a public place hence treat it like you’d treat a regular public space. Do not litter do not cause nuisance do not exhibit your dirty laundry and do not abuse it. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Facebook - Not a Place to Hide Your Face size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2010/12/zuckerberg_facebook.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/535#bookmarkify http://nynjbengali.com/archives/535#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/535&amp;Title=Facebook - Not a Place to Hide Your Face http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/535 http://www.bloglines.com/sub/http://nynjbengali.com/archives/535 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/535 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Facebook - Not a Place to Hide Your Face&amp;bookmark_url=http://nynjbengali.com/archives/535 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/535 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://co.mments.com/track?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://del.icio.us/post?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.diigo.com/post?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/535 http://www.dzone.com/links/add.html?description=Facebook - Not a Place to Hide Your Face&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/535 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/535&amp;h=Facebook - Not a Place to Hide Your Face http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/535&amp;t=Facebook - Not a Place to Hide Your Face http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Facebook - Not a Place to Hide Your Face&amp;url=http://nynjbengali.com/archives/535 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/535&amp;t=Facebook - Not a Place to Hide Your Face http://www.folkd.com/submit/http://nynjbengali.com/archives/535 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/535&amp;t=Facebook - Not a Place to Hide Your Face http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.hugg.com/node/add/storylink?edit[title]=Facebook - Not a Place to Hide Your Face&amp;edit[url]=http://nynjbengali.com/archives/535 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/535 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/535 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/535 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/535&title=Facebook - Not a Place to Hide Your Face http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/535&amp;bm_description=Facebook - Not a Place to Hide Your Face http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/535 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/535&amp;t=Facebook - Not a Place to Hide Your Face http://myweb.yahoo.com/myweb/save?t=Facebook - Not a Place to Hide Your Face&amp;u=http://nynjbengali.com/archives/535 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/535 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/535&amp;t=Facebook - Not a Place to Hide Your Face http://www.plugim.com/submit?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/535&amp;T=Facebook - Not a Place to Hide Your Face http://reddit.com/submit?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/535 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/535 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/535 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://technorati.com/faves?add=http://nynjbengali.com/archives/535 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/535&amp;name=Facebook - Not a Place to Hide Your Face http://twitter.com/home/?status=Facebook - Not a Place to Hide Your Face+http://nynjbengali.com/archives/535 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/535 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/535&amp;t=Facebook - Not a Place to Hide Your Face http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Facebook - Not a Place to Hide Your Face&amp;uri=http://nynjbengali.com/archives/535 http://nynjbengali.com/archives/535 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/535&amp;Title=Facebook - Not a Place to Hide Your Face http://www.bloglines.com/sub/http://nynjbengali.com/archives/535 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/535 http://del.icio.us/post?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/535 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/535&title=Facebook - Not a Place to Hide Your Face http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/535&amp;bm_description=Facebook - Not a Place to Hide Your Face http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/535 http://reddit.com/submit?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://technorati.com/faves?add=http://nynjbengali.com/archives/535 http://twitter.com/home/?status=Facebook - Not a Place to Hide Your Face+http://nynjbengali.com/archives/535 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/535&amp;title=Facebook - Not a Place to Hide Your Face http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/535&amp;t=Facebook - Not a Place to Hide Your Face http://www.feedburner.com/fb/a/emailFlare?itemTitle=Facebook - Not a Place to Hide Your Face&amp;uri=http://nynjbengali.com/archives/535&amp;loc=en_US http://nynjbengali.com/archives/535#bookmarkify Mark Zuckerberg of Facebook [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Mark Zuckerberg of Facebook Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Facebook - Not a Place to Hide Your Face Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(534, 3088, 'technician jobs Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon http://www.laboratorytechnicianweb.com', NULL),
(535, 3086, 'Indranil And …. you cannot “un-friend” excellent chaining tactics … “Freinds for ever” tag :', NULL),
(535, 3089, 'sudipta Yes you can “Un-Friend” if you want. Go to the Account pull-down menu and click Edit Friends. Then “Remove” any friend you want. Simple. http://', NULL),
(535, 3091, 'Indranil I meant in another way I already had a lesson from Purba on FB. Thanks for the info anyway. :)', NULL),
(512, 3111, 'medical transcription jobs Wow this is a great resource.. I’m enjoying it.. good article http://www.medicaltranscriptionblog.com', NULL),
(333, 3108, 'emt training Keep posting stuff like this i really like it http://www.emttrainingcourse.com/', NULL),
(333, 3107, 'aerospace engineer This is such a great resource that you are providing and you give it away for free. I enjoy seeing websites that understand the value of providing a prime resource for free. I truly loved reading your post. Thanks http://www.aerospaceengineeringnow.com', NULL),
(537, 0, 'The other day while rearranging the books in my tiny library I chanced upon a tiny book titled “Thakur Barir Ranna” Foods from the Tagore Kitchen written by Purnima Tagore daughter of Pramatha Choudhury and Nalini Devi . This year being the 150th birth anniversary of Rabindranath Tagore anything related to Tagore generates special interest. Hence after a long time I started leafing through the book and was pleasantly surprised by the variety of cuisine and recipes listed in the book. In the preface the author says that these recipes are collected from a recipe book handed down to her by her aunt Indira Devi Choudhurani. Indira Devi the favorite niece of Rabindranath Tagore had never entered a kitchen or cooked on a regular basis. But whenever she liked a dish she would make it a point to collect the detailed recipe from the cook and note it down in her book. Purnima Tagore has also included some of her own recipes in the book. Hence it is not that all the recipes were from Jorsanko Thakurbari but of course they are from the Tagore kitchens in general. The book has been divided in multiple sections like vegetarian dishes fish dishes eggs meat desserts and pickles. It’s not that the recipes are exciting but the book is a good read too. The book has no pictures but when you read through the pages you’ll clearly visualize the colorful and flavorful dishes in your minds eye. I picked some of the unusual recipes to share with you in the same style as written in the book. Fish Stir-fry Maach Chachchari : Fry  the fish. You’ll need potatoes and onions. Heat oil to fry onions and then add the potatoes.  When the potatoes turn brown add turmeric and red chili paste. Add salt and green chili. You may add tomatoes if you’d like. After frying the spices add water and cover.  Add fish to the boiling sauce. Cook till the gravy thickens. Mourala Fish Anchovies Sour Mourala Maacher Ambal : Fry the fish in oil then add turmeric. Add green tamarind puree. Add sugar and salte to taste and cook till the sauce thickens. Ripe tamarind puree can also be used. Egg Chao Chao : Eggs - 4 Onions - 6 Dry red chili whole - 4 Garlic -  4 cloves A pinch of turmeric little cumin seeds jeera salt and clarified butter ghee . Make a paste of red chilies garlic turmeric and cumin. Slice the onions into fine shred.  Heat ghee on a pan and fry the onions. Add the spice paste and fry well. Break the eggs and mix it into spices. Cook in low heat. When the egg cooks and turn reddish add a little water and salt. When the water dries off the dish is done. Keema Dahi Vada Fried meat balls in yogurt : Mix minced meat lamb or goat boiled potatoes minced green chilies onions and salt. Add eggs and some garam masala and make a dough. If the dough is too soft add bread to the mix. Make small balls and fry.  Beat yogurt with a pinch of salt. Add roasted red chili and cumin powder to the yogurt and blend. Add the fried meat balls to the yogurt. Garnish with good quality ghee clarified butter . The list is quite long and I don’t want to rob off your fun in reading the book. But one disclaimer I should add is that I have not tried any of the recipes myself. The book also reminded me that few months ago a friend of mine brought to my attention of a culinary extravaganza that was tried out in Kolkata at the Sobhabazar Rajbari. The event which lasted from June 4 to 10 2009 was titled “Thakurbarir Khaoa Daoa”. It was not only a culinary experience but it also included a fascinating performance by actors musicians artistes who transported their guests about hundred fifty years ago to the Thakur Bari in Jorasanko.” With musicians singing Tappa Rabindrasangeet or Khayals and Thumris and even piano recitals pankhawala’s pulling the pankha the guests were seated in the long corridors and was served with food that included no less than 34 items. Drinks included different varieties of  sherbets including Neem fish dishes like Choi-koi   Dwarakanath Pulao Kochu Saag Bhapa Chingri Lauyer Paesh and English pudding. The event was sponsored by Bharath University and the guest included celebrity intellectuals like Sankho Ghosh Nabanita Debsen Jogen Chaudhury Usha Uthup and many others. There was a proposal from the sponsors last year to bring the event to the 2010 Banga Sammelan NABC held in New Jersey but the organizers declined. Maybe the 2011 NABC organizers would like to consider this as a special attraction especially in the year of the 150th birthday celebration of Rabindranath Tagore. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  From The Tagore Kitchen size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/01/thakur_barir_ranna.jpg http://nynjbengali.com/wp-content/uploads/2011/01/indian_bengali_food.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/537#bookmarkify http://nynjbengali.com/archives/537#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/537&amp;Title=From The Tagore Kitchen http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/537 http://www.bloglines.com/sub/http://nynjbengali.com/archives/537 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/537 http://www.buddymarks.com/add_bookmark.php?bookmark_title=From The Tagore Kitchen&amp;bookmark_url=http://nynjbengali.com/archives/537 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/537 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://co.mments.com/track?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://del.icio.us/post?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.diigo.com/post?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/537 http://www.dzone.com/links/add.html?description=From The Tagore Kitchen&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/537 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/537&amp;h=From The Tagore Kitchen http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/537&amp;t=From The Tagore Kitchen http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=From The Tagore Kitchen&amp;url=http://nynjbengali.com/archives/537 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/537&amp;t=From The Tagore Kitchen http://www.folkd.com/submit/http://nynjbengali.com/archives/537 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/537&amp;t=From The Tagore Kitchen http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.hugg.com/node/add/storylink?edit[title]=From The Tagore Kitchen&amp;edit[url]=http://nynjbengali.com/archives/537 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/537 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/537 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/537 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/537&title=From The Tagore Kitchen http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/537&amp;bm_description=From The Tagore Kitchen http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/537 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/537&amp;t=From The Tagore Kitchen http://myweb.yahoo.com/myweb/save?t=From The Tagore Kitchen&amp;u=http://nynjbengali.com/archives/537 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/537 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/537&amp;t=From The Tagore Kitchen http://www.plugim.com/submit?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/537&amp;T=From The Tagore Kitchen http://reddit.com/submit?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/537 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/537 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/537 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://technorati.com/faves?add=http://nynjbengali.com/archives/537 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/537&amp;name=From The Tagore Kitchen http://twitter.com/home/?status=From The Tagore Kitchen+http://nynjbengali.com/archives/537 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/537 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/537&amp;t=From The Tagore Kitchen http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=From The Tagore Kitchen&amp;uri=http://nynjbengali.com/archives/537 http://nynjbengali.com/archives/537 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/537&amp;Title=From The Tagore Kitchen http://www.bloglines.com/sub/http://nynjbengali.com/archives/537 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/537 http://del.icio.us/post?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/537 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/537&title=From The Tagore Kitchen http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/537&amp;bm_description=From The Tagore Kitchen http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/537 http://reddit.com/submit?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://technorati.com/faves?add=http://nynjbengali.com/archives/537 http://twitter.com/home/?status=From The Tagore Kitchen+http://nynjbengali.com/archives/537 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/537&amp;title=From The Tagore Kitchen http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/537&amp;t=From The Tagore Kitchen http://www.feedburner.com/fb/a/emailFlare?itemTitle=From The Tagore Kitchen&amp;uri=http://nynjbengali.com/archives/537&amp;loc=en_US http://nynjbengali.com/archives/537#bookmarkify Thakur Barir Ranna by Purnima Thakur Bengali Food - Thakur Barir Khaoa Daoa [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] thakur_barir_ranna indian_bengali_food Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'From The Tagore Kitchen Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(540, 0, 'Sometime ago I had made few Facebook related cartoons that I had posted on Facebook. Let me post them here for those readers who are not on my Facebook friends list. Enjoy Cartoon 1:  I’m unfriendly My friend I have more than 2000 friends on facebook and they never complain about my trash Cartoon 2: What can I say This social media stuff has made him extremely unsocial. Cartoon 3: Cartoon 4: Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Facebook Related Cartoons size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/01/trash.jpg http://nynjbengali.com/wp-content/uploads/2011/01/unsocial.jpg http://nynjbengali.com/wp-content/uploads/2011/01/election_comm.jpg http://nynjbengali.com/wp-content/uploads/2011/01/srk.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/540#bookmarkify http://nynjbengali.com/archives/540#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/540&amp;Title=Facebook Related Cartoons http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/540 http://www.bloglines.com/sub/http://nynjbengali.com/archives/540 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/540 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Facebook Related Cartoons&amp;bookmark_url=http://nynjbengali.com/archives/540 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/540 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://co.mments.com/track?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://del.icio.us/post?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.diigo.com/post?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/540 http://www.dzone.com/links/add.html?description=Facebook Related Cartoons&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/540 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/540&amp;h=Facebook Related Cartoons http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/540&amp;t=Facebook Related Cartoons http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Facebook Related Cartoons&amp;url=http://nynjbengali.com/archives/540 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/540&amp;t=Facebook Related Cartoons http://www.folkd.com/submit/http://nynjbengali.com/archives/540 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/540&amp;t=Facebook Related Cartoons http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.hugg.com/node/add/storylink?edit[title]=Facebook Related Cartoons&amp;edit[url]=http://nynjbengali.com/archives/540 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/540 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/540 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/540 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/540&title=Facebook Related Cartoons http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/540&amp;bm_description=Facebook Related Cartoons http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/540 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/540&amp;t=Facebook Related Cartoons http://myweb.yahoo.com/myweb/save?t=Facebook Related Cartoons&amp;u=http://nynjbengali.com/archives/540 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/540 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/540&amp;t=Facebook Related Cartoons http://www.plugim.com/submit?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/540&amp;T=Facebook Related Cartoons http://reddit.com/submit?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/540 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/540 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/540 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://technorati.com/faves?add=http://nynjbengali.com/archives/540 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/540&amp;name=Facebook Related Cartoons http://twitter.com/home/?status=Facebook Related Cartoons+http://nynjbengali.com/archives/540 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/540 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/540&amp;t=Facebook Related Cartoons http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Facebook Related Cartoons&amp;uri=http://nynjbengali.com/archives/540 http://nynjbengali.com/archives/540 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/540&amp;Title=Facebook Related Cartoons http://www.bloglines.com/sub/http://nynjbengali.com/archives/540 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/540 http://del.icio.us/post?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/540 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/540&title=Facebook Related Cartoons http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/540&amp;bm_description=Facebook Related Cartoons http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/540 http://reddit.com/submit?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://technorati.com/faves?add=http://nynjbengali.com/archives/540 http://twitter.com/home/?status=Facebook Related Cartoons+http://nynjbengali.com/archives/540 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/540&amp;title=Facebook Related Cartoons http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/540&amp;t=Facebook Related Cartoons http://www.feedburner.com/fb/a/emailFlare?itemTitle=Facebook Related Cartoons&amp;uri=http://nynjbengali.com/archives/540&amp;loc=en_US http://nynjbengali.com/archives/540#bookmarkify I What can I say? This social media stuff has made him extremely unsocial. Election Commission Friend Shah-Rukh Khan [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Trash over my wall What can I say? This social media stuff has made him extremely unsocial. Election Commission Friend Shah-Rukh Khan Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Facebook Related Cartoons Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(462, 3117, 'mvsurender Help is needed for establishing the precise identity and obtaining a picture of music director Pt Ganpatrao who composed songs rendered by K.L. Saigal for film Kurukshetra 1945 in the context of a reference to Pt. Ganapatrao Gurav a classical hindustani vocalist. http://www.kundanlalsaigal.com', NULL),
(517, 3123, 'grants for women Valuable info. Lucky me I found your site by accident I bookmarked it. http://www.findgrantsforwomen.com', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(545, 0, 'Saraswati puja is a major Bengali religious and cultural festival especially for the Bengali youth. Although Saraswati puja celebrates knowledge learning and the fine arts but it also had a romantic touch to it.  The spring time weather the mild warmth of sunshine the red Krishnachura and Palash blooming all around - it is the perfect time for romance and Saraswati Puja. In this country especially in the north east Saraswati Puja is celebrated in the peak of winter - and just like the Goddess the landscape around covers itself in white.  We would have to cover our nice festive dresses in heavy winter clothing and trudge through snow ice and slush to visit our revered Goddess of learning. But we the expatriates many of whom are indebted to  Maa Saraswati for her blessings carry the warmth of spring in our heart.  Just as we enter the Puja venue we feel transported back to those days when we used to go around door to door to collect contributions for our club Puja building and decorating the pandals waking nights to decorate the venue and have a great time. We also had several rules that needed to be followed - like we couldn’t eat “Kool” the sweet and sour berry no studying on the day of the Puja and after the Puja write Saraswati’s name on the “Bel” leaves. No such restrictions need to be followed here but sometimes we feel a small tinge when we see our kids missing out the fun. On Garden State Cultural Association’s GSCA website I read an interesting note by Guru Chakrabarty on the historical significance of Devi Saraswati. Mr Charkrabarty writes “ In historical significance Mother Saraswati is associated with the ancient river Saraswati. We learn from the glory days of Vedic times that many “Rishis” acquired a vast amount of knowledge of the universe. This knowledge was passed on by the “Rishis” to other scholars in educational institutions called “Ashrams”. Many such learning institutions were located on the banks of river Saraswati. White swans lived on the river and white lotus flowers blossomed. The sacredness of such an atmosphere created a Goddess of Learning – Mother Saraswati. The image of Mother’s body is white representing purity and sanctity. She is sitting or standing on a white lotus flower holding a white musical instrument “Veena” in her hand. A white swan is considered her “Bahan” or carrier. ” In New Jersey Saraswati Puja is celebrated by several clubs and organizations. Since most clubs are celebrating the Puja on different dates you can visit multiples of them and enjoy. To the best of my knowledge the earliest celebration is by Garden State Cultural Association GSCA on Feb 5th Saturday at Woodrow Wilson Middle School Edison. Besides variety cultural program and Puja Anjali Hate Khari GSCA will also have various kids activities such as arts and crafts competition essay competition etc. And of course prasad and dinner would be served. Visit http://www.gsca.us/saraswati 11.html for more information. Anandamandir will celebrate Saraswati Puja on Feb 8th at 8.45 am. For hate khari timing call Bisabhai at 732-873-9821. The Somerset Bengali Association SBA will be celebrating their 4th annual Saraswati Puja on Saturday Feb 12 at the Green Brook Middle School 132 Jefferson Ave Near Route 22 Green Brook NJ 08812 . The SBA Puja is a relatively new and growing event and the goal of SBA is to offer a homely informal atmosphere and relaxed socialization at their event. SBA cultural program will feature dance music plays by local talents and also SaReGaMaPa USA finalist Rasika Shekhar. SBA not only offers its guests a great dinner but also a full lunch to keep you engaged all through the day. ICC celebrates their Saraswati Puja on Feb 13th 2011 at the Ukrainian Cultural Center Whippany from 2pm onwards. Besides a variety of program performed by ICC children there will also be a musical performance by a well known local artist. New Jersey Puja Association will be celebrating their Saraswati Puja on Feb 19th. However they have not announced their venue as yet. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  New Jersey Saraswati Puja size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/01/saraswati.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/545#bookmarkify http://nynjbengali.com/archives/545#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/545&amp;Title=New Jersey Saraswati Puja http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/545 http://www.bloglines.com/sub/http://nynjbengali.com/archives/545 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/545 http://www.buddymarks.com/add_bookmark.php?bookmark_title=New Jersey Saraswati Puja&amp;bookmark_url=http://nynjbengali.com/archives/545 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/545 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://co.mments.com/track?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://del.icio.us/post?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.diigo.com/post?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/545 http://www.dzone.com/links/add.html?description=New Jersey Saraswati Puja&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/545 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/545&amp;h=New Jersey Saraswati Puja http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/545&amp;t=New Jersey Saraswati Puja http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=New Jersey Saraswati Puja&amp;url=http://nynjbengali.com/archives/545 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/545&amp;t=New Jersey Saraswati Puja http://www.folkd.com/submit/http://nynjbengali.com/archives/545 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/545&amp;t=New Jersey Saraswati Puja http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.hugg.com/node/add/storylink?edit[title]=New Jersey Saraswati Puja&amp;edit[url]=http://nynjbengali.com/archives/545 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/545 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/545 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/545 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/545&title=New Jersey Saraswati Puja http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/545&amp;bm_description=New Jersey Saraswati Puja http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/545 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/545&amp;t=New Jersey Saraswati Puja http://myweb.yahoo.com/myweb/save?t=New Jersey Saraswati Puja&amp;u=http://nynjbengali.com/archives/545 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/545 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/545&amp;t=New Jersey Saraswati Puja http://www.plugim.com/submit?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/545&amp;T=New Jersey Saraswati Puja http://reddit.com/submit?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/545 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/545 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/545 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://technorati.com/faves?add=http://nynjbengali.com/archives/545 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/545&amp;name=New Jersey Saraswati Puja http://twitter.com/home/?status=New Jersey Saraswati Puja+http://nynjbengali.com/archives/545 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/545 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/545&amp;t=New Jersey Saraswati Puja http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=New Jersey Saraswati Puja&amp;uri=http://nynjbengali.com/archives/545 http://nynjbengali.com/archives/545 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/545&amp;Title=New Jersey Saraswati Puja http://www.bloglines.com/sub/http://nynjbengali.com/archives/545 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/545 http://del.icio.us/post?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/545 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/545&title=New Jersey Saraswati Puja http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/545&amp;bm_description=New Jersey Saraswati Puja http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/545 http://reddit.com/submit?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://technorati.com/faves?add=http://nynjbengali.com/archives/545 http://twitter.com/home/?status=New Jersey Saraswati Puja+http://nynjbengali.com/archives/545 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/545&amp;title=New Jersey Saraswati Puja http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/545&amp;t=New Jersey Saraswati Puja http://www.feedburner.com/fb/a/emailFlare?itemTitle=New Jersey Saraswati Puja&amp;uri=http://nynjbengali.com/archives/545&amp;loc=en_US http://nynjbengali.com/archives/545#bookmarkify Devi Saraswati [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Saraswati Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'New Jersey Saraswati Puja Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(547, 0, 'Recently Amy Chua is in the news. Her book “Battle Hymn of the Tiger Mother” has raised a storm in American households. Although many may not have read her book but the excerpt published by Wall Street Journal was enough to enrage many parents who challenged Amy in all forms possible.  To us Indian parents Ms. Chua’s parenting style is nothing new at all. Rather the western parenting style of protecting the delicate and fragile self-esteem of our children seems more foreign to us. We remember how we trembled to bring in our report cards that had less than 80 scores in front of our parents well during our times 80 was a great score - letter marks as we used to say . But after we came to this country we learned that we should never exhibit our dissatisfaction when our child fails to deliver their best.   We should keep encouraging them tell them that they are doing great even when their grades keep slacking. Positive reinforcement we learned was the key to success. Before exams we are told not to pressurize them to study. Rather the kids should relax and have a good nights sleep unlike us who used to study almost the whole night before the exams. At sports and games the motto is everybody is a winner and the kids are showered with trophies and accolades even when you clearly know that your child is not at all the athletic type. And then comes Amy Chua and tells the Americans the Chinese read Asian style of parenting. Her parenting policy is simple - do not give your kids false sense of success and security. If you do you are lying to them and are doing a great disservice to them. The real world is a tough place - your boss is not going to say keep up the good work when you clearly have failed in your job. The strategy practiced by Amy on her daughters does sound shocking to most western parents. No sleepover party no grades less than A no drama clubs no TV or video/computer games no boy/girlfriends in school etc. etc.  Well it is a bit harsh no doubt but she does make a point. We know that in reality we don’t have to be that hard on our children but I agree with her that our children needs to be told in a clear and unambiguous way - giving up or being complacent is not an option.  And when our children don’t get this simple message we may have to give them the message the hard way - the drill sergeant way. American education system has many good features but Amy Chua has pointed us to its greatest weakness - complacency lack of competitive spirit and underestimating the sense of self-esteem of our children. This weakness if not fixed can prove to be fatal for this country’s future. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Parenting Asian Style size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/01/amy_chua.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/547#bookmarkify http://nynjbengali.com/archives/547#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/547&amp;Title=Parenting Asian Style http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/547 http://www.bloglines.com/sub/http://nynjbengali.com/archives/547 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/547 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Parenting Asian Style&amp;bookmark_url=http://nynjbengali.com/archives/547 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/547 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://co.mments.com/track?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://del.icio.us/post?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.diigo.com/post?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/547 http://www.dzone.com/links/add.html?description=Parenting Asian Style&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/547 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/547&amp;h=Parenting Asian Style http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/547&amp;t=Parenting Asian Style http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Parenting Asian Style&amp;url=http://nynjbengali.com/archives/547 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/547&amp;t=Parenting Asian Style http://www.folkd.com/submit/http://nynjbengali.com/archives/547 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/547&amp;t=Parenting Asian Style http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.hugg.com/node/add/storylink?edit[title]=Parenting Asian Style&amp;edit[url]=http://nynjbengali.com/archives/547 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/547 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/547 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/547 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/547&title=Parenting Asian Style http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/547&amp;bm_description=Parenting Asian Style http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/547 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/547&amp;t=Parenting Asian Style http://myweb.yahoo.com/myweb/save?t=Parenting Asian Style&amp;u=http://nynjbengali.com/archives/547 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/547 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/547&amp;t=Parenting Asian Style http://www.plugim.com/submit?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/547&amp;T=Parenting Asian Style http://reddit.com/submit?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/547 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/547 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/547 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://technorati.com/faves?add=http://nynjbengali.com/archives/547 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/547&amp;name=Parenting Asian Style http://twitter.com/home/?status=Parenting Asian Style+http://nynjbengali.com/archives/547 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/547 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/547&amp;t=Parenting Asian Style http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Parenting Asian Style&amp;uri=http://nynjbengali.com/archives/547 http://nynjbengali.com/archives/547 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/547&amp;Title=Parenting Asian Style http://www.bloglines.com/sub/http://nynjbengali.com/archives/547 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/547 http://del.icio.us/post?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/547 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/547&title=Parenting Asian Style http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/547&amp;bm_description=Parenting Asian Style http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/547 http://reddit.com/submit?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://technorati.com/faves?add=http://nynjbengali.com/archives/547 http://twitter.com/home/?status=Parenting Asian Style+http://nynjbengali.com/archives/547 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/547&amp;title=Parenting Asian Style http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/547&amp;t=Parenting Asian Style http://www.feedburner.com/fb/a/emailFlare?itemTitle=Parenting Asian Style&amp;uri=http://nynjbengali.com/archives/547&amp;loc=en_US http://nynjbengali.com/archives/547#bookmarkify Amy Chua [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Amy Chua Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Parenting Asian Style Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(549, 0, 'This year we are celebrating the hundred fiftieth birth anniversary of Rabindranath Tagore. In America several organizations are busy in preparing for the celebrations around the year. In New York and New Jersey Cultural Association of Bengal CAB is joining hands with multiple organizations to hold multiple events in New York New Jersey and Maryland. Amidst all this excitement I was trying to look at this myriad minded genius from a different perspective - from the perspective of an expatriate Bengali more specifically a Bengali American. And when I say Bengali American I do not imply any national significance rather I mean a Bengali speaking person living in America.  I have been looking into this subject for more than a year now and during the course of my so called research I have been fascinated in knowing a great deal about the history of expatriate Indians in America and their relationship with Tagore. Tagore had a special relationship with America where he visited five times during his lifetime and spent the second highest number of days outside India after England.  His visits also happened during some crucial junctures in his life and in the history of the world as well as India. He had developed some kind of a fondness for America and Americans that brought him again and again even after being sorely disappointed with his previous visit. It is true that his later trips to America were mostly to raise funds for his school and later his university in Shantinekatan but some of his trips were made when he was very well  informed about the potential outcome of this objective. But in this article I do not intend to get into the details of his trips or his relationships with Bengali Americans. Rather I’ll try to highlight his feelings for America and that too the positive ones by quoting from some of his interviews statements and letters. Tagore had his first introduction to America when he was about twelve years old. With the help of his father Maharshi Debendranath Tagore he read “The Autobiography of Benjamin Franklin.” Maharshi Debendranath thought this would be an instructive as well as entertaining book for young Rabindranath but soon he discovered that Benjamin Franklin was too business-like a person. As Tagore later wrote in his autobiography   Reminiscences “The narrowness of his calculated morality disgusted my father.” But the book must have also gave him a glimpse of the  America that fought for her freedom from the British and championed freedom as a fundamental human right.   During his youth Tagore also studied American poets. “I love your Emerson. In his works one finds much that is of India.” he once told an American journalist. He also felt that Whitman’s poems were “deeply imbibed with Eastern ideas and feelings.” When he was forty-four while playing a major role in the 1905 nationalist agitation against the partition of Bengal he chose to send his son Rathindranath Tagore to America for higher studies instead of sending him to England as was customary with the rich parents of India in those days.  Rathindranath returned to India in 1909. Later in 1912 he along with his wife Pratima Devi and his father Rabindranath Tagore came back to America via England after handing over the English translations of his Geetanjali poems for publication and for history to happen. Rabindranath’s initial reaction to America was not pleasant - “Though it is too early for me to pronounce any opinion on this country I must say I do not like it. America like an unripe fruit has not got its proper flavor yet. It has sharp and acid taste.” But later as he moved westward from New York to Illinois he wrote “The country around is flat and open which has a great attraction for me reminding of my our own scenery.” Although he spent some of his most peaceful time in Urbana Illinois soon the news of his arrival spread and he had to spend many a hours lecturing at various venues. With his usual sense of humor he wrote “American people have an unhealthy appetite for sugar candy and for lectures on any subject and from anybody… I am afraid they have spotted me - I am being stalked.” During his next visit in 1916 Sir Rabindranath Tagore was well known to the American people as the first man of the orient to win the Nobel prize for literature. His poems plays as well as his biographies were already in circulation. But during this trip when the Great War WW I was raging in Europe Tagore was extremely critical of the western nations as well as of America. But one of the primary reason of his criticism was because he felt that it was only in America where his appeal for humanity hold the best chance of being heard. He said “This is a beautiful country. I believe it has a great future. America is unhampered and free to experiment  for the progress of humanity. Of course she will make mistakes but out of these series of mistakes she will come to some higher synthesis of truth and be able to hold up the banner of Civilization. She is the best exponent of Western ideals of humanity.” He had high hopes for America. In New York he said “America has the figure of youth and all that is best in Western civilization will eventually find lodgment here.”  But his criticisms did not make him many friends in America and the press lashed out at him on several occasions. He knew that he was being too harsh sometimes and he said “I am out of place here I know and I maybe judging you harshly. I felt I must come to bring the message of the East… This is my only happiness in America - the thought that this country can be the meeting place of the two the East and the West .” Overall this trip was very successful for Tagore and he had high regards for President Woodrow Wilson. He wanted to dedicate his book “Nationalism” to President Wilson. However President Wilson’s office declined the offer on the advice of Sir William Wiseman Britain’s special liaison agent in the United States who reported that Tagore had “got tangled up in some way” with the Indian revolutionaries in America who were conspiring with Germany  to overthrow British rule in India. Later in 1918 Rabindranath was falsely implicated in the famous Hindu German conspiracy trial.  When Tagore came to know about this he was very upset and immediately sent a telegram to President Wilson protesting the allegation. Later he wrote Wilson a letter in which he stated “I have received great kindness from the hands of your countrymen and I entertain great admiration for yourself who is not afraid of incurring the charge of anachronism for introducing idealism in the domain of politics and therefore I owe it to myself and to you and your people to make this avowal of my faith and to assure your countrymen that their hospitality was not bestowed upon one who was ready to accept it while wallowing in the sub-soil sewerage of treason.” President Wilson’s office never replied to this letter. Tagore’s next trip to US during 1920-21 was a big disappointment for him.  The Tagore craze was gone and the post war America was not the same as in 1916.  Besides his renunciation of Knighthood in 1919 was not looked favorably in USA a strong ally of the British.  Tagore was advised not to make the trip and was warned that his financial expectations may not be met this time but he made the trip anyway.  He came with high hopes and expected that his message would be received with the same thirst as before - “I find in America a wonderful hunger and aspiration. The hunger is genuine and is I believe a reaction to the pursuit of wealth that has characterized your industrial life.”  But at several occasions he was extremely critical of the Americans.  The failure to raise enough funds for his university was also a cause for frustration. Tagore was also suffering from health problems and depression during this period. Rev. C. F. Andrews writes “Gradually as his health improved his stay in America became brighter and he wrote more cheerfully.” Tagore wrote to him from Texas “Since coming to Texas I felt as it were a sudden coming of Spring into my life through a breach in the ice castle of Winter. It has come to me like a revelation that all these days my soul had been thirsting for the draught of sunshine poured from the beaker of infinite space. The sky has embraced me and the warmth of its caress thrills me with joy.” Tagore’s 1929 visit to America was very brief primarily due to an incident that took place in the US immigration office in Vancouver in Canada when he was trying to enter the country. Tagore was kept waiting at the immigration office for an unconscionable period of time and was handled in a rude and insulting manner during the interview. Among other things it appears the Nobel Laureate poet was asked if could read and write.  Outraged and resentful he cancelled almost all his lecture engagements and left the country after a brief stay in Los Angeles for twenty days. However he later calmed down considerably and said “I cannot believe that their laws and regulations represent the spirit of the people a truly great people… I had been received with kindness in the Eastern States overrun with kindness. People have listened to me with respect and received my message sincerely. That is why it hurt so much this time…” Tagore last trip to USA was in 1930 on his way back from Russia. This time the reception was not that cold as his previous two trips. Although he suffered a minor heart attack and was in ill health for a prolonged period he managed to make some important engagements including a meeting with President Hoover at the White House. Most of his lectures were very well attended but it was the time of the great depression in America hence his fund raising was not successful as expected. Rather he donated the entire proceedings from the farewell event held at the Broadway Theatre on December 14 1930 to the relief fund of the New York City’s unemployed. The gesture was typical of the person who had tried all his life to call attention to the needs of the India’s millions and who in bidding farewell to America’s millions thought first of helping those during their time of need. Rabindranath Tagore has criticized the American’s like one criticizes his own brother.  But he never lost his faith in America. He believed that it was America who can uphold the cause of humanity against the barbarism of western nationalism.  The ultimate hope and trust he had on America was expressed in his telegram to President Franklin D. Roosevelt in June 1940 when the fire or World War II was raging in Europe. “Today we stand in awe before the fearfully destructive force that so suddenly has swept the world. Every moment I deplore the smallness of our means and the feebleness of our voice for India is so utterly inadequate to stem the tide of evil that has menaced the permanence of civilization. All our individual political problems are merged today into one supreme world of politics which I believe is seeking help in the United States as the last refuge of spiritual man and these few lines of mine merely convey my hope even if unnecessary that the United States will not fail in her mission to stand against the universal disaster that appears so imminent.” In 1941 a few months after Tagore’s death at the age of eighty the United States threw its weight into the war which destroyed the Axis powers. References: 1. Tagore and America by J. L. Dees 2. Rabindranath Tagore in America by Stephen N. Hay 3. Passage to America by Sujit Mukherjee 4. Tagore and USA by Dr. Panchanan Saha THIS ARTICLE WAS PREVIOUSLY PUBLISHED IN ANANDASAMBAD NEW JERSEY Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Rabindranath Tagore and America size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/07/tagore.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/549#bookmarkify http://nynjbengali.com/archives/549#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/549&amp;Title=Rabindranath Tagore and America http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/549 http://www.bloglines.com/sub/http://nynjbengali.com/archives/549 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/549 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Rabindranath Tagore and America&amp;bookmark_url=http://nynjbengali.com/archives/549 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/549 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://co.mments.com/track?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://del.icio.us/post?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.diigo.com/post?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/549 http://www.dzone.com/links/add.html?description=Rabindranath Tagore and America&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/549 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/549&amp;h=Rabindranath Tagore and America http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/549&amp;t=Rabindranath Tagore and America http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Rabindranath Tagore and America&amp;url=http://nynjbengali.com/archives/549 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/549&amp;t=Rabindranath Tagore and America http://www.folkd.com/submit/http://nynjbengali.com/archives/549 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/549&amp;t=Rabindranath Tagore and America http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.hugg.com/node/add/storylink?edit[title]=Rabindranath Tagore and America&amp;edit[url]=http://nynjbengali.com/archives/549 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/549 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/549 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/549 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/549&title=Rabindranath Tagore and America http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/549&amp;bm_description=Rabindranath Tagore and America http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/549 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/549&amp;t=Rabindranath Tagore and America http://myweb.yahoo.com/myweb/save?t=Rabindranath Tagore and America&amp;u=http://nynjbengali.com/archives/549 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/549 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/549&amp;t=Rabindranath Tagore and America http://www.plugim.com/submit?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/549&amp;T=Rabindranath Tagore and America http://reddit.com/submit?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/549 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/549 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/549 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://technorati.com/faves?add=http://nynjbengali.com/archives/549 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/549&amp;name=Rabindranath Tagore and America http://twitter.com/home/?status=Rabindranath Tagore and America+http://nynjbengali.com/archives/549 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/549 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/549&amp;t=Rabindranath Tagore and America http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Rabindranath Tagore and America&amp;uri=http://nynjbengali.com/archives/549 http://nynjbengali.com/archives/549 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/549&amp;Title=Rabindranath Tagore and America http://www.bloglines.com/sub/http://nynjbengali.com/archives/549 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/549 http://del.icio.us/post?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/549 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/549&title=Rabindranath Tagore and America http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/549&amp;bm_description=Rabindranath Tagore and America http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/549 http://reddit.com/submit?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://technorati.com/faves?add=http://nynjbengali.com/archives/549 http://twitter.com/home/?status=Rabindranath Tagore and America+http://nynjbengali.com/archives/549 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/549&amp;title=Rabindranath Tagore and America http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/549&amp;t=Rabindranath Tagore and America http://www.feedburner.com/fb/a/emailFlare?itemTitle=Rabindranath Tagore and America&amp;uri=http://nynjbengali.com/archives/549&amp;loc=en_US http://nynjbengali.com/archives/549#bookmarkify Rabindranath Tagore [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Rabindranath Tagore Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Rabindranath Tagore and America Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(545, 3137, 'Kankana Sengupta NJPA’s Saraswati puja will be held at Kiddie Keep Well Camp in Edison this year on Feb 19th. An exciting cultural program featuring local talents is in store for all as well.', NULL),
(331, 3139, 'Gregory A King Just watched the movie for a second time and was moved to comment. To all the students that attended her class..Your all blessed to be part of something that shows no matter where we come from we can over come anything a racist United States School system can try to stop…God bless America', NULL),
(549, 3140, 'Aditi Sen Thanks for sharing a brief history of Tagore in America. It is surprising how little the topic of Tagore’s visits to America was a part of the Tagore narrative that I grew around in Calcutta and believe me being from Patha Bhavan school I was around a lot of Tagore loving people I look forward to reading more on this topic.', NULL),
(549, 3142, 'sudipta Two new plays on related topics are coming up soon. Stay tuned. http://', NULL),
(547, 3148, 'Gargi Mukherjee Recently I too like many others came across Amy Chua’s article in the WSJ and had to smile and ponder. Not that I am a parenting expert because I don’t think anybody is. It’s a game of trial and error but I do think we as parents are torn between two extremes. And since I abhor anything extreme in life and always prefer to look at other options and weigh the pros and cons I think we need to aim for a happy medium. While as a parent I lean a bit more on Amy’s side I couldn’t ever NOT send my child to a sleepover or NOT be thrilled because he wants to take part in the school play. In fact when there was an option to choose a middle school in our town with a concentration on the arts or the sciences we chose the one that focused on the arts. Then how do I lean more on Amy’s side For the last couple of weeks our home has been in a constant state of disarray with books study guides papers notebooks pens and pencils strewn all over our living room. And I have had a splitting headache for the 2 weeks—all because my 8th grader is taking his midterms. Every evening if you were one of our neighbors you would hear screams yells and tantrums galore. Why Because I have incessant battles with my 13-year old about studying and not studying enough for his midterm exams. While he thinks I am expecting him to study as a college student I feel his studying skills do not match his capabilities and will only fetch him grades between 79 and 82 and not 90 and above. After working all day in the demanding pharma advertising industry I will admit that when I get home my tolerance level is probably zero. And hence the battle begins—hours of reviewing quizzing and studying—all in an atmosphere of tired red eyes and yawns and the slouching gait and the constant resistance to anything I suggest that might help him. I often raise my voice ok maybe I scream and allude to his “western” friends and their mothers and rhetorically ask if they are doing the same. And consequently if so why does he NOT appreciate the fact that I have given up my relaxation time my time to watch the Idol or House or what have you and instead have been a martyr evening after evening only for him Why does he not care In fact ever since he turned 12 we have been battling over most things—from brushing his teeth in the clinically accurate manner to not picking up the clothes he has thrown all over the floor of his room to not practicing the tabla or the saxophone or to not staying on top of his school work. I had to literally sit him down one day and explain to him that in life he will be battling with me on major issues and he should learn to pick his battles and let go of the silly ones like brushing his teeth It did seem to sink in a bit. My sister a mother of a son older than mine once advised me to calm down because she warned this was only the beginning that I would have to endure this struggle for another 4 years before he turns out semi-responsible I choked because I seriously could not fathom doing this for years to come. One of his teachers once told me to take a step back because he was a good boy and I should let him take on the onus of his actions and face the consequences himself if he fails. But I could never do that How could I let my son’s grades slip or allow his performance to not be up to the mark I wouldn’t be a true Indian or “Asian” mother then But all those things aside on most nights after my son has gone to sleep when I go to his room and look at that soft warm moon-like face I forget that earlier in the evening this was the same smarty pants who was challenging me on everything I was suggesting he do for his own good I sit on his bed and run my fingers through his hair very gently. He barely looks at me but smiles and turns around mumbling “creepy crawlies on my back please.” And then I promise to never again lose my patience never to be too harsh on him just let him be a 13-year old and enjoy life But then again the next evening the promises are forgotten and the rigors of raising a 13-year old the Indian way begins. Oh there has to be a middle ground. I am searching. Let me know if you find one.', NULL),
(550, 0, 'Watched this wonderful film “Goodbye Lenin” by Wolfgang Becker. It may be relevant for Benglees WB soon. Netflix link:  http://movies.netflix.com/WiMovie/Good Bye Lenin/60034095 trkid 2431210 height1682 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Goodbye Lenin size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://movies.netflix.com/WiMovie/Good_Bye_Lenin/60034095?trkid=2431210#height1682 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/550#bookmarkify http://nynjbengali.com/archives/550#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/550&amp;Title=Goodbye Lenin http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/550 http://www.bloglines.com/sub/http://nynjbengali.com/archives/550 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/550 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Goodbye Lenin&amp;bookmark_url=http://nynjbengali.com/archives/550 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/550 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://co.mments.com/track?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://del.icio.us/post?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.diigo.com/post?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/550 http://www.dzone.com/links/add.html?description=Goodbye Lenin&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/550 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/550&amp;h=Goodbye Lenin http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/550&amp;t=Goodbye Lenin http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Goodbye Lenin&amp;url=http://nynjbengali.com/archives/550 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/550&amp;t=Goodbye Lenin http://www.folkd.com/submit/http://nynjbengali.com/archives/550 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/550&amp;t=Goodbye Lenin http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.hugg.com/node/add/storylink?edit[title]=Goodbye Lenin&amp;edit[url]=http://nynjbengali.com/archives/550 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/550 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/550 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/550 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/550&title=Goodbye Lenin http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/550&amp;bm_description=Goodbye Lenin http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/550 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/550&amp;t=Goodbye Lenin http://myweb.yahoo.com/myweb/save?t=Goodbye Lenin&amp;u=http://nynjbengali.com/archives/550 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/550 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/550&amp;t=Goodbye Lenin http://www.plugim.com/submit?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/550&amp;T=Goodbye Lenin http://reddit.com/submit?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/550 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/550 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/550 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://technorati.com/faves?add=http://nynjbengali.com/archives/550 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/550&amp;name=Goodbye Lenin http://twitter.com/home/?status=Goodbye Lenin+http://nynjbengali.com/archives/550 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/550 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/550&amp;t=Goodbye Lenin http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Goodbye Lenin&amp;uri=http://nynjbengali.com/archives/550 http://nynjbengali.com/archives/550 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/550&amp;Title=Goodbye Lenin http://www.bloglines.com/sub/http://nynjbengali.com/archives/550 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/550 http://del.icio.us/post?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/550 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/550&title=Goodbye Lenin http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/550&amp;bm_description=Goodbye Lenin http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/550 http://reddit.com/submit?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://technorati.com/faves?add=http://nynjbengali.com/archives/550 http://twitter.com/home/?status=Goodbye Lenin+http://nynjbengali.com/archives/550 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/550&amp;title=Goodbye Lenin http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/550&amp;t=Goodbye Lenin http://www.feedburner.com/fb/a/emailFlare?itemTitle=Goodbye Lenin&amp;uri=http://nynjbengali.com/archives/550&amp;loc=en_US http://nynjbengali.com/archives/550#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Goodbye Lenin Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(551, 0, 'A review of my collection of plays “Natak Samagra” was recently published. Read them below. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Natak Samagra Review size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/02/fire_dekha_001_web.jpg http://nynjbengali.com/wp-content/uploads/2011/02/fire_dekha_002_web.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/551#bookmarkify http://nynjbengali.com/archives/551#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/551&amp;Title=Natak Samagra Review http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/551 http://www.bloglines.com/sub/http://nynjbengali.com/archives/551 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/551 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Natak Samagra Review&amp;bookmark_url=http://nynjbengali.com/archives/551 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/551 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://co.mments.com/track?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://del.icio.us/post?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.diigo.com/post?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/551 http://www.dzone.com/links/add.html?description=Natak Samagra Review&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/551 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/551&amp;h=Natak Samagra Review http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/551&amp;t=Natak Samagra Review http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Natak Samagra Review&amp;url=http://nynjbengali.com/archives/551 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/551&amp;t=Natak Samagra Review http://www.folkd.com/submit/http://nynjbengali.com/archives/551 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/551&amp;t=Natak Samagra Review http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.hugg.com/node/add/storylink?edit[title]=Natak Samagra Review&amp;edit[url]=http://nynjbengali.com/archives/551 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/551 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/551 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/551 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/551&title=Natak Samagra Review http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/551&amp;bm_description=Natak Samagra Review http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/551 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/551&amp;t=Natak Samagra Review http://myweb.yahoo.com/myweb/save?t=Natak Samagra Review&amp;u=http://nynjbengali.com/archives/551 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/551 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/551&amp;t=Natak Samagra Review http://www.plugim.com/submit?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/551&amp;T=Natak Samagra Review http://reddit.com/submit?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/551 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/551 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/551 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://technorati.com/faves?add=http://nynjbengali.com/archives/551 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/551&amp;name=Natak Samagra Review http://twitter.com/home/?status=Natak Samagra Review+http://nynjbengali.com/archives/551 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/551 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/551&amp;t=Natak Samagra Review http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Natak Samagra Review&amp;uri=http://nynjbengali.com/archives/551 http://nynjbengali.com/archives/551 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/551&amp;Title=Natak Samagra Review http://www.bloglines.com/sub/http://nynjbengali.com/archives/551 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/551 http://del.icio.us/post?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/551 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/551&title=Natak Samagra Review http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/551&amp;bm_description=Natak Samagra Review http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/551 http://reddit.com/submit?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://technorati.com/faves?add=http://nynjbengali.com/archives/551 http://twitter.com/home/?status=Natak Samagra Review+http://nynjbengali.com/archives/551 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/551&amp;title=Natak Samagra Review http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/551&amp;t=Natak Samagra Review http://www.feedburner.com/fb/a/emailFlare?itemTitle=Natak Samagra Review&amp;uri=http://nynjbengali.com/archives/551&amp;loc=en_US http://nynjbengali.com/archives/551#bookmarkify Natak Samagra Review 1 of 2 Natak Samagra Review 2/2 [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] fire_dekha_001_web fire_dekha_002_web Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Natak Samagra Review Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(550, 3153, 'Anindyo Sarkar Pretty amazing movie. And yes. It will take some time to get “Boorjua” “Pratikriyasheel shakti” “Sreni shangram” out of the system of lot of people.', NULL),
(554, 0, 'Raag -Rang presents Kal Ke Kalakar Budding artists of future on 20th March. Artists are Meena Mallela Dipti Venkatraman on Bharatnatyam student of Ramya Rmnarayan Vijay Narayan on Carnatic Vocal student of Ashwin Bhogendra Debanjan Saha on tabla solo student of Pt samir Chatterjee Ria Sabnis on Hindustani vocal student of Mitali Bhawmik Shailaja Medicherla on Kuchipudi student of Divya Yelluri Time 4 pm to 6-30 pm sharp. Venue: Universal Unitarian Congragation of Princeton Fahs Theater 50 Cherry Hill Road Princeton NJ 08540 Admission: NonMembers: 15 Kids below 10 Years: 7 RaagRang Members: 10 Kids below 10 Years: 5 For details Contact: 9084291120 609-890-4890 RSVP will be appreciated. Email: bhawmikm@gmail.com mayuresh.khare@gmail.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Raag-Rang presents Kal Ke Kalakar size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:bhawmikm@gmail.com mailto:mayuresh.khare@gmail.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/554#bookmarkify http://nynjbengali.com/archives/554#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/554&amp;Title=Raag-Rang presents Kal Ke Kalakar http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/554 http://www.bloglines.com/sub/http://nynjbengali.com/archives/554 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/554 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Raag-Rang presents Kal Ke Kalakar&amp;bookmark_url=http://nynjbengali.com/archives/554 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/554 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://co.mments.com/track?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://del.icio.us/post?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.diigo.com/post?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/554 http://www.dzone.com/links/add.html?description=Raag-Rang presents Kal Ke Kalakar&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/554 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/554&amp;h=Raag-Rang presents Kal Ke Kalakar http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/554&amp;t=Raag-Rang presents Kal Ke Kalakar http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Raag-Rang presents Kal Ke Kalakar&amp;url=http://nynjbengali.com/archives/554 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/554&amp;t=Raag-Rang presents Kal Ke Kalakar http://www.folkd.com/submit/http://nynjbengali.com/archives/554 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/554&amp;t=Raag-Rang presents Kal Ke Kalakar http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.hugg.com/node/add/storylink?edit[title]=Raag-Rang presents Kal Ke Kalakar&amp;edit[url]=http://nynjbengali.com/archives/554 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/554 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/554 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/554 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/554&title=Raag-Rang presents Kal Ke Kalakar http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/554&amp;bm_description=Raag-Rang presents Kal Ke Kalakar http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/554 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/554&amp;t=Raag-Rang presents Kal Ke Kalakar http://myweb.yahoo.com/myweb/save?t=Raag-Rang presents Kal Ke Kalakar&amp;u=http://nynjbengali.com/archives/554 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/554 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/554&amp;t=Raag-Rang presents Kal Ke Kalakar http://www.plugim.com/submit?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/554&amp;T=Raag-Rang presents Kal Ke Kalakar http://reddit.com/submit?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/554 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/554 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/554 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://technorati.com/faves?add=http://nynjbengali.com/archives/554 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/554&amp;name=Raag-Rang presents Kal Ke Kalakar http://twitter.com/home/?status=Raag-Rang presents Kal Ke Kalakar+http://nynjbengali.com/archives/554 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/554 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/554&amp;t=Raag-Rang presents Kal Ke Kalakar http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Raag-Rang presents Kal Ke Kalakar&amp;uri=http://nynjbengali.com/archives/554 http://nynjbengali.com/archives/554 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/554&amp;Title=Raag-Rang presents Kal Ke Kalakar http://www.bloglines.com/sub/http://nynjbengali.com/archives/554 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/554 http://del.icio.us/post?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/554 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/554&title=Raag-Rang presents Kal Ke Kalakar http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/554&amp;bm_description=Raag-Rang presents Kal Ke Kalakar http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/554 http://reddit.com/submit?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://technorati.com/faves?add=http://nynjbengali.com/archives/554 http://twitter.com/home/?status=Raag-Rang presents Kal Ke Kalakar+http://nynjbengali.com/archives/554 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/554&amp;title=Raag-Rang presents Kal Ke Kalakar http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/554&amp;t=Raag-Rang presents Kal Ke Kalakar http://www.feedburner.com/fb/a/emailFlare?itemTitle=Raag-Rang presents Kal Ke Kalakar&amp;uri=http://nynjbengali.com/archives/554&amp;loc=en_US http://nynjbengali.com/archives/554#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Raag-Rang presents Kal Ke Kalakar Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(555, 0, 'New York City has always  been the launch place for successful American plays. Plays by newcomer playwrights launch their life from off-off Broadway  and gradually filter to Off Broadway and then the lucky few goes to the Broadway. However recent trends have shown that many new plays now premiere at Regional Theaters around the country and gradually make their way to the glitz and fame of Broadway if they get noticed. Recently I had the opportunity of watching the premier of Sarah Treem’s new play “The How and the why” at the McCarter theater in Princeton New Jersey. The play was directed by Emily Mann and performed by Mercedes Ruehl the Oscar winning actress and Bess Rous. Revivals of successful old plays can never match the thrill and spontaneity of a brand new drama. The producer and the director has to take on a huge risk to make the play work. The playwright too goes through a period of nail biting and hair raising experience as she watches the audience reactions and critical reviews. “The How and the Why” has been quite a challenge and I commend McCarter Theater and Emily Mann for investing in this venture. This was not an easy play. Two women sparring on stage with scientific jargon and long expository speeches is not the kind of play common people would like to watch unless the playwright has the capability to weave a story that the audience gets hooked on to from the beginning to the end   and unless the play is  performed by a cast and crew who knew their craft so well that they can keep the audience mesmerized for the entire duration. Let me get into the details of each of the above aspects I mention. Sarah Treem a graduate of Yale School of Drama is a relatively new playwright although her bio in the playbill says that she has quite a few plays and television dramas to her credit. Sarah has chosen a topic that many of us are not aware of the evolutionary biology of the human female. Two contending scientific theories “the grandmother hypothesis” and “menstruation as defense” - each trying to explain the “Why” aspect of female menstruation and menopause are brought into direct confrontation on stage along with two contending generations of females - both scientists specializing in evolutionary biology. The two women are not only of different generations but as the play progresses we find that they also have a genetic link as the mother and daughter who try to discover the “how” and “why” of their life.  The interplay between science and life is what makes this play so poignant and different from being a “feminist” play. To justify the science the playwright had to resort to lot of exposition but she always resorted to the bare minimum that was required to make the characters and their story believable. The actors Mercedes Ruehl and Bess Rous also belong to the two generations as the characters in the play. They too share a common profession as the characters do. Hence they both look extremely natural on stage. Two person plays demand a lot from the actors and both Ruehl and Rous meet them exceeding all expectations.  To watch Mercedes Ruehl on stage is a learning experience for any student of the art. How she uses space and time how she controls her emotions and delivers her often long speeches with ease is something to be experienced. Bess Rous worked extremely hard to keep up with her veteran co-actor and she did an extremely good job. The confusion the high strung attitude and the passionate approach to science that the character possess was well portrayed by Bess. Emily Mann and her production team does deserve our thanks for putting this up on Princeton stage. The superb stage design was a treat to watch. The attention to details and the creation of  space was very well thought. Although it was not clear why the highly emotional and loud second act took place in a restaurant where there were no other customers and no waiters to attend the tables. For if they were I am sure the characters could not behave the way the did.  Another issue which struck me  was the awkward blocking which made the actors expressions hidden from audience view on few occasions which could have been avoided. I hope McCarter Theater brings more such plays from new playwrights to Princeton stage. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  The How and The Why - A New Play by Sarah Treem size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/555#bookmarkify http://nynjbengali.com/archives/555#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/555&amp;Title=The How and The Why - A New Play by Sarah Treem http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/555 http://www.bloglines.com/sub/http://nynjbengali.com/archives/555 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/555 http://www.buddymarks.com/add_bookmark.php?bookmark_title=The How and The Why - A New Play by Sarah Treem&amp;bookmark_url=http://nynjbengali.com/archives/555 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/555 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://co.mments.com/track?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://del.icio.us/post?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.diigo.com/post?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/555 http://www.dzone.com/links/add.html?description=The How and The Why - A New Play by Sarah Treem&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/555 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/555&amp;h=The How and The Why - A New Play by Sarah Treem http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/555&amp;t=The How and The Why - A New Play by Sarah Treem http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=The How and The Why - A New Play by Sarah Treem&amp;url=http://nynjbengali.com/archives/555 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/555&amp;t=The How and The Why - A New Play by Sarah Treem http://www.folkd.com/submit/http://nynjbengali.com/archives/555 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/555&amp;t=The How and The Why - A New Play by Sarah Treem http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.hugg.com/node/add/storylink?edit[title]=The How and The Why - A New Play by Sarah Treem&amp;edit[url]=http://nynjbengali.com/archives/555 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/555 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/555 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/555 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/555&title=The How and The Why - A New Play by Sarah Treem http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/555&amp;bm_description=The How and The Why - A New Play by Sarah Treem http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/555 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/555&amp;t=The How and The Why - A New Play by Sarah Treem http://myweb.yahoo.com/myweb/save?t=The How and The Why - A New Play by Sarah Treem&amp;u=http://nynjbengali.com/archives/555 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/555 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/555&amp;t=The How and The Why - A New Play by Sarah Treem http://www.plugim.com/submit?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/555&amp;T=The How and The Why - A New Play by Sarah Treem http://reddit.com/submit?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/555 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/555 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/555 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://technorati.com/faves?add=http://nynjbengali.com/archives/555 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/555&amp;name=The How and The Why - A New Play by Sarah Treem http://twitter.com/home/?status=The How and The Why - A New Play by Sarah Treem+http://nynjbengali.com/archives/555 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/555 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/555&amp;t=The How and The Why - A New Play by Sarah Treem http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=The How and The Why - A New Play by Sarah Treem&amp;uri=http://nynjbengali.com/archives/555 http://nynjbengali.com/archives/555 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/555&amp;Title=The How and The Why - A New Play by Sarah Treem http://www.bloglines.com/sub/http://nynjbengali.com/archives/555 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/555 http://del.icio.us/post?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/555 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/555&title=The How and The Why - A New Play by Sarah Treem http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/555&amp;bm_description=The How and The Why - A New Play by Sarah Treem http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/555 http://reddit.com/submit?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://technorati.com/faves?add=http://nynjbengali.com/archives/555 http://twitter.com/home/?status=The How and The Why - A New Play by Sarah Treem+http://nynjbengali.com/archives/555 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/555&amp;title=The How and The Why - A New Play by Sarah Treem http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/555&amp;t=The How and The Why - A New Play by Sarah Treem http://www.feedburner.com/fb/a/emailFlare?itemTitle=The How and The Why - A New Play by Sarah Treem&amp;uri=http://nynjbengali.com/archives/555&amp;loc=en_US http://nynjbengali.com/archives/555#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'The How and The Why - A New Play by Sarah Treem Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(556, 0, 'If you are interested you may read a review of my collection of plays Natak Samagra in Parabaas.com 47th issue. The link is given below. http://parabaas.com/PB47/LEKHA/brRajat47.html Please note  that your browser should be able to render dynamic font. Here is what Parabaas suggests if you cannot see Bangla fonts. What you can do if the dynamic Bengali font is not rendered 1. If the URL shows as “http://parabaas.com/…” try first by inserting a “www.” before “parabaas”–i.e. “http://www.parabaas.com/…”. 2. Download the itxbeng.ttf font and save it in the font directory of your computer. To do that a first download the font and save it say on the Desktop. b Click ‘Start’ - ‘Control Panel’ - ‘Fonts’ c “Drag and drop” or “Copy and Paste” the downloaded font from the “Desktop” or wherever you have saved it into the Fonts directory. 3. From the Menubar in Microsoft Explorer choose ‘View’ - ‘Encoding’ - ‘User Defined’. 3a. If using Firefox browser from the Menubar choose ‘View’ - ‘Character Encoding’ - one of the ‘Western Windows ’ fonts displayed in the list. 4. On Netscape choose ‘Edit’ - ‘Preferences’ - ‘Appearence’ - ‘Fonts’ - ‘Use document specified fonts including dynamic fonts’. 5. Browsers older that Explorer 5.0 or Netscape 4.5 may not be able to render dynamic fonts. Netscape 6.2 is also unable to render dynamic fonts. If your browser is unable to render the Bengali font because of the above reasons or due to a setting that intereferes with dynamic fonts the easiest remedy is to download the font ‘ItxBeng’ from this page and load it in your computer. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Review in Parabaas.com size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://parabaas.com/PB47/LEKHA/brRajat47.html http://parabaas.com/PB47/LEKHA/brRajat47.html http://www.parabaas.com/Parabaas_Axar/itxbeng.ttf http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/556#bookmarkify http://nynjbengali.com/archives/556#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/556&amp;Title=Review in Parabaas.com http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/556 http://www.bloglines.com/sub/http://nynjbengali.com/archives/556 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/556 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Review in Parabaas.com&amp;bookmark_url=http://nynjbengali.com/archives/556 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/556 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://co.mments.com/track?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://del.icio.us/post?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.diigo.com/post?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/556 http://www.dzone.com/links/add.html?description=Review in Parabaas.com&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/556 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/556&amp;h=Review in Parabaas.com http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/556&amp;t=Review in Parabaas.com http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Review in Parabaas.com&amp;url=http://nynjbengali.com/archives/556 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/556&amp;t=Review in Parabaas.com http://www.folkd.com/submit/http://nynjbengali.com/archives/556 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/556&amp;t=Review in Parabaas.com http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.hugg.com/node/add/storylink?edit[title]=Review in Parabaas.com&amp;edit[url]=http://nynjbengali.com/archives/556 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/556 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/556 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/556 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/556&title=Review in Parabaas.com http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/556&amp;bm_description=Review in Parabaas.com http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/556 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/556&amp;t=Review in Parabaas.com http://myweb.yahoo.com/myweb/save?t=Review in Parabaas.com&amp;u=http://nynjbengali.com/archives/556 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/556 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/556&amp;t=Review in Parabaas.com http://www.plugim.com/submit?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/556&amp;T=Review in Parabaas.com http://reddit.com/submit?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/556 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/556 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/556 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://technorati.com/faves?add=http://nynjbengali.com/archives/556 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/556&amp;name=Review in Parabaas.com http://twitter.com/home/?status=Review in Parabaas.com+http://nynjbengali.com/archives/556 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/556 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/556&amp;t=Review in Parabaas.com http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Review in Parabaas.com&amp;uri=http://nynjbengali.com/archives/556 http://nynjbengali.com/archives/556 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/556&amp;Title=Review in Parabaas.com http://www.bloglines.com/sub/http://nynjbengali.com/archives/556 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/556 http://del.icio.us/post?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/556 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/556&title=Review in Parabaas.com http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/556&amp;bm_description=Review in Parabaas.com http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/556 http://reddit.com/submit?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://technorati.com/faves?add=http://nynjbengali.com/archives/556 http://twitter.com/home/?status=Review in Parabaas.com+http://nynjbengali.com/archives/556 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/556&amp;title=Review in Parabaas.com http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/556&amp;t=Review in Parabaas.com http://www.feedburner.com/fb/a/emailFlare?itemTitle=Review in Parabaas.com&amp;uri=http://nynjbengali.com/archives/556&amp;loc=en_US http://nynjbengali.com/archives/556#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Review in Parabaas.com Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(545, 3161, 'Sandip Das Sreeshti - Sarawasti Puja 2011 will be held on Feb 12th 2011. For more info visit http://www.sreeshti.com . http://www.sreeshti.com http://www.sreeshti.com', NULL),
(557, 0, 'Anandabazar Patrika is Bengali’s most favorite daily newspaper. However until recently reading Anandabazaar Patrika online was severely restricted due the technology it used to render the Bangla fonts. Only Internet Explorer supported the technology but that too crashed frequently. But recently Anandabazar is available in Unicode and can be enjoyed in any Unicode compliant browser. Just click on the following link: http://anandabazar-unicode.appspot.com/proxy Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Anandabazar in Unicode size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://anandabazar-unicode.appspot.com/proxy http://anandabazar-unicode.appspot.com/proxy http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/557#bookmarkify http://nynjbengali.com/archives/557#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/557&amp;Title=Anandabazar in Unicode http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/557 http://www.bloglines.com/sub/http://nynjbengali.com/archives/557 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/557 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Anandabazar in Unicode&amp;bookmark_url=http://nynjbengali.com/archives/557 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/557 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://co.mments.com/track?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://del.icio.us/post?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.diigo.com/post?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/557 http://www.dzone.com/links/add.html?description=Anandabazar in Unicode&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/557 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/557&amp;h=Anandabazar in Unicode http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/557&amp;t=Anandabazar in Unicode http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Anandabazar in Unicode&amp;url=http://nynjbengali.com/archives/557 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/557&amp;t=Anandabazar in Unicode http://www.folkd.com/submit/http://nynjbengali.com/archives/557 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/557&amp;t=Anandabazar in Unicode http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.hugg.com/node/add/storylink?edit[title]=Anandabazar in Unicode&amp;edit[url]=http://nynjbengali.com/archives/557 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/557 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/557 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/557 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/557&title=Anandabazar in Unicode http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/557&amp;bm_description=Anandabazar in Unicode http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/557 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/557&amp;t=Anandabazar in Unicode http://myweb.yahoo.com/myweb/save?t=Anandabazar in Unicode&amp;u=http://nynjbengali.com/archives/557 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/557 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/557&amp;t=Anandabazar in Unicode http://www.plugim.com/submit?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/557&amp;T=Anandabazar in Unicode http://reddit.com/submit?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/557 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/557 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/557 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://technorati.com/faves?add=http://nynjbengali.com/archives/557 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/557&amp;name=Anandabazar in Unicode http://twitter.com/home/?status=Anandabazar in Unicode+http://nynjbengali.com/archives/557 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/557 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/557&amp;t=Anandabazar in Unicode http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Anandabazar in Unicode&amp;uri=http://nynjbengali.com/archives/557 http://nynjbengali.com/archives/557 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/557&amp;Title=Anandabazar in Unicode http://www.bloglines.com/sub/http://nynjbengali.com/archives/557 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/557 http://del.icio.us/post?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/557 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/557&title=Anandabazar in Unicode http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/557&amp;bm_description=Anandabazar in Unicode http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/557 http://reddit.com/submit?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://technorati.com/faves?add=http://nynjbengali.com/archives/557 http://twitter.com/home/?status=Anandabazar in Unicode+http://nynjbengali.com/archives/557 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/557&amp;title=Anandabazar in Unicode http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/557&amp;t=Anandabazar in Unicode http://www.feedburner.com/fb/a/emailFlare?itemTitle=Anandabazar in Unicode&amp;uri=http://nynjbengali.com/archives/557&amp;loc=en_US http://nynjbengali.com/archives/557#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Anandabazar in Unicode Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(558, 0, 'My play “The Redemption” the English version of “KaalSuddhi” is now available for viewing on YouTube. This recording was done from our show at the Dixon Place in Manhattan during the 2005 New York International Fringe Festival. Here is a small synopsis of the play: This play is about Subimal who once an active naxalite had to flee his own country and come to America in search of a new life. Although Subimal did find a new life for himself his past always haunted him a past which he had always kept a deep secret. Suddenly one day this secret starts to reveal itself to his son Somu from a long lost diary. Somu a Harvard junior is extremely curious to know the details of his father’s past wants to know more about the Naxalite movement. But he never could have guessed the kind of murky and deep waters he is getting into. Subimal tried to prevent the inevitable but his failure to do so ultimately leads him to his redemption. Cast: Sankar Ghoshal Amitabh Roy Mayuresh Khare Keka Sircar Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Watch “The Redemption” size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/558#bookmarkify http://nynjbengali.com/archives/558#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/558&amp;Title=Watch &#8220;The Redemption&#8221; http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/558 http://www.bloglines.com/sub/http://nynjbengali.com/archives/558 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/558 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Watch &#8220;The Redemption&#8221;&amp;bookmark_url=http://nynjbengali.com/archives/558 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/558 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://co.mments.com/track?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://del.icio.us/post?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.diigo.com/post?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/558 http://www.dzone.com/links/add.html?description=Watch &#8220;The Redemption&#8221;&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/558 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/558&amp;h=Watch &#8220;The Redemption&#8221; http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/558&amp;t=Watch &#8220;The Redemption&#8221; http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Watch &#8220;The Redemption&#8221;&amp;url=http://nynjbengali.com/archives/558 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/558&amp;t=Watch &#8220;The Redemption&#8221; http://www.folkd.com/submit/http://nynjbengali.com/archives/558 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/558&amp;t=Watch &#8220;The Redemption&#8221; http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.hugg.com/node/add/storylink?edit[title]=Watch &#8220;The Redemption&#8221;&amp;edit[url]=http://nynjbengali.com/archives/558 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/558 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/558 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/558 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/558&title=Watch &#8220;The Redemption&#8221; http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/558&amp;bm_description=Watch &#8220;The Redemption&#8221; http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/558 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/558&amp;t=Watch &#8220;The Redemption&#8221; http://myweb.yahoo.com/myweb/save?t=Watch &#8220;The Redemption&#8221;&amp;u=http://nynjbengali.com/archives/558 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221;&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/558 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/558&amp;t=Watch &#8220;The Redemption&#8221; http://www.plugim.com/submit?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/558&amp;T=Watch &#8220;The Redemption&#8221; http://reddit.com/submit?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/558 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/558 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/558 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://technorati.com/faves?add=http://nynjbengali.com/archives/558 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/558&amp;name=Watch &#8220;The Redemption&#8221; http://twitter.com/home/?status=Watch &#8220;The Redemption&#8221;+http://nynjbengali.com/archives/558 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/558 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/558&amp;t=Watch &#8220;The Redemption&#8221; http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Watch &#8220;The Redemption&#8221;&amp;uri=http://nynjbengali.com/archives/558 http://nynjbengali.com/archives/558 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/558&amp;Title=Watch &#8220;The Redemption&#8221; http://www.bloglines.com/sub/http://nynjbengali.com/archives/558 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/558 http://del.icio.us/post?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/558 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/558&title=Watch &#8220;The Redemption&#8221; http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/558&amp;bm_description=Watch &#8220;The Redemption&#8221; http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/558 http://reddit.com/submit?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://technorati.com/faves?add=http://nynjbengali.com/archives/558 http://twitter.com/home/?status=Watch &#8220;The Redemption&#8221;+http://nynjbengali.com/archives/558 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/558&amp;title=Watch &#8220;The Redemption&#8221; http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/558&amp;t=Watch &#8220;The Redemption&#8221; http://www.feedburner.com/fb/a/emailFlare?itemTitle=Watch &#8220;The Redemption&#8221;&amp;uri=http://nynjbengali.com/archives/558&amp;loc=en_US http://nynjbengali.com/archives/558#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] YouTube video player Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Watch “The Redemption” Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(133, 3170, 'RajuK In the blog it says about theatre “it is not fake as in the movies.” I would not call movies as fake. Movies are perform once and watch over and over again by many many people. Theatre is watched only by the live audience unless it is videotaped. Movies give you a much much bigger canvas. You can shoot at different locales but in theatre you are retricted to the stage. The advantage of theatre is the possibility of a live discussion by the actors with the audience after the show which unfortunately very few theatre companies do. Hence theatre is an excellent medium for controversial topics. Another advanage of theatre is low-cost of production but with today’s digital cameras movie production costs have dropped drastically. I sometimes want to go to the theatre to be surprised. Movies because of their ease of availabilty can have too much hype around them which could bias me towards the movie even before I see it. And theatre gives voice to the small budget man who not necessarily has small ideas to present. Because of live actors theatre is expected to be more cohesive. Movies are shot over days or weeks or years and directors like Woody Allen do not even give the script to the actors. They just ask the actor to say a dialogue in a happy/sad/angry/etc. tone. So if the director/editor screw up the actors won’t even know about it till it is too late. Also because of interspersed shooting schedules in movie it could be very difficult to get the exact emotion out of the actors specially if the actor is working on multiple movies at a time. Hence usually good actors come out of the theatre. Also many famous actors return to theatre just to do some “real” acting.', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(559, 0, 'On August 6th 2011 Kalamandir Dance Company will be hosting a Festival of South Asian Dance in a beautiful theater in New Brunswick NJ. We are searching for individuals and groups who perform classical or contemporary South Asian dance or whose style is influenced by elements of South Asian culture. The following are required to apply: -A clip of your proposed performance piece Links to YouTube Facebook or uploads to MediaFire are great -The festival application download here All materials should be emailed to kalamandirdanceco@gmail.com Please Note: Pieces should be about 8-12 minutes in length. A 100 performance fee will be required from each group if they are chosen to participate in the festival. There is no application fee. If you have any questions please do not hesitate to email or call us Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Festival of South Asian Dance size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » https://docs.google.com/viewer?a=v&amp;pid=explorer&amp;chrome=true&amp;srcid=0BxRjQz8e6UO6MThlNWUxY2UtZGEzNC00MTVmLTg0MjYtYzVlNWU2ZDA0YjZh&amp;hl=en&amp;pli=1 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/559#bookmarkify http://nynjbengali.com/archives/559#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/559&amp;Title=Festival of South Asian Dance http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/559 http://www.bloglines.com/sub/http://nynjbengali.com/archives/559 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/559 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Festival of South Asian Dance&amp;bookmark_url=http://nynjbengali.com/archives/559 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/559 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://co.mments.com/track?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://del.icio.us/post?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.diigo.com/post?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/559 http://www.dzone.com/links/add.html?description=Festival of South Asian Dance&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/559 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/559&amp;h=Festival of South Asian Dance http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/559&amp;t=Festival of South Asian Dance http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Festival of South Asian Dance&amp;url=http://nynjbengali.com/archives/559 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/559&amp;t=Festival of South Asian Dance http://www.folkd.com/submit/http://nynjbengali.com/archives/559 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/559&amp;t=Festival of South Asian Dance http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.hugg.com/node/add/storylink?edit[title]=Festival of South Asian Dance&amp;edit[url]=http://nynjbengali.com/archives/559 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/559 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/559 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/559 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/559&title=Festival of South Asian Dance http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/559&amp;bm_description=Festival of South Asian Dance http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/559 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/559&amp;t=Festival of South Asian Dance http://myweb.yahoo.com/myweb/save?t=Festival of South Asian Dance&amp;u=http://nynjbengali.com/archives/559 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/559 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/559&amp;t=Festival of South Asian Dance http://www.plugim.com/submit?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/559&amp;T=Festival of South Asian Dance http://reddit.com/submit?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/559 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/559 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/559 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://technorati.com/faves?add=http://nynjbengali.com/archives/559 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/559&amp;name=Festival of South Asian Dance http://twitter.com/home/?status=Festival of South Asian Dance+http://nynjbengali.com/archives/559 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/559 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/559&amp;t=Festival of South Asian Dance http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Festival of South Asian Dance&amp;uri=http://nynjbengali.com/archives/559 http://nynjbengali.com/archives/559 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/559&amp;Title=Festival of South Asian Dance http://www.bloglines.com/sub/http://nynjbengali.com/archives/559 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/559 http://del.icio.us/post?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/559 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/559&title=Festival of South Asian Dance http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/559&amp;bm_description=Festival of South Asian Dance http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/559 http://reddit.com/submit?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://technorati.com/faves?add=http://nynjbengali.com/archives/559 http://twitter.com/home/?status=Festival of South Asian Dance+http://nynjbengali.com/archives/559 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/559&amp;title=Festival of South Asian Dance http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/559&amp;t=Festival of South Asian Dance http://www.feedburner.com/fb/a/emailFlare?itemTitle=Festival of South Asian Dance&amp;uri=http://nynjbengali.com/archives/559&amp;loc=en_US http://nynjbengali.com/archives/559#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Festival of South Asian Dance Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(560, 0, 'If you are a book lover in Kolkata or any other part of West Bengal or India your options for reading books are quite limited. The local books stores have a limited stock and they may take days to get you a copy of the book you are looking for. Your next option would be to go to the College Street book stores which is an uphill task during these hectic days and traffic congestion. Your local libraries can stock only a limited number of books constrained by their meager budget. ClickForBoi resolves all that problem by allowing you to get your favorite books online. Imagine Netflix for books and that’s what ClickForBoi does for you. Book lovers in Kolkata/West Bengal and India can now join this novel subscription service by clicking on ClickForBoi.in . Subscription starts from Rs 199.00 per month which includes as many books as you can read including delivery and pick-up charges. Once you become a subscriber you can select books and make your own queue. ClickForBoi will send you books from the queue and once you return it they’ll send the next one. Unfortunately this service is available only to readers in India. The creators of Click For Boi also has an online book store named ClicktoBuyBoi.in . This store works in the same model as Amazon.com or any other online book store. ClicktoBuyBoi.in sells Bengali books of all genres and of all authors and their stock keeps on growing. They offer good discounts and their shipping charges are very nominal. For example a book shipped to Bhubaneshwar from Kolkata was only charges Rs 20.00.  However their shipping is now limited only within  India with plans of expanding and reaching out to expatriate Bengali readers all over the world. But for now Bangla book lovers living abroad can gift books to their loved ones in India using this site. The site accepts credit cards. And just to add a shameless plug ClicktoBuyBoi.in also has my book Natak Samagra in their stock. Image courtsey - ClickForBoi.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Click For Boi : Online Bangla Boi Subscription size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/02/click_for_boi.jpg http://clickforboi.in http://clickforboi.in http://www.clicktobuyboi.in/ http://www.clicktobuyboi.in/ http://www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/ http://www.clicktobuyboi.in/catalog/product/view/id/4927/category/51/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/560#bookmarkify http://nynjbengali.com/archives/560#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/560&amp;Title=Click For Boi : Online Bangla Boi Subscription http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/560 http://www.bloglines.com/sub/http://nynjbengali.com/archives/560 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/560 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Click For Boi : Online Bangla Boi Subscription&amp;bookmark_url=http://nynjbengali.com/archives/560 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/560 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://co.mments.com/track?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://del.icio.us/post?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.diigo.com/post?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/560 http://www.dzone.com/links/add.html?description=Click For Boi : Online Bangla Boi Subscription&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/560 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/560&amp;h=Click For Boi : Online Bangla Boi Subscription http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/560&amp;t=Click For Boi : Online Bangla Boi Subscription http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Click For Boi : Online Bangla Boi Subscription&amp;url=http://nynjbengali.com/archives/560 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/560&amp;t=Click For Boi : Online Bangla Boi Subscription http://www.folkd.com/submit/http://nynjbengali.com/archives/560 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/560&amp;t=Click For Boi : Online Bangla Boi Subscription http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.hugg.com/node/add/storylink?edit[title]=Click For Boi : Online Bangla Boi Subscription&amp;edit[url]=http://nynjbengali.com/archives/560 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/560 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/560 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/560 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/560&title=Click For Boi : Online Bangla Boi Subscription http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/560&amp;bm_description=Click For Boi : Online Bangla Boi Subscription http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/560 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/560&amp;t=Click For Boi : Online Bangla Boi Subscription http://myweb.yahoo.com/myweb/save?t=Click For Boi : Online Bangla Boi Subscription&amp;u=http://nynjbengali.com/archives/560 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/560 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/560&amp;t=Click For Boi : Online Bangla Boi Subscription http://www.plugim.com/submit?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/560&amp;T=Click For Boi : Online Bangla Boi Subscription http://reddit.com/submit?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/560 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/560 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/560 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://technorati.com/faves?add=http://nynjbengali.com/archives/560 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/560&amp;name=Click For Boi : Online Bangla Boi Subscription http://twitter.com/home/?status=Click For Boi : Online Bangla Boi Subscription+http://nynjbengali.com/archives/560 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/560 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/560&amp;t=Click For Boi : Online Bangla Boi Subscription http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Click For Boi : Online Bangla Boi Subscription&amp;uri=http://nynjbengali.com/archives/560 http://nynjbengali.com/archives/560 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/560&amp;Title=Click For Boi : Online Bangla Boi Subscription http://www.bloglines.com/sub/http://nynjbengali.com/archives/560 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/560 http://del.icio.us/post?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/560 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/560&title=Click For Boi : Online Bangla Boi Subscription http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/560&amp;bm_description=Click For Boi : Online Bangla Boi Subscription http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/560 http://reddit.com/submit?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://technorati.com/faves?add=http://nynjbengali.com/archives/560 http://twitter.com/home/?status=Click For Boi : Online Bangla Boi Subscription+http://nynjbengali.com/archives/560 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/560&amp;title=Click For Boi : Online Bangla Boi Subscription http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/560&amp;t=Click For Boi : Online Bangla Boi Subscription http://www.feedburner.com/fb/a/emailFlare?itemTitle=Click For Boi : Online Bangla Boi Subscription&amp;uri=http://nynjbengali.com/archives/560&amp;loc=en_US http://nynjbengali.com/archives/560#bookmarkify Click For Boi [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Click For Boi Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Click For Boi : Online Bangla Boi Subscription Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(345, 3197, 'JackMore Hello people. I’m a bit new to this Alexa ranking stuff but I managed to achieve something very very good at least this is how i feel. This is what happened with my team’s website after I designed it. A few people recommended http://www.alexage.com to improve Alexa ranking. They worked great for us and our site’s Alexa rank is now in Alexa’s top 100K. Hope this helps http://www.alexage.com', NULL),
(560, 3198, 'Santanu Chowdhury Thank you for spreading the word about Clickforboi.in by writing in your blog. We at Clickforboi has started this initiative with a single goal to make available Bengali books in an innovative way to all Bengali readers starting with India.. and create a community of Bengali book lovers who would not only read / buy books but also share their perspective opinion about books. Also wanted to add couple of points to your post about the site ~ the monthly subscription at Clickforboi.in allows reading either 2 books/month or 4 books/month based on the plan reader selects. We do not have unlimited delivery plan yet but would certainly explore this as we grow the membership. Next we have very recently launched the Free Home Delivery service at our bookstore www.clicktobuyboi.in anywhere in India So there are no more shipping charges to be borne buy the reader over and above the book price. We would run Special offers periodically to provide additional discount on certain books as well. We earnestly hope with this feature book lovers will be benefited more and Bengali books will have wider reach. Happy Reading http://www.clickforboi.in', NULL),
(560, 3199, 'sudipta Does this mean with the 2 books/month plan a subscriber can 2 books only a month or he can keep two books at a time like the way Netflix does for movies ALthough reading two books a month is an ardent task but for some fast readers they can read more. If 2 books/month is a hard limit what happens if I read 1 book a month Do I get an extra book the following month http://', NULL),
(563, 0, 'The Department of African Middle Eastern and South Asian Languages and Literatures at Rutgers the State University of New Jersey State New Brunswick Campus has an opening for a part-time Instructor of Bengali for 2011-2012 Academic year. Qualifications include: Native or near-native proficiency in Bengali experience in teaching Bengali preferably in a North American university and competence in communicative l earner-centered language pedagogy. Please forward your CV cover letter and the names and contact information of three referees to Professor Alamin Mazrui Department Chair at amazrui@rci.rutgers.edu. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Seeking a Bengali instructor for Fall 2011 - Rutgers the State University of New Jersey size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/563#bookmarkify http://nynjbengali.com/archives/563#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/563&amp;Title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/563 http://www.bloglines.com/sub/http://nynjbengali.com/archives/563 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/563 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey&amp;bookmark_url=http://nynjbengali.com/archives/563 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/563 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://co.mments.com/track?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://del.icio.us/post?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.diigo.com/post?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/563 http://www.dzone.com/links/add.html?description=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/563 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/563&amp;h=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/563&amp;t=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey&amp;url=http://nynjbengali.com/archives/563 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/563&amp;t=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.folkd.com/submit/http://nynjbengali.com/archives/563 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/563&amp;t=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.hugg.com/node/add/storylink?edit[title]=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey&amp;edit[url]=http://nynjbengali.com/archives/563 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/563 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/563 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/563 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/563&title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/563&amp;bm_description=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/563 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/563&amp;t=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://myweb.yahoo.com/myweb/save?t=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey&amp;u=http://nynjbengali.com/archives/563 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/563 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/563&amp;t=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.plugim.com/submit?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/563&amp;T=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://reddit.com/submit?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/563 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/563 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/563 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://technorati.com/faves?add=http://nynjbengali.com/archives/563 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/563&amp;name=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://twitter.com/home/?status=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey+http://nynjbengali.com/archives/563 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/563 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/563&amp;t=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey&amp;uri=http://nynjbengali.com/archives/563 http://nynjbengali.com/archives/563 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/563&amp;Title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.bloglines.com/sub/http://nynjbengali.com/archives/563 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/563 http://del.icio.us/post?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/563 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/563&title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/563&amp;bm_description=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/563 http://reddit.com/submit?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://technorati.com/faves?add=http://nynjbengali.com/archives/563 http://twitter.com/home/?status=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey+http://nynjbengali.com/archives/563 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/563&amp;title=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/563&amp;t=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey http://www.feedburner.com/fb/a/emailFlare?itemTitle=Seeking a Bengali instructor for Fall 2011 - Rutgers, the State University of New Jersey&amp;uri=http://nynjbengali.com/archives/563&amp;loc=en_US http://nynjbengali.com/archives/563#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Seeking a Bengali instructor for Fall 2011 - Rutgers the State University of New Jersey Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(560, 3213, 'Santanu Ghosal An excillent website though I wonder if the clickforboi initiative will be benificial.While reading the plan is good but could suffer drastically becauese of long keeping time hence the availability chain might be disrupted. Once again buying the book might be a better idea altogether.Now coming to the part of buying there is also another site http://www.boimela.in which is also offering similar service but is in market for a longer period of time.I myself have ordered from the site and was really surprised at the delivery timings. Finally its the consumers who will make the call but its always better to have more than one option at hand http://wastelandersdiary.blogsopt.com http://www.boimela.in', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(564, 0, 'Ethnomedia Music Studio presents an evening of instrumental Music by Shree Sugato Nag on sitar and Anirban RoyChoudhury on tabla. Date: 8th May 2011 Time: 6 pm to 8 pm. Donation: 15.00 per person. RSVP will be appreciated Venue: Hills Club House 75 Hansom Road Basking Ridge NJ  07920 Google maps provides good directions. Contact information: Aparna Khurjekar.  908 -234-0476 . akhurjekar@hotmail.com or Urmila Palnitkar .  609 -443-0489 . urmila palnitkar@yahoo.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Sitar Concert by Sugato Nag size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » tel:%28908%29-234-0476 mailto:akhurjekar@hotmail.com tel:%28609%29-443-0489 mailto:urmila_palnitkar@yahoo.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/564#bookmarkify http://nynjbengali.com/archives/564#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/564&amp;Title=Sitar Concert by Sugato Nag http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/564 http://www.bloglines.com/sub/http://nynjbengali.com/archives/564 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/564 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Sitar Concert by Sugato Nag&amp;bookmark_url=http://nynjbengali.com/archives/564 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/564 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://co.mments.com/track?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://del.icio.us/post?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.diigo.com/post?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/564 http://www.dzone.com/links/add.html?description=Sitar Concert by Sugato Nag&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/564 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/564&amp;h=Sitar Concert by Sugato Nag http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/564&amp;t=Sitar Concert by Sugato Nag http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Sitar Concert by Sugato Nag&amp;url=http://nynjbengali.com/archives/564 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/564&amp;t=Sitar Concert by Sugato Nag http://www.folkd.com/submit/http://nynjbengali.com/archives/564 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/564&amp;t=Sitar Concert by Sugato Nag http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.hugg.com/node/add/storylink?edit[title]=Sitar Concert by Sugato Nag&amp;edit[url]=http://nynjbengali.com/archives/564 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/564 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/564 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/564 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/564&title=Sitar Concert by Sugato Nag http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/564&amp;bm_description=Sitar Concert by Sugato Nag http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/564 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/564&amp;t=Sitar Concert by Sugato Nag http://myweb.yahoo.com/myweb/save?t=Sitar Concert by Sugato Nag&amp;u=http://nynjbengali.com/archives/564 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/564 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/564&amp;t=Sitar Concert by Sugato Nag http://www.plugim.com/submit?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/564&amp;T=Sitar Concert by Sugato Nag http://reddit.com/submit?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/564 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/564 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/564 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://technorati.com/faves?add=http://nynjbengali.com/archives/564 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/564&amp;name=Sitar Concert by Sugato Nag http://twitter.com/home/?status=Sitar Concert by Sugato Nag+http://nynjbengali.com/archives/564 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/564 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/564&amp;t=Sitar Concert by Sugato Nag http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Sitar Concert by Sugato Nag&amp;uri=http://nynjbengali.com/archives/564 http://nynjbengali.com/archives/564 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/564&amp;Title=Sitar Concert by Sugato Nag http://www.bloglines.com/sub/http://nynjbengali.com/archives/564 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/564 http://del.icio.us/post?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/564 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/564&title=Sitar Concert by Sugato Nag http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/564&amp;bm_description=Sitar Concert by Sugato Nag http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/564 http://reddit.com/submit?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://technorati.com/faves?add=http://nynjbengali.com/archives/564 http://twitter.com/home/?status=Sitar Concert by Sugato Nag+http://nynjbengali.com/archives/564 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/564&amp;title=Sitar Concert by Sugato Nag http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/564&amp;t=Sitar Concert by Sugato Nag http://www.feedburner.com/fb/a/emailFlare?itemTitle=Sitar Concert by Sugato Nag&amp;uri=http://nynjbengali.com/archives/564&amp;loc=en_US http://nynjbengali.com/archives/564#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Sitar Concert by Sugato Nag Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(565, 0, 'Raag-Rang is proud to present a magical afternoon of Music and Dance. Ganesh Vandana dance presentation by the students of Guru Divya Yelluri Kuchipudi Tabla Duet by Amod Dandawate and Pratik Devasthale with Kedar Naphade on harmonium Darbari Ensemble by Pt Ramesh Mishra Sarengi Allyn Miner Sitar Steve Gorn Flute and Dibyarka Chatterjee Tabla . Date– 4th June 2011 Time 4 pm Sharp. Venue— Balaji Temple community center auditorium. Donation:  Non-members– 20.00 10.00 Kids below 12 years Members– 15.00 7.00 Kids . RSVP will be appreciated. Contact: email:  manritdev@yahoo.com     gpai03@gmail.com   devang42@yahoo.com Contact numbers:  908 -429-1120    609 -890-4890     908 -240-8289 . Call  908 -429-1120 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Raag-Rang Concert size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:manritdev@yahoo.com mailto:gpai03@gmail.com mailto:devang42@yahoo.com tel:%28908%29-429-1120 tel:%28609%29-890-4890 tel:%28908%29-240-8289 tel:%28908%29-429-1120 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/565#bookmarkify http://nynjbengali.com/archives/565#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/565&amp;Title=Raag-Rang Concert http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/565 http://www.bloglines.com/sub/http://nynjbengali.com/archives/565 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/565 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Raag-Rang Concert&amp;bookmark_url=http://nynjbengali.com/archives/565 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/565 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://co.mments.com/track?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://del.icio.us/post?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.diigo.com/post?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/565 http://www.dzone.com/links/add.html?description=Raag-Rang Concert&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/565 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/565&amp;h=Raag-Rang Concert http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/565&amp;t=Raag-Rang Concert http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Raag-Rang Concert&amp;url=http://nynjbengali.com/archives/565 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/565&amp;t=Raag-Rang Concert http://www.folkd.com/submit/http://nynjbengali.com/archives/565 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/565&amp;t=Raag-Rang Concert http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.hugg.com/node/add/storylink?edit[title]=Raag-Rang Concert&amp;edit[url]=http://nynjbengali.com/archives/565 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/565 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/565 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/565 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/565&title=Raag-Rang Concert http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/565&amp;bm_description=Raag-Rang Concert http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/565 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/565&amp;t=Raag-Rang Concert http://myweb.yahoo.com/myweb/save?t=Raag-Rang Concert&amp;u=http://nynjbengali.com/archives/565 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/565 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/565&amp;t=Raag-Rang Concert http://www.plugim.com/submit?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/565&amp;T=Raag-Rang Concert http://reddit.com/submit?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/565 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/565 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/565 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://technorati.com/faves?add=http://nynjbengali.com/archives/565 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/565&amp;name=Raag-Rang Concert http://twitter.com/home/?status=Raag-Rang Concert+http://nynjbengali.com/archives/565 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/565 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/565&amp;t=Raag-Rang Concert http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Raag-Rang Concert&amp;uri=http://nynjbengali.com/archives/565 http://nynjbengali.com/archives/565 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/565&amp;Title=Raag-Rang Concert http://www.bloglines.com/sub/http://nynjbengali.com/archives/565 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/565 http://del.icio.us/post?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/565 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/565&title=Raag-Rang Concert http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/565&amp;bm_description=Raag-Rang Concert http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/565 http://reddit.com/submit?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://technorati.com/faves?add=http://nynjbengali.com/archives/565 http://twitter.com/home/?status=Raag-Rang Concert+http://nynjbengali.com/archives/565 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/565&amp;title=Raag-Rang Concert http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/565&amp;t=Raag-Rang Concert http://www.feedburner.com/fb/a/emailFlare?itemTitle=Raag-Rang Concert&amp;uri=http://nynjbengali.com/archives/565&amp;loc=en_US http://nynjbengali.com/archives/565#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Raag-Rang Concert Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(566, 0, 'By Amitava Sen Have you noticed that the City of Joy has turned out to actually be a City of Billboards The skyline as viewed from the roads is plastered with huge hoardings. If only they were placed somewhat lower they could hide the squalor directly below. The displays for luxury apartments hang directly over the shack dwellings advertisements for purified drinking water cast a shadow over the polluted cesspools that are the byproduct of cleaning and washing by the shanty dwellers. Then there are displays for fancy snacks and beverages frowning directly on the people down below who live on less that one dollar a day. But the advertisers have a point in placing their billboards here for they are not meant for the pedestrian hoi polloi you can only view these displays from a distance if you are riding an automobile. In addition to the billboards Calcutta has a tradition of roadside walls and building facades covered with paper posters to be on the eye level of the passers by. The billboards are gaining in prominence as the car population in Calcutta is climbing exponentially every day. The posters are still there but for the benefit of the politicians seeking your votes and cheering you up to attend a huge rally for protesting something the government has done. They probably recognize that many people who can afford a car do not even vote at the election time or care for protesting all that is abysmal around. But if you think the protest is from the out of power opposition party only you will be wrong. Unless you run down the establishment in a public platform you have a fat chance of being heard. So the ruling party protests their own action and denounce themselves in those huge rallies-everyone negating everyone else and sometimes the self also. There are also posters for low budget Bengali movies which are not ones that car owning intellectual middle class of Calcutta watches. Bills for miracle herbal medicine and promises for the cure of all sexual dysfunction or offering a year of computer education with the assurance of a job possibly followed by a placement in America are in abundance too for the eye level masses. Educations being a major if not the only industry in Calcutta revenues generated by education business are substantial. Not surprisingly advertisements inviting enrollment in sprawling high priced private schools and ubiquitous professional business and technical colleges are subjects reserved for billboards. Yet Calcutta billboards are quite fascinating and sometimes intriguing. For example some advertising campaigns start with teasing questions aimed at generating curiosity in viewers’ minds. Assuming the answers will be forthcoming shortly people start speculating about what it could be and guess what would be the product being promoted. That certainly raises curiosity and interest as a marketing strategy. Recently one such billboard introducing yet unknown merchandise was all over the city. The question posed was “Why are Bengali eyes tearing up ” with a likeness of the renowned writer Sunil Ganguly looming large. Mr. Ganguly wore a grim sorrowful look and slightly disheveled hair. What would be of such a concern for him and what panacea would Mr. Ganguly a serious thinker and author be coming up with Is he referring to the Netai massacre of civilians by Marxist Communist cadre cadre in Calcutta political parlance euphemistically means strong-armed goons Is he recommending throwing them out of power Is this really a political advertisement But not knowing his political inclination I was not sure whether that was the correct answer. See all writers playwrights and artists have some political affiliation and patronage which they do dare not to mess with. Mr. Ganguly’s distress is surely not about the high cost of Moog Dal at eighty rupees or potatoes’ being sold at forty rupees a kilogram – the billboards are out of the line of sight of folks who are finding it hard to put food on their table because of out-of-reach prices. Could it be the blinding air pollution that was causing burning eyes That was unlikely. Why should someone spend their own money just to empathize with the fellow citizens After much thought I finally settled on the premise that Mr. Ganguly would soon be publishing a very tragic novel which would make the Bengalis cry. That would be quite welcome and something to look forward to as Mr. Ganguly is indeed a very powerful writer the most acclaimed among the current throng of Bengali authors. The wait was not long before the answer was added in the billboards. It was really a brand of mustard oil that would surely make the Bengalis cry Mr. Ganguly promised. Its pungent smell and its aroma Mr. Ganguly claimed will irritate the sinuses like never before done by any other brand of mustard oil. Enjoy cooking in mustard oil while shedding tears of joy at the same time. That would really be exciting I conceded. Monounsaturated fatty acids with high uric acid in mustard oil are a minor distraction. Cholesterol is not good. Who says We should not believe pharmaceutical companies. They have a vested interest they only want to sell more of their statin drugs. Trust our own especially if he happens to be a celebrity novelist. Who is most qualified to be a brand ambassador for something which makes people cry A widely successful and much revered novelist indeed whose business is to make people laugh and cry. With only one exception: the one person who knew more about mustard oil was my mother – eternal peace be with her – who not only cooked in mustard oil all the time but knew how to relieve congestion by rubbing warm mustard oil on your chest or how much water to mix with mustard oil to use it as hair nourishment. Though of course never shed a tear over it. Now for the first time a standard for judging the efficacy of cooking oil has been introduced – a Tear Index. Imagine how convenient it will be for Sarshe-Ilish loving Bengalis to compare a good cooking oil with not-so-good ones by reading the packaging only. If Ganesh brand claims two milliliters of tears per cooking for their product not to be undone Emami brand may post 3 milliliters in their packaging. It also reveals for the first time to his numerous fans and followers around the world that Mr. Ganguly also cooks an occasional meal or two enjoying first hand his sentimental mustard oil moments. The trivialization of the Bengali ethos and evoking grave sentiments in a certain population ironically with a banality like mustard oil that too by a serious prolific writer who has otherwise done exactly the opposite with an astute socio-political representation in literature to say the least sounds inconsonant. But give him credit for what is his due for his compassion and understanding for fellow Bengalis. With all the chaos privations killing and banditry around perhaps Bengalis have no feelings and emotions left only acceptance of what is ugly and cruel in life. We have stopped empathizing our eyes have permanently dried up. A tear or two would be timely even if prodding from a billboard brings it upon us. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Why are there Tears in Bengali Eyes  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/04/sunil-ganguly.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/566#bookmarkify http://nynjbengali.com/archives/566#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/566&amp;Title=Why are there Tears in Bengali Eyes? http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/566 http://www.bloglines.com/sub/http://nynjbengali.com/archives/566 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/566 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Why are there Tears in Bengali Eyes?&amp;bookmark_url=http://nynjbengali.com/archives/566 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/566 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://co.mments.com/track?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://del.icio.us/post?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.diigo.com/post?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/566 http://www.dzone.com/links/add.html?description=Why are there Tears in Bengali Eyes?&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/566 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/566&amp;h=Why are there Tears in Bengali Eyes? http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/566&amp;t=Why are there Tears in Bengali Eyes? http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Why are there Tears in Bengali Eyes?&amp;url=http://nynjbengali.com/archives/566 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/566&amp;t=Why are there Tears in Bengali Eyes? http://www.folkd.com/submit/http://nynjbengali.com/archives/566 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/566&amp;t=Why are there Tears in Bengali Eyes? http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.hugg.com/node/add/storylink?edit[title]=Why are there Tears in Bengali Eyes?&amp;edit[url]=http://nynjbengali.com/archives/566 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/566 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/566 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/566 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/566&title=Why are there Tears in Bengali Eyes? http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/566&amp;bm_description=Why are there Tears in Bengali Eyes? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/566 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/566&amp;t=Why are there Tears in Bengali Eyes? http://myweb.yahoo.com/myweb/save?t=Why are there Tears in Bengali Eyes?&amp;u=http://nynjbengali.com/archives/566 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes?&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/566 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/566&amp;t=Why are there Tears in Bengali Eyes? http://www.plugim.com/submit?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/566&amp;T=Why are there Tears in Bengali Eyes? http://reddit.com/submit?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/566 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/566 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/566 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://technorati.com/faves?add=http://nynjbengali.com/archives/566 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/566&amp;name=Why are there Tears in Bengali Eyes? http://twitter.com/home/?status=Why are there Tears in Bengali Eyes?+http://nynjbengali.com/archives/566 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/566 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/566&amp;t=Why are there Tears in Bengali Eyes? http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Why are there Tears in Bengali Eyes?&amp;uri=http://nynjbengali.com/archives/566 http://nynjbengali.com/archives/566 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/566&amp;Title=Why are there Tears in Bengali Eyes? http://www.bloglines.com/sub/http://nynjbengali.com/archives/566 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/566 http://del.icio.us/post?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/566 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/566&title=Why are there Tears in Bengali Eyes? http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/566&amp;bm_description=Why are there Tears in Bengali Eyes? http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/566 http://reddit.com/submit?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://technorati.com/faves?add=http://nynjbengali.com/archives/566 http://twitter.com/home/?status=Why are there Tears in Bengali Eyes?+http://nynjbengali.com/archives/566 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/566&amp;title=Why are there Tears in Bengali Eyes? http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/566&amp;t=Why are there Tears in Bengali Eyes? http://www.feedburner.com/fb/a/emailFlare?itemTitle=Why are there Tears in Bengali Eyes?&amp;uri=http://nynjbengali.com/archives/566&amp;loc=en_US http://nynjbengali.com/archives/566#bookmarkify Sunil Ganguly [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Sunil Ganguly Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Why are there Tears in Bengali Eyes Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(568, 0, 'What: The Mosaic Dance Festival An exchange on Indian culture with international movement featuring incredible companies schools and soloists from the tri-state area Where: The Funktion Dance Complex 4260 US HWY 1 Suite 6 Monmouth Junction NJ When: Saturday August 6th 2011 2pm 8pm shows Tickets: Soon to be available at www.kalamandirdanceco.com Event RSVP: kalamandirdanceco@gmail.com or http://www.facebook.com/event.php eid 202483249771775 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  The Mosaic Dance Festival size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.kalamandirdanceco.com/ mailto:kalamandirdanceco@gmail.com http://www.facebook.com/event.php?eid=202483249771775 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/568#bookmarkify http://nynjbengali.com/archives/568#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/568&amp;Title=The Mosaic Dance Festival http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/568 http://www.bloglines.com/sub/http://nynjbengali.com/archives/568 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/568 http://www.buddymarks.com/add_bookmark.php?bookmark_title=The Mosaic Dance Festival&amp;bookmark_url=http://nynjbengali.com/archives/568 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/568 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://co.mments.com/track?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://del.icio.us/post?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.diigo.com/post?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/568 http://www.dzone.com/links/add.html?description=The Mosaic Dance Festival&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/568 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/568&amp;h=The Mosaic Dance Festival http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/568&amp;t=The Mosaic Dance Festival http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=The Mosaic Dance Festival&amp;url=http://nynjbengali.com/archives/568 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/568&amp;t=The Mosaic Dance Festival http://www.folkd.com/submit/http://nynjbengali.com/archives/568 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/568&amp;t=The Mosaic Dance Festival http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.hugg.com/node/add/storylink?edit[title]=The Mosaic Dance Festival&amp;edit[url]=http://nynjbengali.com/archives/568 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/568 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/568 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/568 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/568&title=The Mosaic Dance Festival http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/568&amp;bm_description=The Mosaic Dance Festival http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/568 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/568&amp;t=The Mosaic Dance Festival http://myweb.yahoo.com/myweb/save?t=The Mosaic Dance Festival&amp;u=http://nynjbengali.com/archives/568 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/568 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/568&amp;t=The Mosaic Dance Festival http://www.plugim.com/submit?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/568&amp;T=The Mosaic Dance Festival http://reddit.com/submit?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/568 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/568 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/568 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://technorati.com/faves?add=http://nynjbengali.com/archives/568 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/568&amp;name=The Mosaic Dance Festival http://twitter.com/home/?status=The Mosaic Dance Festival+http://nynjbengali.com/archives/568 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/568 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/568&amp;t=The Mosaic Dance Festival http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=The Mosaic Dance Festival&amp;uri=http://nynjbengali.com/archives/568 http://nynjbengali.com/archives/568 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/568&amp;Title=The Mosaic Dance Festival http://www.bloglines.com/sub/http://nynjbengali.com/archives/568 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/568 http://del.icio.us/post?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/568 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/568&title=The Mosaic Dance Festival http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/568&amp;bm_description=The Mosaic Dance Festival http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/568 http://reddit.com/submit?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://technorati.com/faves?add=http://nynjbengali.com/archives/568 http://twitter.com/home/?status=The Mosaic Dance Festival+http://nynjbengali.com/archives/568 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/568&amp;title=The Mosaic Dance Festival http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/568&amp;t=The Mosaic Dance Festival http://www.feedburner.com/fb/a/emailFlare?itemTitle=The Mosaic Dance Festival&amp;uri=http://nynjbengali.com/archives/568&amp;loc=en_US http://nynjbengali.com/archives/568#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'The Mosaic Dance Festival Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(569, 0, 'Chhandayan Presents “Rabindra Natak” - plays inspired by Rabindranath Tagore in celebration of his 150th Birth Anniversary “ The Last Flames ” an ECTA production Written and directed by Sudipta Bhawmik Basanta Koomar Roy an expatriate journalist from India is credited by many as one of the key persons responsible in popularizing the Nobel laureate poet Rabindranath Tagore in USA.  But Roy fell from his idol’s grace for reasons that torment many a biographer and journalist even today.  “The Last Flames” attempts to re-examine the relationship between Roy and Tagore and provides a peek at the human side of the great Poet’s personality. “Mrinal’s Letter” an Epic Actors Workshop production Concept and execution by Gargi Mukherjee Based on Rabindranath Tagore’s Streer Patra May 28 4pm and 8pm Actor Theater Workshop 145 West 28th Street New York NY 3rd Floor Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Chhandayan Presents “Rabindra Natak” size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/569#bookmarkify http://nynjbengali.com/archives/569#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/569&amp;Title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/569 http://www.bloglines.com/sub/http://nynjbengali.com/archives/569 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/569 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Chhandayan Presents &#8220;Rabindra Natak&#8221;&amp;bookmark_url=http://nynjbengali.com/archives/569 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/569 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://co.mments.com/track?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://del.icio.us/post?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.diigo.com/post?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/569 http://www.dzone.com/links/add.html?description=Chhandayan Presents &#8220;Rabindra Natak&#8221;&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/569 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/569&amp;h=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/569&amp;t=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Chhandayan Presents &#8220;Rabindra Natak&#8221;&amp;url=http://nynjbengali.com/archives/569 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/569&amp;t=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.folkd.com/submit/http://nynjbengali.com/archives/569 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/569&amp;t=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.hugg.com/node/add/storylink?edit[title]=Chhandayan Presents &#8220;Rabindra Natak&#8221;&amp;edit[url]=http://nynjbengali.com/archives/569 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/569 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/569 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/569 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/569&title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/569&amp;bm_description=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/569 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/569&amp;t=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://myweb.yahoo.com/myweb/save?t=Chhandayan Presents &#8220;Rabindra Natak&#8221;&amp;u=http://nynjbengali.com/archives/569 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221;&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/569 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/569&amp;t=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.plugim.com/submit?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/569&amp;T=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://reddit.com/submit?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/569 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/569 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/569 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://technorati.com/faves?add=http://nynjbengali.com/archives/569 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/569&amp;name=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://twitter.com/home/?status=Chhandayan Presents &#8220;Rabindra Natak&#8221;+http://nynjbengali.com/archives/569 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/569 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/569&amp;t=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Chhandayan Presents &#8220;Rabindra Natak&#8221;&amp;uri=http://nynjbengali.com/archives/569 http://nynjbengali.com/archives/569 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/569&amp;Title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.bloglines.com/sub/http://nynjbengali.com/archives/569 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/569 http://del.icio.us/post?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/569 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/569&title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/569&amp;bm_description=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/569 http://reddit.com/submit?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://technorati.com/faves?add=http://nynjbengali.com/archives/569 http://twitter.com/home/?status=Chhandayan Presents &#8220;Rabindra Natak&#8221;+http://nynjbengali.com/archives/569 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/569&amp;title=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/569&amp;t=Chhandayan Presents &#8220;Rabindra Natak&#8221; http://www.feedburner.com/fb/a/emailFlare?itemTitle=Chhandayan Presents &#8220;Rabindra Natak&#8221;&amp;uri=http://nynjbengali.com/archives/569&amp;loc=en_US http://nynjbengali.com/archives/569#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Chhandayan Presents “Rabindra Natak” Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(570, 0, 'Tagore’s 150 th Birth Anniversary Celebration Organized by Cultural Association of Bengal A two day Program May 14 2011 Saturday at Rutgers university NJ and May 15 th 2011 Sunday at Hindu Temple Flushing New York For more information please visit http://www.cabusa.org/rabindranath Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  CAB Celebrates Tagore’s 150th Birth Anniversary size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.cabusa.org/rabindranath http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/570#bookmarkify http://nynjbengali.com/archives/570#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/570&amp;Title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/570 http://www.bloglines.com/sub/http://nynjbengali.com/archives/570 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/570 http://www.buddymarks.com/add_bookmark.php?bookmark_title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary&amp;bookmark_url=http://nynjbengali.com/archives/570 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/570 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://co.mments.com/track?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://del.icio.us/post?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.diigo.com/post?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/570 http://www.dzone.com/links/add.html?description=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/570 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/570&amp;h=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/570&amp;t=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary&amp;url=http://nynjbengali.com/archives/570 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/570&amp;t=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.folkd.com/submit/http://nynjbengali.com/archives/570 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/570&amp;t=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.hugg.com/node/add/storylink?edit[title]=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary&amp;edit[url]=http://nynjbengali.com/archives/570 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/570 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/570 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/570 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/570&title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/570&amp;bm_description=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/570 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/570&amp;t=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://myweb.yahoo.com/myweb/save?t=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary&amp;u=http://nynjbengali.com/archives/570 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/570 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/570&amp;t=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.plugim.com/submit?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/570&amp;T=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://reddit.com/submit?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/570 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/570 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/570 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://technorati.com/faves?add=http://nynjbengali.com/archives/570 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/570&amp;name=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://twitter.com/home/?status=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary+http://nynjbengali.com/archives/570 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/570 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/570&amp;t=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary&amp;uri=http://nynjbengali.com/archives/570 http://nynjbengali.com/archives/570 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/570&amp;Title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.bloglines.com/sub/http://nynjbengali.com/archives/570 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/570 http://del.icio.us/post?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/570 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/570&title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/570&amp;bm_description=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/570 http://reddit.com/submit?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://technorati.com/faves?add=http://nynjbengali.com/archives/570 http://twitter.com/home/?status=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary+http://nynjbengali.com/archives/570 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/570&amp;title=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/570&amp;t=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary http://www.feedburner.com/fb/a/emailFlare?itemTitle=CAB Celebrates Tagore&#8217;s 150th Birth Anniversary&amp;uri=http://nynjbengali.com/archives/570&amp;loc=en_US http://nynjbengali.com/archives/570#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'CAB Celebrates Tagore’s 150th Birth Anniversary Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(571, 0, 'ECTA Celebrates Rabindranath Tagore’s 150th Birth Anniversary with “Rajar Chithi” ECTA celebrates the great Indian Nobel laureate poet Rabindranath Tagore’s 150th birth anniversary with a new play “Rajar Chithi’ Letter from the King - a play in Bengali with subtitles in English at the Edison Valley Playhouse 2196 Oak Tree Road Edison NJ on June 11th 6.30pm and 12th 5:00pm . Tickets are 20.00 and can be reserved by email to bhawmik@gmail.com or online at http://ecta.ticketleap.com/rajar-chithi . During Rabindranath Tagore’s visit to San Francisco in 1916 media reports claim that there was an attempt by Indian nationalists to assassinate Tagore. Fortunately the plan did not succeed and the poet was provided with high level security by the local administration. It was further reported that the primary cause for their failure was that the nationalists could not agree amongst themselves as to whether they should carry out the assassination.  But was it really a failure that they couldn’t assassinate Tagore Or was it the right thing to do The play “Rajar Chithi” is a fictional account of the moral ideological and psychological conflicts these nationalist freedom fighters of India possibly had to experience to arrive at this decision.  The play also offers a deep insight into the social political and philosophical influence Tagore had on the people at a time when the entire World was going through a great turmoil. The play is written and directed by Sudipta Bhawmik.  The cast includes some very talented stage actors like Subhodev Das Pinaki Datta and Piu Majumdar. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Rajar Chithi size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:bhawmik@gmail.com http://ecta.ticketleap.com/rajar-chithi http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/571#bookmarkify http://nynjbengali.com/archives/571#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/571&amp;Title=Rajar Chithi http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/571 http://www.bloglines.com/sub/http://nynjbengali.com/archives/571 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/571 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Rajar Chithi&amp;bookmark_url=http://nynjbengali.com/archives/571 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/571 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://co.mments.com/track?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://del.icio.us/post?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.diigo.com/post?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/571 http://www.dzone.com/links/add.html?description=Rajar Chithi&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/571 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/571&amp;h=Rajar Chithi http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/571&amp;t=Rajar Chithi http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Rajar Chithi&amp;url=http://nynjbengali.com/archives/571 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/571&amp;t=Rajar Chithi http://www.folkd.com/submit/http://nynjbengali.com/archives/571 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/571&amp;t=Rajar Chithi http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.hugg.com/node/add/storylink?edit[title]=Rajar Chithi&amp;edit[url]=http://nynjbengali.com/archives/571 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/571 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/571 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/571 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/571&title=Rajar Chithi http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/571&amp;bm_description=Rajar Chithi http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/571 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/571&amp;t=Rajar Chithi http://myweb.yahoo.com/myweb/save?t=Rajar Chithi&amp;u=http://nynjbengali.com/archives/571 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/571 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/571&amp;t=Rajar Chithi http://www.plugim.com/submit?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/571&amp;T=Rajar Chithi http://reddit.com/submit?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/571 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/571 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/571 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://technorati.com/faves?add=http://nynjbengali.com/archives/571 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/571&amp;name=Rajar Chithi http://twitter.com/home/?status=Rajar Chithi+http://nynjbengali.com/archives/571 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/571 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/571&amp;t=Rajar Chithi http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Rajar Chithi&amp;uri=http://nynjbengali.com/archives/571 http://nynjbengali.com/archives/571 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/571&amp;Title=Rajar Chithi http://www.bloglines.com/sub/http://nynjbengali.com/archives/571 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/571 http://del.icio.us/post?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/571 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/571&title=Rajar Chithi http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/571&amp;bm_description=Rajar Chithi http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/571 http://reddit.com/submit?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://technorati.com/faves?add=http://nynjbengali.com/archives/571 http://twitter.com/home/?status=Rajar Chithi+http://nynjbengali.com/archives/571 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/571&amp;title=Rajar Chithi http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/571&amp;t=Rajar Chithi http://www.feedburner.com/fb/a/emailFlare?itemTitle=Rajar Chithi&amp;uri=http://nynjbengali.com/archives/571&amp;loc=en_US http://nynjbengali.com/archives/571#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Rajar Chithi Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(517, 3246, 'Asianfemale nj | Pixspics ... NJISACF 2010 : South Asian Women Filmmakers Reshaping TheirOctober 29 2010 … 1 North America Premiere 6 East Coast premieres 4 NJ Premieres … Subscribe to NY/NJ Bengali… ... http://pixspics.co.cc/2011/05/31/asianfemale-nj/', NULL),
(572, 0, 'On 13th of May 2001 when the entire state of West Bengal was experiencing the euphoria of change the landscape of Bengali theatre also changed forever. Badal Sircar the maverick of Indian theatre passed away almost unnoticed. But I am not going to write an obituary of Badal Sircar neither I am going to write his biography. Rather I’d like to share with you my experiences with this theater personality through his work and from few of my personal interactions with him. My first experience with Badal Sircar was when I was a child. In our campus I grew up in IIT Kharagpur campus the faculty staff and students often staged plays and I think it was with “Boro Pishima” I first experienced theatre and it changed my life in many ways forever. Later I saw “Solution X” where my mother also participated in one of the lead characters. Few years later when I was in high school I went to see a student’s production TDS - Technology Dramatic Society and was shaken to the core to see “Michhil” performed. It was an experience that I could never have expected. For the first time I realized that theater does not require a stage does not require any expensive sets any lights or any sophisticated sounds. All it needs are performers and an audience. And in most cases the barrier between a performer and audience faded away - they became one whole theatrical entity.  I also learned the term “Third Theatre”. The apparent simplicity of these production made me think can theatre be so easy   My friends and I started to produce Badal Sircar “Michhil” “Bhoma” and others. We even started performing regular proscenium kind of plays in third theatre form. After I joined IIT as a student my involvement with TDS became more strong. Badal Sircar was the rage those days. Several groups were performing Badal Sircar - “Spartacus” “Bhoma” “Sukhopathya Bharoter Itihas” “Hatta Malar Opare” and not to mention his proscenium plays like “Jodi Ar ek Baar” “Baaki Itihas” “Pagla Ghora” “Ballabhpurer Rupkatha” “Ebong Indrajit” - we couldn’t have enough of Badal Sircar. One of our seniors was a regular performer in Badal Sircar’s group Satabdi and he often would bring fresh new plays to the campus. Badal-da himself often came to the campus. Sometimes with his group Satabdi to perform sometimes to conduct workshops with the students. I still remember the experience of watching “Spartacus” performed by Satabdi on our Basketball court. It was then I realized how far our productions have been from their true potential. And then when I joined Badal-da’s workshop conducted on our open air theatre stage I realized how wrong I was in thinking that his productions were easy to perform. How much one needs to train himself train his mind and body to not only perform but also to become an integral part of theater. While working with us on some of the  trust games during the workshop he mentioned “The key aspect in theatre is to have complete trust on your co-performer. You should be able to take the greatest risk either physical or emotional fully trusting  that your co-performers are there to support you. Until you develop that relationship with your team mates you can never give your 100 to theatre.” This lesson stuck with me all along. I realized that this is not only true for theater but also for each and every aspect of our life our family our work our society.  Some of the other workshop exercises taught me several aspects of using space dynamic compositions - creating new stage pictures breaking them instantly and then recreating them almost organically. It  taught me how versatile is this instrument of acting we have - our own body. How we can create not only human characters but also physical objects and properties and infuse life in them with our body and mind. A desk and a chair created by human bodies no longer exists only as a mere objects in space but carries with them a deeper meaning that is truly human. Later I have moved away from Badal-da’s form of theatre  for many reasons. One of them was the fact that I didn’t feel we were doing justice by performing “Third Theatre” in a proscenium environment.  Third theatre can never succeed on a stage within three walls with the audience sitting fifty meters away behind the fourth wall.  We were cheating ourselves and defeating Badal-da’s primary reason for developing this form.  I’d rather not do such theater and stick to the conventional style. Maverick’s are rare in our society - not everybody can traverse the trailblazing path that people like Badal Sircar can tread. But the lessons I learned from this great master would always show me my path during the difficult times in my theater life. On Saturday June 4th at 2.00pm a memorial service for Badal Sircar has been organized by his protege Subhashis Das at the Woodbridge Library George Frederick Plaza Woodbridge NJ 07095. It is unfortunate that I won’t be able to make it due to my rehearsal commitments but I hope Badal-da would pardon my absence for the sake of theatre. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Badal Sircar - The Maverick of Indian Theatre size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/06/badal_sircar.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/572#bookmarkify http://nynjbengali.com/archives/572#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/572&amp;Title=Badal Sircar - The Maverick of Indian Theatre http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/572 http://www.bloglines.com/sub/http://nynjbengali.com/archives/572 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/572 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Badal Sircar - The Maverick of Indian Theatre&amp;bookmark_url=http://nynjbengali.com/archives/572 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/572 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://co.mments.com/track?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://del.icio.us/post?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.diigo.com/post?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/572 http://www.dzone.com/links/add.html?description=Badal Sircar - The Maverick of Indian Theatre&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/572 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/572&amp;h=Badal Sircar - The Maverick of Indian Theatre http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/572&amp;t=Badal Sircar - The Maverick of Indian Theatre http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Badal Sircar - The Maverick of Indian Theatre&amp;url=http://nynjbengali.com/archives/572 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/572&amp;t=Badal Sircar - The Maverick of Indian Theatre http://www.folkd.com/submit/http://nynjbengali.com/archives/572 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/572&amp;t=Badal Sircar - The Maverick of Indian Theatre http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.hugg.com/node/add/storylink?edit[title]=Badal Sircar - The Maverick of Indian Theatre&amp;edit[url]=http://nynjbengali.com/archives/572 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/572 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/572 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/572 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/572&title=Badal Sircar - The Maverick of Indian Theatre http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/572&amp;bm_description=Badal Sircar - The Maverick of Indian Theatre http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/572 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/572&amp;t=Badal Sircar - The Maverick of Indian Theatre http://myweb.yahoo.com/myweb/save?t=Badal Sircar - The Maverick of Indian Theatre&amp;u=http://nynjbengali.com/archives/572 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/572 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/572&amp;t=Badal Sircar - The Maverick of Indian Theatre http://www.plugim.com/submit?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/572&amp;T=Badal Sircar - The Maverick of Indian Theatre http://reddit.com/submit?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/572 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/572 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/572 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://technorati.com/faves?add=http://nynjbengali.com/archives/572 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/572&amp;name=Badal Sircar - The Maverick of Indian Theatre http://twitter.com/home/?status=Badal Sircar - The Maverick of Indian Theatre+http://nynjbengali.com/archives/572 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/572 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/572&amp;t=Badal Sircar - The Maverick of Indian Theatre http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Badal Sircar - The Maverick of Indian Theatre&amp;uri=http://nynjbengali.com/archives/572 http://nynjbengali.com/archives/572 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/572&amp;Title=Badal Sircar - The Maverick of Indian Theatre http://www.bloglines.com/sub/http://nynjbengali.com/archives/572 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/572 http://del.icio.us/post?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/572 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/572&title=Badal Sircar - The Maverick of Indian Theatre http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/572&amp;bm_description=Badal Sircar - The Maverick of Indian Theatre http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/572 http://reddit.com/submit?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://technorati.com/faves?add=http://nynjbengali.com/archives/572 http://twitter.com/home/?status=Badal Sircar - The Maverick of Indian Theatre+http://nynjbengali.com/archives/572 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/572&amp;title=Badal Sircar - The Maverick of Indian Theatre http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/572&amp;t=Badal Sircar - The Maverick of Indian Theatre http://www.feedburner.com/fb/a/emailFlare?itemTitle=Badal Sircar - The Maverick of Indian Theatre&amp;uri=http://nynjbengali.com/archives/572&amp;loc=en_US http://nynjbengali.com/archives/572#bookmarkify Badal Sircar [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Badal Sircar Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Badal Sircar - The Maverick of Indian Theatre Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(574, 0, 'About a year and half ago when I was researching on Rabindranath Tagore’s visits to the USA an incident caught my attention. It said that apparently there was an assassination attempt on Rabindranath by some Indians during his visit to San Francisco in October of 1916. This piece of information shocked me to say the least and I started to dig into the matter further. I looked into several books on Tagore by well regarded scholars and slowly an image started to take shape. I’ll refrain myself from getting into the details of the various accounts published in several books you may look for them in the attached bibliography but just to put matters in context I’ll quote some references: San Francisco Examiner of 6th October 1916 reported “ Word of a plot to assasinate Sir Rabindranath Tagore Hindu poet and Nobel Prize winner reached the police yesterday and let to extraordinary precautions to guard him in his apartment at the Palace Hotel and at the Columbia Theatre where he lectured in the afternoon. ” Several other newspapers also carried the story. Allegations were pointing towards the Indian revolutionary organization Ghadar then operating in the USA primarily based on the writings of the then Ghadar leader Ramchandra. Ramchandra however denied the allegation. Rabindranath himself did not believe that his countrymen could even think of doing something like this. He did not cancel any of his assignments and sent a signed statement to the Los Angeles Examiner on 7th October 1916 saying “ I have cancelled no engagements and I came to Santa Barabara by the train which had been arranged for me by my manager. As for a plot to assassinate me I have the fullest confidence in the sanity of my countrymen and shall fulfill my engagements without the help of police protection. I take this opportunity to emphatically assert that I do not believe there was a plot to assassinate me though I had to submit to the farce of being guarded by the police from which I hope to be relieved for the rest of my visit to this country .” In 1933 the Calcutta Statesman published a report from an anonymous ex Ghadar party activist who had returned after living in USA for many years and it said “When Dr. Tagore visited the United States during the war the party actually deputed two of its members to murder the poet at the hotel in San Francisco where he was staying. The two men fell out in the lobby of the hotel as there was a difference of opinion between them as to whether Dr. Tagore should be murdered and thus the plot was disclosed. The motive for the attempted murder was that the party regarded Dr. Tagore as an agent of the British Government. ” Responding to a query by Ramananda Chattopadhyay on this news article Rabindranath gave a more detailed account regarding how he was protected by the police during those few days but he reiterated his trust on his countrymen. But this time he did mention that his speeches on Nationalism were not well received by some Indians in the audience and he did feel a strong sense of antagonism towards him. However the fact remains that it can never be said for certain as to whether such a heinous plot was ever conceived or not. The story that is told in the play “Rajar Chithi” is based on the above incident but it should not be considered as history in any way. It is a  work of pure fiction based on historical references. The characters are fictitious but they are inspired by real characters of the period who were involved in the Nationalist movement. The inspiration for the character of Mary comes from several American woman of that time who actively helped the Indian freedom struggle. The play may seem to be a departure from the kind of plays we produce in ECTA that is “to tell our stories through theater.” But to me it is still “our story” - it is the story of our predecessors in this country who struggled not only for their survival but also for the freedom of their homeland. The play does not try to pass any judgement on the policies and beliefs of the nationalist freedom fighters of India or on the philosophy of Rabindranath Tagore regarding nationalism and universal humanism. The play only tries to depict the eternal conflict between indoctrinated dogma and conscience between organized beliefs and common sense between our brain and our heart - a conflict that is as relevant today as it was during the early part of the twentieth century or even earlier. And in this process the play makes us think once again about the great genius that was Rabindranath Tagore in a new light. Bibliography: 1. Sikhs Swamis Students and Spies - The India Lobby in the United States 1900-1946 : Harold A Gould 2. Tagore and USA : Dr. Panchanan Saha 3. Rabindranath Tagore - The Myriad Minded Man : Krishna Dutta and Andrew Robinson 4. Life and Letters of A Revolutionary in Exile : Tapan K Mukherjee 5. Rabindranath Tagore in America : Stephen N Hay 6. A Passage to America : Sujit Mukherjee 7. Nationalism - Rabindranath Tagore 8. Cast and Outcast - Dhan Gopal Mukherjee 9. Daughter of the Earth - Agnes Smedley 10. Letters to a Friend: Rabindranath Tagore’s Letters to C.F. Andrews - Rabindranath Tagore 11. http://gadar.homestead.com/GadarHist.html - Gadar Heritage Foundation 12. Selected Letters of Rabindranath Tagore - Krishna Dutta and Andrew Robinson Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Rajar Chithi : A Playwright’s Note size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/06/tagore_in_berkeley.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/574#bookmarkify http://nynjbengali.com/archives/574#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/574&amp;Title=Rajar Chithi : A Playwright’s Note http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/574 http://www.bloglines.com/sub/http://nynjbengali.com/archives/574 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/574 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Rajar Chithi : A Playwright’s Note&amp;bookmark_url=http://nynjbengali.com/archives/574 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/574 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://co.mments.com/track?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://del.icio.us/post?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.diigo.com/post?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/574 http://www.dzone.com/links/add.html?description=Rajar Chithi : A Playwright’s Note&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/574 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/574&amp;h=Rajar Chithi : A Playwright’s Note http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/574&amp;t=Rajar Chithi : A Playwright’s Note http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Rajar Chithi : A Playwright’s Note&amp;url=http://nynjbengali.com/archives/574 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/574&amp;t=Rajar Chithi : A Playwright’s Note http://www.folkd.com/submit/http://nynjbengali.com/archives/574 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/574&amp;t=Rajar Chithi : A Playwright’s Note http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.hugg.com/node/add/storylink?edit[title]=Rajar Chithi : A Playwright’s Note&amp;edit[url]=http://nynjbengali.com/archives/574 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/574 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/574 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/574 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/574&title=Rajar Chithi : A Playwright’s Note http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/574&amp;bm_description=Rajar Chithi : A Playwright’s Note http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/574 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/574&amp;t=Rajar Chithi : A Playwright’s Note http://myweb.yahoo.com/myweb/save?t=Rajar Chithi : A Playwright’s Note&amp;u=http://nynjbengali.com/archives/574 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/574 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/574&amp;t=Rajar Chithi : A Playwright’s Note http://www.plugim.com/submit?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/574&amp;T=Rajar Chithi : A Playwright’s Note http://reddit.com/submit?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/574 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/574 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/574 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://technorati.com/faves?add=http://nynjbengali.com/archives/574 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/574&amp;name=Rajar Chithi : A Playwright’s Note http://twitter.com/home/?status=Rajar Chithi : A Playwright’s Note+http://nynjbengali.com/archives/574 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/574 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/574&amp;t=Rajar Chithi : A Playwright’s Note http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Rajar Chithi : A Playwright’s Note&amp;uri=http://nynjbengali.com/archives/574 http://nynjbengali.com/archives/574 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/574&amp;Title=Rajar Chithi : A Playwright’s Note http://www.bloglines.com/sub/http://nynjbengali.com/archives/574 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/574 http://del.icio.us/post?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/574 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/574&title=Rajar Chithi : A Playwright’s Note http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/574&amp;bm_description=Rajar Chithi : A Playwright’s Note http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/574 http://reddit.com/submit?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://technorati.com/faves?add=http://nynjbengali.com/archives/574 http://twitter.com/home/?status=Rajar Chithi : A Playwright’s Note+http://nynjbengali.com/archives/574 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/574&amp;title=Rajar Chithi : A Playwright’s Note http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/574&amp;t=Rajar Chithi : A Playwright’s Note http://www.feedburner.com/fb/a/emailFlare?itemTitle=Rajar Chithi : A Playwright’s Note&amp;uri=http://nynjbengali.com/archives/574&amp;loc=en_US http://nynjbengali.com/archives/574#bookmarkify Rabindranath Tagore in Berkeley California [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Rabindranath Tagore in Berkeley California Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Rajar Chithi : A Playwright’s Note Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(576, 0, 'Bharat Sevashram Sangha presents the following events on July 24th as part of their Fund Raising Event: Hindustani Classical Vocal by Mitali Banerjee Bhawmik with Pandit Sameer Chatterjee on Tabla and Kedar Naphade on Harmonium ablaphilia: A Presentation of the four stages of life through vocal and instrumental music composed and conducted by Pandit Sameer Chatterjee and “Ekti Gnaye Thaki” a play in Bengali with English supertitles written and directed by Sudipta Bhawmik and produced by ECTA What makes a family Who are our family members Who is our brother and wh o is our sister What expectations do we have for our family What are our demands Do we all live in a village of strangers … Villagers: Sankar Lili Subhodev Aparajita Dwaipayan Sudipta Abhijit Music: Samya Goswami “Ekti Gnaye Thaki” is the story of Ranjana and her brother Rajat reuniting after fourteen years. Rajat immigrates to the US with his family after Ranjana sponsors their green cards. The reunion is marked by its usual excitement followed by nostal-gia for their hometown Gobindapur they both left behind. Rajat becomes a critical link for Ranjana to relive her past while Ranjana helps him come to terms with his decision to abandon his familiar world in Gobindapur. Ranjana is also ill and Rajat’s presence offers a long awaited emollient. As the brother and the sister often slip into the past the rest of the characters are excited at the prospects of their future in the US especially Rajat’s son Rajib. Life gradually settles down and a quotidian harmony evolves. Yet from the beginning the play occasionally and quite subliminally alludes to an underlying subplot that threatens the apparent calm between the two families. Eventually through a set of related incidents the undisclosed piece - a rather disconcerting one - is revealed. The disclosure tears apart the growing assurance of the families’ suburban life and more importantly sets in motion a drift into the past that interrogates those relationships that were deemed normal. Though this interrogation fractures a happy picture however it is through this fracture we are invited to revisit something more important - the attachment between human be-ings. The play above all irrespective of its specificities of time and place is a commentary on what it means to be a human being in relation to those we hold dear in our lives. Tickets are 75.00 40 25 student with ID 15.00 Dinner is included. For more information please call Ashram at 732-422-8880 email: bssnj@hotmail.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Bharat Sevashram Sangha NJ to present “Ekti Gnaye Thaki” size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/07/ektignaye.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/576#bookmarkify http://nynjbengali.com/archives/576#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/576&amp;Title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/576 http://www.bloglines.com/sub/http://nynjbengali.com/archives/576 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/576 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;&amp;bookmark_url=http://nynjbengali.com/archives/576 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/576 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://co.mments.com/track?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://del.icio.us/post?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.diigo.com/post?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/576 http://www.dzone.com/links/add.html?description=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/576 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/576&amp;h=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/576&amp;t=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;&amp;url=http://nynjbengali.com/archives/576 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/576&amp;t=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.folkd.com/submit/http://nynjbengali.com/archives/576 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/576&amp;t=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.hugg.com/node/add/storylink?edit[title]=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;&amp;edit[url]=http://nynjbengali.com/archives/576 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/576 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/576 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/576 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/576&title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/576&amp;bm_description=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/576 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/576&amp;t=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://myweb.yahoo.com/myweb/save?t=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;&amp;u=http://nynjbengali.com/archives/576 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/576 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/576&amp;t=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.plugim.com/submit?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/576&amp;T=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://reddit.com/submit?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/576 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/576 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/576 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://technorati.com/faves?add=http://nynjbengali.com/archives/576 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/576&amp;name=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://twitter.com/home/?status=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;+http://nynjbengali.com/archives/576 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/576 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/576&amp;t=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;&amp;uri=http://nynjbengali.com/archives/576 http://nynjbengali.com/archives/576 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/576&amp;Title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.bloglines.com/sub/http://nynjbengali.com/archives/576 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/576 http://del.icio.us/post?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/576 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/576&title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/576&amp;bm_description=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/576 http://reddit.com/submit?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://technorati.com/faves?add=http://nynjbengali.com/archives/576 http://twitter.com/home/?status=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;+http://nynjbengali.com/archives/576 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/576&amp;title=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/576&amp;t=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221; http://www.feedburner.com/fb/a/emailFlare?itemTitle=Bharat Sevashram Sangha NJ to present &#8220;Ekti Gnaye Thaki&#8221;&amp;uri=http://nynjbengali.com/archives/576&amp;loc=en_US http://nynjbengali.com/archives/576#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] ektignaye Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Bharat Sevashram Sangha NJ to present “Ekti Gnaye Thaki” Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(578, 0, 'The venue of the program by IIPA on the 7th August Has been changed to CROSSROADS THEATRE 7 Livingston Ave New Brunswick starting at 12 noon.The Artsuniversity auditorium has been shut down by fire marshal for safety hazard. . There will be launch available for a fee from 11am to 12. 30 pm. But seating should be complete by 12.30. for the start of the program. We have to vacate the auditorium by 6pm. Would like to apologise for any inconvenience. H.Guha. President. IIPA Rabindranath: A Remembrance Participants: Krishna Dutta: Author/ Biographer “Rabindranath Tagore: The Myriad Minded Man” is the keynote speaker of the event. Specializing in the cultural history of Bengal her books include “Calcutta: A Cultural and Literary History” was published to critical acclaim. Professor Mohan Singh Khangura : Born into a cultural family of music lovers of Punjab Mohan Singh was selected National Music Scholar by the Ministry of Education. At present he is the Head of the department at Visva Bharati Santiniketan. Mohan performs regularly on All India Radio as well as in major concerts all over the world. Biplab Mondal: Percussion virtuoso Biplab is the most sought after accompanist in any Rabindra Sangeet program. As a distinguished professor of Rabindra Bharati University Kolkata he has perfectly epitomized the troves of theoretical knowledge and practical dexterity. Dr. Subhasish Bhattacharya: A lecturer at Rabindra Bharati University Subhasish is a well known face in the performing arts circle for his excellent rendition of Classical dance style as well as Rabindrik Nritya. Tapan Basu: With a strong musical background Tapan has undertaken and executed several events for Saregama HMV Chirag ETV Bangla Doordarshan and many other private organizations. He has graciously accepted our invitation to be the Event Coordinator for Rabindranath: A Remembrance. Aniruddho Sanyal: Documentary filmmaker Aniruddho has won critical acclaim for his film on Raja Ram Mohan Roy titled: “A Bristol Pilgrimage: In Search of Raja Ram Mohan Roy” “Disconnected Genius: Dwarakanath and Rabindranath”. This year the documentary on Rabindranath was presented at the Tagore Festival in London. Aniruddho will be the anchor of a segment of our program where he will show a very rare documentary on Tagore with testimonials from various luminaries. Joydeep Bhattacharya: A Rabindrasangeet enthusiast Joydeep’s musical taste has been built on this particular genre of music. As such Joydeep will illuminate the public with discussions on Rabindra Sangeet. Suparna Guha: Director/ Coordinator Indian Institute of Performing Arts. Suparna was brought up in the cultural environment of Visva Bharati Santiniketan. Suparna continues to play an important role in popularizing Tagore’s works in the US. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  RABINDRANATH: A REMEMBRANCE size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/578#bookmarkify http://nynjbengali.com/archives/578#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/578&amp;Title=RABINDRANATH: A REMEMBRANCE http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/578 http://www.bloglines.com/sub/http://nynjbengali.com/archives/578 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/578 http://www.buddymarks.com/add_bookmark.php?bookmark_title=RABINDRANATH: A REMEMBRANCE&amp;bookmark_url=http://nynjbengali.com/archives/578 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/578 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://co.mments.com/track?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://del.icio.us/post?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.diigo.com/post?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/578 http://www.dzone.com/links/add.html?description=RABINDRANATH: A REMEMBRANCE&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/578 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/578&amp;h=RABINDRANATH: A REMEMBRANCE http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/578&amp;t=RABINDRANATH: A REMEMBRANCE http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=RABINDRANATH: A REMEMBRANCE&amp;url=http://nynjbengali.com/archives/578 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/578&amp;t=RABINDRANATH: A REMEMBRANCE http://www.folkd.com/submit/http://nynjbengali.com/archives/578 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/578&amp;t=RABINDRANATH: A REMEMBRANCE http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.hugg.com/node/add/storylink?edit[title]=RABINDRANATH: A REMEMBRANCE&amp;edit[url]=http://nynjbengali.com/archives/578 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/578 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/578 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/578 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/578&title=RABINDRANATH: A REMEMBRANCE http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/578&amp;bm_description=RABINDRANATH: A REMEMBRANCE http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/578 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/578&amp;t=RABINDRANATH: A REMEMBRANCE http://myweb.yahoo.com/myweb/save?t=RABINDRANATH: A REMEMBRANCE&amp;u=http://nynjbengali.com/archives/578 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/578 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/578&amp;t=RABINDRANATH: A REMEMBRANCE http://www.plugim.com/submit?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/578&amp;T=RABINDRANATH: A REMEMBRANCE http://reddit.com/submit?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/578 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/578 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/578 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://technorati.com/faves?add=http://nynjbengali.com/archives/578 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/578&amp;name=RABINDRANATH: A REMEMBRANCE http://twitter.com/home/?status=RABINDRANATH: A REMEMBRANCE+http://nynjbengali.com/archives/578 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/578 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/578&amp;t=RABINDRANATH: A REMEMBRANCE http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=RABINDRANATH: A REMEMBRANCE&amp;uri=http://nynjbengali.com/archives/578 http://nynjbengali.com/archives/578 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/578&amp;Title=RABINDRANATH: A REMEMBRANCE http://www.bloglines.com/sub/http://nynjbengali.com/archives/578 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/578 http://del.icio.us/post?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/578 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/578&title=RABINDRANATH: A REMEMBRANCE http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/578&amp;bm_description=RABINDRANATH: A REMEMBRANCE http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/578 http://reddit.com/submit?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://technorati.com/faves?add=http://nynjbengali.com/archives/578 http://twitter.com/home/?status=RABINDRANATH: A REMEMBRANCE+http://nynjbengali.com/archives/578 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/578&amp;title=RABINDRANATH: A REMEMBRANCE http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/578&amp;t=RABINDRANATH: A REMEMBRANCE http://www.feedburner.com/fb/a/emailFlare?itemTitle=RABINDRANATH: A REMEMBRANCE&amp;uri=http://nynjbengali.com/archives/578&amp;loc=en_US http://nynjbengali.com/archives/578#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'RABINDRANATH: A REMEMBRANCE Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(579, 0, 'In commemoration of Tagore’s 150th Birth Celebration Bengal Foundation of America is proud to present Tagore’s classic tale Shesher Kobita as a play Directed and Dramatized by Nupur Gangopadhyay Lahiri Produced by Bengal Foundation Of America To be held at George Street Playhouse New Brunswick New Jersey Other performances include: Rhythms of Life Foorty Manjari School of Performing Arts NJ Followed by a post performance seminar on Rabindranath Tagore’s drama. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Sesher Kobita size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/579#bookmarkify http://nynjbengali.com/archives/579#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/579&amp;Title=Sesher Kobita http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/579 http://www.bloglines.com/sub/http://nynjbengali.com/archives/579 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/579 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Sesher Kobita&amp;bookmark_url=http://nynjbengali.com/archives/579 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/579 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://co.mments.com/track?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://del.icio.us/post?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.diigo.com/post?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/579 http://www.dzone.com/links/add.html?description=Sesher Kobita&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/579 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/579&amp;h=Sesher Kobita http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/579&amp;t=Sesher Kobita http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Sesher Kobita&amp;url=http://nynjbengali.com/archives/579 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/579&amp;t=Sesher Kobita http://www.folkd.com/submit/http://nynjbengali.com/archives/579 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/579&amp;t=Sesher Kobita http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.hugg.com/node/add/storylink?edit[title]=Sesher Kobita&amp;edit[url]=http://nynjbengali.com/archives/579 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/579 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/579 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/579 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/579&title=Sesher Kobita http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/579&amp;bm_description=Sesher Kobita http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/579 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/579&amp;t=Sesher Kobita http://myweb.yahoo.com/myweb/save?t=Sesher Kobita&amp;u=http://nynjbengali.com/archives/579 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/579 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/579&amp;t=Sesher Kobita http://www.plugim.com/submit?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/579&amp;T=Sesher Kobita http://reddit.com/submit?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/579 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/579 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/579 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://technorati.com/faves?add=http://nynjbengali.com/archives/579 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/579&amp;name=Sesher Kobita http://twitter.com/home/?status=Sesher Kobita+http://nynjbengali.com/archives/579 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/579 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/579&amp;t=Sesher Kobita http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Sesher Kobita&amp;uri=http://nynjbengali.com/archives/579 http://nynjbengali.com/archives/579 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/579&amp;Title=Sesher Kobita http://www.bloglines.com/sub/http://nynjbengali.com/archives/579 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/579 http://del.icio.us/post?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/579 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/579&title=Sesher Kobita http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/579&amp;bm_description=Sesher Kobita http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/579 http://reddit.com/submit?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://technorati.com/faves?add=http://nynjbengali.com/archives/579 http://twitter.com/home/?status=Sesher Kobita+http://nynjbengali.com/archives/579 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/579&amp;title=Sesher Kobita http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/579&amp;t=Sesher Kobita http://www.feedburner.com/fb/a/emailFlare?itemTitle=Sesher Kobita&amp;uri=http://nynjbengali.com/archives/579&amp;loc=en_US http://nynjbengali.com/archives/579#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Sesher Kobita Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(580, 0, 'by Amitava Sen A few years ago at the annual Durga Puja the organizing club published a booklet for the benefit of the generation born and raised here explaining the significance and meaning of the festival and its various events on different days. Rightly so the narration started with Mahalaya the new moon day preceding the Puja. Mahalaya is actually a day when Hindus typically Bengali Hindus pay homage to the ancestors culminating in Sharodiya Durga Puja six days later. Indeed it is a Hindu practice to invoke the blessings of the ancestors before any solemn occasion be it a wedding or an Annaprasan. But that was not what the author of the little booklet wrote in his explanation of Durga Puja for our children. Mahalaya according to his narrative was the day on which Calcutta radio broadcast an audio musical Mahishasurmardini. And that was all what Mahalaya meant It was an ignorant and a weird way of explaining a significant Bengali institution to our children. It was like saying July fourth was all about fireworks. Hindu customs and religion are a little more involved and nuanced than of other major religions of the world. Its philosophies theories and practices are not all explained and enunciated in a single book. Acquiring ultimate knowledge of our religion is just not memorizing one single book of scripture. As a result the Hindus I think are a bit doubtful if not confused about sources and meanings of our numerous and sometimes complex texts and edicts. So I do not accuse anyone of ignorance or lack of clarity about Mahalaya or Kali Puja or Kalpataru Utsav a few amongst typical occasions very much confined to Bengalees. Many amongst us have no clue about historical and mythical background of even Durga puja the mother of all Bengalee festivals. Of course you are guilty of no major crime either if you do not know all about our heritage unless of course we desire to teach it to our “second generation.” Thus we have to be very careful in the kind of epistemic inheritance we are providing for our next generation. In our desire to make very “cultured” Bengalees out of our children the word that is kicked around frequently is heritage. Heritage is something that we inherit by our birth and which flows from being born out of certain parameters and culture of our parents and society. The larger question here is-are we the so-called first generation quite aware of our heritage We first need to educate us on our heritage if we want to pass it to our children. Unless you own it how can you bestow it on others I suspect not many of us have read Rabindranath Sarat Chandra or Bankim Chandra in any depth not many of us are aware of the work and lives of Sri Chaitnya Sri Ramakrishna or Ram Mohan Roy. What is Bengali heritage without their legacy How can we be aware of our heritage without the knowledge of the Bengali Renaissance of the nineteenth century Let’s ask an honest question: how much do we know about the period of great awakening and reform which is unique in the history of all regional Indian cultures. I want to emphasize that this is not an all embracing assessment of or an expression of general disappointment about us that is the first generation here in the United States. There are members in our community who can really teach us about our culture and our heritage. Yet I want to stress on the critical learning of our generation the first generation which may be a more universal concern. Let’s get to know our literature our culture and our religion in other words our total heritage before we exert big effort and throw in big money for the expressed goal of bringing our heritage to the second generation. Let’s start with the meaning of Mahalaya. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Learning About Our Heritage: A Task For The First Generation size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/580#bookmarkify http://nynjbengali.com/archives/580#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/580&amp;Title=Learning About Our Heritage: A Task For The First Generation http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/580 http://www.bloglines.com/sub/http://nynjbengali.com/archives/580 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/580 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Learning About Our Heritage: A Task For The First Generation&amp;bookmark_url=http://nynjbengali.com/archives/580 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/580 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://co.mments.com/track?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://del.icio.us/post?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.diigo.com/post?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/580 http://www.dzone.com/links/add.html?description=Learning About Our Heritage: A Task For The First Generation&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/580 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/580&amp;h=Learning About Our Heritage: A Task For The First Generation http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/580&amp;t=Learning About Our Heritage: A Task For The First Generation http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Learning About Our Heritage: A Task For The First Generation&amp;url=http://nynjbengali.com/archives/580 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/580&amp;t=Learning About Our Heritage: A Task For The First Generation http://www.folkd.com/submit/http://nynjbengali.com/archives/580 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/580&amp;t=Learning About Our Heritage: A Task For The First Generation http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.hugg.com/node/add/storylink?edit[title]=Learning About Our Heritage: A Task For The First Generation&amp;edit[url]=http://nynjbengali.com/archives/580 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/580 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/580 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/580 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/580&title=Learning About Our Heritage: A Task For The First Generation http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/580&amp;bm_description=Learning About Our Heritage: A Task For The First Generation http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/580 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/580&amp;t=Learning About Our Heritage: A Task For The First Generation http://myweb.yahoo.com/myweb/save?t=Learning About Our Heritage: A Task For The First Generation&amp;u=http://nynjbengali.com/archives/580 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/580 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/580&amp;t=Learning About Our Heritage: A Task For The First Generation http://www.plugim.com/submit?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/580&amp;T=Learning About Our Heritage: A Task For The First Generation http://reddit.com/submit?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/580 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/580 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/580 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://technorati.com/faves?add=http://nynjbengali.com/archives/580 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/580&amp;name=Learning About Our Heritage: A Task For The First Generation http://twitter.com/home/?status=Learning About Our Heritage: A Task For The First Generation+http://nynjbengali.com/archives/580 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/580 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/580&amp;t=Learning About Our Heritage: A Task For The First Generation http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Learning About Our Heritage: A Task For The First Generation&amp;uri=http://nynjbengali.com/archives/580 http://nynjbengali.com/archives/580 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/580&amp;Title=Learning About Our Heritage: A Task For The First Generation http://www.bloglines.com/sub/http://nynjbengali.com/archives/580 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/580 http://del.icio.us/post?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/580 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/580&title=Learning About Our Heritage: A Task For The First Generation http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/580&amp;bm_description=Learning About Our Heritage: A Task For The First Generation http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/580 http://reddit.com/submit?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://technorati.com/faves?add=http://nynjbengali.com/archives/580 http://twitter.com/home/?status=Learning About Our Heritage: A Task For The First Generation+http://nynjbengali.com/archives/580 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/580&amp;title=Learning About Our Heritage: A Task For The First Generation http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/580&amp;t=Learning About Our Heritage: A Task For The First Generation http://www.feedburner.com/fb/a/emailFlare?itemTitle=Learning About Our Heritage: A Task For The First Generation&amp;uri=http://nynjbengali.com/archives/580&amp;loc=en_US http://nynjbengali.com/archives/580#bookmarkify Durga [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Learning About Our Heritage: A Task For The First Generation Arts-Culture Generic http://nynjbengali.com/archives/category/arts-culture http://nynjbengali.com/archives/category/generic View all posts in Arts-Culture View all posts in Generic'),
(580, 3335, 'sudipta Comment from Jayeeta Ganguly on Facebook: I found your article to be echoing my thoughts. How often we are guilty of preaching not only what we don’t profess but also what we don’t know. Totally loved the part where you talked about Bengal’s Renaissance and the legacy of Sri Chaitanya and Sri Ramkrishna. http://', NULL),
(583, 3362, 'ecard4all Durga puja is a festive occasion for widespread celebration for people in Kolkata and the rest of West Bengal. You can celebrate the occasion by sending free online Durga puja ecards from http://www.ecard4all.com . Sending an ecard from http://www.ecard4all.com is as simple as the click of a mouse. http://www.ecard4all.com http://www.ecard4all.com http://www.ecard4all.com http://www.ecard4all.com', NULL),
(588, 0, 'It is said that you can take a Bengali out of Bengal but you cannot take Bengal out of a Bengali. I’d rather rephrase it by saying that you can never take Durga Puja out of a Bengali. The greatest Bengali festival is once again knocking on our doors and the New Jersey Bengalis are gearing up to greet their Mother Durga with utmost fervor. Although according to the Bengali calender the puja starts Maha Shasthi on Sunday October 2 the enthusiastic New Jersey Bengalis are not willing to wait that long. ICC of Garden State will start their festival on Saturday 24th September and continue till Sunday the 25th. The Puja will be held at the Mt Olive High School 18 Corey Rd Flanders NJ 07836. They have also lined up an impressive cultural program featuring the famous Bengali singer Nachiketa more on Nachiketa later a Bengali play from Toronto and Soumen Adhikari another singer from Kolkata. Several other local programs and great food also awaits the attendees. Note: I just learnt that ICC has canceled Nachiketa’s program due to lack of timely confirmation from the artist’s agent. Instead they will be presenting Nirmalya Ray a well known artist to the NJ music lovers. On 25th early morning Ananda Mandir will be invoking Devi Durga with their live annual Mahalaya Mahishasura Mardini presentation. Over the years this program has developed a great following with overflowing crowd all coming in from far and near at 4.00am in the morning. Good words of this event has spread far and beyond the US shores. So if you want to attend this event then arrive at the Mandir by 4.00am to secure a seat. The event is generally followed by a traditional Bengali breakfast of Luchi Aloor dom and Jilipi although I am not sure if this tradition is to continue this year. Kallol of New Jersey will be celebrating their Puja starting on Friday Sept 30 and continue till Sunday October 2nd. Kallol’’s cultural program has always been a mix of local and guest performers of excellent quality. This year on Kallol’s stage Purbayan Chatterjee Sitar along with Pandit Anindyo Chatterjee Tabla will be presenting “String Struck” on Friday evening a classical musical program including Sitar and vocal music. The famous singer Nachiketa will be presenting his concert “Tumi Sesh Parjonto” on Saturday evening. Sunday evening will feature Aparna Sen readings along with Soumajit Das vocals and Sourendra Mallik piano to present “You and I… Lovingly Yours”. The other events that promise to enthrall the audience include “Bisarjan” a program of dance and recitation directed by Faroque Azam and “Durga Stotra” a dance recital by Mili Bhattacharya both on Friday. On Saturday the Kallol children will perform “A Wonderful World” a musical play written and directed by Aparajita Das. This futuristic play brings a group of friends into an endangered world wrought by global warming resource depletion and life form extinction. Their journey creates an open window into the dangers of what life can become for our children and the future of the planet. The ex-New Jerseyan Tarun Chatterjee will stage “Kabar” a play by Minir Choudhury with his team from Columbus Ohio. Mina Basu Nag Nritya Creations Sanjeeb Bhattacharya will also present a dance recital. On Sunday Kallol’s choreographer and director Sunrita Mitra pays homage to Rabindranath Tagore by presenting highlights of three immortal creations “Taasher Desh” “Chitrangada” and “Chandalika” in a single musical and dance presentation titled “Troyee”. Garden State Cultural Association GSCA will be celebrating their Puja on Oct 1 and 2 at the Plainfield High School. Theit cultural events include dance recital by Mitra Purkayastha’s troupe and a hilarious Bengali play “Eta Byaktigoto” written and  directed by Soumendu Bhattacharya along with Songs by Pratibha Singh Soumen Nandi Sa Re Ga Ma Pa Challenge 2009 finalists on Saturday evening. On Sunday the events include “Surer Biswayane Rabindranath a GSCA musical production followed by Monomoy Bhattacharya Kolkata concert of modern Bengali Songs. Anandamandir will be celabrating their Durga Puja from October 2 to 6 as per the Bengali calendar and so will Bharat Sevashram Sangha. However at this time I do not have any information regarding their cultural programs. Like cultural programs food is an integral part of any Durga Puja celebration in New Jersey. All the organizers promise to have scrumptious dinner on all evenings during the Pujas.  “Panthar Mansho” goat meat will be the key attraction at all the community Puja’s except at the Anandamandir and Bharat Sevashram Sangha temples. I hope that you all will have a great Durga Puja and enjoy the festival to the fullest. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Durga Puja 2011 : New Jersey Style size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2009/09/durga-protima.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/588#bookmarkify http://nynjbengali.com/archives/588#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/588&amp;Title=Durga Puja 2011 : New Jersey Style http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/588 http://www.bloglines.com/sub/http://nynjbengali.com/archives/588 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/588 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Durga Puja 2011 : New Jersey Style&amp;bookmark_url=http://nynjbengali.com/archives/588 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/588 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://co.mments.com/track?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://del.icio.us/post?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.diigo.com/post?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/588 http://www.dzone.com/links/add.html?description=Durga Puja 2011 : New Jersey Style&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/588 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/588&amp;h=Durga Puja 2011 : New Jersey Style http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/588&amp;t=Durga Puja 2011 : New Jersey Style http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Durga Puja 2011 : New Jersey Style&amp;url=http://nynjbengali.com/archives/588 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/588&amp;t=Durga Puja 2011 : New Jersey Style http://www.folkd.com/submit/http://nynjbengali.com/archives/588 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/588&amp;t=Durga Puja 2011 : New Jersey Style http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.hugg.com/node/add/storylink?edit[title]=Durga Puja 2011 : New Jersey Style&amp;edit[url]=http://nynjbengali.com/archives/588 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/588 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/588 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/588 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/588&title=Durga Puja 2011 : New Jersey Style http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/588&amp;bm_description=Durga Puja 2011 : New Jersey Style http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/588 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/588&amp;t=Durga Puja 2011 : New Jersey Style http://myweb.yahoo.com/myweb/save?t=Durga Puja 2011 : New Jersey Style&amp;u=http://nynjbengali.com/archives/588 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/588 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/588&amp;t=Durga Puja 2011 : New Jersey Style http://www.plugim.com/submit?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/588&amp;T=Durga Puja 2011 : New Jersey Style http://reddit.com/submit?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/588 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/588 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/588 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://technorati.com/faves?add=http://nynjbengali.com/archives/588 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/588&amp;name=Durga Puja 2011 : New Jersey Style http://twitter.com/home/?status=Durga Puja 2011 : New Jersey Style+http://nynjbengali.com/archives/588 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/588 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/588&amp;t=Durga Puja 2011 : New Jersey Style http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Durga Puja 2011 : New Jersey Style&amp;uri=http://nynjbengali.com/archives/588 http://nynjbengali.com/archives/588 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/588&amp;Title=Durga Puja 2011 : New Jersey Style http://www.bloglines.com/sub/http://nynjbengali.com/archives/588 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/588 http://del.icio.us/post?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/588 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/588&title=Durga Puja 2011 : New Jersey Style http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/588&amp;bm_description=Durga Puja 2011 : New Jersey Style http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/588 http://reddit.com/submit?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://technorati.com/faves?add=http://nynjbengali.com/archives/588 http://twitter.com/home/?status=Durga Puja 2011 : New Jersey Style+http://nynjbengali.com/archives/588 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/588&amp;title=Durga Puja 2011 : New Jersey Style http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/588&amp;t=Durga Puja 2011 : New Jersey Style http://www.feedburner.com/fb/a/emailFlare?itemTitle=Durga Puja 2011 : New Jersey Style&amp;uri=http://nynjbengali.com/archives/588&amp;loc=en_US http://nynjbengali.com/archives/588#bookmarkify Durga Protima Kallol of New Jersey [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Kallol Durga Protima Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Durga Puja 2011 : New Jersey Style Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(582, 0, 'ICC Durga Pujo 2011 Please mark your calendar ICC of Garden State is pleased to announce the dates for Durga Pujo 2011: · Saturday September 24 and Sunday September 25 . Main attractions: subject to change · Nachiketa renowned singer from Kolkata for Saturday September 24. · Natok group from Toronto Canada for Saturday September 24. · Soumyen Adhikari singer also from Kolkata with a voice of   Hemanta Mukherjee will perform on Sunday September 25 Food and Prasad: Both the days Prasad and Dinner will be served. Saturday dinner highlights are Goat Curry Rice . Sunday dinner highlights are Khichoori and Labra . Venue: In Morris County NJ Mt Olive High School 18 Corey Rd FLanders NJ 07836 . Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  ICC Durga Pujo 2011 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/582#bookmarkify http://nynjbengali.com/archives/582#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/582&amp;Title=ICC Durga Pujo 2011 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/582 http://www.bloglines.com/sub/http://nynjbengali.com/archives/582 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/582 http://www.buddymarks.com/add_bookmark.php?bookmark_title=ICC Durga Pujo 2011&amp;bookmark_url=http://nynjbengali.com/archives/582 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/582 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://co.mments.com/track?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://del.icio.us/post?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.diigo.com/post?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/582 http://www.dzone.com/links/add.html?description=ICC Durga Pujo 2011&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/582 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/582&amp;h=ICC Durga Pujo 2011 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/582&amp;t=ICC Durga Pujo 2011 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=ICC Durga Pujo 2011&amp;url=http://nynjbengali.com/archives/582 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/582&amp;t=ICC Durga Pujo 2011 http://www.folkd.com/submit/http://nynjbengali.com/archives/582 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/582&amp;t=ICC Durga Pujo 2011 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.hugg.com/node/add/storylink?edit[title]=ICC Durga Pujo 2011&amp;edit[url]=http://nynjbengali.com/archives/582 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/582 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/582 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/582 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/582&title=ICC Durga Pujo 2011 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/582&amp;bm_description=ICC Durga Pujo 2011 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/582 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/582&amp;t=ICC Durga Pujo 2011 http://myweb.yahoo.com/myweb/save?t=ICC Durga Pujo 2011&amp;u=http://nynjbengali.com/archives/582 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/582 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/582&amp;t=ICC Durga Pujo 2011 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/582&amp;T=ICC Durga Pujo 2011 http://reddit.com/submit?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/582 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/582 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/582 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://technorati.com/faves?add=http://nynjbengali.com/archives/582 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/582&amp;name=ICC Durga Pujo 2011 http://twitter.com/home/?status=ICC Durga Pujo 2011+http://nynjbengali.com/archives/582 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/582 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/582&amp;t=ICC Durga Pujo 2011 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=ICC Durga Pujo 2011&amp;uri=http://nynjbengali.com/archives/582 http://nynjbengali.com/archives/582 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/582&amp;Title=ICC Durga Pujo 2011 http://www.bloglines.com/sub/http://nynjbengali.com/archives/582 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/582 http://del.icio.us/post?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/582 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/582&title=ICC Durga Pujo 2011 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/582&amp;bm_description=ICC Durga Pujo 2011 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/582 http://reddit.com/submit?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://technorati.com/faves?add=http://nynjbengali.com/archives/582 http://twitter.com/home/?status=ICC Durga Pujo 2011+http://nynjbengali.com/archives/582 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/582&amp;title=ICC Durga Pujo 2011 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/582&amp;t=ICC Durga Pujo 2011 http://www.feedburner.com/fb/a/emailFlare?itemTitle=ICC Durga Pujo 2011&amp;uri=http://nynjbengali.com/archives/582&amp;loc=en_US http://nynjbengali.com/archives/582#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'ICC Durga Pujo 2011 Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(583, 0, 'Kallol of New Jersey Celebrates Durga Puja on Sept 30 Oct 1 and 2 2011 at the Ukranian Church and Cultural Center 135 Davidson Ave Somerset NJ 08873 Cultural Program Highlights: Friday Sept 30 : “Duhshomoy” – Direction and narration by Dr Faruqe Azam “Durga Stotra” - Mili Bhattacharya ‘String Struck’ - Purbayan Chatterjee Sitar Anindyo Chatterjee Tabla Saturday Oct 1: “Kabar” - a play by Munir Choudhury directed by Taarun Chatterjee “A Wonderful World” Children’s play directed by Aparajita Das ‘Nritya Creation’: by Mina Basu Nag Sanjeeb Bhattacharya Nachiketa Chakraborty “Tumei Sesh Porjonto” Sunday Oct 2: “Troyee” choreographed by Sunrita Mitra “Banchaar Jonyo Gaan” by Aakash Deep Aparna Sen with ‘You I’ presents ‘Your’s Truely’ USA premiere of a famous 2011 show Visit Kallol.com for registration information. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  New Jersey Durga Puja of Kallol size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/583#bookmarkify http://nynjbengali.com/archives/583#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/583&amp;Title=New Jersey Durga Puja of Kallol http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/583 http://www.bloglines.com/sub/http://nynjbengali.com/archives/583 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/583 http://www.buddymarks.com/add_bookmark.php?bookmark_title=New Jersey Durga Puja of Kallol&amp;bookmark_url=http://nynjbengali.com/archives/583 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/583 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://co.mments.com/track?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://del.icio.us/post?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.diigo.com/post?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/583 http://www.dzone.com/links/add.html?description=New Jersey Durga Puja of Kallol&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/583 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/583&amp;h=New Jersey Durga Puja of Kallol http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/583&amp;t=New Jersey Durga Puja of Kallol http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=New Jersey Durga Puja of Kallol&amp;url=http://nynjbengali.com/archives/583 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/583&amp;t=New Jersey Durga Puja of Kallol http://www.folkd.com/submit/http://nynjbengali.com/archives/583 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/583&amp;t=New Jersey Durga Puja of Kallol http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.hugg.com/node/add/storylink?edit[title]=New Jersey Durga Puja of Kallol&amp;edit[url]=http://nynjbengali.com/archives/583 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/583 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/583 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/583 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/583&title=New Jersey Durga Puja of Kallol http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/583&amp;bm_description=New Jersey Durga Puja of Kallol http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/583 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/583&amp;t=New Jersey Durga Puja of Kallol http://myweb.yahoo.com/myweb/save?t=New Jersey Durga Puja of Kallol&amp;u=http://nynjbengali.com/archives/583 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/583 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/583&amp;t=New Jersey Durga Puja of Kallol http://www.plugim.com/submit?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/583&amp;T=New Jersey Durga Puja of Kallol http://reddit.com/submit?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/583 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/583 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/583 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://technorati.com/faves?add=http://nynjbengali.com/archives/583 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/583&amp;name=New Jersey Durga Puja of Kallol http://twitter.com/home/?status=New Jersey Durga Puja of Kallol+http://nynjbengali.com/archives/583 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/583 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/583&amp;t=New Jersey Durga Puja of Kallol http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=New Jersey Durga Puja of Kallol&amp;uri=http://nynjbengali.com/archives/583 http://nynjbengali.com/archives/583 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/583&amp;Title=New Jersey Durga Puja of Kallol http://www.bloglines.com/sub/http://nynjbengali.com/archives/583 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/583 http://del.icio.us/post?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/583 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/583&title=New Jersey Durga Puja of Kallol http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/583&amp;bm_description=New Jersey Durga Puja of Kallol http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/583 http://reddit.com/submit?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://technorati.com/faves?add=http://nynjbengali.com/archives/583 http://twitter.com/home/?status=New Jersey Durga Puja of Kallol+http://nynjbengali.com/archives/583 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/583&amp;title=New Jersey Durga Puja of Kallol http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/583&amp;t=New Jersey Durga Puja of Kallol http://www.feedburner.com/fb/a/emailFlare?itemTitle=New Jersey Durga Puja of Kallol&amp;uri=http://nynjbengali.com/archives/583&amp;loc=en_US http://nynjbengali.com/archives/583#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'New Jersey Durga Puja of Kallol Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(584, 0, 'Garden State Cultural Association GSCA Celebrates Durga Puja at Plainfield High School October 1 and 2 2012 Sat Oct 1 GSCA Chairman’s speech 6:15-6:20 PM Speech by Chief Guest: Deputy Speaker of New Jersey Assembly Hon. Upendra Chivukula 6:20-6:30 PM Dance recital by Mitra Purkayastha’s troupe 6:30-7:00 PM Bengali play “Eta Byaktigoto”: directed by Soumendu Bhattacharya. 7:10-8:00 PM Songs by Pratibha Singh Soumen Nandi Sa Re Ga Ma Pa Challenge 2009 finalists Prize distribution Arts Craft 5:30 - 6:00 pm Surer Biswayane Rabindranath a GSCA production 6:00 - 6:30 pm Quiz show 6:30 - 7:00 pm Songs by Monomoy Bhattacharya Kolkata 7:00 - 9:00 pm Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  GSCA Durga Puja size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/584#bookmarkify http://nynjbengali.com/archives/584#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/584&amp;Title=GSCA Durga Puja http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/584 http://www.bloglines.com/sub/http://nynjbengali.com/archives/584 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/584 http://www.buddymarks.com/add_bookmark.php?bookmark_title=GSCA Durga Puja&amp;bookmark_url=http://nynjbengali.com/archives/584 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/584 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://co.mments.com/track?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://del.icio.us/post?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.diigo.com/post?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/584 http://www.dzone.com/links/add.html?description=GSCA Durga Puja&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/584 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/584&amp;h=GSCA Durga Puja http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/584&amp;t=GSCA Durga Puja http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=GSCA Durga Puja&amp;url=http://nynjbengali.com/archives/584 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/584&amp;t=GSCA Durga Puja http://www.folkd.com/submit/http://nynjbengali.com/archives/584 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/584&amp;t=GSCA Durga Puja http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.hugg.com/node/add/storylink?edit[title]=GSCA Durga Puja&amp;edit[url]=http://nynjbengali.com/archives/584 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/584 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/584 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/584 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/584&title=GSCA Durga Puja http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/584&amp;bm_description=GSCA Durga Puja http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/584 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/584&amp;t=GSCA Durga Puja http://myweb.yahoo.com/myweb/save?t=GSCA Durga Puja&amp;u=http://nynjbengali.com/archives/584 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/584 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/584&amp;t=GSCA Durga Puja http://www.plugim.com/submit?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/584&amp;T=GSCA Durga Puja http://reddit.com/submit?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/584 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/584 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/584 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://technorati.com/faves?add=http://nynjbengali.com/archives/584 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/584&amp;name=GSCA Durga Puja http://twitter.com/home/?status=GSCA Durga Puja+http://nynjbengali.com/archives/584 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/584 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/584&amp;t=GSCA Durga Puja http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=GSCA Durga Puja&amp;uri=http://nynjbengali.com/archives/584 http://nynjbengali.com/archives/584 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/584&amp;Title=GSCA Durga Puja http://www.bloglines.com/sub/http://nynjbengali.com/archives/584 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/584 http://del.icio.us/post?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/584 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/584&title=GSCA Durga Puja http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/584&amp;bm_description=GSCA Durga Puja http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/584 http://reddit.com/submit?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://technorati.com/faves?add=http://nynjbengali.com/archives/584 http://twitter.com/home/?status=GSCA Durga Puja+http://nynjbengali.com/archives/584 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/584&amp;title=GSCA Durga Puja http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/584&amp;t=GSCA Durga Puja http://www.feedburner.com/fb/a/emailFlare?itemTitle=GSCA Durga Puja&amp;uri=http://nynjbengali.com/archives/584&amp;loc=en_US http://nynjbengali.com/archives/584#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'GSCA Durga Puja Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(585, 0, 'We Bengalis have a special characteristic. We tend to setup familial relationships with almost any person we get acquainted with especially when they are older than us. We cannot just address them by their names. We always want them to be our brothers sisters uncles aunts grandparents etc. We do it with good intentions. We feel that it would be irreverent of us to address the middle aged gentleman we just met as “Arunabho” or “Satyen”. Addressing them by their first name is next to impossible. So we need to make a quick judgment call and decide what relationship we would like to establish with this new friend. Based on the looks if the gentleman or lady seem to be close to our age we try to make them our elder brother Dada or sister Didi . If they seem to be middle aged then “Kaku” or Uncle seems to be appropriate for men and “Mashi” Aunt for women. For women a subtle transition from “Mashi” to “Mashi-ma” can occur but one needs to be quite careful with that judgement. Often it so happens that if it is a couple we meet we call the husband “Kaku” paternal uncle and the wife “Mashi” maternal aunt - an almost absurd although not impossible relationship. When we meet a couple “Kaku/Kakima” or “Mashima/Meshomoshai” is a better bet. It is odd though that the relations “Mama” maternal uncle or “Pishi” paternal aunt are not used very often for such acquaintances. If you are ever doubtful about your social status in this relationship scale I suggest you walk down the pavement in Gariahat Kolkata. The hawkers and roadside vendors will give you a perfect judgment about your age. Many ladies have experienced their development from “Didi” to “Boudi” to “Mashi” to Mashi-ma” to “Thakuma” from these experts. When I was younger I too used these relational attributes to show my respect to my seniors. But as I am growing older I have realized that it may no longer be appropriate to assume anybody as my “Kaku” or “Mashi” maybe not even “Dada” or “Didi”. The realization becomes stronger when someone whom I know to be my contemporary or even older than me addresses me as “Dada”. Some people just cannot see themselves as older than anybody else and this often cause a lot of heartache for many. Few days ago a young lady at my place was visibly upset when a middle aged friend of mine called her “Aunty” Personally I have tried to keep myself detached from such trivial issues claiming it really doesn’t matter to me how someone addresses me. But recently when some twenty something was struggling to decide whether to call me “Kaku” “Jethu” or “Mesho-moshai” I had strong feeling that it is high time we change this system. I agree we may not feel comfortable to address our seniors by their first names. We may also feel a bit awkward to listen to a young boy half my age calling me by my first name. Although it is quite common in this country to use first names but we still feel uncomfortable to use them within our community. Hindi speaking people have resolved this issue by adding a suffix “ji” to any name - Sudipta-ji Sutapa-ji etc. It is almost like using Mr. or Mrs. to ones name to show your respect although Mr. and Mrs. works with last names only. Not too long ago Bengalis too used the suffix sometimes even as a prefix “Babu” with male names and “Debi” with female names to show their respect. Sudipta-babu or Mrinalini-debi was used amongst the urban elites. But somehow over the years “Babu” and “Debi” has lost their gravity and today many feel insulted if they are addressed as a Babu or Debi. So what can be the solution The best solution would be to use our names - just as they are. Names are given to identify a person to address a person. We all have names. So lets use them. Why do we have to make somebody my “Dada” when I am not sure if he is older than me Why should I accept someone calling me “Mesho-moshai” when I know that I never had a “Shyalika” or sister-in-law Let’s drop this pretense of being a nephew or a niece and call Subhashis as Subhashis Ajit as Ajit Shanti as Shanti. But if this sounds too radical I am willing to accept a compromise. Just like the suffix “-ji” lets use “-da” for men and “-di” for women as a sign of respect irrespective of their age. You may call Subhashis as Subhashis-da Ajit as Ajit-da Krishna as Krishna-di. Remember this “-da” or “-di” is not the same as “Dada” or “Didi” and they imply no familial relationship. Besides we have been using these suffixes for quite some time and it maybe easier for us to adopt. It will resolve many complicated issues and awkward situations that Bengali naming conventions have put us into. No longer will young Sucharita feel guilty in calling her boy friend Subir as Subir-da. Now Subir can also call her Sucharita-di until they cross the boundaries of Bengali social formalities. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  We All Have Names Let’s Use Them  size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/585#bookmarkify http://nynjbengali.com/archives/585#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/585&amp;Title=We All Have Names! Let&#8217;s Use Them! http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/585 http://www.bloglines.com/sub/http://nynjbengali.com/archives/585 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/585 http://www.buddymarks.com/add_bookmark.php?bookmark_title=We All Have Names! Let&#8217;s Use Them!&amp;bookmark_url=http://nynjbengali.com/archives/585 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/585 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://co.mments.com/track?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://del.icio.us/post?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.diigo.com/post?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/585 http://www.dzone.com/links/add.html?description=We All Have Names! Let&#8217;s Use Them!&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/585 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/585&amp;h=We All Have Names! Let&#8217;s Use Them! http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/585&amp;t=We All Have Names! Let&#8217;s Use Them! http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=We All Have Names! Let&#8217;s Use Them!&amp;url=http://nynjbengali.com/archives/585 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/585&amp;t=We All Have Names! Let&#8217;s Use Them! http://www.folkd.com/submit/http://nynjbengali.com/archives/585 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/585&amp;t=We All Have Names! Let&#8217;s Use Them! http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.hugg.com/node/add/storylink?edit[title]=We All Have Names! Let&#8217;s Use Them!&amp;edit[url]=http://nynjbengali.com/archives/585 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/585 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/585 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/585 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/585&title=We All Have Names! Let&#8217;s Use Them! http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/585&amp;bm_description=We All Have Names! Let&#8217;s Use Them! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/585 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/585&amp;t=We All Have Names! Let&#8217;s Use Them! http://myweb.yahoo.com/myweb/save?t=We All Have Names! Let&#8217;s Use Them!&amp;u=http://nynjbengali.com/archives/585 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them!&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/585 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/585&amp;t=We All Have Names! Let&#8217;s Use Them! http://www.plugim.com/submit?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/585&amp;T=We All Have Names! Let&#8217;s Use Them! http://reddit.com/submit?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/585 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/585 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/585 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://technorati.com/faves?add=http://nynjbengali.com/archives/585 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/585&amp;name=We All Have Names! Let&#8217;s Use Them! http://twitter.com/home/?status=We All Have Names! Let&#8217;s Use Them!+http://nynjbengali.com/archives/585 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/585 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/585&amp;t=We All Have Names! Let&#8217;s Use Them! http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=We All Have Names! Let&#8217;s Use Them!&amp;uri=http://nynjbengali.com/archives/585 http://nynjbengali.com/archives/585 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/585&amp;Title=We All Have Names! Let&#8217;s Use Them! http://www.bloglines.com/sub/http://nynjbengali.com/archives/585 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/585 http://del.icio.us/post?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/585 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/585&title=We All Have Names! Let&#8217;s Use Them! http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/585&amp;bm_description=We All Have Names! Let&#8217;s Use Them! http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/585 http://reddit.com/submit?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://technorati.com/faves?add=http://nynjbengali.com/archives/585 http://twitter.com/home/?status=We All Have Names! Let&#8217;s Use Them!+http://nynjbengali.com/archives/585 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/585&amp;title=We All Have Names! Let&#8217;s Use Them! http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/585&amp;t=We All Have Names! Let&#8217;s Use Them! http://www.feedburner.com/fb/a/emailFlare?itemTitle=We All Have Names! Let&#8217;s Use Them!&amp;uri=http://nynjbengali.com/archives/585&amp;loc=en_US http://nynjbengali.com/archives/585#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'We All Have Names Let’s Use Them Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(585, 3354, 'sudipta Ha Ha Ha At least someone is taking it seriously Thanks Brinda-di http://', NULL);
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(586, 0, 'A Lecture-Demonstration session on Gwalior Style of Singing by Smt. Neela Bhagwat of Mumbai on Sunday October 9 2011 at Warren NJ . Topic of discussion 1—– The Gwalior Gharana of Khayal music 2—-The influence of Bhakti and Sufi on Khayal music. 3—-The expressive idiom of Khayal. 4—-Use of Classical idiom of expression to express contemporary themes Venue : 14 Quail Run Warren NJ - 07059 9th October. Time- 2 pm to 4-30/5 pm RSVP : raagrang07@gmail.com or call: 732-377-9362 or 908-429-1120 Entry Fee :  10 per person Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » mailto:raagrang07@gmail.com tel:732-377-9362 tel:908-429-1120 http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/586#bookmarkify http://nynjbengali.com/archives/586#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/586&amp;Title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/586 http://www.bloglines.com/sub/http://nynjbengali.com/archives/586 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/586 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing&amp;bookmark_url=http://nynjbengali.com/archives/586 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/586 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://co.mments.com/track?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://del.icio.us/post?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.diigo.com/post?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/586 http://www.dzone.com/links/add.html?description=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/586 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/586&amp;h=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/586&amp;t=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing&amp;url=http://nynjbengali.com/archives/586 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/586&amp;t=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.folkd.com/submit/http://nynjbengali.com/archives/586 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/586&amp;t=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.hugg.com/node/add/storylink?edit[title]=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing&amp;edit[url]=http://nynjbengali.com/archives/586 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/586 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/586 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/586 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/586&title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/586&amp;bm_description=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/586 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/586&amp;t=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://myweb.yahoo.com/myweb/save?t=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing&amp;u=http://nynjbengali.com/archives/586 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/586 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/586&amp;t=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.plugim.com/submit?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/586&amp;T=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://reddit.com/submit?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/586 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/586 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/586 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://technorati.com/faves?add=http://nynjbengali.com/archives/586 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/586&amp;name=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://twitter.com/home/?status=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing+http://nynjbengali.com/archives/586 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/586 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/586&amp;t=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing&amp;uri=http://nynjbengali.com/archives/586 http://nynjbengali.com/archives/586 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/586&amp;Title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.bloglines.com/sub/http://nynjbengali.com/archives/586 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/586 http://del.icio.us/post?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/586 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/586&title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/586&amp;bm_description=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/586 http://reddit.com/submit?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://technorati.com/faves?add=http://nynjbengali.com/archives/586 http://twitter.com/home/?status=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing+http://nynjbengali.com/archives/586 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/586&amp;title=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/586&amp;t=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing http://www.feedburner.com/fb/a/emailFlare?itemTitle=Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing&amp;uri=http://nynjbengali.com/archives/586&amp;loc=en_US http://nynjbengali.com/archives/586#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Raag Rang Presents: A Lecture-Demonstration on Gwalior Style of Singing Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(587, 0, 'Ananda Mandir NJ  announces the following winners of 2011 Gayatri GaMarsh Memorial Awards for Literary Excellence: Gouri Datta Newton Massachusetts In Bengali Publications Category Tathagata Ghosh Bridgewater New Jersey In English Publications Category *** The following were the judges who provided their invaluable support in evaluating the submitted nominations  : For Bengali Literary Award: Sujan DasGupta Alolika Mukherjee Sakti Sengupta and For English Literary Award: Sumit Roy Arundhati Sanyal Narasingha Sil For information on the submission of next year’s award please check www.anandamandir.org or contact Pronoy Chatterjee: pkc usa@yahoo.com or Debajyoti Chatterji: debsmee572@gmail.com Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  2011 Gayatri GaMarsh Memorial Awards size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.anandamandir.org/ mailto:pkc_usa@yahoo.com mailto:debsmee572@gmail.com http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/587#bookmarkify http://nynjbengali.com/archives/587#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/587&amp;Title=2011 Gayatri GaMarsh Memorial Awards http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/587 http://www.bloglines.com/sub/http://nynjbengali.com/archives/587 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/587 http://www.buddymarks.com/add_bookmark.php?bookmark_title=2011 Gayatri GaMarsh Memorial Awards&amp;bookmark_url=http://nynjbengali.com/archives/587 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/587 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://co.mments.com/track?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://del.icio.us/post?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.diigo.com/post?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/587 http://www.dzone.com/links/add.html?description=2011 Gayatri GaMarsh Memorial Awards&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/587 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/587&amp;h=2011 Gayatri GaMarsh Memorial Awards http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/587&amp;t=2011 Gayatri GaMarsh Memorial Awards http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=2011 Gayatri GaMarsh Memorial Awards&amp;url=http://nynjbengali.com/archives/587 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/587&amp;t=2011 Gayatri GaMarsh Memorial Awards http://www.folkd.com/submit/http://nynjbengali.com/archives/587 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/587&amp;t=2011 Gayatri GaMarsh Memorial Awards http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.hugg.com/node/add/storylink?edit[title]=2011 Gayatri GaMarsh Memorial Awards&amp;edit[url]=http://nynjbengali.com/archives/587 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/587 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/587 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/587 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/587&title=2011 Gayatri GaMarsh Memorial Awards http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/587&amp;bm_description=2011 Gayatri GaMarsh Memorial Awards http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/587 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/587&amp;t=2011 Gayatri GaMarsh Memorial Awards http://myweb.yahoo.com/myweb/save?t=2011 Gayatri GaMarsh Memorial Awards&amp;u=http://nynjbengali.com/archives/587 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/587 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/587&amp;t=2011 Gayatri GaMarsh Memorial Awards http://www.plugim.com/submit?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/587&amp;T=2011 Gayatri GaMarsh Memorial Awards http://reddit.com/submit?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/587 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/587 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/587 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://technorati.com/faves?add=http://nynjbengali.com/archives/587 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/587&amp;name=2011 Gayatri GaMarsh Memorial Awards http://twitter.com/home/?status=2011 Gayatri GaMarsh Memorial Awards+http://nynjbengali.com/archives/587 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/587 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/587&amp;t=2011 Gayatri GaMarsh Memorial Awards http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=2011 Gayatri GaMarsh Memorial Awards&amp;uri=http://nynjbengali.com/archives/587 http://nynjbengali.com/archives/587 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/587&amp;Title=2011 Gayatri GaMarsh Memorial Awards http://www.bloglines.com/sub/http://nynjbengali.com/archives/587 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/587 http://del.icio.us/post?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/587 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/587&title=2011 Gayatri GaMarsh Memorial Awards http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/587&amp;bm_description=2011 Gayatri GaMarsh Memorial Awards http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/587 http://reddit.com/submit?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://technorati.com/faves?add=http://nynjbengali.com/archives/587 http://twitter.com/home/?status=2011 Gayatri GaMarsh Memorial Awards+http://nynjbengali.com/archives/587 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/587&amp;title=2011 Gayatri GaMarsh Memorial Awards http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/587&amp;t=2011 Gayatri GaMarsh Memorial Awards http://www.feedburner.com/fb/a/emailFlare?itemTitle=2011 Gayatri GaMarsh Memorial Awards&amp;uri=http://nynjbengali.com/archives/587&amp;loc=en_US http://nynjbengali.com/archives/587#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', '2011 Gayatri GaMarsh Memorial Awards Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(589, 0, 'Fifth New Jersey Independent South Asian Cine Fest NJISACF 2011 produced by the Asian American Film and Theater Project will showcase independent films by or about South Asian women from all over the world that challenge the stereotypical and traditional portrayal of South Asian women in mainstream commercial cinema. The two day-long festival will introduce new and established independent women film artists from South Asia and the South Asian Diaspora. The festival will also feature filmmaker Q As and panel discussions with participation from scholars and academics from a variety of disciplines. Jury and Audience Choice Prizes will be awarded for excellence in various categories. October 21 22 23 2011 at Big Cinemas Edison New Jersey Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Fifth New Jersey Independent South Asian Cine Fest size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/589#bookmarkify http://nynjbengali.com/archives/589#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/589&amp;Title=Fifth New Jersey Independent South Asian Cine Fest http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/589 http://www.bloglines.com/sub/http://nynjbengali.com/archives/589 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/589 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Fifth New Jersey Independent South Asian Cine Fest&amp;bookmark_url=http://nynjbengali.com/archives/589 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/589 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://co.mments.com/track?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://del.icio.us/post?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.diigo.com/post?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/589 http://www.dzone.com/links/add.html?description=Fifth New Jersey Independent South Asian Cine Fest&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/589 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/589&amp;h=Fifth New Jersey Independent South Asian Cine Fest http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/589&amp;t=Fifth New Jersey Independent South Asian Cine Fest http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Fifth New Jersey Independent South Asian Cine Fest&amp;url=http://nynjbengali.com/archives/589 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/589&amp;t=Fifth New Jersey Independent South Asian Cine Fest http://www.folkd.com/submit/http://nynjbengali.com/archives/589 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/589&amp;t=Fifth New Jersey Independent South Asian Cine Fest http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.hugg.com/node/add/storylink?edit[title]=Fifth New Jersey Independent South Asian Cine Fest&amp;edit[url]=http://nynjbengali.com/archives/589 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/589 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/589 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/589 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/589&title=Fifth New Jersey Independent South Asian Cine Fest http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/589&amp;bm_description=Fifth New Jersey Independent South Asian Cine Fest http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/589 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/589&amp;t=Fifth New Jersey Independent South Asian Cine Fest http://myweb.yahoo.com/myweb/save?t=Fifth New Jersey Independent South Asian Cine Fest&amp;u=http://nynjbengali.com/archives/589 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/589 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/589&amp;t=Fifth New Jersey Independent South Asian Cine Fest http://www.plugim.com/submit?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/589&amp;T=Fifth New Jersey Independent South Asian Cine Fest http://reddit.com/submit?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/589 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/589 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/589 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://technorati.com/faves?add=http://nynjbengali.com/archives/589 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/589&amp;name=Fifth New Jersey Independent South Asian Cine Fest http://twitter.com/home/?status=Fifth New Jersey Independent South Asian Cine Fest+http://nynjbengali.com/archives/589 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/589 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/589&amp;t=Fifth New Jersey Independent South Asian Cine Fest http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Fifth New Jersey Independent South Asian Cine Fest&amp;uri=http://nynjbengali.com/archives/589 http://nynjbengali.com/archives/589 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/589&amp;Title=Fifth New Jersey Independent South Asian Cine Fest http://www.bloglines.com/sub/http://nynjbengali.com/archives/589 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/589 http://del.icio.us/post?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/589 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/589&title=Fifth New Jersey Independent South Asian Cine Fest http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/589&amp;bm_description=Fifth New Jersey Independent South Asian Cine Fest http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/589 http://reddit.com/submit?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://technorati.com/faves?add=http://nynjbengali.com/archives/589 http://twitter.com/home/?status=Fifth New Jersey Independent South Asian Cine Fest+http://nynjbengali.com/archives/589 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/589&amp;title=Fifth New Jersey Independent South Asian Cine Fest http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/589&amp;t=Fifth New Jersey Independent South Asian Cine Fest http://www.feedburner.com/fb/a/emailFlare?itemTitle=Fifth New Jersey Independent South Asian Cine Fest&amp;uri=http://nynjbengali.com/archives/589&amp;loc=en_US http://nynjbengali.com/archives/589#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Fifth New Jersey Independent South Asian Cine Fest Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(590, 0, 'When we celebrate Durga Puja in this adopted homeland of ours one thought keeps on playing in our minds - how much does our children enjoy this festival Do they feel the same as we did when we were kids in our homeland Many of us had the idea that our children really don’t care much about this favorite festival of ours. Often we have seen bored kids playing hand held video games in the hallways of our festival venue while their parents enjoyed inside. We sometimes debated whether we are forcing our kids to come to the festival just because we want to or it is our duty as a parent to introduce them to our culture and traditions Is it working Can they feel the spirit of the best festival of our community To get a more definitive answer I asked my fourteen year old son Omkar and his friends a simple question. What does Durga Puja mean to them And here are their responses. Souvik Ganguly a freshman at Bridgewater Raritan High School said - “For me Durga Pujo is one of my favorite times of the year because I get to see all my friends and forget about school for a weekend.” Aishik Mukherjee a Montgomery High School junior responds - “During Durga Puja I have more freedom to do the things I loved as a kid such as running around outside. I also enjoy some of the performances during the Pujo. Last year I was watching this one short film that my brother was in about learning how to read and write Bengali and I was the tech man when it was being shown. I was surprised at how interesting the film was.” Rishav Ghosh a seventh grader says “My favorite parts of Durga are being able to hang out with my friends for a few days as well as participating in some plays with them.” And finally Omkar a Bridgewater Raritan High School Sophomore says - “My favorite part of Durga Pujo is definitely seeing my close friends and hanging out with them for a full weekend. I also enjoy some of the kids’ performances as they can be fun to watch. The festive ambiance of the whole event just ties everything together and makes it a bit more enjoyable.” So if we take these four kids to be a random sample of our community children then it seems their view of Durga Puja is not entirely different from that of ours. The religious part of the festival may not excite them a lot neither does it excite all the adults but I think they got the real essence of the Puja festival - to meet friends and have a good time together. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Durga Puja and Our Teenagers size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/09/omkar_souvik.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/590#bookmarkify http://nynjbengali.com/archives/590#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/590&amp;Title=Durga Puja and Our Teenagers http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/590 http://www.bloglines.com/sub/http://nynjbengali.com/archives/590 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/590 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Durga Puja and Our Teenagers&amp;bookmark_url=http://nynjbengali.com/archives/590 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/590 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://co.mments.com/track?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://del.icio.us/post?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.diigo.com/post?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/590 http://www.dzone.com/links/add.html?description=Durga Puja and Our Teenagers&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/590 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/590&amp;h=Durga Puja and Our Teenagers http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/590&amp;t=Durga Puja and Our Teenagers http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Durga Puja and Our Teenagers&amp;url=http://nynjbengali.com/archives/590 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/590&amp;t=Durga Puja and Our Teenagers http://www.folkd.com/submit/http://nynjbengali.com/archives/590 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/590&amp;t=Durga Puja and Our Teenagers http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.hugg.com/node/add/storylink?edit[title]=Durga Puja and Our Teenagers&amp;edit[url]=http://nynjbengali.com/archives/590 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/590 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/590 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/590 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/590&title=Durga Puja and Our Teenagers http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/590&amp;bm_description=Durga Puja and Our Teenagers http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/590 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/590&amp;t=Durga Puja and Our Teenagers http://myweb.yahoo.com/myweb/save?t=Durga Puja and Our Teenagers&amp;u=http://nynjbengali.com/archives/590 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/590 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/590&amp;t=Durga Puja and Our Teenagers http://www.plugim.com/submit?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/590&amp;T=Durga Puja and Our Teenagers http://reddit.com/submit?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/590 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/590 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/590 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://technorati.com/faves?add=http://nynjbengali.com/archives/590 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/590&amp;name=Durga Puja and Our Teenagers http://twitter.com/home/?status=Durga Puja and Our Teenagers+http://nynjbengali.com/archives/590 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/590 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/590&amp;t=Durga Puja and Our Teenagers http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Durga Puja and Our Teenagers&amp;uri=http://nynjbengali.com/archives/590 http://nynjbengali.com/archives/590 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/590&amp;Title=Durga Puja and Our Teenagers http://www.bloglines.com/sub/http://nynjbengali.com/archives/590 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/590 http://del.icio.us/post?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/590 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/590&title=Durga Puja and Our Teenagers http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/590&amp;bm_description=Durga Puja and Our Teenagers http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/590 http://reddit.com/submit?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://technorati.com/faves?add=http://nynjbengali.com/archives/590 http://twitter.com/home/?status=Durga Puja and Our Teenagers+http://nynjbengali.com/archives/590 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/590&amp;title=Durga Puja and Our Teenagers http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/590&amp;t=Durga Puja and Our Teenagers http://www.feedburner.com/fb/a/emailFlare?itemTitle=Durga Puja and Our Teenagers&amp;uri=http://nynjbengali.com/archives/590&amp;loc=en_US http://nynjbengali.com/archives/590#bookmarkify Omkar and Souvik [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Omkar and Souvik Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Durga Puja and Our Teenagers Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(592, 0, 'Yet another Durga Puja festival concluded with great pomp and fan fare. And each year we see the festival transforming itself in different ways. Some people hate change. They feel that tradition is something that should be protected with great care. Others feel nothing should be cast in stone - rules and traditions should be broken to herald in fresh views and thoughts. I am okay with either school of thought although I tend to lean towards the latter philosophy. Organizing an event like Durga Puja is not a trivial task and not all things work according to plan. Besides it is not easy to satisfy everybody.  However I can speak about my experience and what I felt about the festival this year especially the one celebrated by Kallol of New Jersey. The process of pre-registration that caused lot of heart burns few years ago seems to be well accepted by now. The process is also quite streamlined if you are internet savvy. This year Kallol formally introduced pre-registration of daily passes. I have been asking about this for quite some time and I am happy to see the committee members introduce this feature. The system of retaining reserved seats for the high-paying registrants read donors patrons etc with white tags still seem to cause quite a bit of dissatisfaction amongst the traditionalists. One cause for concern is that in this hall even with the best audio system only the first few rows can listen to the sound with some degree of clarity. The rows in the back can only hear a cacophony of reverberations mixed with constant chattering of the socialites. Hence anybody who wants to seriously listen to what’s being performed on stage need to stay within the first few rows - a large portion of  which were reserved for the white tag holders. Hence  it was no surprise when artistes like Anindyo Chatterjee and Purbayan Chatterjee found the rows in front sparsely populated and had to request the audience to move up to those exclusive seats. I understand that those who contribute more financially need to be given some incentives or rewards. But the Kallol execs should also understand that there are many who may not be contributing as much financially but are giving a lot of physical effort and their time voluntarily for the success of this event. They also deserve to be treated in better ways. I have heard complaints that some such people were rudely asked to get off the white tag seats just because they wanted to seriously watch a program they love but were wearing an orange tag badge. Kallol also tried to some limited degree to enforce the policy of no seat blocking with shawls and other objects.  It has been an old practice of throwing a shawl or some other object on the seats early in the day and stake a claim during the high profile programs.  Some times they do not even come back during the show while people who would like to watch it are prevented from sitting on those seats. Kallol committee members this year were quite strict about this and have fought quite a few nasty battles to recover those protected seats for their guests. But until we try to co-operate with them and try to understand that this is a community event and every body deserves a seat we cannot get rid of this menace. The food service was excellent and I haven’t heard much complaints. The lines were well managed and the food quality was very good. The entertainment program was quite good especially the local artistes kids and adults did a fantastic job.  Of the visiting artistes Pt. Anindyo Chatterjee and Purbayan Chatterjee were excellent.  Nachiketa disappointed us by singing fewer songs than expected. He should have sung few more songs and waste less time in  breaks. Tarun Chatterjee’s play “Kabar” although a very powerful play was certainly not appropriate for the venue. The play also seemed to be not very well prepared although Tarun Chatterjee’s performance was above par. Aparna Sen and “You and I” program was one of the key attractions of this event but it failed to impress me. Ms. Sen is an excellent screen actor and a superb film maker but her reading did not do justice to those love letters and their writers. To bring a letter to life on stage just through reading demands a different kind of skill which very few posses. The music by Soumyajit and Sourendra had no synergy with the letters except for the theme “love”. Soumyajit and Sourendra are both well trained and talented musicians but I don’t know why they had to mix multiple songs for no reason. For example I have no clue why he felt compelled to switch to Manna Dey’s “Lolita” from the famous Mand rendering of “Kesaria Balama…” Why couldn’t they perform each song as they were meant to be performed. Gimmicks can potentially impress some people but for many it can be a source of annoyance. Overall the festival was quite enjoyable and I thank all the organizing committee members and volunteers for giving us a very pleasant weekend of Durga Puja celebrations. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  New Jersey Durga Puja 2011: A Personal Perspective size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2011/10/orange_tag.jpg http://nynjbengali.com/wp-content/uploads/2011/10/shue_poro.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/592#bookmarkify http://nynjbengali.com/archives/592#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/592&amp;Title=New Jersey Durga Puja 2011: A Personal Perspective http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/592 http://www.bloglines.com/sub/http://nynjbengali.com/archives/592 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/592 http://www.buddymarks.com/add_bookmark.php?bookmark_title=New Jersey Durga Puja 2011: A Personal Perspective&amp;bookmark_url=http://nynjbengali.com/archives/592 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/592 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://co.mments.com/track?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://del.icio.us/post?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.diigo.com/post?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/592 http://www.dzone.com/links/add.html?description=New Jersey Durga Puja 2011: A Personal Perspective&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/592 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/592&amp;h=New Jersey Durga Puja 2011: A Personal Perspective http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/592&amp;t=New Jersey Durga Puja 2011: A Personal Perspective http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=New Jersey Durga Puja 2011: A Personal Perspective&amp;url=http://nynjbengali.com/archives/592 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/592&amp;t=New Jersey Durga Puja 2011: A Personal Perspective http://www.folkd.com/submit/http://nynjbengali.com/archives/592 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/592&amp;t=New Jersey Durga Puja 2011: A Personal Perspective http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.hugg.com/node/add/storylink?edit[title]=New Jersey Durga Puja 2011: A Personal Perspective&amp;edit[url]=http://nynjbengali.com/archives/592 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/592 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/592 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/592 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/592&title=New Jersey Durga Puja 2011: A Personal Perspective http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/592&amp;bm_description=New Jersey Durga Puja 2011: A Personal Perspective http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/592 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/592&amp;t=New Jersey Durga Puja 2011: A Personal Perspective http://myweb.yahoo.com/myweb/save?t=New Jersey Durga Puja 2011: A Personal Perspective&amp;u=http://nynjbengali.com/archives/592 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/592 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/592&amp;t=New Jersey Durga Puja 2011: A Personal Perspective http://www.plugim.com/submit?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/592&amp;T=New Jersey Durga Puja 2011: A Personal Perspective http://reddit.com/submit?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/592 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/592 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/592 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://technorati.com/faves?add=http://nynjbengali.com/archives/592 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/592&amp;name=New Jersey Durga Puja 2011: A Personal Perspective http://twitter.com/home/?status=New Jersey Durga Puja 2011: A Personal Perspective+http://nynjbengali.com/archives/592 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/592 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/592&amp;t=New Jersey Durga Puja 2011: A Personal Perspective http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=New Jersey Durga Puja 2011: A Personal Perspective&amp;uri=http://nynjbengali.com/archives/592 http://nynjbengali.com/archives/592 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/592&amp;Title=New Jersey Durga Puja 2011: A Personal Perspective http://www.bloglines.com/sub/http://nynjbengali.com/archives/592 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/592 http://del.icio.us/post?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/592 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/592&title=New Jersey Durga Puja 2011: A Personal Perspective http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/592&amp;bm_description=New Jersey Durga Puja 2011: A Personal Perspective http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/592 http://reddit.com/submit?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://technorati.com/faves?add=http://nynjbengali.com/archives/592 http://twitter.com/home/?status=New Jersey Durga Puja 2011: A Personal Perspective+http://nynjbengali.com/archives/592 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/592&amp;title=New Jersey Durga Puja 2011: A Personal Perspective http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/592&amp;t=New Jersey Durga Puja 2011: A Personal Perspective http://www.feedburner.com/fb/a/emailFlare?itemTitle=New Jersey Durga Puja 2011: A Personal Perspective&amp;uri=http://nynjbengali.com/archives/592&amp;loc=en_US http://nynjbengali.com/archives/592#bookmarkify Believe me, it was white until it fell in your mutton curry. [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Orange Tag Shuye Poro Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'New Jersey Durga Puja 2011: A Personal Perspective Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(595, 0, 'By Amitava Sen Why do we buy things Some for immediate consumption like food which we need for survival or mere delight of palate. We buy theatre tickets for enjoyment and entertainment. Or books and arts to meet our intellectual needs. We spend money on investment with expectation for a return in cash or kind. Also for long term uses like houses for shelter. The range of items like homes and cars are not always based on a minimum need often times they exceed the rational limit. But their uses remain utilitarian nevertheless. Amongst many others clothing is an important area we spend our money on so that we maintain a societal decorum and do not bare us to the world and for sartorial splendor of course. Generally we acquire thing to meet some kind of needs or perceived needs material physical or intellectual. But there are a few items we get out of sheer obsession of the moments with complete disregard for need or return on investment and we make irrational judgment about the value of the acquisition. Consider for example saree-buying frenzy of an India born women in our Bengalee community. A mirror view is satisfying but principally nice attire helps us look good in others’ eyes. At least that is a reasonable assumption. But observing some Bengalee women here saree possession seems to have crossed the threshold of reasonableness it looks like an uncontrollable mania. As a dress a saree does have certain uniqueness. It is the only garment in the world which fits one size all Even Dishdasha for Arab men Abaya worn by Arab women or Burqua of South Asian Muslim women all basically shapeless coveralls resembling a drape more than a clothing have to be tailored to size. A saree on the other hand does not require cutting formatting not a stitch of a single thread. A saree is also the greatest and most effective camouflage ever especially for laterally challenged. Once when I invited my friend Richie and his wife to a dinner he declined because his wife Doris had been on a diet and slimming down regime for two weeks so that she can shape up and fit in a nice dress to attend an impending wedding. Tongue in cheek I suggested that Doris could wear a saree for the wedding that would save her from starvation for two weeks. Throw an unmanageably long wrap around you and then other appurtenances of female beauty which is your body are effectively hidden from public eyes. But you pay a price your vanity and your pride are undermined. Your beauty your grace and your elegance that either the nature has endowed you with or you have cultivated so assiduously over the years are taken out of view for anyone to see and appreciate. The piece of fabric around you gets all the attention. You feel good when other women come to you and express their admiration for your saree. Not a word about how nice you look in that saree and or how elegant you are. The admiring woman may even break your heart if and when she adds “I have an exact similar piece which I am yet to wear.” That effectively deflates whatever ego you have had satisfied when the saree was praised. Of course there are other reasons for why you are ignored and the dress you are wearing gets all the attention instead appreciating another woman may not come naturally to a woman in our self-conscious Bengali society. Compliments generally come from a woman and almost never from a man. The concept may sound like contrary to evolutionary common sense which conjectures that the purpose women strive to look good is to attract potential mates of the opposite sex. The truth in our Bengali diasporas is that women dress to impress each other. That often is partly a result of environment in which we socialize and the way we are. Whether in a party or a social event or in a Puja the women folks congregate in a close cluster and men are segregated which gives the men scant opportunity to look at the women get friendly and say a word of appreciation. Bringing men into the picture can add some sense and sensibility to the mad world of saree acquisition. If men were the target for getting noticed there would not be the need for buying so many of them. Men have shorter sartorial memories. It is unlikely for a man to remember if that piece of apparel has already been worn once before. It is close to a blasphemy to a Bengalee saree wearing woman to be told that a saree has already been worn once before albeit by the same person. Women can and will easily point out the repeat use of your dress length of the intervening period regardless. Even if they do not tell you in that many words wearer will instantly know from the knowing look of the observers that she has been caught red-handed. Men may also have a nice word for you and that is likely to be honest. Truth is men have a discerning eye for compatibility of the dress and the person putting it on. The women surprisingly have a strange skill of only looking at the saree without even noticing the person wearing it and an incredibly long memory span for sarees. Unfortunately you meet the same and repeat bunch of people wherever you go dressed up in our close-knit Bengali society. And there is always someone to remember your saree even if it is not so remarkable a piece. The fallout from the addiction is wider. Expenses on saree account have a profound impact on the cost of our social lives. In our burgeoning society we have a closeness in order to function and flourish socially and we do have vigorous and frequent interactions with our friends and acquaintances which we cannot do without. Formal occasions like wedding birthdays and casual ones like a weekend dinners demand gifts. Cost for two persons attending works out to 200- 300.00 unless of course you are close to the host in a wedding 100.00 for a birthday For a Sunday lunch at Akbar or similar not so lustrous places 60.00 should do for two guests and there are anniversaries annaprasans you name it. In a routine dinner party you can get away with a 16-20.00 bottle of wine. Now comes the collateral cost. Add to each of the above the cost of single-wear saree between 200-250 a blouse guessing the value of a blouse is tricky. A blouse may be pricey but sometimes judging from the amount of cloth material that are used in a blouse in modern fashion it is not unrealistic to appraise that it may cost little or nothing and occasional matching costume jewelry between 50 and 100.00. Attending Puja is not cheap either these days organizers will shut the door on you unless you pay a high entry fee in advance and do not forget to account for the fresh purchase of one or two sarees from those luring saree stalls at the Puja place. Now please do the math One has to wonder even considering the single wear scenario when and where all the sarees are actually worn. Admittedly our community here has more get-togethers more occasions than others on a yearly basis but the sarees most likely outnumber the opportunities to wear them. In practice it is just impossible to wear all of them within a reasonable period of time before it becomes old and out of fashion. The momentary infatuation bordering insanity that overtook the buyers senses had passed or in hold till another irresistible piece overwhelms. The pieces in storage left unused would probably be not worth wearing and showing off. One has to suspect that quite a few of them stay in closet unused ultimately finding their way to the storage in the garage. Of course I am not proposing this as a generalized truth dictum for all the saree wearing women all over the world I am focusing on the behavior of a certain class of Bengalee women in our midst who in their obsessive saree fetish have lost somewhere a sense of proportion. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  A Discourse on the Saree Fetish size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/595#bookmarkify http://nynjbengali.com/archives/595#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/595&amp;Title=A Discourse on the Saree Fetish http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/595 http://www.bloglines.com/sub/http://nynjbengali.com/archives/595 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/595 http://www.buddymarks.com/add_bookmark.php?bookmark_title=A Discourse on the Saree Fetish&amp;bookmark_url=http://nynjbengali.com/archives/595 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/595 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://co.mments.com/track?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://del.icio.us/post?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.diigo.com/post?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/595 http://www.dzone.com/links/add.html?description=A Discourse on the Saree Fetish&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/595 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/595&amp;h=A Discourse on the Saree Fetish http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/595&amp;t=A Discourse on the Saree Fetish http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=A Discourse on the Saree Fetish&amp;url=http://nynjbengali.com/archives/595 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/595&amp;t=A Discourse on the Saree Fetish http://www.folkd.com/submit/http://nynjbengali.com/archives/595 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/595&amp;t=A Discourse on the Saree Fetish http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.hugg.com/node/add/storylink?edit[title]=A Discourse on the Saree Fetish&amp;edit[url]=http://nynjbengali.com/archives/595 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/595 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/595 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/595 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/595&title=A Discourse on the Saree Fetish http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/595&amp;bm_description=A Discourse on the Saree Fetish http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/595 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/595&amp;t=A Discourse on the Saree Fetish http://myweb.yahoo.com/myweb/save?t=A Discourse on the Saree Fetish&amp;u=http://nynjbengali.com/archives/595 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/595 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/595&amp;t=A Discourse on the Saree Fetish http://www.plugim.com/submit?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/595&amp;T=A Discourse on the Saree Fetish http://reddit.com/submit?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/595 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/595 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/595 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://technorati.com/faves?add=http://nynjbengali.com/archives/595 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/595&amp;name=A Discourse on the Saree Fetish http://twitter.com/home/?status=A Discourse on the Saree Fetish+http://nynjbengali.com/archives/595 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/595 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/595&amp;t=A Discourse on the Saree Fetish http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=A Discourse on the Saree Fetish&amp;uri=http://nynjbengali.com/archives/595 http://nynjbengali.com/archives/595 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/595&amp;Title=A Discourse on the Saree Fetish http://www.bloglines.com/sub/http://nynjbengali.com/archives/595 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/595 http://del.icio.us/post?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/595 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/595&title=A Discourse on the Saree Fetish http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/595&amp;bm_description=A Discourse on the Saree Fetish http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/595 http://reddit.com/submit?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://technorati.com/faves?add=http://nynjbengali.com/archives/595 http://twitter.com/home/?status=A Discourse on the Saree Fetish+http://nynjbengali.com/archives/595 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/595&amp;title=A Discourse on the Saree Fetish http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/595&amp;t=A Discourse on the Saree Fetish http://www.feedburner.com/fb/a/emailFlare?itemTitle=A Discourse on the Saree Fetish&amp;uri=http://nynjbengali.com/archives/595&amp;loc=en_US http://nynjbengali.com/archives/595#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'A Discourse on the Saree Fetish Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(596, 0, 'Raag-Rang presents its last concert of the year in memory of Late Dr Bhupen Hazarika. Date Time: 3rd December from 3 pm to 6 pm. Venue: Sophia Fahs Theater Unitarian Universalist Congregation Of Princeton 50 Cherry Hill Drive Princeton- 08540. Concert will start with Dashavatar an Odissi dance presentation by students of Smt Mitra Purakayastha followed by a bouquet of nostalgic melodies composed by Dr Hazarika. The focus of the concert will beon his musical career his philosophy on music and his compositions based on ragas. Participating musicians are Shree Parthasarathi Mukhapadhyay Smt Mitali Banerjee Bhawmik Smt Gayatri Sharma Smt Indrani Chakrabarty Khare. Shree Anirban Roychoudhury will accompany on tabla. Admission: 15.00 per person for non-members. 10.00 per person for members. RSVP is requested as seats are limited. Contact: raagrang07@gmail.com Or call 908 -429-1120 732 -377-9362 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Bhupen Hazarika Memorial Concert size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/596#bookmarkify http://nynjbengali.com/archives/596#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/596&amp;Title=Bhupen Hazarika Memorial Concert http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/596 http://www.bloglines.com/sub/http://nynjbengali.com/archives/596 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/596 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Bhupen Hazarika Memorial Concert&amp;bookmark_url=http://nynjbengali.com/archives/596 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/596 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://co.mments.com/track?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://del.icio.us/post?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.diigo.com/post?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/596 http://www.dzone.com/links/add.html?description=Bhupen Hazarika Memorial Concert&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/596 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/596&amp;h=Bhupen Hazarika Memorial Concert http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/596&amp;t=Bhupen Hazarika Memorial Concert http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Bhupen Hazarika Memorial Concert&amp;url=http://nynjbengali.com/archives/596 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/596&amp;t=Bhupen Hazarika Memorial Concert http://www.folkd.com/submit/http://nynjbengali.com/archives/596 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/596&amp;t=Bhupen Hazarika Memorial Concert http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.hugg.com/node/add/storylink?edit[title]=Bhupen Hazarika Memorial Concert&amp;edit[url]=http://nynjbengali.com/archives/596 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/596 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/596 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/596 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/596&title=Bhupen Hazarika Memorial Concert http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/596&amp;bm_description=Bhupen Hazarika Memorial Concert http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/596 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/596&amp;t=Bhupen Hazarika Memorial Concert http://myweb.yahoo.com/myweb/save?t=Bhupen Hazarika Memorial Concert&amp;u=http://nynjbengali.com/archives/596 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/596 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/596&amp;t=Bhupen Hazarika Memorial Concert http://www.plugim.com/submit?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/596&amp;T=Bhupen Hazarika Memorial Concert http://reddit.com/submit?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/596 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/596 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/596 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://technorati.com/faves?add=http://nynjbengali.com/archives/596 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/596&amp;name=Bhupen Hazarika Memorial Concert http://twitter.com/home/?status=Bhupen Hazarika Memorial Concert+http://nynjbengali.com/archives/596 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/596 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/596&amp;t=Bhupen Hazarika Memorial Concert http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Bhupen Hazarika Memorial Concert&amp;uri=http://nynjbengali.com/archives/596 http://nynjbengali.com/archives/596 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/596&amp;Title=Bhupen Hazarika Memorial Concert http://www.bloglines.com/sub/http://nynjbengali.com/archives/596 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/596 http://del.icio.us/post?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/596 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/596&title=Bhupen Hazarika Memorial Concert http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/596&amp;bm_description=Bhupen Hazarika Memorial Concert http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/596 http://reddit.com/submit?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://technorati.com/faves?add=http://nynjbengali.com/archives/596 http://twitter.com/home/?status=Bhupen Hazarika Memorial Concert+http://nynjbengali.com/archives/596 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/596&amp;title=Bhupen Hazarika Memorial Concert http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/596&amp;t=Bhupen Hazarika Memorial Concert http://www.feedburner.com/fb/a/emailFlare?itemTitle=Bhupen Hazarika Memorial Concert&amp;uri=http://nynjbengali.com/archives/596&amp;loc=en_US http://nynjbengali.com/archives/596#bookmarkify Dr. Bhupen Hazarika [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Bhupen Hazarika Memorial Concert Events Generic http://nynjbengali.com/archives/category/events http://nynjbengali.com/archives/category/generic View all posts in Events View all posts in Generic'),
(598, 0, 'New Jersey Independent South Asian Cinefest www.NJISACF.org 2011 that recently concluded at the Big Cinemas in Edison New Jersey announced the award winners at a special event. The 2011 award winners are: Best Student Film: Aadmi Ki Aurat Aur Anya Kahaniya Directed by Amit Dutta and produced by FTII Pune Best Production by a Woman: Sunanda Shetty for Desire Of a Woman Best Background Score: Pt. Vishwa Mohan Bhatt Desire of a Woman Best Documentary feature length : Inshallah Football directed by Ashvin Kumar Critic’s Choice Award for a film : Flying Fish directed by Sanjeewa Pushapkumara Outstanding Debut Feature both male female : Meherjaan directed by Rubaiyat Hossain produced by Ashique Mustafa Best Actor Male : Rajat Kapoor I am 24 and Adil Hussain GANGOR Best Actor Female : Priyanka Bose Gangor and Humaima Malik Bol Best Directorial Debut By a Woman: Anjali Menon for Lucky Red Seeds Best Director feature : Shoaib Mansoor Bol Italo Spinelli Gangor Best Director Female : Rubaiyat Hossain Meherjaan Best Feature: Gangor directed by Italo Spinelli produced by Niravana Entertainments and Bibi Films Italy Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  New Jersey Independent South Asian Cinefest 2011 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/598#bookmarkify http://nynjbengali.com/archives/598#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/598&amp;Title=New Jersey Independent South Asian Cinefest 2011 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/598 http://www.bloglines.com/sub/http://nynjbengali.com/archives/598 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/598 http://www.buddymarks.com/add_bookmark.php?bookmark_title=New Jersey Independent South Asian Cinefest 2011&amp;bookmark_url=http://nynjbengali.com/archives/598 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/598 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://co.mments.com/track?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://del.icio.us/post?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.diigo.com/post?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/598 http://www.dzone.com/links/add.html?description=New Jersey Independent South Asian Cinefest 2011&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/598 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/598&amp;h=New Jersey Independent South Asian Cinefest 2011 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/598&amp;t=New Jersey Independent South Asian Cinefest 2011 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=New Jersey Independent South Asian Cinefest 2011&amp;url=http://nynjbengali.com/archives/598 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/598&amp;t=New Jersey Independent South Asian Cinefest 2011 http://www.folkd.com/submit/http://nynjbengali.com/archives/598 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/598&amp;t=New Jersey Independent South Asian Cinefest 2011 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.hugg.com/node/add/storylink?edit[title]=New Jersey Independent South Asian Cinefest 2011&amp;edit[url]=http://nynjbengali.com/archives/598 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/598 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/598 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/598 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/598&title=New Jersey Independent South Asian Cinefest 2011 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/598&amp;bm_description=New Jersey Independent South Asian Cinefest 2011 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/598 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/598&amp;t=New Jersey Independent South Asian Cinefest 2011 http://myweb.yahoo.com/myweb/save?t=New Jersey Independent South Asian Cinefest 2011&amp;u=http://nynjbengali.com/archives/598 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/598 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/598&amp;t=New Jersey Independent South Asian Cinefest 2011 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/598&amp;T=New Jersey Independent South Asian Cinefest 2011 http://reddit.com/submit?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/598 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/598 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/598 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://technorati.com/faves?add=http://nynjbengali.com/archives/598 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/598&amp;name=New Jersey Independent South Asian Cinefest 2011 http://twitter.com/home/?status=New Jersey Independent South Asian Cinefest 2011+http://nynjbengali.com/archives/598 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/598 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/598&amp;t=New Jersey Independent South Asian Cinefest 2011 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=New Jersey Independent South Asian Cinefest 2011&amp;uri=http://nynjbengali.com/archives/598 http://nynjbengali.com/archives/598 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/598&amp;Title=New Jersey Independent South Asian Cinefest 2011 http://www.bloglines.com/sub/http://nynjbengali.com/archives/598 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/598 http://del.icio.us/post?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/598 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/598&title=New Jersey Independent South Asian Cinefest 2011 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/598&amp;bm_description=New Jersey Independent South Asian Cinefest 2011 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/598 http://reddit.com/submit?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://technorati.com/faves?add=http://nynjbengali.com/archives/598 http://twitter.com/home/?status=New Jersey Independent South Asian Cinefest 2011+http://nynjbengali.com/archives/598 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/598&amp;title=New Jersey Independent South Asian Cinefest 2011 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/598&amp;t=New Jersey Independent South Asian Cinefest 2011 http://www.feedburner.com/fb/a/emailFlare?itemTitle=New Jersey Independent South Asian Cinefest 2011&amp;uri=http://nynjbengali.com/archives/598&amp;loc=en_US http://nynjbengali.com/archives/598#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'New Jersey Independent South Asian Cinefest 2011 Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(599, 0, 'Presentation Ceremony: December 3 2012 AGENDA 1:30 – 1:45 Set-up and Preparation 1:45 – 2:00 Meet and Greet 2:00 – 2:05 Welcome and Introduction 2:05 – 2:15 Gayatri’s Literary Contribution to the Community 2:15 – 2:25 Thoughts behind the Literary Award 2:25 – 2:30 Ananda Mandir and Cultural Promotion 2:30 – 2:45 Award Presentation to the Winners 2:45 – 3:00 Break for Refreshment 3:00 – 4:00 Amitabha Bagchi Team All Pronoy Chatterjee Debajyoti Chatterji Jerry GaMarsh Dipak Sarkar Pronoy Jerry and Dipak Stage Setting for Literary Readings Short Reading of Original Work Short Reading of Original Work Short Reading of Original Work Short Reading of Original Work Three Short Readings of Poems 4:00 – 4:10 Literary Pursuit in a Foreign Land 4:10 – 4:20 Literary Pursuit in a Foreign Land Amitabha Bagchi Tathagata Ghosh English Gouri Datta Bengali Nupur Lahiri English Sudipta Bhawmik Bengali Subrata Bhaumik English Sushmita Dutt Bengali Vishnupriya De English Alolika Mukherjee Bengali Amitabha Bagchi English Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value   size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/?p=599#bookmarkify http://nynjbengali.com/?p=599#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/?p=599&amp;title= http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/?p=599&amp;title= http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/?p=599&amp;Title= http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/?p=599 http://www.bloglines.com/sub/http://nynjbengali.com/?p=599 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/?p=599&amp;title= http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/?p=599 http://www.buddymarks.com/add_bookmark.php?bookmark_title=&amp;bookmark_url=http://nynjbengali.com/?p=599 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/?p=599 http://www.citeulike.org/posturl?url=http://nynjbengali.com/?p=599&amp;title= http://co.mments.com/track?url=http://nynjbengali.com/?p=599&amp;title= http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/?p=599&amp;title= http://del.icio.us/post?url=http://nynjbengali.com/?p=599&amp;title= http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/?p=599&amp;title= http://www.diigo.com/post?url=http://nynjbengali.com/?p=599&amp;title= http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/?p=599&amp;title= http://www.dropjack.com/submit.php?url=http://nynjbengali.com/?p=599 http://www.dzone.com/links/add.html?description=&amp;url=http://nynjbengali.com/?p=599&amp;title= http://www.facebook.com/share.php?u=http://nynjbengali.com/?p=599 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/?p=599&amp;h= http://faves.com/Authoring.aspx?u=http://nynjbengali.com/?p=599&amp;t= http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=&amp;url=http://nynjbengali.com/?p=599 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/?p=599&amp;t= http://www.folkd.com/submit/http://nynjbengali.com/?p=599 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/?p=599&amp;t= http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/?p=599&amp;title= http://www.hugg.com/node/add/storylink?edit[title]=&amp;edit[url]=http://nynjbengali.com/?p=599 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/?p=599 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/?p=599&amp;title= http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/?p=599 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/?p=599 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/?p=599&amp;title= http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/?p=599&title= http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/?p=599&amp;title= http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/?p=599&amp;title= http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/?p=599&amp;bm_description= http://www.mixx.com/submit?page_url=http://nynjbengali.com/?p=599 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/?p=599&amp;t= http://myweb.yahoo.com/myweb/save?t=&amp;u=http://nynjbengali.com/?p=599 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/?p=599&amp;title=&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/?p=599 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/?p=599&amp;title= http://www.onlywire.com/submit?u=http://nynjbengali.com/?p=599&amp;t= http://www.plugim.com/submit?url=http://nynjbengali.com/?p=599&amp;title= http://www.propeller.com/submit/?U=http://nynjbengali.com/?p=599&amp;T= http://reddit.com/submit?url=http://nynjbengali.com/?p=599&amp;title= http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/?p=599 http://segnalo.com/post.html.php?url=http://nynjbengali.com/?p=599&amp;title= http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/?p=599 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/?p=599&amp;title= http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/?p=599&amp;title= http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/?p=599&amp;title= http://sphinn.com/submit.php?url=http://nynjbengali.com/?p=599&amp;title= http://www.spurl.net/spurl.php?url=http://nynjbengali.com/?p=599&amp;title= http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/?p=599 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/?p=599&amp;title= http://technorati.com/faves?add=http://nynjbengali.com/?p=599 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/?p=599&amp;name= http://twitter.com/home/?status=+http://nynjbengali.com/?p=599 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/?p=599&amp;title= https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/?p=599&amp;title= http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/?p=599 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/?p=599&amp;t= http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=&amp;uri=http://nynjbengali.com/?p=599 http://nynjbengali.com/?p=599 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/?p=599&amp;title= http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/?p=599&amp;Title= http://www.bloglines.com/sub/http://nynjbengali.com/?p=599 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/?p=599&amp;title= http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/?p=599 http://del.icio.us/post?url=http://nynjbengali.com/?p=599&amp;title= http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/?p=599&amp;title= http://www.facebook.com/share.php?u=http://nynjbengali.com/?p=599 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/?p=599&amp;title= http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/?p=599&title= http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/?p=599&amp;bm_description= http://www.mixx.com/submit?page_url=http://nynjbengali.com/?p=599 http://reddit.com/submit?url=http://nynjbengali.com/?p=599&amp;title= http://www.stumbleupon.com/submit?url=http://nynjbengali.com/?p=599&amp;title= http://technorati.com/faves?add=http://nynjbengali.com/?p=599 http://twitter.com/home/?status=+http://nynjbengali.com/?p=599 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/?p=599&amp;title= http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/?p=599&amp;t= http://www.feedburner.com/fb/a/emailFlare?itemTitle=&amp;uri=http://nynjbengali.com/?p=599&amp;loc=en_US http://nynjbengali.com/?p=599#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Uncategorized'),
(600, 0, 'Gayatri GaMarsh Memorial Award for Literary Excellence Presentation Ceremony: December 3 2012 East Brusnwick Library 2 Civic Center Drive East Brunswick NJ 08816 AGENDA 1:30 – 1:45	Set-up and Preparation Amitabha Bagchi Team 1:45 – 2:00	Meet and Greet All 2:00 – 2:05	Welcome and Introduction Pronoy Chatterjee 2:05 – 2:15	Gayatri’s Literary Contribution to the Community Debajyoti Chatterji 2:15 – 2:25	Thoughts behind the Literary Award Jerry GaMarsh 2:25 – 2:30	Ananda Mandir and Cultural Promotion	Dipak Sarkar 2:30 – 2:45	Award Presentation to the Winners Pronoy Jerry and Dipak 2:45 – 3:00	Break for Refreshment 3:00 – 3:05	Stage Setting for Literary Readings	Amitabha Bagchi 3:05 – 3:15	Short Reading of Original Work Tathagata Ghosh English 3:15 – 3:25	Short Reading of Original Work Gouri Datta Bengali 3:25 – 3:35	Short Reading of Original Work Nupur Lahiri English 3:35 – 3:45	Short Reading of Original Work Sudipta Bhawmik Bengali 3:45 – 4:00	Three Short Readings of Poems	Subrata Bhaumik English Sushmita Dutt Bengali Vishnupriya De English 4:00 – 4:10	Literary Pursuit in a Foreign Land	Alolika Mukherjee Bengali 4:10 – 4:20	Literary Pursuit in a Foreign Land	Amitabha Bagchi English Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Gayatri Gamarsh Literary Award Presentation Ceremony size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/600#bookmarkify http://nynjbengali.com/archives/600#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/600&amp;Title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/600 http://www.bloglines.com/sub/http://nynjbengali.com/archives/600 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/600 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Gayatri Gamarsh Literary Award Presentation Ceremony&amp;bookmark_url=http://nynjbengali.com/archives/600 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/600 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://co.mments.com/track?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://del.icio.us/post?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.diigo.com/post?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/600 http://www.dzone.com/links/add.html?description=Gayatri Gamarsh Literary Award Presentation Ceremony&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/600 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/600&amp;h=Gayatri Gamarsh Literary Award Presentation Ceremony http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/600&amp;t=Gayatri Gamarsh Literary Award Presentation Ceremony http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Gayatri Gamarsh Literary Award Presentation Ceremony&amp;url=http://nynjbengali.com/archives/600 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/600&amp;t=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.folkd.com/submit/http://nynjbengali.com/archives/600 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/600&amp;t=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.hugg.com/node/add/storylink?edit[title]=Gayatri Gamarsh Literary Award Presentation Ceremony&amp;edit[url]=http://nynjbengali.com/archives/600 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/600 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/600 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/600 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/600&title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/600&amp;bm_description=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/600 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/600&amp;t=Gayatri Gamarsh Literary Award Presentation Ceremony http://myweb.yahoo.com/myweb/save?t=Gayatri Gamarsh Literary Award Presentation Ceremony&amp;u=http://nynjbengali.com/archives/600 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/600 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/600&amp;t=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.plugim.com/submit?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/600&amp;T=Gayatri Gamarsh Literary Award Presentation Ceremony http://reddit.com/submit?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/600 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/600 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/600 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://technorati.com/faves?add=http://nynjbengali.com/archives/600 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/600&amp;name=Gayatri Gamarsh Literary Award Presentation Ceremony http://twitter.com/home/?status=Gayatri Gamarsh Literary Award Presentation Ceremony+http://nynjbengali.com/archives/600 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/600 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/600&amp;t=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Gayatri Gamarsh Literary Award Presentation Ceremony&amp;uri=http://nynjbengali.com/archives/600 http://nynjbengali.com/archives/600 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/600&amp;Title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.bloglines.com/sub/http://nynjbengali.com/archives/600 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/600 http://del.icio.us/post?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/600 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/600&title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/600&amp;bm_description=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/600 http://reddit.com/submit?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://technorati.com/faves?add=http://nynjbengali.com/archives/600 http://twitter.com/home/?status=Gayatri Gamarsh Literary Award Presentation Ceremony+http://nynjbengali.com/archives/600 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/600&amp;title=Gayatri Gamarsh Literary Award Presentation Ceremony http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/600&amp;t=Gayatri Gamarsh Literary Award Presentation Ceremony http://www.feedburner.com/fb/a/emailFlare?itemTitle=Gayatri Gamarsh Literary Award Presentation Ceremony&amp;uri=http://nynjbengali.com/archives/600&amp;loc=en_US http://nynjbengali.com/archives/600#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Gayatri Gamarsh Literary Award Presentation Ceremony Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(601, 0, 'NJPA Cordially Invites you and your family and friends to the: NJPA Saraswati Puja 2012 Celebration Kiddie Keep Well Camp 35 Roosevelt Drive Edison NJ 08902 Saturday January 14 2012 Puja: 2.00pm Dinner: 5:00pm Cultural Program: 6:30pm Special performances by local artistes. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  NJPA Saraswati Puja 2012 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/601#bookmarkify http://nynjbengali.com/archives/601#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/601&amp;Title=NJPA Saraswati Puja 2012 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/601 http://www.bloglines.com/sub/http://nynjbengali.com/archives/601 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/601 http://www.buddymarks.com/add_bookmark.php?bookmark_title=NJPA Saraswati Puja 2012&amp;bookmark_url=http://nynjbengali.com/archives/601 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/601 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://co.mments.com/track?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://del.icio.us/post?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.diigo.com/post?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/601 http://www.dzone.com/links/add.html?description=NJPA Saraswati Puja 2012&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/601 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/601&amp;h=NJPA Saraswati Puja 2012 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/601&amp;t=NJPA Saraswati Puja 2012 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=NJPA Saraswati Puja 2012&amp;url=http://nynjbengali.com/archives/601 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/601&amp;t=NJPA Saraswati Puja 2012 http://www.folkd.com/submit/http://nynjbengali.com/archives/601 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/601&amp;t=NJPA Saraswati Puja 2012 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.hugg.com/node/add/storylink?edit[title]=NJPA Saraswati Puja 2012&amp;edit[url]=http://nynjbengali.com/archives/601 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/601 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/601 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/601 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/601&title=NJPA Saraswati Puja 2012 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/601&amp;bm_description=NJPA Saraswati Puja 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/601 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/601&amp;t=NJPA Saraswati Puja 2012 http://myweb.yahoo.com/myweb/save?t=NJPA Saraswati Puja 2012&amp;u=http://nynjbengali.com/archives/601 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/601 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/601&amp;t=NJPA Saraswati Puja 2012 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/601&amp;T=NJPA Saraswati Puja 2012 http://reddit.com/submit?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/601 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/601 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/601 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/601 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/601&amp;name=NJPA Saraswati Puja 2012 http://twitter.com/home/?status=NJPA Saraswati Puja 2012+http://nynjbengali.com/archives/601 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/601 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/601&amp;t=NJPA Saraswati Puja 2012 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=NJPA Saraswati Puja 2012&amp;uri=http://nynjbengali.com/archives/601 http://nynjbengali.com/archives/601 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/601&amp;Title=NJPA Saraswati Puja 2012 http://www.bloglines.com/sub/http://nynjbengali.com/archives/601 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/601 http://del.icio.us/post?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/601 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/601&title=NJPA Saraswati Puja 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/601&amp;bm_description=NJPA Saraswati Puja 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/601 http://reddit.com/submit?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/601 http://twitter.com/home/?status=NJPA Saraswati Puja 2012+http://nynjbengali.com/archives/601 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/601&amp;title=NJPA Saraswati Puja 2012 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/601&amp;t=NJPA Saraswati Puja 2012 http://www.feedburner.com/fb/a/emailFlare?itemTitle=NJPA Saraswati Puja 2012&amp;uri=http://nynjbengali.com/archives/601&amp;loc=en_US http://nynjbengali.com/archives/601#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'NJPA Saraswati Puja 2012 Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(602, 0, 'ICC warmly welcomes you to attend Saraswati Puja to be held on Sunday January 29 2012 at the Ukrainian Cultural Center Whippany. Besides a variety of programs presented by our very own ICC children there will also be a musical performance by well-known local artist. Here are the details of ICC Saraswati Puja 2012: On: Sunday January 29 Puja: 2:00 PM Pushpanjali: 2:30PM Prasad: 3:00PM Cultural Program: 4:00 PM Dinner: 6:30PM Venue: Ukrainian American Cultural Center of New Jersey 60 North Jefferson Road Whippany NJ 07981 Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  ICC Saraswati Puja 2012 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/602#bookmarkify http://nynjbengali.com/archives/602#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/602&amp;Title=ICC Saraswati Puja, 2012 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/602 http://www.bloglines.com/sub/http://nynjbengali.com/archives/602 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/602 http://www.buddymarks.com/add_bookmark.php?bookmark_title=ICC Saraswati Puja, 2012&amp;bookmark_url=http://nynjbengali.com/archives/602 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/602 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://co.mments.com/track?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://del.icio.us/post?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.diigo.com/post?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/602 http://www.dzone.com/links/add.html?description=ICC Saraswati Puja, 2012&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/602 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/602&amp;h=ICC Saraswati Puja, 2012 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/602&amp;t=ICC Saraswati Puja, 2012 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=ICC Saraswati Puja, 2012&amp;url=http://nynjbengali.com/archives/602 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/602&amp;t=ICC Saraswati Puja, 2012 http://www.folkd.com/submit/http://nynjbengali.com/archives/602 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/602&amp;t=ICC Saraswati Puja, 2012 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.hugg.com/node/add/storylink?edit[title]=ICC Saraswati Puja, 2012&amp;edit[url]=http://nynjbengali.com/archives/602 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/602 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/602 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/602 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/602&title=ICC Saraswati Puja, 2012 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/602&amp;bm_description=ICC Saraswati Puja, 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/602 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/602&amp;t=ICC Saraswati Puja, 2012 http://myweb.yahoo.com/myweb/save?t=ICC Saraswati Puja, 2012&amp;u=http://nynjbengali.com/archives/602 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/602 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/602&amp;t=ICC Saraswati Puja, 2012 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/602&amp;T=ICC Saraswati Puja, 2012 http://reddit.com/submit?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/602 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/602 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/602 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/602 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/602&amp;name=ICC Saraswati Puja, 2012 http://twitter.com/home/?status=ICC Saraswati Puja, 2012+http://nynjbengali.com/archives/602 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/602 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/602&amp;t=ICC Saraswati Puja, 2012 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=ICC Saraswati Puja, 2012&amp;uri=http://nynjbengali.com/archives/602 http://nynjbengali.com/archives/602 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/602&amp;Title=ICC Saraswati Puja, 2012 http://www.bloglines.com/sub/http://nynjbengali.com/archives/602 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/602 http://del.icio.us/post?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/602 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/602&title=ICC Saraswati Puja, 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/602&amp;bm_description=ICC Saraswati Puja, 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/602 http://reddit.com/submit?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/602 http://twitter.com/home/?status=ICC Saraswati Puja, 2012+http://nynjbengali.com/archives/602 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/602&amp;title=ICC Saraswati Puja, 2012 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/602&amp;t=ICC Saraswati Puja, 2012 http://www.feedburner.com/fb/a/emailFlare?itemTitle=ICC Saraswati Puja, 2012&amp;uri=http://nynjbengali.com/archives/602&amp;loc=en_US http://nynjbengali.com/archives/602#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'ICC Saraswati Puja 2012 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(603, 0, 'Dear GSCA Patrons and Members Board of Trustees Garden State Cultural Association would like to take this opportunity to thank you for your continued commitment and patronage. A very Happy New Year to you and your family. We also would like to invite you and your family at the Saraswati Puja festival to be celebrated on Saturday Jan 28 at Woodrow Wilson Middle School Edison NJ. We will have Puja Pushpanjali Prasad Dinner Variety Cultural Programs Children Arts and Crafts competition for your entertainment. Don’t miss it Details below - Puja 12 noon to 2 p.m. Pushpanjali 2 p.m. to 3 p.m. Hate Khari 2:30 p.m. to 3:30 p.m. Prasad 2:30 p.m. to 3:30 p.m. Arts and Crafts 3 p.m. to 4 p.m. Dinner 4 p.m. to 5 p.m. Cultural Program 5 p.m. to 9 p.m. Cultural Program Highlights: Drama : “Banijye Basate Laksmi” - a play by Sudipta Bhawmik Tabla Recital by 8 kids Vocal Music Kids Dance Drama Presentation Possible surprise guest with Bollywood Music For further details and online registration please visit www.gsca.us. Again please note that the online registration is available until Sunday Jan 22. Rates at the gate will be higher. We encourage you to help us estimate attendance better by registering online. The email you receive from PayPal at the end of the registration serves as your receipt. Please bring a copy of that email with you at the Puja and show it at the reception desk. Best wishes Board of Trustees Garden State Cultural Association New Jersey USA Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  GSCA Saraswati Puja 2012 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/603#bookmarkify http://nynjbengali.com/archives/603#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/603&amp;Title=GSCA Saraswati Puja, 2012 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/603 http://www.bloglines.com/sub/http://nynjbengali.com/archives/603 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/603 http://www.buddymarks.com/add_bookmark.php?bookmark_title=GSCA Saraswati Puja, 2012&amp;bookmark_url=http://nynjbengali.com/archives/603 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/603 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://co.mments.com/track?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://del.icio.us/post?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.diigo.com/post?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/603 http://www.dzone.com/links/add.html?description=GSCA Saraswati Puja, 2012&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/603 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/603&amp;h=GSCA Saraswati Puja, 2012 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/603&amp;t=GSCA Saraswati Puja, 2012 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=GSCA Saraswati Puja, 2012&amp;url=http://nynjbengali.com/archives/603 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/603&amp;t=GSCA Saraswati Puja, 2012 http://www.folkd.com/submit/http://nynjbengali.com/archives/603 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/603&amp;t=GSCA Saraswati Puja, 2012 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.hugg.com/node/add/storylink?edit[title]=GSCA Saraswati Puja, 2012&amp;edit[url]=http://nynjbengali.com/archives/603 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/603 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/603 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/603 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/603&title=GSCA Saraswati Puja, 2012 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/603&amp;bm_description=GSCA Saraswati Puja, 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/603 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/603&amp;t=GSCA Saraswati Puja, 2012 http://myweb.yahoo.com/myweb/save?t=GSCA Saraswati Puja, 2012&amp;u=http://nynjbengali.com/archives/603 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/603 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/603&amp;t=GSCA Saraswati Puja, 2012 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/603&amp;T=GSCA Saraswati Puja, 2012 http://reddit.com/submit?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/603 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/603 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/603 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/603 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/603&amp;name=GSCA Saraswati Puja, 2012 http://twitter.com/home/?status=GSCA Saraswati Puja, 2012+http://nynjbengali.com/archives/603 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/603 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/603&amp;t=GSCA Saraswati Puja, 2012 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=GSCA Saraswati Puja, 2012&amp;uri=http://nynjbengali.com/archives/603 http://nynjbengali.com/archives/603 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/603&amp;Title=GSCA Saraswati Puja, 2012 http://www.bloglines.com/sub/http://nynjbengali.com/archives/603 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/603 http://del.icio.us/post?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/603 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/603&title=GSCA Saraswati Puja, 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/603&amp;bm_description=GSCA Saraswati Puja, 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/603 http://reddit.com/submit?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/603 http://twitter.com/home/?status=GSCA Saraswati Puja, 2012+http://nynjbengali.com/archives/603 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/603&amp;title=GSCA Saraswati Puja, 2012 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/603&amp;t=GSCA Saraswati Puja, 2012 http://www.feedburner.com/fb/a/emailFlare?itemTitle=GSCA Saraswati Puja, 2012&amp;uri=http://nynjbengali.com/archives/603&amp;loc=en_US http://nynjbengali.com/archives/603#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'GSCA Saraswati Puja 2012 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(604, 0, 'You and Your Friends and Family are cordially invited to 2011 Swaraswati Puja organized by SREESHTI of New Jersey January 28 2012 10:00 AM to 8:00 PM FREE ADMISSION FOR ALL Special Attraction Event: Akashdeep Also Pushpanjali Hathe Khari Lunch Kids program cultural programs will be there. Where: Livingston Park Elementary School 1128 Livingston Avenue North Brunswick Township NJ 08902-1886 www.sreeshti.com Events: Puja 10:00 AM Anjali 12:00 PM Hathe Khari 12:30 PM Kids Arts and Crafts 1:00 PM Prosad Lunch 2:00 PM Ethnic Dress Parade 3:00 PM Cultural Program 5:00 PM Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Sreeshti Saraswati Puja 2012 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/604#bookmarkify http://nynjbengali.com/archives/604#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/604&amp;Title=Sreeshti Saraswati Puja 2012 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/604 http://www.bloglines.com/sub/http://nynjbengali.com/archives/604 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/604 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Sreeshti Saraswati Puja 2012&amp;bookmark_url=http://nynjbengali.com/archives/604 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/604 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://co.mments.com/track?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://del.icio.us/post?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.diigo.com/post?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/604 http://www.dzone.com/links/add.html?description=Sreeshti Saraswati Puja 2012&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/604 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/604&amp;h=Sreeshti Saraswati Puja 2012 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/604&amp;t=Sreeshti Saraswati Puja 2012 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Sreeshti Saraswati Puja 2012&amp;url=http://nynjbengali.com/archives/604 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/604&amp;t=Sreeshti Saraswati Puja 2012 http://www.folkd.com/submit/http://nynjbengali.com/archives/604 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/604&amp;t=Sreeshti Saraswati Puja 2012 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.hugg.com/node/add/storylink?edit[title]=Sreeshti Saraswati Puja 2012&amp;edit[url]=http://nynjbengali.com/archives/604 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/604 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/604 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/604 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/604&title=Sreeshti Saraswati Puja 2012 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/604&amp;bm_description=Sreeshti Saraswati Puja 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/604 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/604&amp;t=Sreeshti Saraswati Puja 2012 http://myweb.yahoo.com/myweb/save?t=Sreeshti Saraswati Puja 2012&amp;u=http://nynjbengali.com/archives/604 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/604 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/604&amp;t=Sreeshti Saraswati Puja 2012 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/604&amp;T=Sreeshti Saraswati Puja 2012 http://reddit.com/submit?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/604 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/604 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/604 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/604 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/604&amp;name=Sreeshti Saraswati Puja 2012 http://twitter.com/home/?status=Sreeshti Saraswati Puja 2012+http://nynjbengali.com/archives/604 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/604 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/604&amp;t=Sreeshti Saraswati Puja 2012 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Sreeshti Saraswati Puja 2012&amp;uri=http://nynjbengali.com/archives/604 http://nynjbengali.com/archives/604 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/604&amp;Title=Sreeshti Saraswati Puja 2012 http://www.bloglines.com/sub/http://nynjbengali.com/archives/604 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/604 http://del.icio.us/post?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/604 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/604&title=Sreeshti Saraswati Puja 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/604&amp;bm_description=Sreeshti Saraswati Puja 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/604 http://reddit.com/submit?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/604 http://twitter.com/home/?status=Sreeshti Saraswati Puja 2012+http://nynjbengali.com/archives/604 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/604&amp;title=Sreeshti Saraswati Puja 2012 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/604&amp;t=Sreeshti Saraswati Puja 2012 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Sreeshti Saraswati Puja 2012&amp;uri=http://nynjbengali.com/archives/604&amp;loc=en_US http://nynjbengali.com/archives/604#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Sreeshti Saraswati Puja 2012 Events http://nynjbengali.com/archives/category/events View all posts in Events');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(605, 0, 'Saraswati Puja 2012 SOMERSET BENGALI ASSOCIATION Saturday January 21 2012 Bridgewater Raritan Middle School 425 Foothill Road Bridgewater NJ 08807 REGISTRATION WILL CLOSE ON JANUARY 4 2012 Registration is currently at 90 of permitted capacity. Please register to ensure your participation. PUJA SCHEDULE: 11:00 am – Puja Anjali 1.00 pm – Bhog Prasad Lunch - Khichuri Labra Mishti 3.00 pm - Kids Snacks - Chips Brownies Juice 4.00 pm – Cultural Program 8.30 pm - Kids Dinner - Hakka Noodles General Tso’s Pizza 8.40 pm - Adult Dinner - Goat Curry Fish Curry Kofta Sandesh etc. CULTURAL SHOW: Featuring Darshana Menon - Winner Zee Saregama USA 2008 Baad Protibad - A Hilarious Play by Sudipta Bhawmik Tushar Mukherjee Rhythms of Life - Sunrita Mitra Rhythms of Dance Music - Mitra Purkayastha Fusion Orchestra - Amit Ray Children’s Songs - Soma Choudhury DONATION: Family 2 Adults 2 Children - 80 Extra Child - 10 Senior Parent - 25 Couple 2 Adults - 65 Single - 40 Student - 25 Grand Patron Family - 125 REGISTRATION: Please register online at www.somersetbengalis.org Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  SBA Saraswati Puja 2012 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/605#bookmarkify http://nynjbengali.com/archives/605#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/605&amp;Title=SBA Saraswati Puja 2012 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/605 http://www.bloglines.com/sub/http://nynjbengali.com/archives/605 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/605 http://www.buddymarks.com/add_bookmark.php?bookmark_title=SBA Saraswati Puja 2012&amp;bookmark_url=http://nynjbengali.com/archives/605 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/605 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://co.mments.com/track?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://del.icio.us/post?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.diigo.com/post?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/605 http://www.dzone.com/links/add.html?description=SBA Saraswati Puja 2012&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/605 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/605&amp;h=SBA Saraswati Puja 2012 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/605&amp;t=SBA Saraswati Puja 2012 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=SBA Saraswati Puja 2012&amp;url=http://nynjbengali.com/archives/605 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/605&amp;t=SBA Saraswati Puja 2012 http://www.folkd.com/submit/http://nynjbengali.com/archives/605 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/605&amp;t=SBA Saraswati Puja 2012 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.hugg.com/node/add/storylink?edit[title]=SBA Saraswati Puja 2012&amp;edit[url]=http://nynjbengali.com/archives/605 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/605 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/605 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/605 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/605&title=SBA Saraswati Puja 2012 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/605&amp;bm_description=SBA Saraswati Puja 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/605 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/605&amp;t=SBA Saraswati Puja 2012 http://myweb.yahoo.com/myweb/save?t=SBA Saraswati Puja 2012&amp;u=http://nynjbengali.com/archives/605 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/605 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/605&amp;t=SBA Saraswati Puja 2012 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/605&amp;T=SBA Saraswati Puja 2012 http://reddit.com/submit?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/605 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/605 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/605 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/605 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/605&amp;name=SBA Saraswati Puja 2012 http://twitter.com/home/?status=SBA Saraswati Puja 2012+http://nynjbengali.com/archives/605 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/605 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/605&amp;t=SBA Saraswati Puja 2012 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=SBA Saraswati Puja 2012&amp;uri=http://nynjbengali.com/archives/605 http://nynjbengali.com/archives/605 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/605&amp;Title=SBA Saraswati Puja 2012 http://www.bloglines.com/sub/http://nynjbengali.com/archives/605 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/605 http://del.icio.us/post?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/605 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/605&title=SBA Saraswati Puja 2012 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/605&amp;bm_description=SBA Saraswati Puja 2012 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/605 http://reddit.com/submit?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://technorati.com/faves?add=http://nynjbengali.com/archives/605 http://twitter.com/home/?status=SBA Saraswati Puja 2012+http://nynjbengali.com/archives/605 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/605&amp;title=SBA Saraswati Puja 2012 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/605&amp;t=SBA Saraswati Puja 2012 http://www.feedburner.com/fb/a/emailFlare?itemTitle=SBA Saraswati Puja 2012&amp;uri=http://nynjbengali.com/archives/605&amp;loc=en_US http://nynjbengali.com/archives/605#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'SBA Saraswati Puja 2012 Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(606, 0, 'Sararattir Presents “Pakhir Moton Sokaal” at Edison Valley Playhouse EVP http://www.evplayhouse.com/ on 21st and 22nd January 2012 Designed and Directed by Subhashis Das Theme Music and Ambience by Partha Sarathi Mukhopadhyay Light Photography and Illusion by Sunanda Mitra Marketing by Gargi Mukherjee Produced by SARARATTIR Actors are Keka Sircar Soumendu Bhattacharya Arpana Bubu Bhattacharya Indranil Mukherjee Show times Saturday 21st two shows @3pm and @6pm Saturday 22nd two shows @2pm and @5pm Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Sararattir Presents - Pakhir Moton Sokal size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/606#bookmarkify http://nynjbengali.com/archives/606#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/606&amp;Title=Sararattir Presents - Pakhir Moton Sokal http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/606 http://www.bloglines.com/sub/http://nynjbengali.com/archives/606 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/606 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Sararattir Presents - Pakhir Moton Sokal&amp;bookmark_url=http://nynjbengali.com/archives/606 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/606 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://co.mments.com/track?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://del.icio.us/post?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.diigo.com/post?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/606 http://www.dzone.com/links/add.html?description=Sararattir Presents - Pakhir Moton Sokal&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/606 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/606&amp;h=Sararattir Presents - Pakhir Moton Sokal http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/606&amp;t=Sararattir Presents - Pakhir Moton Sokal http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Sararattir Presents - Pakhir Moton Sokal&amp;url=http://nynjbengali.com/archives/606 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/606&amp;t=Sararattir Presents - Pakhir Moton Sokal http://www.folkd.com/submit/http://nynjbengali.com/archives/606 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/606&amp;t=Sararattir Presents - Pakhir Moton Sokal http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.hugg.com/node/add/storylink?edit[title]=Sararattir Presents - Pakhir Moton Sokal&amp;edit[url]=http://nynjbengali.com/archives/606 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/606 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/606 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/606 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/606&title=Sararattir Presents - Pakhir Moton Sokal http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/606&amp;bm_description=Sararattir Presents - Pakhir Moton Sokal http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/606 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/606&amp;t=Sararattir Presents - Pakhir Moton Sokal http://myweb.yahoo.com/myweb/save?t=Sararattir Presents - Pakhir Moton Sokal&amp;u=http://nynjbengali.com/archives/606 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/606 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/606&amp;t=Sararattir Presents - Pakhir Moton Sokal http://www.plugim.com/submit?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/606&amp;T=Sararattir Presents - Pakhir Moton Sokal http://reddit.com/submit?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/606 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/606 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/606 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://technorati.com/faves?add=http://nynjbengali.com/archives/606 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/606&amp;name=Sararattir Presents - Pakhir Moton Sokal http://twitter.com/home/?status=Sararattir Presents - Pakhir Moton Sokal+http://nynjbengali.com/archives/606 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/606 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/606&amp;t=Sararattir Presents - Pakhir Moton Sokal http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Sararattir Presents - Pakhir Moton Sokal&amp;uri=http://nynjbengali.com/archives/606 http://nynjbengali.com/archives/606 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/606&amp;Title=Sararattir Presents - Pakhir Moton Sokal http://www.bloglines.com/sub/http://nynjbengali.com/archives/606 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/606 http://del.icio.us/post?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/606 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/606&title=Sararattir Presents - Pakhir Moton Sokal http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/606&amp;bm_description=Sararattir Presents - Pakhir Moton Sokal http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/606 http://reddit.com/submit?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://technorati.com/faves?add=http://nynjbengali.com/archives/606 http://twitter.com/home/?status=Sararattir Presents - Pakhir Moton Sokal+http://nynjbengali.com/archives/606 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/606&amp;title=Sararattir Presents - Pakhir Moton Sokal http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/606&amp;t=Sararattir Presents - Pakhir Moton Sokal http://www.feedburner.com/fb/a/emailFlare?itemTitle=Sararattir Presents - Pakhir Moton Sokal&amp;uri=http://nynjbengali.com/archives/606&amp;loc=en_US http://nynjbengali.com/archives/606#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Sararattir Presents - Pakhir Moton Sokal Events http://nynjbengali.com/archives/category/events View all posts in Events'),
(607, 0, 'Recently I watched this wonderful TED talk by Alain de Botton. He was talking about atheism but unlike many other more radical atheists he did not reject religion altogether. His philosophy is that there is a class of people who do not really believe in the existence of god or gods but they like the other aspects of religion like the rituals the music the literature the art the myths. Alain says that these aspects of religion the more popular aspects which enrich us in many positive ways we don’t have to reject them. I don’t want to go into the details of his talk you can watch the video and listen for yourself but this concept which Alain calls Atheism 2.0 rang a bell in me. I love to attend our Durga Puja festivals love to hear the mythological stories associated with Durga and Mahishasur although I don’t believe they really exist. I love to listen to the sonorous chanting of the “Chandi” or listen to the ecstatic Kirtan music and feel elated. I love Shyama Sangeet I like to watch plays and listen to stories of Hindu mythology and the epics although I don’t feel compelled to believe them as historical truth. And I believe I am not alone. Many of us who have been sitting on the fence of religion wondering which side to land on now have this third option - Atheism 2.0. We refuse to be indoctrinated by religion refuse to believe that ours is the best and for that matter any religion to be better than any other. But we gladly accept the goodies that these religions offers us and thus enrich ourselves with those aspects. I would like to know what others think about this. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Atheism 2.0 size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/607#bookmarkify http://nynjbengali.com/archives/607#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/607&amp;Title=Atheism 2.0 http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/607 http://www.bloglines.com/sub/http://nynjbengali.com/archives/607 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/607 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Atheism 2.0&amp;bookmark_url=http://nynjbengali.com/archives/607 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/607 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://co.mments.com/track?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://del.icio.us/post?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.diigo.com/post?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/607 http://www.dzone.com/links/add.html?description=Atheism 2.0&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/607 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/607&amp;h=Atheism 2.0 http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/607&amp;t=Atheism 2.0 http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Atheism 2.0&amp;url=http://nynjbengali.com/archives/607 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/607&amp;t=Atheism 2.0 http://www.folkd.com/submit/http://nynjbengali.com/archives/607 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/607&amp;t=Atheism 2.0 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.hugg.com/node/add/storylink?edit[title]=Atheism 2.0&amp;edit[url]=http://nynjbengali.com/archives/607 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/607 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/607 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/607 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/607&title=Atheism 2.0 http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/607&amp;bm_description=Atheism 2.0 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/607 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/607&amp;t=Atheism 2.0 http://myweb.yahoo.com/myweb/save?t=Atheism 2.0&amp;u=http://nynjbengali.com/archives/607 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/607 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/607&amp;t=Atheism 2.0 http://www.plugim.com/submit?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/607&amp;T=Atheism 2.0 http://reddit.com/submit?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/607 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/607 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/607 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://technorati.com/faves?add=http://nynjbengali.com/archives/607 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/607&amp;name=Atheism 2.0 http://twitter.com/home/?status=Atheism 2.0+http://nynjbengali.com/archives/607 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/607 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/607&amp;t=Atheism 2.0 http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Atheism 2.0&amp;uri=http://nynjbengali.com/archives/607 http://nynjbengali.com/archives/607 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/607&amp;Title=Atheism 2.0 http://www.bloglines.com/sub/http://nynjbengali.com/archives/607 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/607 http://del.icio.us/post?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/607 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/607&title=Atheism 2.0 http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/607&amp;bm_description=Atheism 2.0 http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/607 http://reddit.com/submit?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://technorati.com/faves?add=http://nynjbengali.com/archives/607 http://twitter.com/home/?status=Atheism 2.0+http://nynjbengali.com/archives/607 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/607&amp;title=Atheism 2.0 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/607&amp;t=Atheism 2.0 http://www.feedburner.com/fb/a/emailFlare?itemTitle=Atheism 2.0&amp;uri=http://nynjbengali.com/archives/607&amp;loc=en_US http://nynjbengali.com/archives/607#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Atheism 2.0 Generic http://nynjbengali.com/archives/category/generic View all posts in Generic');
INSERT INTO `wp_search` (`post_id`, `comment_id`, `content`, `priority`) VALUES
(608, 0, 'Recently ECTA presented a one man show “Banijye Basate Lakshmi” a play written and performed by Sudipta Bhawmik and directed by Sankar Ghoshal. Gagan Goswami a motivational speaker talks to his audience and inspires them to be successful in business. In a ninety minute long speech Gagan chronicles his colorful journey as a Bengali entrepreneur seeking the answer to the most important question of one’s life - Why Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Banijye Basate Lakshmi : Trailer size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/608#bookmarkify http://nynjbengali.com/archives/608#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/608&amp;Title=Banijye Basate Lakshmi : Trailer http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/608 http://www.bloglines.com/sub/http://nynjbengali.com/archives/608 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/608 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Banijye Basate Lakshmi : Trailer&amp;bookmark_url=http://nynjbengali.com/archives/608 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/608 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://co.mments.com/track?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://del.icio.us/post?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.diigo.com/post?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/608 http://www.dzone.com/links/add.html?description=Banijye Basate Lakshmi : Trailer&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/608 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/608&amp;h=Banijye Basate Lakshmi : Trailer http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/608&amp;t=Banijye Basate Lakshmi : Trailer http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Banijye Basate Lakshmi : Trailer&amp;url=http://nynjbengali.com/archives/608 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/608&amp;t=Banijye Basate Lakshmi : Trailer http://www.folkd.com/submit/http://nynjbengali.com/archives/608 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/608&amp;t=Banijye Basate Lakshmi : Trailer http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.hugg.com/node/add/storylink?edit[title]=Banijye Basate Lakshmi : Trailer&amp;edit[url]=http://nynjbengali.com/archives/608 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/608 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/608 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/608 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/608&title=Banijye Basate Lakshmi : Trailer http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/608&amp;bm_description=Banijye Basate Lakshmi : Trailer http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/608 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/608&amp;t=Banijye Basate Lakshmi : Trailer http://myweb.yahoo.com/myweb/save?t=Banijye Basate Lakshmi : Trailer&amp;u=http://nynjbengali.com/archives/608 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/608 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/608&amp;t=Banijye Basate Lakshmi : Trailer http://www.plugim.com/submit?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/608&amp;T=Banijye Basate Lakshmi : Trailer http://reddit.com/submit?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/608 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/608 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/608 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://technorati.com/faves?add=http://nynjbengali.com/archives/608 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/608&amp;name=Banijye Basate Lakshmi : Trailer http://twitter.com/home/?status=Banijye Basate Lakshmi : Trailer+http://nynjbengali.com/archives/608 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/608 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/608&amp;t=Banijye Basate Lakshmi : Trailer http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=Banijye Basate Lakshmi : Trailer&amp;uri=http://nynjbengali.com/archives/608 http://nynjbengali.com/archives/608 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/608&amp;Title=Banijye Basate Lakshmi : Trailer http://www.bloglines.com/sub/http://nynjbengali.com/archives/608 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/608 http://del.icio.us/post?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/608 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/608&title=Banijye Basate Lakshmi : Trailer http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/608&amp;bm_description=Banijye Basate Lakshmi : Trailer http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/608 http://reddit.com/submit?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://technorati.com/faves?add=http://nynjbengali.com/archives/608 http://twitter.com/home/?status=Banijye Basate Lakshmi : Trailer+http://nynjbengali.com/archives/608 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/608&amp;title=Banijye Basate Lakshmi : Trailer http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/608&amp;t=Banijye Basate Lakshmi : Trailer http://www.feedburner.com/fb/a/emailFlare?itemTitle=Banijye Basate Lakshmi : Trailer&amp;uri=http://nynjbengali.com/archives/608&amp;loc=en_US http://nynjbengali.com/archives/608#bookmarkify [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'Banijye Basate Lakshmi : Trailer Nuggets http://nynjbengali.com/archives/category/nuggets View all posts in Nuggets'),
(609, 0, 'Recently I watched Woody Allen’s latest film “Midnight in Paris” in which the central character Gil Pender during his visit to Paris with his fiance’ manages to slip back in time to the Paris of the early 1920s. There Gil meets the greatest of the worlds literati during the period like F. Scott Fitzgerald Ernest Hemingway Gertrude Stein Pablo Picasso Salvador Dali and many others. Gil always thought that the 1920s was the golden age of literature and art and Paris was the center of this world. It was Gil’s dream come true. There in the 1920s Gil falls in love with the beautiful Adriana Pablo Picasso’s lover. But to Adriana of the twenties the golden age was “la Belle Epoque” the European revival during the late 19th century. By a twist in the tale Gil and Adriana travel back to the “belle Epoque” era to Maxim’s and meet Edward Degas Toulouse Lautrec and Paul Gauguin the great artists of the period. But when asked these great artists say that to them the golden age was the period of Renaissance So it seems that to each generation the golden age belongs to the past. We often think that our past was much better than what we have today. Is it because that only the good things of the past remains in our memory as the Bengali proverb says - Smriti Satatoi Sukher Is it that we always tend to forget the miseries of the past In the film at one point when Adriana refuses to return to the future Gils tells her they have no antibiotics. Or is it that we are so backed up in our knowledge that we tend to overlook the great things that are happening around us. We fail to recognize the beauty of the wonderful creations that keep on happening all around us. We always tend to belittle modernity in favor of the past. Nostalgia is good but it should not blind us from enjoying the beauty of our period. All ages are golden ages in their own right. So let’s enjoy what we have right now. Let’s appreciate the creators of our times. Let’s not hold back our creativity just because some other genius has created something similar in the past. Let the past be our inspiration and not a deterrent to our creative motivations. Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  The Golden Age size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://nynjbengali.com/wp-content/uploads/2012/03/midnight_in_paris_poster.jpg http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/609#bookmarkify http://nynjbengali.com/archives/609#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/609&amp;Title=The Golden Age http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/609 http://www.bloglines.com/sub/http://nynjbengali.com/archives/609 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/609 http://www.buddymarks.com/add_bookmark.php?bookmark_title=The Golden Age&amp;bookmark_url=http://nynjbengali.com/archives/609 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/609 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://co.mments.com/track?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://del.icio.us/post?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.diigo.com/post?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/609 http://www.dzone.com/links/add.html?description=The Golden Age&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/609 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/609&amp;h=The Golden Age http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/609&amp;t=The Golden Age http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=The Golden Age&amp;url=http://nynjbengali.com/archives/609 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/609&amp;t=The Golden Age http://www.folkd.com/submit/http://nynjbengali.com/archives/609 http://www.furl.net/storeIt.jsp?u=http://nynjbengali.com/archives/609&amp;t=The Golden Age http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.hugg.com/node/add/storylink?edit[title]=The Golden Age&amp;edit[url]=http://nynjbengali.com/archives/609 http://www.jamespot.com/?action=spotit&url=http://nynjbengali.com/archives/609 http://www.jeqq.com/submit.php?url==http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.kaboodle.com/za/selectpage?p_pop=false&amp;pa=url&amp;u=http://nynjbengali.com/archives/609 http://www.kirtsy.com/submit.php?url=http://nynjbengali.com/archives/609 http://www.linkagogo.com/go/AddNoPopup?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/609&title=The Golden Age http://www.linksmarker.com/submit.php?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://ma.gnolia.com/bookmarklet/add?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/609&amp;bm_description=The Golden Age http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/609 http://www.myspace.com/Modules/PostTo/Pages/?c=http://nynjbengali.com/archives/609&amp;t=The Golden Age http://myweb.yahoo.com/myweb/save?t=The Golden Age&amp;u=http://nynjbengali.com/archives/609 http://www.netvouz.com/action/submitBookmark?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age&amp;popup=no http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://nynjbengali.com/archives/609 http://www.oneview.com/quickadd/neu/addBookmark.jsf?URL=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.onlywire.com/submit?u=http://nynjbengali.com/archives/609&amp;t=The Golden Age http://www.plugim.com/submit?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.propeller.com/submit/?U=http://nynjbengali.com/archives/609&amp;T=The Golden Age http://reddit.com/submit?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.rojo.com/add-subscription/?resource=http://nynjbengali.com/archives/609 http://segnalo.com/post.html.php?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.shoutwire.com/?p=submit&amp;link=http://nynjbengali.com/archives/609 http://www.simpy.com/simpy/LinkAdd.do?href=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://slashdot.org/bookmark.pl?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.sphere.com/search?q=sphereit:http://nynjbengali.com/archives/609&amp;title=The Golden Age http://sphinn.com/submit.php?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.spurl.net/spurl.php?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.squidoo.com/lensmaster/bookmark?http://nynjbengali.com/archives/609 http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://technorati.com/faves?add=http://nynjbengali.com/archives/609 http://www.thisnext.com/pick/new/submit/sociable/?url=http://nynjbengali.com/archives/609&amp;name=The Golden Age http://twitter.com/home/?status=The Golden Age+http://nynjbengali.com/archives/609 http://webride.org/discuss/split.php?uri=http://nynjbengali.com/archives/609&amp;title=The Golden Age https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.worldsmovies.net/member/uservideo.php?url=http://nynjbengali.com/archives/609 http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/609&amp;t=The Golden Age http://www.feedburner.com/fb/a/emailFlare?loc=en_US&amp;itemTitle=The Golden Age&amp;uri=http://nynjbengali.com/archives/609 http://nynjbengali.com/archives/609 http://nynjbengali.com/feed http://www.bookmarkify.com/ http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/609&amp;Title=The Golden Age http://www.bloglines.com/sub/http://nynjbengali.com/archives/609 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/609 http://del.icio.us/post?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/609 http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.linkedin.com/shareArticle?mini=true&url=http://nynjbengali.com/archives/609&title=The Golden Age http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://nynjbengali.com/archives/609&amp;bm_description=The Golden Age http://www.mixx.com/submit?page_url=http://nynjbengali.com/archives/609 http://reddit.com/submit?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://www.stumbleupon.com/submit?url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://technorati.com/faves?add=http://nynjbengali.com/archives/609 http://twitter.com/home/?status=The Golden Age+http://nynjbengali.com/archives/609 https://favorites.live.com/quickadd.aspx?mkt=en-us&amp;url=http://nynjbengali.com/archives/609&amp;title=The Golden Age http://bookmarks.yahoo.com/toolbar/savebm?opener=tb&amp;u=http://nynjbengali.com/archives/609&amp;t=The Golden Age http://www.feedburner.com/fb/a/emailFlare?itemTitle=The Golden Age&amp;uri=http://nynjbengali.com/archives/609&amp;loc=en_US http://nynjbengali.com/archives/609#bookmarkify Midnight in Paris [Ask] [blinklist] [Bloglines] [BlogMarks] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Google] [LinkedIn] [Mister Wong] [Mixx] [Reddit] [StumbleUpon] [Technorati] [Twitter] [Windows Live] [Yahoo!] [Email] midnight_in_paris_poster Use these links to share this page with others Save to Ask Save to backflip Save to blinklist Save to BlogBookmark Save to Bloglines Save to BlogMarks Save to Blogsvine BuddyMark It Save to BUMPzee! Save to CiteULike Save to co.mments.com Save to Connotea Save to del.icio.us Digg It! Save to diigo Save to DotNetKicks Save to DropJack Save to dzone Save to Facebook FarkIt! Save to Faves Save to Feed Me Links Save to Friendsite Save to folkd.com Save to Furl Save to Google Bookmarks Save to Hugg Spot It! Save to Jeqq Save to Kaboodle Save to kirtsy Save to linkaGoGo Share on LinkedIn Save to LinksMarker Save to Ma.gnolia Save to Mister Wong Save to Mixx Save to MySpace Save to My Web Save to Netvouz Seed Newsvine Save to oneview Save to OnlyWire Promote on PlugIM Submit to Propeller Reddit Save to Rojo Save to Segnalo Shout It! Save to Simpy Slashdot It! Sphere It Sphinn Save to Spurl Save to Squidoo Stumble It! Add to my Technorati Favorites Save to ThisNext Save to Twitter Discuss on Webride Save to Windows Live Save to Worlds Movies Save to Yahoo! Bookmarks Copy this HTML to create a link to this page Save to Ask Save to blinklist Save to Bloglines Save to BlogMarks Save to Blogsvine Save to del.icio.us Digg It! Save to Facebook Save to Google Bookmarks Share on LinkedIn Save to Mister Wong Save to Mixx Reddit Stumble It! Add to my Technorati Favorites Save to Twitter Save to Windows Live Save to Yahoo! Bookmarks Email this to a friend See more bookmark and sharing options...', 'The Golden Age Generic http://nynjbengali.com/archives/category/generic View all posts in Generic'),
(611, 0, 'Raag-Rang presents first concert of the year Kal Ke Kalakar featuring four forms of Dance by young dancers under the guidance of their Gurus. Bharat Natyam presentation under the guidance of Guru Smt Sudha Shekhar Devulapalli Kuchipudi by Guru Smt Divya Yelluri Odissi by Guru Smt Mitra Purkayastha and Folk by Gurus Shree Pratik Devasthali and Madhavi Devasthali. Date-11th March. Time 4 P.M. sharp. Venue: Balaji Temple Auditorium HTCS 1075 Route 202/206 Bridgewater NJ 08807 For Directions Visit: www.venkateswara.org Admission NonMembers: 15 Kids 10 Members: 10 Kids 7 For Details Contact: 908-429-1120 RSVP appreciated raagrang07@gmail.com Visit www.raagrang.org Share this article Close   Bookmark and Share This Page Save to Browser Favorites / Bookmarks Ask backflip blinklist BlogBookmark Bloglines BlogMarks Blogsvine BuddyMarks BUMPzee CiteULike co.mments Connotea del.icio.us Digg diigo DotNetKicks DropJack dzone Facebook Fark Faves Feed Me Links Friendsite folkd.com Furl Google Hugg Jamespot Jeqq Kaboodle kirtsy linkaGoGo LinkedIn LinksMarker Ma.gnolia Mister Wong Mixx MySpace MyWeb Netvouz Newsvine oneview OnlyWire PlugIM Propeller Reddit Rojo Segnalo Shoutwire Simpy Slashdot Sphere Sphinn Spurl Squidoo StumbleUpon Technorati ThisNext Twitter Webride Windows Live Worlds Movies Yahoo Email This to a Friend Copy HTML:  input readonly  readonly onclick  this.select  type  text value  Kal Ke Kalakar : Four Indian Classical Dance Forms size  84 title  Copy this HTML to create a link to this page /   If you like this then please subscribe to the RSS Feed . Powered by Bookmarkify™ More » http://www.venkateswara.org/ tel:908-429-1120 mailto:raagrang07@gmail.com http://www.raagrang.org/ http://nynjbengali.com/wp-content/plugins/bookmarkify/more.css http://nynjbengali.com/archives/611#bookmarkify http://nynjbengali.com/archives/611#bookmarkify http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&amp;t=webpages&amp;url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.backflip.com/add_page_pop.ihtml?url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://nynjbengali.com/archives/611&amp;Title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.blogbookmark.com/submit.php?url=http://nynjbengali.com/archives/611 http://www.bloglines.com/sub/http://nynjbengali.com/archives/611 http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.blogsvine.com/submit.php?url=http://nynjbengali.com/archives/611 http://www.buddymarks.com/add_bookmark.php?bookmark_title=Kal Ke Kalakar : Four Indian Classical Dance Forms&amp;bookmark_url=http://nynjbengali.com/archives/611 http://www.bumpzee.com/bump.php?u=http://nynjbengali.com/archives/611 http://www.citeulike.org/posturl?url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://co.mments.com/track?url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.connotea.org/addpopup?continue=confirm&amp;uri=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://del.icio.us/post?url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://digg.com/submit?phase=2&amp;url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.diigo.com/post?url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.dotnetkicks.com/kick/?url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.dropjack.com/submit.php?url=http://nynjbengali.com/archives/611 http://www.dzone.com/links/add.html?description=Kal Ke Kalakar : Four Indian Classical Dance Forms&amp;url=http://nynjbengali.com/archives/611&amp;title=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.facebook.com/share.php?u=http://nynjbengali.com/archives/611 http://cgi.fark.com/cgi/fark/farkit.pl?u=http://nynjbengali.com/archives/611&amp;h=Kal Ke Kalakar : Four Indian Classical Dance Forms http://faves.com/Authoring.aspx?u=http://nynjbengali.com/archives/611&amp;t=Kal Ke Kalakar : Four Indian Classical Dance Forms http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Kal Ke Kalakar : Four Indian Classical Dance Forms&amp;url=http://nynjbengali.com/archives/611 http://friendsite.com/users/bookmark/?u=http://nynjbengali.com/archives/611&amp;t=Kal Ke Kalakar : Four Indian Classical Dance Forms http://www.folkd.com/submit/http://nynjbenga